Hi Marco,
If possible please try another full shutdown (preferably system restart if possible).
- Code: Select all
 omero admin stop
If you can't reboot the system, please check if ice is still running and close it down
- Code: Select all
 kill  $(pgrep -f icegridnode)
then
- Code: Select all
 pgrep -f icegridnode
 (expect no results)
Then can you please run
- Code: Select all
 omero admin diagnostics
and provide us with the results.
Can you now check for any instances of glacier2router running?
- Code: Select all
 pgrep -f glacier2router
(expect no results) - however if you see a process id, please kill it with
- Code: Select all
 kill  $(pgrep -f glacier2router)
Now can you please clear the logs by removing the OMERO server var/log folder (copying them  somewhere if you want to keep any of the log data!)
- Code: Select all
 cp -r OMERO.server/var/log/ ~/OMERO_logs_20121219
rm -rf OMERO.server/var/log 
and try to start up the server
- Code: Select all
 omero admin start
And now please submit another copy of the log output as you have done before.
Many thanks,
Kenny