I decided to startup tomcat and check the first request -since the problem seems to be with references from a previous load. I got this exception: java.lang.NoSuchMethodError: sun.rmi.transport.ObjectTable.getStub(Ljava/rmi/Remote;)Ljava/rmi/server/RemoteStub; org.objectweb.carol.rmi.jrmp.server.JUnicastRemoteObject.unexportObject(JUnicastRemoteObject.java:138) org.objectweb.carol.rmi.multi.JrmpPRODelegate.unexportObject(JrmpPRODelegate.java:107) org.objectweb.carol.rmi.multi.MultiPRODelegate.unexportObject(MultiPRODelegate.java:107) javax.rmi.PortableRemoteObject.unexportObject(PortableRemoteObject.java:132) org.objectweb.jotm.SubCoordinator.doAfterCompletion(SubCoordinator.java:1584) org.objectweb.jotm.SubCoordinator.doRollback(SubCoordinator.java:1370) org.objectweb.jotm.SubCoordinator.rollback(SubCoordinator.java:330) org.objectweb.jotm.TransactionImpl.rollback(TransactionImpl.java:668) org.objectweb.jotm.Current.rollback(Current.java:538) -------------------------------------------- On Mon, 3/16/15, Mark Thomas <ma...@apache.org> wrote:
Subject: Re: Error:Could not load [sun.rmi.transport.ObjectTable] To: "Tomcat Users List" <users@tomcat.apache.org> Date: Monday, March 16, 2015, 2:31 AM On 16/03/2015 02:55, nandy r wrote: > Hello, I am trying to setup tomcat+jotm+sqlite and I get this exception stack: > java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. <snip/> > This seems more a java rmi issue although I am not sure. I googled but could not find anything of > interest so any help much appreciated. The root cause looks pretty obvious. You are trying to use a web application that has already been stopped. It is possible you have some sort of memory leak. This should help you track that down: http://people.apache.org/~markt/presentations/2010-11-04-Memory-Leaks-60mins.pdf Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org