Hello everybody,

I have this error each time I stop my webapplication on tomcat 7:

27 juil. 2011 12:33:42 org.apache.catalina.loader.WebappClassLoader loadClass
INFO: Illegal access: this web application instance has been stopped already.
Could not load javax.persistence.EntityManagerFactory.  The eventual following 
stack trace is caused by an error thrown for debugging purposes as well as to 
attempt to terminate the thread which caused the illegal access, and has no 
functional impact.
java.lang.IllegalStateException
        at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1562)
        at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1521)
        at 
org.stripesstuff.stripersist.Stripersist.cleanup(Stripersist.java:501)
        at 
org.stripesstuff.stripersist.Stripersist.finalize(Stripersist.java:513)

Line 501 is: EntityManagerFactory factory = iterator.next();

Does it mean that the EntityManagerFactories are never cleaned ?
any idea how to avoid this error ?

Thanks.




------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to