Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.
Notice: In order to edit this ticket you need to be either: a Product Owner, The owner or the reporter of the ticket, or, in case of a Task not yet assigned, a team_member"

Task #10726 (closed)

Opened 11 years ago

Closed 10 years ago

BUG:Communicator destroyed while loading enum

Reported by: omero-qa Owned by: jburel
Priority: minor Milestone: Unscheduled
Component: from QA Version: 4.4.9
Keywords: n.a. Cc:
Resources: n.a. Referenced By: n.a.
References: n.a. Remaining Time: n.a.
Sprint: n.a.

Description

https://www.openmicroscopy.org/qa2/qa2/qa/feedback/5023/

java.lang.Exception: org.openmicroscopy.shoola.env.data.DSAccessException: Cannot access data. 
Cannot access the Pixels service.

	at org.openmicroscopy.shoola.env.data.OMEROGateway.handleException(OMEROGateway.java:891)

	at org.openmicroscopy.shoola.env.data.OMEROGateway.getPixelsService(OMEROGateway.java:1827)

	at org.openmicroscopy.shoola.env.data.OMEROGateway.getEnumerations(OMEROGateway.java:5960)

	at org.openmicroscopy.shoola.env.data.OmeroMetadataServiceImpl.getEnumeration(OmeroMetadataServiceImpl.java:1749)

	at org.openmicroscopy.shoola.env.data.views.calls.EnumerationLoader$2.doCall(EnumerationLoader.java:116)

	at org.openmicroscopy.shoola.env.data.views.BatchCall.doStep(BatchCall.java:144)

	at org.openmicroscopy.shoola.util.concur.tasks.CompositeTask.doStep(CompositeTask.java:226)

	at org.openmicroscopy.shoola.env.data.views.CompositeBatchCall.doStep(CompositeBatchCall.java:126)

	at org.openmicroscopy.shoola.util.concur.tasks.ExecCommand.exec(ExecCommand.java:165)

	at org.openmicroscopy.shoola.util.concur.tasks.ExecCommand.run(ExecCommand.java:276)

	at org.openmicroscopy.shoola.util.concur.tasks.AsyncProcessor$Runner.run(AsyncProcessor.java:91)

	at java.lang.Thread.run(Unknown Source)

Caused by: Ice.CommunicatorDestroyedException

	at IceInternal.Instance.objectAdapterFactory(Instance.java:122)

	at Ice.ObjectPrxHelperBase.createDelegate(ObjectPrxHelperBase.java:997)

	at Ice.ObjectPrxHelperBase.__getDelegate(ObjectPrxHelperBase.java:946)

	at omero.api.ServiceFactoryPrxHelper.getPixelsService(ServiceFactoryPrxHelper.java:1018)

	at omero.api.ServiceFactoryPrxHelper.getPixelsService(ServiceFactoryPrxHelper.java:992)

	at org.openmicroscopy.shoola.env.data.Connector.getPixelsService(Connector.java:531)

	at org.openmicroscopy.shoola.env.data.OMEROGateway.getPixelsService(OMEROGateway.java:1824)

	... 10 more



	at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.showErrorDialog(UserNotifierImpl.java:189)

	at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.notifyError(UserNotifierImpl.java:287)

	at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.notifyError(UserNotifierImpl.java:257)

	at org.openmicroscopy.shoola.agents.metadata.EditorLoader.handleException(EditorLoader.java:159)

	at org.openmicroscopy.shoola.env.data.events.DSCallAdapter.eventFired(DSCallAdapter.java:84)

	at org.openmicroscopy.shoola.env.data.views.BatchCallMonitor$1.run(BatchCallMonitor.java:124)

	at java.awt.event.InvocationEvent.dispatch(Unknown Source)

	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

	at java.awt.EventQueue.access$200(Unknown Source)

	at java.awt.EventQueue$3.run(Unknown Source)

	at java.awt.EventQueue$3.run(Unknown Source)

	at java.security.AccessController.doPrivileged(Native Method)

	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

	at java.awt.EventQueue.dispatchEvent(Unknown Source)

	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

	at java.awt.WaitDispatchSupport$2.run(Unknown Source)

	at java.awt.WaitDispatchSupport$4.run(Unknown Source)

	at java.security.AccessController.doPrivileged(Native Method)

	at java.awt.WaitDispatchSupport.enter(Unknown Source)

	at java.awt.Dialog.show(Unknown Source)

	at java.awt.Component.show(Unknown Source)

	at java.awt.Component.setVisible(Unknown Source)

	at java.awt.Window.setVisible(Unknown Source)

	at java.awt.Dialog.setVisible(Unknown Source)

	at org.openmicroscopy.shoola.util.ui.UIUtilities.centerAndShow(UIUtilities.java:557)

	at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.showErrorDialog(UserNotifierImpl.java:197)

	at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.notifyError(UserNotifierImpl.java:287)

	at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.notifyError(UserNotifierImpl.java:257)

	at org.openmicroscopy.shoola.agents.metadata.EditorLoader.handleException(EditorLoader.java:159)

	at org.openmicroscopy.shoola.env.data.events.DSCallAdapter.eventFired(DSCallAdapter.java:84)

	at org.openmicroscopy.shoola.env.data.views.BatchCallMonitor$1.run(BatchCallMonitor.java:124)

	at java.awt.event.InvocationEvent.dispatch(Unknown Source)

	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

	at java.awt.EventQueue.access$200(Unknown Source)

	at java.awt.EventQueue$3.run(Unknown Source)

	at java.awt.EventQueue$3.run(Unknown Source)

	at java.security.AccessController.doPrivileged(Native Method)

	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

	at java.awt.EventQueue.dispatchEvent(Unknown Source)

	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

	at java.awt.WaitDispatchSupport$2.run(Unknown Source)

	at java.awt.event.InvocationEvent.dispatch(Unknown Source)

	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

	at java.awt.EventQueue.access$200(Unknown Source)

	at java.awt.EventQueue$3.run(Unknown Source)

	at java.awt.EventQueue$3.run(Unknown Source)

	at java.security.AccessController.doPrivileged(Native Method)

	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

	at java.awt.EventQueue.dispatchEvent(Unknown Source)

	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

	at java.awt.EventDispatchThread.run(Unknown Source)

Change History (3)

comment:1 Changed 11 years ago by jburel

other issue while loading enum that could have triggered the other exception

Caused by: java.lang.NullPointerException


	at Ice.ObjectPrxHelperBase.createDelegate(ObjectPrxHelperBase.java:2135)


	at Ice.ObjectPrxHelperBase.__getDelegate(ObjectPrxHelperBase.java:2061)


	at omero.api.ServiceFactoryPrxHelper.getPixelsService(ServiceFactoryPrxHelper.java:3140)

comment:3 Changed 10 years ago by jburel

  • Resolution set to duplicate
  • Status changed from new to closed
  • Version set to 4.4.9

duplicate see #10710

Note: See TracTickets for help on using tickets. You may also have a look at Agilo extensions to the ticket.

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.67306 sec.)

We're Hiring!