Page 3 of 3

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

PostPosted: Fri Jan 29, 2016 1:42 pm
by kennethgillen
Hi,

slozosnitram wrote:no I don't have working system yet


Okay - good to get that clarified.

If you've never had a working OMERO instance here, and you're just starting out installing OMERO, then it's likely the DB setup script hasn't been run yet.

I'd recommend re-doing that part of the Installation, if you don't have access to a Linux server.

https://www.openmicroscopy.org/site/sup ... stallation

Kenny

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

PostPosted: Fri Jan 29, 2016 1:46 pm
by slozosnitram
Not now unfortunately. I'll play with the database structure for a moment and when the guys will be ready to let me work with Linux server I'll contact you (hopefully in the weeks time we will be ready). Thanx for help.

Regards slozosnitram

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

PostPosted: Fri Jan 29, 2016 2:45 pm
by slozosnitram
Hi guys

I'm back ;-) . I rerun some scripts ...
omero=> SET client_encoding = 'UTF8';
omero=> \i C:/OMERO.server/OMERO5.2__0.sql
omero=> \q

so db is here and after that I did this
psql -h <DB-HOST> -U <DB_USER> -c "select * from dbpatch" <DB-NAME>

and here is the result.
p1.JPG
p1.JPG (41.66 KiB) Viewed 3703 times

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

PostPosted: Fri Jan 29, 2016 2:53 pm
by kennethgillen
slozosnitram wrote:Hi guys

I'm back ;-) . I rerun some scripts ...


Fantastic. And are you now able to log into OMERO?

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

PostPosted: Fri Jan 29, 2016 2:59 pm
by slozosnitram
LoginAttempts.JPG
LoginAttempts.JPG (29.4 KiB) Viewed 3699 times

not realy

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

PostPosted: Fri Jan 29, 2016 3:12 pm
by kennethgillen
slozosnitram wrote:not realy


You may have guessed, but we'll need the Blitz-0.log again to see what's up.

Thanks,

Kenny

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

PostPosted: Mon Feb 01, 2016 10:04 am
by slozosnitram
Hello everybody,

You may have guessed, but we'll need the Blitz-0.log again to see what's up.

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

PostPosted: Mon Feb 01, 2016 10:16 am
by kennethgillen
Hi,

slozosnitram wrote:
LoginAttempts.JPG

not realy


Your Blitz log shows OMERO running now.

Code: Select all
2016-02-01 10:01:01,175 INFO  [      ome.services.util.JvmSettingsCheck] (      main) Max Memory (MB):   =    622
2016-02-01 10:01:01,175 INFO  [      ome.services.util.JvmSettingsCheck] (      main) OS Memory (MB):    =   4095
2016-02-01 10:01:01,175 INFO  [      ome.services.util.JvmSettingsCheck] (      main) Processors:        =      8
2016-02-01 10:01:01,195 INFO  [    ome.services.util.ServerVersionCheck] (      main) -------------------------------------------------
2016-02-01 10:01:01,196 INFO  [    ome.services.util.ServerVersionCheck] (      main) OMERO Version: 5.1.1-ice34-b43 Ready.
2016-02-01 10:01:01,196 INFO  [    ome.services.util.ServerVersionCheck] (      main) -------------------------------------------------


So I'd double check that the user you're trying to log in as, `omerouser` exists at all in OMERO.

In general you'd log into a freshly installed OMERO instance as the OMERO user `root`, who's password you set with the database install script. Here's the section of our documentation which describes the different passwords which are used in an OMERO installation. https://www.openmicroscopy.org/site/sup ... g-password

Also, the fact that OMERO only has 622MB of RAM available won't make it particularly useful after you've logged in. (See above output). Here's a section of our documentation which shows how to configure how much memory OMERO is allocated: https://www.openmicroscopy.org/site/sup ... y-settings

Best,

Kenny

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

PostPosted: Mon Feb 01, 2016 10:51 am
by slozosnitram
Thanks !!!

I logged in using .insight as root .... created account for omerouser .... so things started to work. Now going to test image imports and other stuff .

Thank you very much for assistance !

Regards slozosnitram

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

PostPosted: Mon Feb 01, 2016 11:24 am
by kennethgillen
slozosnitram wrote:Thank you very much for assistance !


You're more than welcome! We're pleased to have been able to help you out.

Best regards,

Kenny.