We're Hiring!

Blitz Log Errors

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.

Blitz Log Errors

Postby brossetti » Wed Oct 29, 2014 3:47 pm

Hi All,

My omero install has been up and running for a bit, but I am just now starting to load it with image data. I have not noticed any obvious issues, but I am seeing quite a few errors in my Blitz log. Hopefully someone can let me know if I am missing a big problem somewhere. Here is my diagnostics:

Code: Select all
================================================================================
OMERO Diagnostics 5.0.5-ice35-b47
================================================================================

Commands:   java -version                  1.7.0     (/usr/bin/java)
Commands:   python -V                      2.6.6     (/usr/bin/python)
Commands:   icegridnode --version          3.5.1     (/usr/bin/icegridnode)
Commands:   icegridadmin --version         3.5.1     (/usr/bin/icegridadmin)
Commands:   psql --version                 9.3.5     (/usr/bin/psql)

Server:     icegridnode                    running
Server:     Blitz-0                        active (pid = 26131, enabled)
Server:     DropBox                        active (pid = 26149, enabled)
Server:     FileServer                     active (pid = 26168, enabled)
Server:     Indexer-0                      active (pid = 26150, enabled)
Server:     MonitorServer                  active (pid = 26184, enabled)
Server:     OMERO.Glacier2                 active (pid = 26151, enabled)
Server:     OMERO.IceStorm                 active (pid = 26185, enabled)
Server:     PixelData-0                    active (pid = 26154, enabled)
Server:     Processor-0                    active (pid = 26173, enabled)
Server:     Tables-0                       active (pid = 26158, enabled)
Server:     TestDropBox                    inactive (enabled)

OMERO:      SSL port                       4064
OMERO:      TCP port                       4063

Log dir:    /home/omero/OMERO.server-5.0.5-ice35-b47/var/log exists

Log files:  Blitz-0.log                    140.0 MB      errors=601  warnings=3780
Log files:  DropBox.log                    30.0 KB       errors=0    warnings=11
Log files:  FileServer.log                 3.0 KB
Log files:  Indexer-0.log                  946.0 KB      errors=25   warnings=0
Log files:  MonitorServer.log              16.0 KB
Log files:  OMEROweb.log                   762.0 KB      errors=1    warnings=4
Log files:  OMEROweb_request.log           0.0 KB        errors=0    warnings=4
Log files:  PixelData-0.log                482.0 KB      errors=22   warnings=0
Log files:  Processor-0.log                22.0 KB       errors=0    warnings=8
Log files:  Tables-0.log                   21.0 KB       errors=0    warnings=7
Log files:  TestDropBox.log                n/a
Log files:  master.err                     5.0 KB        errors=0    warnings=4
Log files:  master.out                     0.0 KB
Log files:  Total size                     142.45 MB


Environment:OMERO_HOME=(unset)
Environment:OMERO_NODE=(unset)
Environment:OMERO_MASTER=(unset)
Environment:OMERO_TEMPDIR=(unset)
Environment:PATH=/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
Environment:PYTHONPATH=(unset)
Environment:ICE_HOME=(unset)
Environment:LD_LIBRARY_PATH=(unset)
Environment:DYLD_LIBRARY_PATH=(unset)

OMERO data dir: '/OMERO'   Exists? True   Is writable? True
OMERO temp dir: '/home/omero/omero/tmp'   Exists? True   Is writable? True   (Size: 0)
OMERO.web status... [RUNNING] (PID 26446)


And here are some of the errors I see repeated in Blitz:
Code: Select all
2014-10-28 16:56:55,545 ERROR [                      omero.cmd.SessionI] (2-thread-1) Error destroying servant: a9380702-33a3-4751-af48-8bb1155c4a85omero.api.RawFileStore=ome.services.blitz.impl.RawFileStoreI$OpsDelegate@4a030524
2014-10-28 16:56:55,547 ERROR [o.s.blitz.impl.RawFileStoreI$OpsDelegate] (2-thread-1) Error on close, stage1


I have checked the errors in my other logs and they seem to be from an unrelated, older date when my NFS was unmounted for a bit. Any insight into the Blitz errors would be greatly appreciated.

Thanks!
Blair
brossetti
 
Posts: 32
Joined: Wed Feb 12, 2014 8:57 pm

Re: Blitz Log Errors

Postby jmoore » Wed Oct 29, 2014 5:30 pm

Hi Blair,

how are you loading the data? The most likely cause of the error you're seeing is an unclosed service which is failing to be cleaned up. If you'd like to email or upload your full var/log/Blitz-0.log, though, we can take a look.

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

Re: Blitz Log Errors

Postby brossetti » Mon Dec 08, 2014 4:11 pm

Hi Josh,

Thank you very much for your suggestion. Did you happen to get the email of the log file? I have noticed that I still get the same errors.

