OMERO server 4.03 login problems
Posted: Mon Jun 08, 2009 4:01 pm
Hi,
I read a thread in the old ome community forum, initiated by Jon, see below. It reports the same problem (not able to login to OMERO) I face right now deploying Omero Server 4.0.3 on XP.
Unfortunately this thread was not continued but I hope that somebody can help me out.
Some hints how to proceed would be great!
I attached some logs for detailed info.
Thanks and regards,
Stefan
------------------------------------------------------------------
old thread...
------------------------------------------------------------------
Jon Wakelin writes:
> Dear All,
Hi Jon,
the message
> PermissionDeniedException: exception ::Glacier2::PermissionDeniedException
> {
> reason = internal server error
> }
tell us that the blitz server is not properly started. Can you send us
the Blitz-0.log from the var/log directory?
Thanks,
~Josh.
> I've just installed OMERO beta4.0.1. on Linux but I'm having problems
> logging in. I'm not sure which username/password I'm meant to use when
> accessing OMERO.web (http://<myserver>:8000/webadmin)
>
> I can access the page just fine, but no matter what combination of
> username/passwords I try I get the following message on the login page:
>
> "Error: PermissionDeniedException"
>
> and the following entry in $OMERO_HOME/var/log/OMEROweb.log :
>
> --------------------------------------------------------------------------------
>
> 2009-04-23 16:29:28,507 gateway : INFO Starting thread...
> 2009-04-23 16:29:28,508 gateway : INFO Connecting...
> 2009-04-23 16:29:28,514 gateway : ERROR Traceback (most recent
> call last):
> File "/opt/omero_dist/lib/python/omeroweb/extlib/gateway.py", line
> 159, in connect
> self.c.createSession(self._props[omero.constants.USERNAME],
> self._props[omero.constants.PASSWORD])
> File "/opt/omero_dist/lib/python/omero/__init__.py", line 335, in
> createSession
> prx = self.getRouter(self.__ic).createSession(username, password)
> File "/opt/Ice/py/python/Glacier2_Router_ice.py", line 107, in
> createSession
> return _M_Glacier2.Router._op_createSession.invoke(self, ((userId,
> password), _ctx))
> PermissionDeniedException: exception ::Glacier2::PermissionDeniedException
> {
> reason = internal server error
> }
>
> 2009-04-23 16:29:28,514 views-web : ERROR Traceback (most recent
> call last):
> File "/opt/omero_dist/lib/python/omeroweb/webclient/views.py", line
> 160, in getConnection
> conn.connect()
> File "/opt/omero_dist/lib/python/omeroweb/extlib/gateway.py", line
> 187, in connect
> raise x
> PermissionDeniedException: exception ::Glacier2::PermissionDeniedException
> {
> reason = internal server error
> }
>
>
> --------------------------------------------------------------------------------
>
>
> (1) I've tried the password that I set at this point of the installation:
>
> bin/omero config set omero.db.name <password>
> bin/omero config set omero.db.user <username>
>
>
> (2) I've also tried the password that I set at this point of the
> installation:
>
> $ bin/omero db script
> Please enter omero.db.version [OMERO4]:
> Please enter omero.db.patch [0]:
> Please enter password for new OMERO root user:
> Please re-enter password for new OMERO root user:
> Saving to /home/omero/Desktop/omero/OMERO4__0.sql
> $ psql -h localhost -U omero omero < OMERO4__0.sql
>
> (3) And I've tried the password that I set when I ran:
>
> python manage.py syncdb
>
>
> none of them seems to work. Am I missing something obvious? How should
> I login at http://localhost:8000/webclient ?
>
> regards
> Jon
> _______________________________________________
> ome-users mailing list
> ome-users at lists.openmicroscopy.org.uk
> http://lists.openmicroscopy.org.uk/mail ... /ome-users
I read a thread in the old ome community forum, initiated by Jon, see below. It reports the same problem (not able to login to OMERO) I face right now deploying Omero Server 4.0.3 on XP.
Unfortunately this thread was not continued but I hope that somebody can help me out.
Some hints how to proceed would be great!
I attached some logs for detailed info.
Thanks and regards,
Stefan
------------------------------------------------------------------
old thread...
------------------------------------------------------------------
Jon Wakelin writes:
> Dear All,
Hi Jon,
the message
> PermissionDeniedException: exception ::Glacier2::PermissionDeniedException
> {
> reason = internal server error
> }
tell us that the blitz server is not properly started. Can you send us
the Blitz-0.log from the var/log directory?
Thanks,
~Josh.
> I've just installed OMERO beta4.0.1. on Linux but I'm having problems
> logging in. I'm not sure which username/password I'm meant to use when
> accessing OMERO.web (http://<myserver>:8000/webadmin)
>
> I can access the page just fine, but no matter what combination of
> username/passwords I try I get the following message on the login page:
>
> "Error: PermissionDeniedException"
>
> and the following entry in $OMERO_HOME/var/log/OMEROweb.log :
>
> --------------------------------------------------------------------------------
>
> 2009-04-23 16:29:28,507 gateway : INFO Starting thread...
> 2009-04-23 16:29:28,508 gateway : INFO Connecting...
> 2009-04-23 16:29:28,514 gateway : ERROR Traceback (most recent
> call last):
> File "/opt/omero_dist/lib/python/omeroweb/extlib/gateway.py", line
> 159, in connect
> self.c.createSession(self._props[omero.constants.USERNAME],
> self._props[omero.constants.PASSWORD])
> File "/opt/omero_dist/lib/python/omero/__init__.py", line 335, in
> createSession
> prx = self.getRouter(self.__ic).createSession(username, password)
> File "/opt/Ice/py/python/Glacier2_Router_ice.py", line 107, in
> createSession
> return _M_Glacier2.Router._op_createSession.invoke(self, ((userId,
> password), _ctx))
> PermissionDeniedException: exception ::Glacier2::PermissionDeniedException
> {
> reason = internal server error
> }
>
> 2009-04-23 16:29:28,514 views-web : ERROR Traceback (most recent
> call last):
> File "/opt/omero_dist/lib/python/omeroweb/webclient/views.py", line
> 160, in getConnection
> conn.connect()
> File "/opt/omero_dist/lib/python/omeroweb/extlib/gateway.py", line
> 187, in connect
> raise x
> PermissionDeniedException: exception ::Glacier2::PermissionDeniedException
> {
> reason = internal server error
> }
>
>
> --------------------------------------------------------------------------------
>
>
> (1) I've tried the password that I set at this point of the installation:
>
> bin/omero config set omero.db.name <password>
> bin/omero config set omero.db.user <username>
>
>
> (2) I've also tried the password that I set at this point of the
> installation:
>
> $ bin/omero db script
> Please enter omero.db.version [OMERO4]:
> Please enter omero.db.patch [0]:
> Please enter password for new OMERO root user:
> Please re-enter password for new OMERO root user:
> Saving to /home/omero/Desktop/omero/OMERO4__0.sql
> $ psql -h localhost -U omero omero < OMERO4__0.sql
>
> (3) And I've tried the password that I set when I ran:
>
> python manage.py syncdb
>
>
> none of them seems to work. Am I missing something obvious? How should
> I login at http://localhost:8000/webclient ?
>
> regards
> Jon
> _______________________________________________
> ome-users mailing list
> ome-users at lists.openmicroscopy.org.uk
> http://lists.openmicroscopy.org.uk/mail ... /ome-users