I've been tasked with taking an Omero installation at Stanford that was having problems while running on a Mac and getting it to be stable running on Linux.
Setting up the new Linux server and running Omero worked fine. The batch image export worked fine and the software seemed stable.
On the old mac there were two problems:
* Batch image export didn't work
* Every half hour or so the server would crash
I then did a backup and restore of the database from the Mac to the Linux server. I also copied over all the files in the Omero data dir.
That worked, but the same exact two problems followed me.
For batch image export instead of getting a page of options, we get the following message on both the Mac and Linux server...
Cannot load the script: 3406
Error: "No processor available! [0 response(s)]"
Please contact your administrator
(The 3406 is under Linux, on the Mac the number was a 4).
I've put the relevant log for what happens during the batch image export here: http://pastebin.com/G1pW9cd2
As for the random crashing every half hour or so. the log info is here: http://pastebin.com/19TVzU0c
I think the problem is something that followed us from the database or data directory (which again was setup by someone other than me on the Mac).
I'm hoping someone can tell me how to fix this.
The Linux server is Ubuntu 12.04.
Thanks so much for your help!