Code: Select all
2014-12-05 18:32:33,502 ERROR [o.s.blitz.impl.RawFileStoreI$OpsDelegate] (rver-40677) Error on close, stage1
2014-12-05 18:32:33,503 ERROR [                      omero.cmd.SessionI] (rver-40677) Error destroying servant: 0f35090e-b0ae-4724-adfb-8f8b1768872eomero.api.RawFileStore=ome.services.blitz.impl.RawFileStoreI$OpsDelegate@2ae37bdd
2014-12-05 18:32:33,504 ERROR [o.s.blitz.impl.RawFileStoreI$OpsDelegate] (rver-40677) Error on close, stage1
2014-12-05 18:32:33,505 ERROR [                      omero.cmd.SessionI] (rver-40677) Error destroying servant: 01c41a92-bcce-438f-988c-14865b0dd4a0omero.api.RawFileStore=ome.services.blitz.impl.RawFileStoreI$OpsDelegate@801a202


We are uploading the data via the OMERO.insight client. Any suggestions for resolving these errors would be greatly appreciated.

Thanks!
Blair
brossetti
 
Posts: 32
Joined: Wed Feb 12, 2014 8:57 pm

Re: Blitz Log Errors

Postby jmoore » Tue Dec 09, 2014 9:23 am

Hi Blair,

Did you happen to get the email of the log file?


No! Sorry. And searching through mail I couldn't find any from you which match. Perhaps it died in my spam folder?! Could you possibly resend?

Thanks, and again, sorry for the trouble.
~Josh.
User avatar
jmoore
Site Admin
 
Posts: 1591
Joined: Fri May 22, 2009 1:29 pm
Location: Germany

Re: Blitz Log Errors

Postby brossetti » Tue Dec 09, 2014 2:50 pm

Hi Josh,

Thanks for checking! I just resent the log file (subject: Blitz Log Errors). Thanks again for your help!

Cheers,
Blair
brossetti
 
Posts: 32
Joined: Wed Feb 12, 2014 8:57 pm

Re: Blitz Log Errors

Postby jmoore » Tue Dec 09, 2014 3:25 pm

Hi Blair,

thanks for the log file. Do you know off-hand what client version is being used?

Looking threw the logs, it seems there were 2 heavy periods of failures:
Code: Select all
~/Downloads$ grep ERROR Blitz-0.log  | grep stage1 | cut -f1-2 -d: | uniq -c
126 2014-10-28 10:2x
   1 2014-10-28 13:4x
  24 2014-10-28 16:5x


Does this correspond to ALL the imports that were performed? Or only particular ones?

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

Re: Blitz Log Errors

Postby brossetti » Wed Dec 10, 2014 6:32 pm

Hi Josh,

Thanks for looking at the log file. I have been using a variety of computer for uploading, so I decided to test a few methods of uploading to see which produced errors.

Using OMERO.insight client version 5.0.5-ice35-b47 on OSX and Windows, I get a warning when I uploaded a single image:
Code: Select all
2014-12-10 13:07:03,069 WARN  [    ome.formats.model.ReferenceProcessor] (2-thread-3) Unknown target class for LSID: Image:0


Using OMERO.insight via webstart, I get 200 errors like the following:
Code: Select all
2014-12-10 13:21:59,087 ERROR [o.s.blitz.impl.RawFileStoreI$OpsDelegate] (2-thread-1) Error on close, stage1
2014-12-10 13:21:59,089 ERROR [                      omero.cmd.SessionI] (2-thread-1) Error destroying servant: 6c249bec-33c5-4b50-b96f-db31c9144cd6omero.api.RawFileStore=ome.services.blitz.impl.RawFileStoreI$OpsDelegate@2fecb9d4


So, it looks like using OMERO.insight from webstart is causing the issues with the errors.

-Blair
brossetti
 
Posts: 32
Joined: Wed Feb 12, 2014 8:57 pm

Re: Blitz Log Errors

Postby jmoore » Fri Dec 12, 2014 3:02 pm

Blair,

thanks for letting us know. There's certainly a possibility that something's going awry in the WebStart stack, but our attempts to reproduce the errors haven't yet shown anything similar. Could you let us know more about that environment?

  • Operating system
  • Browser version
  • Java version
  • any other differences between the two client usages

Thanks for helping us to track this down!
~Josh.
User avatar
jmoore
Site Admin
 
Posts: 1591
Joined: Fri May 22, 2009 1:29 pm
Location: Germany

Re: Blitz Log Errors

Postby brossetti » Mon Dec 15, 2014 9:13 pm

Hi Josh,

Ok, I think I got to the bottom of the errors! It does not appear to be an issue with WebStart or OMERO.insight client (at least not directly). The errors occur every time I upload a spectral Zeiss CZI file. I tried uploading on a variety of platforms (OSX/Windows 7) with both WebStart and the OMERO.insight client. I do not get errors when uploading JPGs or TIFFs, but I get two errors for every CZI image uploaded.

As I mentioned, these are spectral images. I tried uploading a non-spectral CZI file and I did not receive an error. If you would like to recreate this, I would be happy to send you a file.

Thanks!
Blair
brossetti
 
Posts: 32
Joined: Wed Feb 12, 2014 8:57 pm

Re: Blitz Log Errors

Postby Dominik » Mon Dec 15, 2014 9:53 pm

Hi Blair,

that would be great, if you could upload the file. I've been trying to reproduce these errors, but without success yet. You can upload the file here: http://qa.openmicroscopy.org.uk/qa/upload/

Cheers,
Dominik
User avatar
Dominik
Team Member
 
Posts: 149
Joined: Mon Feb 10, 2014 11:26 am

Next

Return to Installation and Deployment

Who is online

Users browsing this forum: No registered users and 1 guest