Task #5406 (closed)
Opened 8 years ago
Closed 8 years ago
Bug: Channel Offsets fails on update service
| Reported by: | jamoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.3 |
| Component: | Scripting | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-06-02 (13) |
Description
From stderr:
omero@gretzky:/OMERO/Files/Dir-004$ cat 4250
Traceback (most recent call last):
File "./script", line 272, in <module>
runAsScript()
File "./script", line 258, in runAsScript
newImgIds = processImages(conn, scriptParams)
File "./script", line 169, in processImages
newImg = newImageWithChannelOffsets(conn, iId, channel_offsets, newDatasetName)
File "./script", line 67, in newImageWithChannelOffsets
dataset.save()
File "/home/omero/OMERO.server-4.3.0-DEV-8b719fb2/lib/python/omero/gateway/__init__.py", line 325, in save
self._obj = self._conn.getUpdateService().saveAndReturnObject(self._obj)
AttributeError: 'NoneType' object has no attribute 'getUpdateService'
Change History (3)
comment:1 Changed 8 years ago by wmoore
- Sprint set to 2011-06-02 (13)
comment:2 Changed 8 years ago by wmoore
- Status changed from new to accepted
comment:3 Changed 8 years ago by Will Moore <will@…>
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [8c10aa4092a61a403a60563064f2e2b61308ddda/ome.git] on branch develop) Fix and improve dataset creation in Channel_Offsets.py Closes #5406