Page 1 of 1

OmeroWeb Sever list is empty

PostPosted: Tue Nov 03, 2009 2:21 pm
by bernhard
Hi all!

I've just installed Omero4.1 and it runs fine. I have a problem with the OmeroWeb client, though. The server list is empty on the login page, probably due to the fact that I'm running Omero4.1 on port 5063 rather than 4063 (see viewtopic.php?f=5&t=16).

Where can I change the OmeroWeb client settings which are crucial for the server list and Omero connection. I could not find anything meaningful while grepping through the omeroweb sources :-(

Thanks! Bernhard

Re: OmeroWeb Sever list is empty

PostPosted: Tue Nov 03, 2009 2:56 pm
by bernhard
Hi again!

I just figured out that I can insert Omero servers manually to the omeroweb sqlite db.
Code: Select all
$ sqllite3 db.sqlite3
sqlite> insert into webadmin_gateway values(1,'localhost', 'localhost', '5063');
sqlite> .q


I guess the webadmin_gateway table should have been filled during the "syncdb" call. Is it bin/omero which needs to know that I'm not using the default port 4063?

For your information, I also ran manage.py syncdb manually and it did not fill the webadmin_gateway table.

Cheers! Bernhard