Task #9743 (closed)
Opened 7 years ago
Closed 6 years ago
Bug: Fslite download image
| Reported by: | wmoore | Owned by: | jburel |
|---|---|---|---|
| Priority: | critical | Milestone: | 5.0.0-beta1 |
| Component: | Insight | Version: | n.a. |
| Keywords: | FS | Cc: | cblackburn, jamoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | FS Demo 2 |
Description
On howe today, 4.4.4-164-c135815-dirty-ice33-b8, fs import seems to be fine, but when I try to download the original file, Insight gives me the "Downloading..." in activities and the "Done" notification as expected, but I don't see any file in the download folder.
Change History (14)
comment:1 Changed 7 years ago by wmoore
comment:2 Changed 7 years ago by jburel
- Sprint changed from 2012-10-23 (1) to 2012-11-20 (2)
Moved from sprint 2012-10-23 (1)
comment:3 Changed 7 years ago by jburel
- Remaining Time set to 0.7
- Status changed from new to accepted
comment:4 Changed 7 years ago by jburel
Colin is currently doing the work to create OriginalFiles
for each uploaded file. This explains why the following call:
service.findAllByQuery( "select ofile from OriginalFile as ofile left join " + "ofile.pixelsFileMaps as pfm left join pfm.child as " + "child where child.id = :id", param);
returns an empty list.
comment:5 Changed 7 years ago by jburel
- Owner jburel deleted
- Status changed from accepted to new
comment:6 Changed 7 years ago by jburel
- Owner set to jburel
comment:7 Changed 7 years ago by jburel
- Sprint changed from 2012-11-20 (2) to 2012-12-18 (3)
Moved from sprint 2012-11-20 (2)
comment:8 Changed 7 years ago by jburel
- Sprint changed from 2012-12-18 (3) to 2013-01-15 (4)
Moved from sprint 2012-12-18 (3)
comment:9 Changed 7 years ago by jburel
Colin: Just imported an image to gretzky (jpeg) still the same issue i.e. the query above returned an empty list.
could you point me at some tests to load original files linked to pixels?
comment:10 Changed 7 years ago by jmoore
J-M: original files will no longer be linked to pixels. We'll need to work from filesets. Perhaps you could look at the model changes in the FS PR and provide feedback first to make sure it's as we want, before we start updating the queries?
comment:11 Changed 7 years ago by jburel
- Sprint changed from 2013-01-15 (4) to 2013-02-12 (5)
Moved from sprint 2013-01-15 (4)
comment:12 Changed 7 years ago by jburel
- Keywords FS added
- Milestone changed from OMERO-4.5 to OMERO-5
- Sprint 2013-02-12 (5) deleted
comment:13 Changed 7 years ago by jmoore
- Sprint set to FS Demo 2
comment:14 Changed 6 years ago by jburel
- Remaining Time changed from 0.7 to 0
- Resolution set to fixed
- Status changed from new to closed
Problem has now been fixed
see https://github.com/openmicroscopy/openmicroscopy/pull/743 (develop) and https://github.com/openmicroscopy/openmicroscopy/pull/717 (dev_4_4)
If I try downloading an image created via a script (E.g. combine Images) then I get the ome.tif downloading OK.