ome / omero-server

Gradle project containing main server logic for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
5 stars 14 forks source link

Thumbs in insight read-only #97

Open pwalczysko opened 4 years ago

pwalczysko commented 4 years ago

As established during testing of https://github.com/ome/omero-server/pull/91#issuecomment-627429210, on a read-only server, the thumbnails in insight are not displayed - instead, the placeholders are shown only. The full viewer works as expected though. The same server, user and image, but in read-write mode, displays the thumbnails correctly.

Screen Shot 2020-05-12 at 16 18 32

cc @mtbc

joshmoore commented 4 years ago

And after displaying the images in read-write, do the thumbnails then appear from the read-only server?

pwalczysko commented 4 years ago

And after displaying the images in read-write, do the thumbnails then appear from the read-only server?

Sorry, no idea what do you mean. The server is either configured as read-write, or read-only. In read-write mode, there are thumbs. In read-only mode, there are no thumbs. Your sentence supposes some causality and mixing of states, so don't understand ?

Edit:

Possibly you mean that the thumbs were somehow never there after import, and then they were generated in the read-only server. But this is not so. First there was perfectly sound read-write server, with thumbs displayed just fine Then I switched that server to read-only and restarted insight. Thumbs gone. Then I switched back to read-write. Thumbs there.

There were never any thumbs in ro state of the server. There were never any missing thumbs in rw state of the server.

joshmoore commented 4 years ago

Possibly you mean that the thumbs were somehow never there after import

That was my hypothesis, yes. Thanks.

(Note: your subsequent edit text seems to mix RO & RW)

pwalczysko commented 4 years ago

(Note: your subsequent edit text seems to mix RO & RW)

Indeed, thank you , corrected and added one more sentence to https://github.com/ome/omero-server/issues/97#issuecomment-627522800