When I try to use the "Create Movie" button in OmeroInsight 4.11, a error dialog is returned that tells me it can't create a movie. I built the Insight in eclipse and ran with the debugger and received the following error trace:
- Code: Select all
org.openmicroscopy.shoola.env.data.DSAccessException: Cannot access data.
Cannot create a movie for image: 412
at org.openmicroscopy.shoola.env.data.OMEROGateway.handleException(OMEROGateway.java:545)
at org.openmicroscopy.shoola.env.data.OMEROGateway.createMovie(OMEROGateway.java:4626)
at org.openmicroscopy.shoola.env.data.OmeroImageServiceImpl.createMovie(OmeroImageServiceImpl.java:688)
at org.openmicroscopy.shoola.env.data.views.calls.MovieCreator$1.doCall(MovieCreator.java:76)
at org.openmicroscopy.shoola.env.data.views.BatchCall.doStep(BatchCall.java:145)
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:274)
at org.openmicroscopy.shoola.util.concur.tasks.AsyncProcessor$Runner.run(AsyncProcessor.java:91)
at java.lang.Thread.run(Thread.java:613)
Caused by: Ice.UnknownLocalException
unknown = "Ice::NoEndpointException
Ice.NoEndpointException
proxy = "Processor-0 -t @ Processor-0.ProcessorAdapter"
at IceInternal.RoutableReference$2.setEndpoints(RoutableReference.java:524)
at IceInternal.LocatorInfo$RequestCallback.response(LocatorInfo.java:51)
at IceInternal.LocatorInfo$Request.response(LocatorInfo.java:188)
at IceInternal.LocatorInfo$AdapterRequest$1.ice_response(LocatorInfo.java:298)
at Ice.AMI_Locator_findAdapterById.__response(AMI_Locator_findAdapterById.java:85)
at IceInternal.OutgoingAsync.__finished(OutgoingAsync.java:201)
at Ice.ConnectionI.message(ConnectionI.java:964)
at IceInternal.ThreadPool.run(ThreadPool.java:577)
at IceInternal.ThreadPool.access$100(ThreadPool.java:12)
at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:971)
"
at IceInternal.Outgoing.invoke(Outgoing.java:147)
at omero.api._IScriptDelM.runScript(_IScriptDelM.java:341)
at omero.api.IScriptPrxHelper.runScript(IScriptPrxHelper.java:457)
at omero.api.IScriptPrxHelper.runScript(IScriptPrxHelper.java:429)
at org.openmicroscopy.shoola.env.data.OMEROGateway.createMovie(OMEROGateway.java:4619)
... 9 more
org.openmicroscopy.shoola.env.data.DSAccessException: Cannot access data.
Cannot create a movie for image: 412
at org.openmicroscopy.shoola.env.data.OMEROGateway.handleException(OMEROGateway.java:545)
at org.openmicroscopy.shoola.env.data.OMEROGateway.createMovie(OMEROGateway.java:4626)
at org.openmicroscopy.shoola.env.data.OmeroImageServiceImpl.createMovie(OmeroImageServiceImpl.java:688)
at org.openmicroscopy.shoola.env.data.views.calls.MovieCreator$1.doCall(MovieCreator.java:76)
at org.openmicroscopy.shoola.env.data.views.BatchCall.doStep(BatchCall.java:145)
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:274)
at org.openmicroscopy.shoola.util.concur.tasks.AsyncProcessor$Runner.run(AsyncProcessor.java:91)
at java.lang.Thread.run(Thread.java:613)
Caused by: Ice.UnknownLocalException
unknown = "Ice::NoEndpointException
Ice.NoEndpointException
proxy = "Processor-0 -t @ Processor-0.ProcessorAdapter"
at IceInternal.RoutableReference$2.setEndpoints(RoutableReference.java:524)
at IceInternal.LocatorInfo$RequestCallback.response(LocatorInfo.java:51)
at IceInternal.LocatorInfo$Request.response(LocatorInfo.java:188)
at IceInternal.LocatorInfo$AdapterRequest$1.ice_response(LocatorInfo.java:298)
at Ice.AMI_Locator_findAdapterById.__response(AMI_Locator_findAdapterById.java:85)
at IceInternal.OutgoingAsync.__finished(OutgoingAsync.java:201)
at Ice.ConnectionI.message(ConnectionI.java:964)
at IceInternal.ThreadPool.run(ThreadPool.java:577)
at IceInternal.ThreadPool.access$100(ThreadPool.java:12)
at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:971)
"
at IceInternal.Outgoing.invoke(Outgoing.java:147)
at omero.api._IScriptDelM.runScript(_IScriptDelM.java:341)
at omero.api.IScriptPrxHelper.runScript(IScriptPrxHelper.java:457)
at omero.api.IScriptPrxHelper.runScript(IScriptPrxHelper.java:429)
at org.openmicroscopy.shoola.env.data.OMEROGateway.createMovie(OMEROGateway.java:4619)
... 9 more
Any ideas?