We're Hiring!

Can't login into OMERO.server (known logins aren't working)

Having a problem deploying OMERO? Please ask new questions at https://forum.image.sc/tags/omero
Please note:
Historical discussions about OMERO. Please look for and ask new questions at https://forum.image.sc/tags/omero

The OMERO.server installation documentation begins here and you can find OMERO.web deployment documentation here.

Re: Can't login into OMERO.server (known logins aren't worki

Postby kennethgillen » Fri Jan 29, 2016 10:51 am

slozosnitram wrote:OK I got connected


Try removing the single quotes either side of the DB name in the OMERO configuration.

omero config set omero.db.name omerodb
kennethgillen
 
Posts: 254
Joined: Mon Nov 05, 2012 3:39 pm

Re: Can't login into OMERO.server (known logins aren't worki

Postby slozosnitram » Fri Jan 29, 2016 11:10 am

Removed the quotes.
SingleQuotes.JPG
SingleQuotes.JPG (31.37 KiB) Viewed 3355 times
slozosnitram
 
Posts: 34
Joined: Tue Jan 26, 2016 4:39 pm

Re: Can't login into OMERO.server (known logins aren't worki

Postby kennethgillen » Fri Jan 29, 2016 11:27 am

slozosnitram wrote:Removed the quotes.


Okay, time for another Blitz-0.log please! (the quotes would highly likely have stopped OMERO talking to the database - we'll see what's being logged now).

Thanks.
kennethgillen
 
Posts: 254
Joined: Mon Nov 05, 2012 3:39 pm

Re: Can't login into OMERO.server (known logins aren't worki

Postby slozosnitram » Fri Jan 29, 2016 11:37 am

BLITZ attachement
Attachments
Blitz-0.rar
(9.29 KiB) Downloaded 106 times
slozosnitram
 
Posts: 34
Joined: Tue Jan 26, 2016 4:39 pm

Re: Can't login into OMERO.server (known logins aren't worki

Postby kennethgillen » Fri Jan 29, 2016 11:51 am

slozosnitram wrote:BLITZ attachement


More problems with OMERO connecting to the database.

Can you try the following using psql?

Code: Select all
psql -h <DB-HOST> -U <DB_USER> -c "select * from dbpatch" <DB-NAME>


This will tell us if the DB creation/scaffolding scripts were run successfully c.f https://www.openmicroscopy.org/site/sup ... stallation
kennethgillen
 
Posts: 254
Joined: Mon Nov 05, 2012 3:39 pm

Re: Can't login into OMERO.server (known logins aren't worki

Postby slozosnitram » Fri Jan 29, 2016 11:58 am

DBscriptStuff.JPG
DBscriptStuff.JPG (18.16 KiB) Viewed 3349 times
slozosnitram
 
Posts: 34
Joined: Tue Jan 26, 2016 4:39 pm

Re: Can't login into OMERO.server (known logins aren't worki

Postby manics » Fri Jan 29, 2016 12:03 pm

Looks like your database is empty. What steps did you do to initialise it?

Edit: Also it looks like you're using an old server, the latest (and best supported) is 5.2.1: http://downloads.openmicroscopy.org/omero/5.2.1/
User avatar
manics
Team Member
 
Posts: 261
Joined: Mon Oct 08, 2012 11:01 am
Location: Dundee

Re: Can't login into OMERO.server (known logins aren't worki

Postby kennethgillen » Fri Jan 29, 2016 12:08 pm

slozosnitram wrote:
DBscriptStuff.JPG


So this tells us that the OMERO database doesn't have one of the required tables.

If you were to perform a listing with a "Describe" statement like the following

Code: Select all
psql -h <DB-HOST> -U <DB_USER> -c "\d" <DB-NAME>


It will tell you what objects are in the OMERO database. This would normally include the table "dbpatch" which OMERO requires. If you could attach the output of that command, that'd be useful.

Your initial post said "known logins aren't working." suggesting you did have a working system. Do you have any Database backups? Did anything happen to the database that you were previously using?
kennethgillen
 
Posts: 254
Joined: Mon Nov 05, 2012 3:39 pm

Re: Can't login into OMERO.server (known logins aren't worki

Postby slozosnitram » Fri Jan 29, 2016 12:34 pm

As I said I'm new to OMERO .
Organisation I'm working for asked me to test OMERO products so we can decide is it good for them. Original purpose will be 3D microorganism image database. So at the moment I'm trying to setup Omero.server on temp workstation to have the basic uderstanding how it works and what's necessary to make it work (no I don't have working system yet....at this moment all images are in the file system "all over the place" which means they don't have working db ). Afterwards we are going to install full set on to Linux/Ubuntu server.
slozosnitram
 
Posts: 34
Joined: Tue Jan 26, 2016 4:39 pm

Re: Can't login into OMERO.server (known logins aren't worki

Postby manics » Fri Jan 29, 2016 1:27 pm

Afterwards we are going to install full set on to Linux/Ubuntu server.


Is there any chance you could get access to a Linux/Ubuntu server now? OMERO is a lot easier to install on Linux, If it's Ubuntu 14.04 we have scripts you can copy to do most of the work.
User avatar
manics
Team Member
 
Posts: 261
Joined: Mon Oct 08, 2012 11:01 am
Location: Dundee

PreviousNext

Return to Installation and Deployment

Who is online

Users browsing this forum: No registered users and 1 guest