Task #2703 (closed)
Opened 9 years ago
Closed 9 years ago
Bug: processor.py fails when run on non-standard port
| Reported by: | jamoore | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-Beta4.2.1 |
| Component: | Scripting | Version: | n.a. |
| Keywords: | review | Cc: | cxallan, cblackburn, jburel, wmoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2010-09-09 (16) |
Description
Since processor.py uses etc/ice.config for its defaults and does not have access to a Ice.Default.Router value (see FIXME in processor.py file), non-standard ports are not available.
This was found as a part of hudson testing, #1736.
Change History (5)
comment:1 Changed 9 years ago by jmoore
comment:2 Changed 9 years ago by jburel
- Sprint changed from 2010-08-12 (14) to 2010-08-26 (15)
comment:3 Changed 9 years ago by jburel
- Sprint changed from 2010-08-26 (15) to 2010-09-09 (16)
comment:4 Changed 9 years ago by jmoore
- Keywords review added
Python tests are green, and have been. I'm going to close this. A general review of ice.config may be necessary later as a part of a reworking of usermode-processors.
comment:5 Changed 9 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
(In [7780]) bin/omero admin ports now appends omero.port=... to etc/ice.config (See #2703)