Task #1643 (closed)
Opened 10 years ago
Closed 9 years ago
RE.load can throw an UnknownException
| Reported by: | jamoore | Owned by: | jburel |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-Beta4.2 |
| Component: | API | Version: | 4.1 |
| Keywords: | n.a. | Cc: | cxallan |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-06-24 (12) |
Description
Also, calling re.load() without re.lookupRenderingDef() throws:
UnknownException: exception ::Ice::UnknownException
{
unknown = java.lang.RuntimeException: Failed to invoke exception()
at ome.services.throttling.Task.exception(Task.java:85)
at ome.services.throttling.Callback.run(Callback.java:58)
at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:37)
at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:115)
at ome.services.blitz.impl.RenderingEngineI.load_async(RenderingEngineI.java:227)
at omero.api._RenderingEngineTie.load_async(_RenderingEngineTie.java:204)
at omero.api._RenderingEngineDisp.___load(_RenderingEngineDisp.java:633)
at omero.api._RenderingEngineDisp.__dispatch(_RenderingEngineDisp.java:1534)
at IceInternal.Incoming.invoke(Incoming.java:159)
at Ice.ConnectionI.invokeAll(ConnectionI.java:2037)
at Ice.ConnectionI.message(ConnectionI.java:972)
at IceInternal.ThreadPool.run(ThreadPool.java:577)
at IceInternal.ThreadPool.access$100(ThreadPool.java:12)
at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:971)
Caused by: java.lang.IllegalArgumentException: argument type mismatch
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at ome.services.throttling.Task.exception(Task.java:83)
... 13 more
}
Change History (5)
comment:1 Changed 9 years ago by jmoore
- Type changed from Bug to Task
comment:2 Changed 9 years ago by jmoore
- Owner jmoore deleted
comment:3 Changed 9 years ago by cxallan
- Owner set to cxallan
comment:4 Changed 9 years ago by jburel
- Cc cxallan added
- Owner changed from cxallan to jburel
- Sprint set to 2010-06-24 (12)
- Status changed from new to assigned
comment:5 Changed 9 years ago by jburel
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [7334]) Added extra control if load is invoked before lookupRenderingDef (Closed #1643)