Task #10425 (closed)
Opened 6 years ago
Closed 6 years ago
Bug: Measurement tool error while analysing data
| Reported by: | saloynton | Owned by: | jburel |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-4.4.10 |
| Component: | Insight | Version: | 4.4.9 |
| Keywords: | n.a. | Cc: | pwalczysko, jburel, nikolaus.ehrenfeuchter@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
I am working with Insight 4.4.6 and I have the following message when I try to view the graph pane, intensity view, or intensity results view tab.
"An error occured while analysing the data"
The following exception was taken from the log file
I have also gone back to do the same thing in 4.4.5 and the function was working.
2013-02-20 11:57:36,819 DEBUG [oscopy.shoola.env.cache.CacheServiceImpl] (Thread-394) Remove cache with ID: -1java.lang.IllegalStateException: The CacheManager is not alive.
at net.sf.ehcache.CacheManager.checkStatus(CacheManager.java:831)
at net.sf.ehcache.CacheManager.getCache(CacheManager.java:506)
at org.openmicroscopy.shoola.env.cache.CacheServiceImpl.removeCache(CacheServiceImpl.java:151)
at org.openmicroscopy.shoola.env.rnd.RenderingControlProxy.shutDown(RenderingControlProxy.java:930)
at org.openmicroscopy.shoola.env.rnd.PixelsServicesFactory.shutDownRenderingControl(PixelsServicesFactory.java:334)
at org.openmicroscopy.shoola.env.data.OmeroImageServiceImpl.shutDown(OmeroImageServiceImpl.java:617)
at org.openmicroscopy.shoola.env.data.views.calls.RenderingControlLoader$1.doCall(RenderingControlLoader.java:106)
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)
Remove cache with ID: -1java.lang.IllegalStateException: The CacheManager is not alive.
at net.sf.ehcache.CacheManager.checkStatus(CacheManager.java:831)
at net.sf.ehcache.CacheManager.getCache(CacheManager.java:506)
at org.openmicroscopy.shoola.env.cache.CacheServiceImpl.removeCache(CacheServiceImpl.java:151)
at org.openmicroscopy.shoola.env.rnd.RenderingControlProxy.shutDown(RenderingControlProxy.java:930)
at org.openmicroscopy.shoola.env.rnd.PixelsServicesFactory.shutDownRenderingControl(PixelsServicesFactory.java:334)
at org.openmicroscopy.shoola.env.data.OmeroImageServiceImpl.shutDown(OmeroImageServiceImpl.java:617)
at org.openmicroscopy.shoola.env.data.views.calls.RenderingControlLoader$1.doCall(RenderingControlLoader.java:106)
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)
Exception in thread "Thread-394"
Change History (3)
comment:1 Changed 6 years ago by saloynton
- Cc pwalczysko added
comment:2 Changed 6 years ago by jamoore
- Milestone changed from Unscheduled to OMERO-4.4.10
- Version set to 4.4.9
comment:3 Changed 6 years ago by jburel
- Resolution set to fixed
- Status changed from new to closed
From Niko:
With Insight 4.4.9 on my side everything is fine, the crash doesn't occur any more. So from my perspective I'm perfectly happy with closing this issue :-)
I have gone back to check previous tickets and seen ticket #9795 relates to same problem. A further note as I was not able to reproduce the problem when using the new version of the downloaded client, though each time I log in with webstart I can reproduce the error.