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-passwordAlso, 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-settingsBest,
Kenny