Task #2312 (closed)
Opened 9 years ago
Closed 9 years ago
BUG: bin/omero script launch
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.2 |
| Component: | Scripting | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2010-04-30 (8) |
Description (last modified by wmoore)
This script (ID: 109) was uploaded by admin (root) using scriptService.uploadOfficialScript(scriptPath, script)
Then tried to launch it as below...
wjm:dist will$ bin/omero -s localhost -u root script launch file=109
Reconnected to session 380216ae-16ea-434d-a20e-55b548666fa9. Idle timeout: 10.0 min.
exception ::omero::InternalException
{
serverStackTrace = Ice.MarshalException
reason = (null)
at IceInternal.BasicStream.typeToClass(BasicStream.java:2403)
at IceInternal.BasicStream.findClass(BasicStream.java:2320)
at IceInternal.BasicStream.loadObjectFactory(BasicStream.java:2187)
at IceInternal.BasicStream.readObject(BasicStream.java:1540)
at omero.grid.Param.__read(Param.java:176)
at IceInternal.BasicStream.readObject(BasicStream.java:1590)
at IceInternal.BasicStream.readPendingObjects(BasicStream.java:1739)
at Ice.InputStreamI.readPendingObjects(InputStreamI.java:234)
at omero.grid.ParamsHelper.parse(ParamsHelper.java:198)
at omero.grid.ParamsHelper.getParamsOrNull(ParamsHelper.java:104)
at omero.grid.ParamsHelper.getOrCreateParams(ParamsHelper.java:93)
at ome.services.blitz.impl.ScriptI$9.call(ScriptI.java:335)
at ome.services.throttling.Callback2.run(Callback2.java:49)
at ome.services.throttling.InThreadThrottlingStrategy.safeRunnableCall(InThreadThrottlingStrategy.java:80)
at ome.services.blitz.impl.AbstractAmdServant.safeRunnableCall(AbstractAmdServant.java:151)
at ome.services.blitz.impl.ScriptI.getParams_async(ScriptI.java:333)
at omero.api._IScriptTie.getParams_async(_IScriptTie.java:78)
at omero.api._IScriptDisp.___getParams(_IScriptDisp.java:340)
at omero.api._IScriptDisp.__dispatch(_IScriptDisp.java:461)
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)
serverExceptionClass = Ice.MarshalException
message =
}
Change History (4)
comment:1 Changed 9 years ago by wmoore
- Description modified (diff)
comment:2 Changed 9 years ago by wmoore
- Description modified (diff)
- Owner set to jmoore
comment:3 Changed 9 years ago by jmoore
- Component changed from General to Scripting
- Owner changed from jmoore to wmoore
comment:4 Changed 9 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
Failing with a different error now - See #2315.
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Will, marshal exceptions are almost always a result of version mismatches. Could you do a clean build and try again?