I have a similar problem. I hot deploy my war file , which gets deployed. Then I access the webpage which makes a server request and during this request I get this exception:
class org.jboss.cache.interceptors.CacheLoaderInterceptor class org.jboss.cache.interceptors.UnlockInterceptor class org.jboss.cache.interceptors.ReplicationInterceptor class org.jboss.cache.interceptors.CacheStoreInterceptor 10:25:17,730 INFO [TreeCache] cache mode is REPL_ASYNC 10:25:17,973 INFO [STDOUT] ------------------------------------------------------- GMS: address is 172.16.96.28:58804 ------------------------------------------------------- 10:25:20,022 INFO [WebappClassLoader] Illegal access: this web application instance has been stopped already. Could not load commons-logging.properties. 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. 10:25:20,024 INFO [WebappClassLoader] Illegal access: this web application instance has been stopped already. Could not load META-INF/services/org.apache.commons.logging.LogFactory. 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. 10:25:20,026 INFO [WebappClassLoader] Illegal access: this web application instance has been stopped already. Could not load org.apache.log4j.Logger. 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. 10:25:20,027 INFO [WebappClassLoader] Illegal access: this web application instance has been stopped already. Could not load java.util.logging.Logger. 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. 10:25:20,028 INFO [WebappClassLoader] Illegal access: this web application instance has been stopped already. Could not load org.apache.commons.logging.impl.SimpleLog. 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. 10:25:20,031 INFO [STDOUT] java.lang.ExceptionInInitializerError 10:25:20,032 INFO [STDOUT] at org.jgroups.protocols.UNICAST.handleDataReceived(UNICAST.java:356) 10:25:20,033 INFO [STDOUT] at org.jgroups.protocols.UNICAST.up(UNICAST.java:166) 10:25:20,033 INFO [STDOUT] at org.jgroups.stack.UpHandler.run(Protocol.java:59) 10:25:20,034 INFO [STDOUT] Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: java.lang.ThreadDeath 10:25:20,035 INFO [STDOUT] at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:532) 10:25:20,035 INFO [STDOUT] at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272) 10:25:20,036 INFO [STDOUT] at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:246) 10:25:20,037 INFO [STDOUT] at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395) 10:25:20,037 INFO [STDOUT] at org.jgroups.stack.AckReceiverWindow.(AckReceiverWindow.java:28) 10:25:20,038 INFO [STDOUT] ... 3 more 10:25:20,039 INFO [STDOUT] Caused by: org.apache.commons.logging.LogConfigurationException: java.lang.ThreadDeath 10:25:20,040 INFO [STDOUT] at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:416) 10:25:20,040 INFO [STDOUT] at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:525) 10:25:20,041 INFO [STDOUT] ... 7 more 10:25:20,042 INFO [STDOUT] Caused by: java.lang.ThreadDeath 10:25:20,042 INFO [STDOUT] at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1221) 10:25:20,043 INFO [STDOUT] at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1181) 10:25:20,044 INFO [STDOUT] at org.apache.commons.logging.impl.LogFactoryImpl$1.run(LogFactoryImpl.java:460) 10:25:20,044 INFO [STDOUT] at java.security.AccessController.doPrivileged(Native Method) 10:25:20,045 INFO [STDOUT] at org.apache.commons.logging.impl.LogFactoryImpl.loadClass(LogFactoryImpl.java:454) 10:25:20,045 INFO [STDOUT] at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:406) 10:25:20,046 INFO [STDOUT] ... 8 more [Unloading class sun.reflect.GeneratedMethodAccessor6] [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor5] [Unloading class sun.reflect.GeneratedMethodAccessor7] [Unloading class sun.reflect.GeneratedMethodAccessor5] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911472#3911472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911472 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
