I can't quite predict with certainty when this error will occur: 86899 Feb 28, 2009 10:05:50 PM org.apache.catalina.loader.WebappClassLoader loadClass 86900 INFO: Illegal access: this web application instance has been stopped already. Could not load oracle.toplink.essentials.internal.localization.i18n.LoggingLocalizationResource. 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. 86901 java.lang.IllegalStateException
but generally restarting tomcat, and some combination of undeploy/ redeploy fixes the problem. (I'm using NB 6.1, which automagically deploys the .war) I'm not entirely whether undeploying the app does anything or not, I don't see why it would, but it seems to help. >From what I've read the general solution is to just restart tomcat. What does the error mean? Also, just to clarify, if I'm using toplink for JPA then the toplink jars, and whatever I'm using for jdbc, need to be copied to tomcat as per: http://wiki.netbeans.org/DeployREST2Tomcat55 (instead of derby I'm using mssql.jar) thanks, Thufir --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org