And I saw those were working once.
I installed the omero.web after my cluster computer administrator setup the apache with mod_python by following http://www.openmicroscopy.org.uk/site/support/omero4/server/archives/4.0/install-web
but I cannot login to the webadmin from another computer (not the computer that the omero.server and omero.web are installed).
when I tried to start the Web, it becomes dead very soon. like the followings
$ bin/omero admin ice
Ice 3.3.0 Copyright 2003-2008 ZeroC, Inc.
>>> server enable Web
>>> server start Web
>>> server state Web
active (pid = 19375, enabled)
>>> server state Web
inactive (enabled)
when I see the diagnostics by bin/omero admin diagnostics,
I see 2 errors from DropBox and 2 errors fro Processor-0.
and those are something like
2010-04-16 13:23:47,984 ERROR [ omero.util.TempFileManager] (MainThread) rmtree error: remove('/afs/cs.cmu.edu/user/bhcho/omero/tmp/omero_bhcho/10775/.lock') => [Errno 13] Permission denied: '/afs/cs.cmu.edu/user/bhcho/omero/tmp/omero_bhcho/10775/.lock'
2010-04-16 13:23:47,984 ERROR [ omero.util.TempFileManager] (MainThread) rmtree error: rmdir('/afs/cs.cmu.edu/user/bhcho/omero/tmp/omero_bhcho/10775') => [Errno 13] Permission denied: '/afs/cs.cmu.edu/user/bhcho/omero/tmp/omero_bhcho/10775'
/afs/cs.cmu.edu/user/bhcho/
is the home directory of my account on the machine.
Maybe this happens because I could not confugure "mod_pytnon" from the installation instruction (at the bottom of http://www.openmicroscopy.org.uk/site/support/omero4/server/archives/4.0/install-web)
Because I did not setup the apache with mod_python, I don't know where to configure.
Can anyone help me out here?