We're Hiring!

Strange behavior in Omero home web page

Having a problem deploying OMERO? Please ask new questions at https://forum.image.sc/tags/omero
Please note:
Historical discussions about OMERO. Please look for and ask new questions at https://forum.image.sc/tags/omero

The OMERO.server installation documentation begins here and you can find OMERO.web deployment documentation here.

Strange behavior in Omero home web page

Postby phm » Wed May 30, 2018 2:19 pm

Hi,
After trying to install Omero figure script, I have a login web page, however after signing the home page (showing images) appear briefly (flashing) and return to the login page .... Believing that come from figure script installation I removed all information in Omero concerning this script, but still the same ???? I didn't have error in web log. And Omero client works fine.
My config :
Code: Select all
(omerowebvenv) omero@omero:~$>omero admin diagnostics

================================================================================
OMERO Diagnostics (admin) 5.4.5-ice36-b83
================================================================================
       
Commands:   java -version                  1.8.0     (/usr/bin/java)
Commands:   python -V                      2.7.5     (/home/omero/omerowebvenv/bin/python -- 2 others)
Commands:   icegridnode --version          3.6.4     (/usr/bin/icegridnode)
Commands:   icegridadmin --version         3.6.4     (/usr/bin/icegridadmin)
Commands:   psql --version                 9.6.9     (/usr/bin/psql)

Server:     icegridnode                    running
Server:     Blitz-0                        active (pid = 10567, enabled)
Server:     DropBox                        active (pid = 10650, enabled)
Server:     FileServer                     active (pid = 10662, enabled)
Server:     Indexer-0                      active (pid = 10665, enabled)
Server:     MonitorServer                  active (pid = 10671, enabled)
Server:     OMERO.Glacier2                 active (pid = 10711, enabled)
Server:     OMERO.IceStorm                 active (pid = 10674, enabled)
Server:     PixelData-0                    active (pid = 10678, enabled)
Server:     Processor-0                    active (pid = 10691, enabled)
Server:     Tables-0                       active (pid = 10698, enabled)
Server:     TestDropBox                    inactive (enabled)

Log dir:    /home/omero/OMERO.server/var/log exists
Log files:  Blitz-0.log                    220.0 MB      errors=3    warnings=47 
Log files:  DropBox.log                    6.0 KB        errors=0    warnings=2   
Log files:  FileServer.log                 0.0 KB       
Log files:  Indexer-0.log                  1.0 MB       
Log files:  MonitorServer.log              3.0 KB       
Log files:  OMEROweb.lock                  0.0 KB       
Log files:  OMEROweb.log                   23.0 KB       errors=0    warnings=19 
Log files:  PixelData-0.log                526.0 KB     
Log files:  Processor-0.log                3.0 MB        errors=0    warnings=1   
Log files:  Tables-0.log                   4.0 KB        errors=0    warnings=1   
Log files:  TestDropBox.log                n/a
Log files:  master.err                     6.0 KB        errors=2    warnings=36 
Log files:  master.out                     0.0 KB       
Log files:  Total size                     226.82 MB


Environment:OMERO_HOME=(unset)             
Environment:OMERO_NODE=(unset)             
Environment:OMERO_MASTER=(unset)           
Environment:OMERO_USERDIR=(unset)         
Environment:OMERO_TMPDIR=/tmp             
Environment:PATH=/home/omero/omerowebvenv/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/dell/srvadmin/bin:/home/omero/OMERO.server/bin/
Environment:PYTHONPATH=(unset)             
Environment:ICE_HOME=(unset)               
Environment:LD_LIBRARY_PATH=(unset)       
Environment:DYLD_LIBRARY_PATH=(unset)     

OMERO SSL port:4064                           
OMERO TCP port:4063                           
OMERO data dir:'/OMERO'                       Exists? True   Is writable? True
OMERO temp dir:'/tmp'                         Exists? True   Is writable? True   (Size: 194762)

JVM settings: Blitz-${index}                -Xmx5027m -XX:MaxPermSize=1g -XX:+IgnoreUnrecognizedVMOptions
JVM settings: Indexer-${index}              -Xmx3351m -XX:MaxPermSize=1g -XX:+IgnoreUnrecognizedVMOptions
JVM settings: PixelData-${index}            -Xmx5027m -XX:MaxPermSize=1g -XX:+IgnoreUnrecognizedVMOptions
JVM settings: Repository-${index}           -Xmx3351m -XX:MaxPermSize=1g -XX:+IgnoreUnrecognizedVMOptions

Code: Select all
(omerowebvenv) omero@omero:~$>omero config get
omero.data.dir=/OMERO
omero.db.name=omero_database
omero.db.pass=********
omero.db.user=db_omero
omero.mail.config=true
omero.mail.host=smtps.college-de-france.fr
omero.mail.password=********
omero.mail.username=philippe.mailly@college-de-france.fr
omero.web.login_logo=/omero/static/webclient/image/logo_CIRB.jpg
omero.web.prefix=/omero
omero.web.session_cookie_age=86400
omero.web.session_engine=django.contrib.sessions.backends.cache
omero.web.session_expire_at_browser_close=True
omero.web.static_url=/omero/static/
omero.web.ui.top_links=["Data", "webindex", {"title": "Browse Data via Projects, Tags etc"}, ["History", "history", {"title": "History"}], ["Help", "http://help.openmicroscopy.org/", {"target": "new", "title": "Open OMERO user guide in a new tab"}]]

Any idea ?
Philippe
phm
 
Posts: 185
Joined: Tue Mar 19, 2013 3:39 pm

Re: Strange behavior in Omero home web page

Postby kennethgillen » Wed May 30, 2018 2:36 pm

Did you restart OMERO.web?

Does it look any different in a new private window (i.e. cleared cache?)

Kenny
kennethgillen
 
Posts: 254
Joined: Mon Nov 05, 2012 3:39 pm

Re: Strange behavior in Omero home web page

Postby phm » Thu May 31, 2018 9:23 am

kennethgillen wrote:Did you restart OMERO.web?

Does it look any different in a new private window (i.e. cleared cache?)

Kenny

Hi Kenny,
Yes I restart OMERO.web and it's the same even if I clear the cache of the web browser or in private windows.
Is there a way to clean the OMERO cache session ?

Philippe
phm
 
Posts: 185
Joined: Tue Mar 19, 2013 3:39 pm

Re: Strange behavior in Omero home web page

Postby jmoore » Mon Jun 04, 2018 10:29 am

Hi Philippe,

with OMERO.web stopped (bin/omero web stop) you can delete the sessionid files under /tmp.

Cheers,
~Josh
User avatar
jmoore
Site Admin
 
Posts: 1591
Joined: Fri May 22, 2009 1:29 pm
Location: Germany

Re: Strange behavior in Omero home web page

Postby phm » Mon Jun 04, 2018 1:02 pm

jmoore wrote:Hi Philippe,

with OMERO.web stopped (bin/omero web stop) you can delete the sessionid files under /tmp.

Cheers,
~Josh

Hi Josh,
Thank a lot, it's working now.
Philippe
phm
 
Posts: 185
Joined: Tue Mar 19, 2013 3:39 pm


Return to Installation and Deployment

Who is online

Users browsing this forum: No registered users and 1 guest

cron