Task #1795 (closed)
Opened 15 years ago
Closed 12 years ago
Ice.SyscallException: Too many open files
Reported by: | atarkowska | Owned by: | cneves |
---|---|---|---|
Priority: | major | Milestone: | OMERO-4.4 |
Component: | OmeroPy | Version: | 4.1 |
Keywords: | n.a. | Cc: | jamoore |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
Connection died.
Fri, 12 Feb 2010 12:34:23 webgateway DEBUG Traceback (most recent call last): File "/Users/ola/Dev/omero/components/tools/OmeroWeb/omeroweb/webgateway/views.py", line 85, in _createConnection blitzcon = client_wrapper(username, passwd, host=host, port=port) File "/Users/ola/Dev/omero/dist/lib/python/omero/__init__.py", line 18, in client_wrapper return omero.gateway.BlitzGateway(*args, **kwargs) File "/Users/ola/Dev/omero/components/tools/OmeroWeb/omeroweb/extlib/gateway.py", line 64, in __init__ super(OmeroWebGateway, self).__init__(*args, **kwargs) File "/Users/ola/Dev/omero/dist/lib/python/omero/gateway/__init__.py", line 137, in __init__ self._resetOmeroClient() File "/Users/ola/Dev/omero/dist/lib/python/omero/gateway/__init__.py", line 359, in _resetOmeroClient self.c = omero.client(host=str(self.host), port=int(self.port))#, pmap=['--Ice.Config='+','.join(self.ice_config)]) File "/Users/ola/Dev/omero/dist/lib/python/omero/__init__.py", line 22, in client return omero.clients.BaseClient(*args, **kwargs) File "/Users/ola/Dev/omero/dist/lib/python/omero/clients.py", line 132, in __init__ self._initData(id) File "/Users/ola/Dev/omero/dist/lib/python/omero/clients.py", line 241, in _initData self.__oa = self.__ic.createObjectAdapter("omero.ClientCallback") File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ice-python/work/destroot/opt/local/lib/python2.4/site-packages/Ice.py", line 274, in createObjectAdapter adapter = self._impl.createObjectAdapter(name) SyscallException: Ice.SyscallException: Too many open files
Change History (5)
comment:1 Changed 14 years ago by jmoore
- Cc jmoore added
- Owner changed from carlos@… to cneves-x
- Type changed from Bug to Task
comment:2 Changed 14 years ago by atarkowska
- Resolution set to invalid
- Status changed from new to closed
comment:3 Changed 12 years ago by atarkowska
- Resolution invalid deleted
- Status changed from closed to reopened
But I see that in https://github.com/chris-allan/openmicroscopy/tree/6342_integration ;-)
2012-03-21 09:24:42,639 DEBUG [ omeroweb.webgateway.views] (proc.11358) _createConnection:226 Traceback (most recent call last): File "/Users/ola/Dev/omero/components/tools/OmeroWeb/omeroweb/../omeroweb/webgateway/views.py", line 215, in _createConnection blitzcon = client_wrapper(username, passwd, host=host, port=port, group=None, try_super=try_super, secure=secure, anonymous=anonymous, useragent=useragent) File "/Users/ola/Dev/omero/dist/lib/python/omero/__init__.py", line 24, in client_wrapper return omero.gateway.BlitzGateway(*args, **kwargs) File "/Users/ola/Dev/omero/components/tools/OmeroWeb/omeroweb/webclient/webclient_gateway.py", line 112, in __init__ super(OmeroWebGateway, self).__init__(*args, **kwargs) File "/Users/ola/Dev/omero/dist/lib/python/omero/gateway/__init__.py", line 1266, in __init__ self._resetOmeroClient() File "/Users/ola/Dev/omero/dist/lib/python/omero/gateway/__init__.py", line 1559, in _resetOmeroClient self.c = omero.client(host=str(self.host), port=int(self.port), args=['--Ice.Config='+','.join(self.ice_config)])#, pmap=['--Ice.Config='+','.join(self.ice_config)]) File "/Users/ola/Dev/omero/dist/lib/python/omero/__init__.py", line 28, in client return omero.clients.BaseClient(*args, **kwargs) File "/Users/ola/Dev/omero/dist/lib/python/omero/clients.py", line 131, in __init__ self._initData(id) File "/Users/ola/Dev/omero/dist/lib/python/omero/clients.py", line 263, in _initData self.__oa = self.__ic.createObjectAdapter("omero.ClientCallback") File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Ice.py", line 274, in createObjectAdapter adapter = self._impl.createObjectAdapter(name) SyscallException: Ice.SyscallException: Too many open files
comment:4 Changed 12 years ago by jmoore
- Milestone changed from OMERO-Beta4.2 to OMERO-Beta4.4
See also #5177
comment:5 Changed 12 years ago by cxallan
- Resolution set to duplicate
- Status changed from reopened to closed
Closing as dpulicate in favour of #5117.
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
I didn't see this anymore