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. Could not load [sun.rmi.transport.ObjectTable]. The 
following stack trace is thrown for debugging purposes as well as to attempt to 
terminate the thread which caused the illegal access.
    at 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1327)
    at 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForClassLoading(WebappClassLoaderBase.java:1313)
    at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1196)
    at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1157)
    at 
org.objectweb.carol.rmi.jrmp.server.JUnicastRemoteObject.unexportObject(JUnicastRemoteObject.java:138)
    at 
org.objectweb.carol.rmi.multi.JrmpPRODelegate.unexportObject(JrmpPRODelegate.java:107)
    at 
org.objectweb.carol.rmi.multi.MultiPRODelegate.unexportObject(MultiPRODelegate.java:107)
    at 
javax.rmi.PortableRemoteObject.unexportObject(PortableRemoteObject.java:132)
    at 
org.objectweb.jotm.SubCoordinator.doAfterCompletion(SubCoordinator.java:1584)
    at org.objectweb.jotm.SubCoordinator.doRollback(SubCoordinator.java:1370)
    at org.objectweb.jotm.SubCoordinator.rollback(SubCoordinator.java:330)
    at org.objectweb.jotm.TransactionImpl.rollback(TransactionImpl.java:668)
    at org.objectweb.jotm.Current.rollback(Current.java:538) 

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.


nandy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to