[ome-devel] Issue after upgrading from 4.4.5 to 4.4.9

Niko Ehrenfeuchter nikolaus.ehrenfeuchter at unibas.ch
Thu Nov 14 09:59:55 GMT 2013


Hi Will,

On 13.11.2013 15:22, Will Moore wrote:
> Hi Niko,
>
>   This is really confusing - no idea what's going on.
>
> One thing you might try - can you remember any image names (or IDs) from this user?
> You could try to find images in the DB, E.g.
>
> $ psql omero
> omero=# select * from image where name='Test.tiff';

the database reveals a total of 38 images for this user, here's four of 
them:

>> omero=> SELECT * FROM image WHERE owner_id = (SELECT id FROM experimenter WHERE omename = 'diogo') LIMIT 4;
>>   id   |   acquisitiondate   | archived | description | permissions |   name   | partial | version | creation_id | external_id | group_id | owner_id | update_id | experiment | format | imagingenvironment | instrument | objectivesettings | stagelabel
>> -------+---------------------+----------+-------------+-------------+----------+---------+---------+-------------+-------------+----------+----------+-----------+------------+--------+--------------------+------------+-------------------+------------
>>  40243 | 2013-10-03 20:34:12 | f        |             |        -120 | B1-1.lsm |         |         |      657546 |             |        3 |      552 |    657546 |            |     83 |                    |      27363 |             27563 |
>>  40244 | 2013-10-03 20:32:35 | f        |             |        -120 | B1-2.lsm |         |         |      657562 |             |        3 |      552 |    657562 |            |     83 |                    |      27364 |             27564 |
>>  40245 | 2013-10-03 20:38:56 | f        |             |        -120 | B2-1.lsm |         |         |      657578 |             |        3 |      552 |    657578 |            |     83 |                    |      27365 |             27565 |
>>  40246 | 2013-10-03 20:42:19 | f        |             |        -120 | B2-2.lsm |         |         |      657594 |             |        3 |      552 |    657594 |            |     83 |                    |      27366 |             27566 |
>> (4 rows)

so here everything looks fine to me

> Then use the image ID to search for the image in web by going to the /webclient/ query url like:
>
> your-server-name/webclient/?show=image-123

using e.g. ID 40244 as admin shows the image correctly, and it even 
displays the whole tree of this user, including all his other images. 
Still, logging on as myself does not show anything - the user's tree is 
still empty and using the above webclient query results in the same, 
empty view.

Indeed, very confusing. Any ideas?

Cheers
~Niko


More information about the ome-devel mailing list