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