It seems like some class didn't unload properly from the JVM. This tends to happen a 
lot with Struts but it also happens with anything that the JVM understands to be still 
in use - that is; an active instance of the class remains in use in the JVM.

For your issue, you might be able to get around it by deploying the Struts framework 
separate to your WAR. YMMV.

Your other option is to track down the class unloading problem and work out what is 
holding the instance in memory. For a very large application, the effort is usually 
not worth it.

Otherwise, stopping and restarting JBoss is the other alternative.

Hope that helps and that I have the right of the situation.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832253#3832253

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832253


-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to