Task #2316 (closed)
Opened 9 years ago
Closed 9 years ago
Existing Script: loading parameters problem
| Reported by: | jburel | Owned by: | jburel |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-Beta4.2 |
| Component: | Scripting | Version: | n.a. |
| Keywords: | n.a. | Cc: | jamoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2010-05-13 (9) |
Description (last modified by jburel)
These are the current bugs I am getting, trying to run the scripts from the existing UI.
Split_View_Figure.py
omero.ValidationException
serverStackTrace = ""
serverExceptionClass = ""
message = "Invalid parameters:
OUT OF BOUNDS for "Z_End": -1 is below min 0
OUT OF BOUNDS for "Z_Start": -1 is below min 0
"
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
ROI_Figure.py
This doesn't work but I can't see any error message either. Might be something to do with the fact that Overlay_Colour etc are now Int parameters, whereas they used to be Long. This would apply to all numbers in all the scripts, except IDs which are still Longs.
Movie_Figure.py
I get the same error as Split_View_Figure.py.
Thumbnail_Figure.py
Works OK!! ;)
Replaced by insight#1404
Change History (9)
comment:1 Changed 9 years ago by jburel
- Description modified (diff)
comment:2 Changed 9 years ago by jburel
- Description modified (diff)
comment:3 Changed 9 years ago by jburel
- Description modified (diff)
comment:4 Changed 9 years ago by jmoore
comment:5 Changed 9 years ago by wmoore
- Status changed from new to assigned
comment:6 Changed 9 years ago by wmoore
comment:7 Changed 9 years ago by jmoore
- Sprint changed from 2010-04-30 (8) to 2010-05-13 (9)
comment:8 Changed 9 years ago by wmoore
- Description modified (diff)
- Owner changed from wmoore to jburel
- Status changed from assigned to new
comment:9 Changed 9 years ago by jburel
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
(In [6846]) see #2315, #2316 - updating scripts for new Type usage