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

Opened 11 years ago

Closed 11 years ago

BUG: Connection ErrorIce.SocketException

Reported by: rkferguson Owned by: jburel
Priority: major Milestone: OMERO-4.4.7
Component: Insight Version: n.a.
Keywords: n.a. Cc:
Resources: n.a. Referenced By: n.a.
References: n.a. Remaining Time: n.a.
Sprint: 2013-02-12 (5)

Description

Testing on Windows 7: OMERO.insight-4.4.5-522-5459040-dirty-ice33-b115-win using Howe.
(Working from home)
Intermittent failure of right hand pane to render when clicking on image in data tree.
Not consistent, difficult to replicate.
Then received a notice of network interruption and stopped receiving data.
Insight was non-responsive, although I could switch between viewer and main windows.
Could not close windows or quit app - had to force shut down of Windows in Parallels.
Log extract below.
Email, chat and browsing not affected by any network outage and VPN remained connected.

2013-01-14 12:05:24,437 INFO [y.shoola.env.data.login.LoginServiceImpl] (nitializer) Logged onto OMERO at: howe.openmicroscopy.org.uk

User Name: user-1 -- Password: ***


2013-01-14 12:17:05,390 DEBUG [copy.shoola.env.data.DataServicesFactory] (Thread-195) Connection ErrorIce.SocketException

    error = 0

 at IceInternal.Selector.setInterrupt(Selector.java:347)

 at IceInternal.Selector.remove(Selector.java:107)

 at IceInternal.ThreadPool.finish(ThreadPool.java:183)

 at Ice.ConnectionI.setState(ConnectionI.java:1454)

 at Ice.ConnectionI.setState(ConnectionI.java:1351)

 at Ice.ConnectionI.sendRequest(ConnectionI.java:383)

 at IceInternal.ConnectionRequestHandler.sendRequest(ConnectionRequestHandler.java:36)

 at IceInternal.Outgoing.invoke(Outgoing.java:66)

 at omero.api._IQueryDelM.findAllByQuery(_IQueryDelM.java:259)

 at omero.api.IQueryPrxHelper.findAllByQuery(IQueryPrxHelper.java:320)

 at omero.api.IQueryPrxHelper.findAllByQuery(IQueryPrxHelper.java:292)

 at org.openmicroscopy.shoola.env.data.OMEROGateway.findAnnotationLinks(OMEROGateway.java:3637)

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

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

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

 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: java.nio.channels.ClosedByInterruptException

 at java.nio.channels.spi.AbstractInterruptibleChannel.end(Unknown Source)

 at sun.nio.ch.SocketChannelImpl.write(Unknown Source)

 at sun.nio.ch.SinkChannelImpl.write(Unknown Source)

 at IceInternal.Selector.setInterrupt(Selector.java:343)

 ... 21 more

Connection ErrorIce.SocketException

    error = 0

 at IceInternal.Selector.setInterrupt(Selector.java:347)

 at IceInternal.Selector.remove(Selector.java:107)

 at IceInternal.ThreadPool.finish(ThreadPool.java:183)

 at Ice.ConnectionI.setState(ConnectionI.java:1454)

 at Ice.ConnectionI.setState(ConnectionI.java:1351)

 at Ice.ConnectionI.sendRequest(ConnectionI.java:383)

 at IceInternal.ConnectionRequestHandler.sendRequest(ConnectionRequestHandler.java:36)

 at IceInternal.Outgoing.invoke(Outgoing.java:66)

 at omero.api._IQueryDelM.findAllByQuery(_IQueryDelM.java:259)

 at omero.api.IQueryPrxHelper.findAllByQuery(IQueryPrxHelper.java:320)

 at omero.api.IQueryPrxHelper.findAllByQuery(IQueryPrxHelper.java:292)

 at org.openmicroscopy.shoola.env.data.OMEROGateway.findAnnotationLinks(OMEROGateway.java:3637)

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

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

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

 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: java.nio.channels.ClosedByInterruptException

 at java.nio.channels.spi.AbstractInterruptibleChannel.end(Unknown Source)

 at sun.nio.ch.SocketChannelImpl.write(Unknown Source)

 at sun.nio.ch.SinkChannelImpl.write(Unknown Source)

 at IceInternal.Selector.setInterrupt(Selector.java:343)

 ... 21 more

Exception in thread "Thread-195"

Change History (2)

comment:1 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:2 Changed 11 years ago by jburel

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

duplicate see #10116

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.68483 sec.)

We're Hiring!