Task #2006 (closed)
Opened 9 years ago
Closed 9 years ago
BUG: list script input fails with internal exception
| Reported by: | jamoore | Owned by: | |
|---|---|---|---|
| Priority: | n.a. | Milestone: | OMERO-Beta4.2 |
| Component: | n.a. | Version: | n.a. |
| Keywords: | n.a. | Cc: | wmoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-03-05 (4) |
Description (last modified by jmoore)
wjm:uploadRunScripts will$ python runSaveAsScript.py
Traceback (most recent call last):
File "runSaveAsScript.py", line 47, in <module>
run()
File "runSaveAsScript.py", line 37, in run
proc = processor.execute(argMap)
File "/Users/will/Documents/workspace/Omero/dist/lib/python/omero_Scripts_ice.py", line 769, in execute
return _M_omero.grid.InteractiveProcessor._op_execute.invoke(self, ((inputs, ), _ctx))
omero.InternalException: exception ::omero::InternalException
{
serverStackTrace = Traceback (most recent call last):
File "/Users/will/Documents/workspace/Omero/dist/lib/python/omero/util/decorators.py", line 61, in exc_handler
rv = func(*args, **kwargs)
File "/Users/will/Documents/workspace/Omero/dist/lib/python/omero/processor.py", line 692, in processJob
prx, process = self.process(client, session, job, current, params, iskill = True)
File "/Users/will/Documents/workspace/Omero/dist/lib/python/omero/util/decorators.py", line 28, in handler
return func(*args, **kwargs)
File "/Users/will/Documents/workspace/Omero/dist/lib/python/omero/processor.py", line 720, in process
errors = omero.scripts.validate_inputs(params, inputs)
File "/Users/will/Documents/workspace/Omero/dist/lib/python/omero/scripts.py", line 255, in validate_inputs
errors += compare_proto(param.prototype, input)
File "/Users/will/Documents/workspace/Omero/dist/lib/python/omero/scripts.py", line 198, in compare_proto
errors += compare_proto(proto[0], input[0])
TypeError: 'RListI' object is unindexable
serverExceptionClass =
message = Internal exception
}
Change History (1)
comment:1 Changed 9 years ago by jmoore
- Cc wmoore added
- Description modified (diff)
- Remaining Time changed from 0.25 to 0
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
r6282 should fix this up, Will.