In our session facade, a NoSuchMethodError was thrown, which was printed to master.err:
but left the client blocking, forcing a "kill -9". Is this a known issue, and if so, is it fixed in 3.4?Code:Exception in thread "Blitz-0-Ice.ThreadPool.Server-5" java.lang.NoSuchMethodError: ome.services.sessions.events.ChangeSecurityContextEvent.<init>(Ljava/lang/Object;Lom e/model/IObject;Lome/model/IObject;)V at ome.services.sessions.SessionManagerImpl.setSecurityContext(SessionManagerImpl.java:1088) at ome.services.blitz.impl.ServiceFactoryI.setSecurityContext(ServiceFactoryI.java:313) at omero.api._ServiceFactoryDisp.___setSecurityContext(_ServiceFactoryDisp.java:385) at omero.api._ServiceFactoryDisp.__dispatch(_ServiceFactoryDisp.java:1347) at IceInternal.Incoming.invoke(Incoming.java:159) at Ice.ConnectionI.invokeAll(ConnectionI.java:2037) at Ice.ConnectionI.message(ConnectionI.java:972) at IceInternal.ThreadPool.run(ThreadPool.java:577) at IceInternal.ThreadPool.access$100(ThreadPool.java:12) at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:971)
~Josh.

Reply With Quote
In fact, as seen with the case of assertions and OOMs, it's not always the case.