Howdy all. We recently moved our JBOSS application server onto a new box. We literally 
copied the jboss directory and all of its contents. We noticed the following stack 
trace when starting up JBOSS:

2004-10-21 13:21:11,782 WARN [org.jboss.ejb.EjbModule] Could not load the org.j
boss.resource.connectionmanager.CachedConnectionInterceptor interceptor for this
container
java.lang.ClassNotFoundException: org.jboss.resource.connectionmanager.CachedCon
nectionInterceptor
at java.net.URLClassLoader.findClass(URLClassLoader.java(Compiled Code))
at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
at org.jboss.ejb.EjbModule.addInterceptors(EjbModule.java:803)
at org.jboss.ejb.EjbModule.initializeContainer(EjbModule.java:690)
at org.jboss.ejb.EjbModule.createStatelessSessionContainer(EjbModule.jav
a:494)
at org.jboss.ejb.EjbModule.createContain ...


And so forth. We finally tracked the class 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor down in the 
jboss-jca.sar. We also noticed that in the server.log it appears that this sar is 
loaded AFTER our code. Later, JBOSS reloads this SAR file but throws errors 
complaining about things that are already loaded.

One difference we noticed is that on our development server the jboss-jca.sar is one 
of the first things to be loaded. Is there a way to specify the order of things during 
the loading process?

Cheers,

Tripp 

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

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


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to