Task #13111 (closed)
Opened 9 years ago
Closed 9 years ago
BUG: RFE Handle script upload exceptions
Reported by: | dlindner | Owned by: | dlindner |
---|---|---|---|
Priority: | minor | Milestone: | Unscheduled |
Component: | Insight | Version: | OMERO-5.2.0 |
Keywords: | n.a. | Cc: | |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
See https://www.openmicroscopy.org/qa2/qa/feedback/16924/
Handle ValidationExceptions? by providing the user with more details about what's wrong with the script file (detailed error output is written to a file).
Change History (2)
comment:1 Changed 9 years ago by dlindner
comment:2 Changed 9 years ago by dlindner
- Resolution set to fixed
- Status changed from new to closed
Fixed by: https://github.com/openmicroscopy/openmicroscopy/pull/4354
(The error details actually are provided by the exception, not necessary to access the error file)
Apparently the exception will say something like "stdout is in file 244" and this file, which contains the detailed information, is on the server in the "Files" directory.