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 #9883 (closed)

Opened 12 years ago

Closed 10 years ago

BUG: Error at loss of connection

Reported by: pwalczysko Owned by: jburel
Priority: major Milestone: 5.x
Component: Insight Version: 4.4.9
Keywords: connection Cc: rkferguson
Resources: n.a. Referenced By: n.a.
References: n.a. Remaining Time: n.a.
Sprint: n.a.

Description (last modified by pwalczysko)

Downloaded OMERO.insight-4.4.4-192-e8e11a3-dirty-ice33-b54-mac in order to write Administration scenarios. Created in Administration tab new groups and users. Connection was lost (a popup appeared "Connection was lost, do you want to reconnect...." Yes No. But either concurrently or just before this window an error message appeared as well. I was just in the process of collapsing the "system" group tree and clicking on a new group "zpetr's test group" when the abovementioned happened.

java.lang.Exception: org.openmicroscopy.shoola.env.data.DSAccessException: Cannot access data.Cannot find annotations for class pojos.GroupData.

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

     at org.openmicroscopy.shoola.env.data.OMEROGateway.loadAnnotations(OMEROGateway.java:2844)

     at org.openmicroscopy.shoola.env.data.OmeroMetadataServiceImpl.loadStructuredAnnotations(OmeroMetadataServiceImpl.java:1014)

     at org.openmicroscopy.shoola.env.data.OmeroMetadataServiceImpl.loadStructuredData(OmeroMetadataServiceImpl.java:707)

     at org.openmicroscopy.shoola.env.data.views.calls.StructuredAnnotationLoader$5.doCall(StructuredAnnotationLoader.java:188)

     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(Thread.java:680)

Caused by: org.openmicroscopy.shoola.env.data.DSOutOfServiceException: Cannot access the Metadata service.

     at org.openmicroscopy.shoola.env.data.OMEROGateway.getMetadataService(OMEROGateway.java:1591)

     at org.openmicroscopy.shoola.env.data.OMEROGateway.loadAnnotations(OMEROGateway.java:2839)

     ... 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.MetadataLoader.handleException(MetadataLoader.java:164)

     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(InvocationEvent.java:209)

     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:702)

     at java.awt.EventQueue.access$400(EventQueue.java:82)

     at java.awt.EventQueue$2.run(EventQueue.java:663)

     at java.awt.EventQueue$2.run(EventQueue.java:661)

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

     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)

     at java.awt.EventQueue.dispatchEvent(EventQueue.java:672)

     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)

     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)

     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:205)

     at java.awt.Dialog$1.run(Dialog.java:1044)

     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)

     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:702)

     at java.awt.EventQueue.access$400(EventQueue.java:82)

     at java.awt.EventQueue$2.run(EventQueue.java:663)

     at java.awt.EventQueue$2.run(EventQueue.java:661)

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

     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)

     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)

     at java.awt.EventQueue$3.run(EventQueue.java:677)

     at java.awt.EventQueue$3.run(EventQueue.java:675)

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

     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)

     at java.awt.EventQueue.dispatchEvent(EventQueue.java:674)

     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)

     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)

     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)

     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)

     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)

     at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

Attachments (1)

connection lost when clicking on a new group.png (46.0 KB) - added by pwalczysko 12 years ago.

Download all attachments as: .zip

Change History (11)

Changed 12 years ago by pwalczysko

comment:1 Changed 12 years ago by pwalczysko

  • Description modified (diff)

comment:2 Changed 11 years ago by jburel

  • Sprint changed from 2012-11-20 (2) to 2012-12-18 (3)

Moved from sprint 2012-11-20 (2)

comment:3 Changed 11 years ago by jburel

  • Sprint changed from 2012-12-18 (3) to 2013-01-15 (4)

Moved from sprint 2012-12-18 (3)

comment:4 Changed 11 years ago by jburel

  • Sprint changed from 2013-01-15 (4) to 2013-02-12 (5)

Moved from sprint 2013-01-15 (4)

comment:5 Changed 11 years ago by jburel

  • Sprint changed from 2013-02-12 (5) to 2013-03-12 (6))

Moved from sprint 2013-02-12 (5)

comment:6 Changed 11 years ago by jburel

  • Sprint changed from 2013-03-12 (6)) to 2013-04-09 (7))

Moved from sprint 2013-03-12 (6))

comment:7 Changed 11 years ago by jburel

I have not been able to reproduce it. Petr did you still see it happening? Recent changes on the connection branch (see https://github.com/openmicroscopy/openmicroscopy/pull/821) might have fixed the issue

comment:8 Changed 11 years ago by jburel

  • Sprint changed from 2013-04-09 (7)) to 2013-05-07 (8)

Moved from sprint 2013-04-09 (7))

comment:9 Changed 11 years ago by jburel

  • Milestone changed from OMERO-4.4.x to OMERO-4.4.9
  • Sprint changed from 2013-05-07 (8) to Blocker 4.4.9 (1)

Moved from sprint 2013-05-07 (8)

comment:10 Changed 10 years ago by jburel

  • Resolution set to fixed
  • Status changed from new to closed
  • Version set to 4.4.9
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.69398 sec.)

We're Hiring!