Hi Josh,
for the wrong password, this seems clear:
------ clip ------
PermissionDeniedException: exception ::Glacier2::PermissionDeniedException
{
reason = Password check failed
}
Tue, 26 Oct 2010 11:52:13 webgateway ERROR Critical error during connect, retrying after _purge
Tue, 26 Oct 2010 11:52:13 webgateway INFO reached connector_pool_size (70), size after purge: (1)
Tue, 26 Oct 2010 11:52:13 views-admin INFO Have connection as Guest
Tue, 26 Oct 2010 11:52:13 views-admin ERROR Traceback (most recent call last):
File "/OMERO/OMERO.server-Beta-4.2.0/lib/python/omeroweb/webadmin/views.py", line 100, in _checkVersion
agent = conn.getServerVersion()
AttributeError: 'NoneType' object has no attribute 'getServerVersion'
Tue, 26 Oct 2010 11:52:27 omero.util.UpgradeCheck INFO no update needed
------ clip --------
After that I tried with the correct password, and the log shows this
----- clip ------
Tue, 26 Oct 2010 11:52:27 webgateway INFO getBlitzConnection(host=localhost, port=4064, ssl=True, username=root)
Tue, 26 Oct 2010 11:52:27 blitz_gateway INFO created connection (uuid=19f9f859-f481-4e27-b8c3-0964bff87baf)
----- clip ------
Is that proof that the login was successful? I am wondering if there could be a problem accessing the database. Ah yes, that seems to be the case. I used bin/omero config to set a wrong db.pass, and still I get the same print as above.
Is there also a ticket for checking db access at startup
?
I still don't get how I have messed up the connection, though...
Cheers,
Harri