missing Tables
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 19
- Forks
- 18
- Avg merge
- 1d 53m
- Merged PRs (30d)
- 1
Description
("error in call","Traceback (most recent call last):
File "/home/omero/workspace/OMERO-web/OMERO.web/lib/python/omeroweb/webgateway/views.py", line 1218, in wrap
rv = f(request, *args, **kwargs)
File "/home/omero/workspace/OMERO-web/OMERO.web/lib/python/omeroweb/webgateway/views.py", line 2521, in object_table_query
tableData = _table_query(request, fileId, conn, **kwargs)
File "/home/omero/workspace/OMERO-web/OMERO.web/lib/python/omeroweb/webgateway/views.py", line 2450, in _table_query
cols = t.getHeaders()
File "/home/omero/workspace/OMERO-web/OMERO.web/lib/python/omero_Tables_ice.py", line 1029, in getHeaders
return _M_omero.grid.Table._op_getHeaders.invoke(self, ((), _ctx))
ApiUsageException: exception ::omero::ApiUsageException
{
serverStackTrace =
serverExceptionClass =
message = Not yet initialized
}
")
is https://github.com/ome/omero-install/blob/v5.2.3/linux/step01_centos7_deps.sh not enough?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing linux/step01_centos7_deps.sh and the traceback locations in omeroweb/webgateway/views.py, especially object_table_query and _table_query. Reproduce the missing Tables error and compare the setup with the reported Not yet initialized failure; the issue is done when the dependency setup allows the table query to initialize successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100