cannot log in to webadmin
Posted: Thu Sep 02, 2010 10:16 pm
I think I finally have OMERO set up and configured on OS X 10.6.2 using mod_WSGI.
I'm using the built-in Apache 2.2.13
MacPorts Python 2.6.5, postgreSQL 8.3, Ice 3.3.1
pil, matplot & numPy all from MacPorts
I can connect to the device from remote machines using Firefox and I get the OMERO.webadmin 'page', but when I attempt to log in as 'root' using the password I created when running the db script, I get: "Error: Client version does not match server, please contact administrator" blazened above the username and password fields. I'm very sure I'm entering the root password correctly. I fact, I've re-set it a couple of times just to be sure
Is this possibly due to the OMERO's insistence on using port 4064? And if so, how to I rectify the situation?
Also, I understand that even with SSL deselected in the login screen, the username and password are still encrypted. Is there something I need to configure in Apache to accommodate this? (I have no SSL certificate for this host).
I'm appending my OMERO diagnostics output at the bottom of this post.
Also, here's a snippet from the OMEROweb.log that corresponds to my connection and attempted login:
******************** OMEROweb.log **********************
Thu, 02 Sep 2010 18:54:31 views-web INFO INIT '19722'
Thu, 02 Sep 2010 20:44:36 views-feedback ERROR handler404: Page not found
Thu, 02 Sep 2010 20:44:36 views-feedback ERROR Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/handlers/base.py", line 83, in get_response
request.path_info)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/urlresolvers.py", line 233, in resolve
raise Resolver404, {'tried': tried, 'path': new_path}
Resolver404: {'path': u'', 'tried': ['^favicon\\.ico$', '^appmedia/webgateway/(?P<path>.*)$', '^appmedia/omeroweb/(?P<path>.*)$', '^appmedia/(?P<path>.*)$', '(?i)^webadmin/', '(?i)^webclient/', '(?i)^feedback/', '(?i)^webgateway/', '(?i)^webtest/']}
Thu, 02 Sep 2010 20:44:36 views-admin INFO INIT '19720'
Thu, 02 Sep 2010 20:44:36 views-web INFO INIT '19720'
Thu, 02 Sep 2010 20:44:45 views-admin INFO INIT '19723'
Thu, 02 Sep 2010 20:44:45 views-web INFO INIT '19723'
Thu, 02 Sep 2010 20:47:35 omero.util.UpgradeCheck INFO no update needed
Thu, 02 Sep 2010 20:47:35 webgateway INFO getBlitzConnection(host=localhost, port=4064, ssl=True, username=root)
Thu, 02 Sep 2010 20:47:35 webgateway ERROR Critical error during connect, retrying after _purge
Thu, 02 Sep 2010 20:47:35 webgateway INFO reached connector_pool_size (70), size after purge: (0)
Thu, 02 Sep 2010 20:47:35 webgateway ERROR Critical error during connect, retrying after _purge
Thu, 02 Sep 2010 20:47:35 webgateway INFO reached connector_pool_size (70), size after purge: (0)
Thu, 02 Sep 2010 20:47:35 views-admin INFO Have connection as Guest
Thu, 02 Sep 2010 20:47:35 views-admin ERROR Traceback (most recent call last):
File "/usr/local/OMERO/lib/python/omeroweb/webadmin/views.py", line 100, in _checkVersion
agent = conn.getServerVersion()
AttributeError: 'NoneType' object has no attribute 'getServerVersion'
***************** end of log snippet *******************
================================================================================
OMERO Diagnostics Beta-4.2.0-r7571-b29
================================================================================
Commands: java -version 1.6.0 (/usr/bin/java)
Commands: python -V 2.6.5 (/opt/local/bin/python -- 2 others)
Commands: icegridnode --version 3.3.1 (/opt/local/bin/icegridnode)
Commands: icegridadmin --version 3.3.1 (/opt/local/bin/icegridadmin)
Commands: psql --version 8.3.9 (/opt/local/lib/postgresql83/bin/psql)
Server: icegridnode running
Server: Blitz-0 inactive (disabled)
Server: DropBox inactive (disabled)
Server: FileServer active (pid = 10886, enabled)
Server: Indexer-0 inactive (disabled)
Server: MonitorServer inactive (disabled)
Server: OMERO.Glacier2 inactive (disabled)
Server: OMERO.IceStorm inactive (disabled)
Server: Processor-0 activating (enabled)
Server: Repository-1 error: node `repo' couldn't be reached:
the node is not active
Server: Tables-0 inactive (disabled)
Server: TestDropBox inactive (enabled)
Log dir: /usr/local/OMERO/var/log exists
Log files: Blitz-0.log 124.0 KB errors=3 warnings=27
Log files: DropBox.log 3.0 KB errors=6 warnings=0
Log files: FileServer.log 0.0 KB
Log files: Indexer-0.log 135.0 KB errors=3 warnings=27
Log files: MonitorServer.log 2.0 KB errors=3 warnings=0
Log files: OMEROweb.log 16.0 KB errors=50 warnings=0
Log files: Processor-0.log 4.0 MB errors=1228 warnings=8596
Log files: Tables-0.log n/a
Log files: TestDropBox.log n/a
Log files: master.err 1.0 KB
Log files: master.out 0.0 KB
Log files: Total size 4.73 MB
Environment:OMERO_HOME=(unset)
Environment:OMERO_NODE=(unset)
Environment:OMERO_MASTER=(unset)
Environment:PATH=/opt/local/bin:/opt/local/sbin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr \
/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/ebiotools/bin: \
/usr/local/cisgenome_v1.2/bin:/opt/local/lib/postgresql83/bin:/usr/X11R6/bin
Environment:ICE_HOME=(unset)
Environment:LD_LIBRARY_PATH=(unset)
Environment:DYLD_LIBRARY_PATH=(unset)
*****************
I'm using the built-in Apache 2.2.13
MacPorts Python 2.6.5, postgreSQL 8.3, Ice 3.3.1
pil, matplot & numPy all from MacPorts
I can connect to the device from remote machines using Firefox and I get the OMERO.webadmin 'page', but when I attempt to log in as 'root' using the password I created when running the db script, I get: "Error: Client version does not match server, please contact administrator" blazened above the username and password fields. I'm very sure I'm entering the root password correctly. I fact, I've re-set it a couple of times just to be sure
Is this possibly due to the OMERO's insistence on using port 4064? And if so, how to I rectify the situation?
Also, I understand that even with SSL deselected in the login screen, the username and password are still encrypted. Is there something I need to configure in Apache to accommodate this? (I have no SSL certificate for this host).
I'm appending my OMERO diagnostics output at the bottom of this post.
Also, here's a snippet from the OMEROweb.log that corresponds to my connection and attempted login:
******************** OMEROweb.log **********************
Thu, 02 Sep 2010 18:54:31 views-web INFO INIT '19722'
Thu, 02 Sep 2010 20:44:36 views-feedback ERROR handler404: Page not found
Thu, 02 Sep 2010 20:44:36 views-feedback ERROR Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/handlers/base.py", line 83, in get_response
request.path_info)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/urlresolvers.py", line 233, in resolve
raise Resolver404, {'tried': tried, 'path': new_path}
Resolver404: {'path': u'', 'tried': ['^favicon\\.ico$', '^appmedia/webgateway/(?P<path>.*)$', '^appmedia/omeroweb/(?P<path>.*)$', '^appmedia/(?P<path>.*)$', '(?i)^webadmin/', '(?i)^webclient/', '(?i)^feedback/', '(?i)^webgateway/', '(?i)^webtest/']}
Thu, 02 Sep 2010 20:44:36 views-admin INFO INIT '19720'
Thu, 02 Sep 2010 20:44:36 views-web INFO INIT '19720'
Thu, 02 Sep 2010 20:44:45 views-admin INFO INIT '19723'
Thu, 02 Sep 2010 20:44:45 views-web INFO INIT '19723'
Thu, 02 Sep 2010 20:47:35 omero.util.UpgradeCheck INFO no update needed
Thu, 02 Sep 2010 20:47:35 webgateway INFO getBlitzConnection(host=localhost, port=4064, ssl=True, username=root)
Thu, 02 Sep 2010 20:47:35 webgateway ERROR Critical error during connect, retrying after _purge
Thu, 02 Sep 2010 20:47:35 webgateway INFO reached connector_pool_size (70), size after purge: (0)
Thu, 02 Sep 2010 20:47:35 webgateway ERROR Critical error during connect, retrying after _purge
Thu, 02 Sep 2010 20:47:35 webgateway INFO reached connector_pool_size (70), size after purge: (0)
Thu, 02 Sep 2010 20:47:35 views-admin INFO Have connection as Guest
Thu, 02 Sep 2010 20:47:35 views-admin ERROR Traceback (most recent call last):
File "/usr/local/OMERO/lib/python/omeroweb/webadmin/views.py", line 100, in _checkVersion
agent = conn.getServerVersion()
AttributeError: 'NoneType' object has no attribute 'getServerVersion'
***************** end of log snippet *******************
================================================================================
OMERO Diagnostics Beta-4.2.0-r7571-b29
================================================================================
Commands: java -version 1.6.0 (/usr/bin/java)
Commands: python -V 2.6.5 (/opt/local/bin/python -- 2 others)
Commands: icegridnode --version 3.3.1 (/opt/local/bin/icegridnode)
Commands: icegridadmin --version 3.3.1 (/opt/local/bin/icegridadmin)
Commands: psql --version 8.3.9 (/opt/local/lib/postgresql83/bin/psql)
Server: icegridnode running
Server: Blitz-0 inactive (disabled)
Server: DropBox inactive (disabled)
Server: FileServer active (pid = 10886, enabled)
Server: Indexer-0 inactive (disabled)
Server: MonitorServer inactive (disabled)
Server: OMERO.Glacier2 inactive (disabled)
Server: OMERO.IceStorm inactive (disabled)
Server: Processor-0 activating (enabled)
Server: Repository-1 error: node `repo' couldn't be reached:
the node is not active
Server: Tables-0 inactive (disabled)
Server: TestDropBox inactive (enabled)
Log dir: /usr/local/OMERO/var/log exists
Log files: Blitz-0.log 124.0 KB errors=3 warnings=27
Log files: DropBox.log 3.0 KB errors=6 warnings=0
Log files: FileServer.log 0.0 KB
Log files: Indexer-0.log 135.0 KB errors=3 warnings=27
Log files: MonitorServer.log 2.0 KB errors=3 warnings=0
Log files: OMEROweb.log 16.0 KB errors=50 warnings=0
Log files: Processor-0.log 4.0 MB errors=1228 warnings=8596
Log files: Tables-0.log n/a
Log files: TestDropBox.log n/a
Log files: master.err 1.0 KB
Log files: master.out 0.0 KB
Log files: Total size 4.73 MB
Environment:OMERO_HOME=(unset)
Environment:OMERO_NODE=(unset)
Environment:OMERO_MASTER=(unset)
Environment:PATH=/opt/local/bin:/opt/local/sbin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr \
/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/ebiotools/bin: \
/usr/local/cisgenome_v1.2/bin:/opt/local/lib/postgresql83/bin:/usr/X11R6/bin
Environment:ICE_HOME=(unset)
Environment:LD_LIBRARY_PATH=(unset)
Environment:DYLD_LIBRARY_PATH=(unset)
*****************