Hi Ola,
After running 5.2.1 for a while under Python 2.6/ Django 1.6, I decided to upgrade per your recommendations to Python 2.7/Django 1.8. So I followed the instructions on:
http://www.openmicroscopy.org/site/supp ... ntos6.htmlI was doing this in advance of upgrading to 5.2.2.
But clearly I went wrong somewhere. When I try to start the server I get:
[omero@bigimserv ~]$ omero admin start
No descriptor given. Using etc/grid/default.xml
Waiting on startup. Use CTRL-C to exit
.............................
Failed to startup some components after 300 seconds
Calling "stop" on remaining components
Waiting on shutdown. Use CTRL-C to exit
and in master.err:
-! 03/18/16 14:19:04.880 OMERO.Glacier2: warning: unable to contact permissions verifier `BlitzVerifier@BlitzAdapters'
Reference.cpp:1663: Ice::NoEndpointException:
no suitable endpoint available for proxy `BlitzVerifier -t -e 1.1 @ BlitzAdapters'
-! 03/18/16 14:19:04.914 OMERO.Glacier2: warning: unable to contact session manager `BlitzManager@BlitzAdapters'
Reference.cpp:1663: Ice::NoEndpointException:
no suitable endpoint available for proxy `BlitzManager -t -e 1.1 @ BlitzAdapters'
0 IceUtil::Exception::Exception(char const*, int) in /opt/Ice-3.5.1/lib64/libIceUtil.so.35
1 Ice::LocalException::LocalException(char const*, int) in /opt/Ice-3.5.1/lib64/libIce.so.35
2 Ice::NoEndpointException::NoEndpointException(char const*, int, std::string const&) in /opt/Ice-3.5.1/lib64/libIce.so.35
3 /opt/Ice-3.5.1/lib64/libIce.so.35(+0x55bcac) [0x7f3f7b238cac]
4 IceInternal::LocatorInfo::RequestCallback::response(IceInternal::Handle<IceInternal::LocatorInfo> const&, IceInternal::ProxyHandle<IceProxy::Ice::Object> const&) in /opt/Ice-3.5.1/lib64/libIce.so.35
5 IceInternal::LocatorInfo::Request::response(IceInternal::ProxyHandle<IceProxy::Ice::Object> const&) in /opt/Ice-3.5.1/lib64/libIce.so.35
6 Ice::CallbackNC_Locator_findAdapterById<IceInternal::LocatorInfo::Request>::__completed(IceInternal::Handle<Ice::AsyncResult> const&) const in /opt/Ice-3.5.1/lib64/libIce.so.35
7 Ice::AsyncResult::__response() in /opt/Ice-3.5.1/lib64/libIce.so.35
8 IceInternal::OutgoingAsync::__finished() in /opt/Ice-3.5.1/lib64/libIce.so.35
9 Ice::ConnectionI::dispatch(IceUtil::Handle<Ice::ConnectionI::StartCallback> const&, std::vector<Ice::ConnectionI::SentCallback, std::allocator<Ice::ConnectionI::SentCallback> > const&, unsigned char, int, int, IceInternal::Handle<IceInternal::ServantManager> const&, IceInternal::Handle<Ice::ObjectAdapter> const&, IceInternal::Handle<IceInternal::OutgoingAsync> const&, IceInternal::BasicStream&) in /opt/Ice-3.5.1/lib64/libIce.so.35
10 Ice::ConnectionI::message(IceInternal::ThreadPoolCurrent&) in /opt/Ice-3.5.1/lib64/libIce.so.35
11 IceInternal::ThreadPool::run(IceUtil::Handle<IceInternal::ThreadPool::EventHandlerThread> const&) in /opt/Ice-3.5.1/lib64/libIce.so.35
12 IceInternal::ThreadPool::EventHandlerThread::run() in /opt/Ice-3.5.1/lib64/libIce.so.35
13 /opt/Ice-3.5.1/lib64/libIceUtil.so.35(+0x58c85) [0x7f3f7aabcc85]
14 /lib64/libpthread.so.0() [0x3370207a51]
15 clone() in /lib64/libc.so.6
Blitz.log has many occurrences of the this message:
***************************************************************************************
Error connecting to database table dbpatch. You may need to bootstrap.
See
http://www.openmicroscopy.org/site/supp ... grade.html***************************************************************************************
But I don't really understand what that means and the word "bootstrap" does not appear on that page.
As part of the upgrade of Python I did also upgrade psql to 9.4 from the earlier 9.3. Might it be related to that?
Thanks,
- Damir