I am using TreeCache for second-level caching in Hibernate.

I have an EAR containing my EJB JAR, WAR and dependent libraries.

The initial deployment to WebLogic deploys and operates fine. If I then 'Stop' 
and 'Start' (same with 'Redeploy') my application through the WebLogic console, 
I continually get the stack trace below, and the deployment fails. Has anyone 
ever seen this? Is anyone using TreeCache in WebLogic that is able to redeploy 
an EAR?


  | 16:11:03,429 ERROR [UDP] exception=java.io.IOException: 
java.lang.NoClassDefFoundError: org/jgroups/protocols/pbcast/JoinRsp
  |         at org.jgroups.util.Marshaller.read(Marshaller.java:85)
  |         at org.jgroups.Message.readExternal(Message.java:491)
  |         at org.jgroups.protocols.UDP.handleIncomingUdpPacket(UDP.java:686)
  |         at org.jgroups.protocols.UDP$UcastReceiver.run(UDP.java:1294)
  |         at java.lang.Thread.run(Thread.java:534)
  | 

Hibernate 2.1.8

Windows XP Pro sp1

WebLogic 8.1sp4 (JDK 1.4.2_05)

Oracle 8.1.6

TreeCache v1.2.1

JGroups 2.2.7

concurrent-1.3.3.jar

jboss-(common, jmx, system)-4.0.1sp1.jar

I also tried using the following bundled JARs that come with the Hibernate 
2.1.8 distro and encountered the same issue:

jboss-cache.jar
jboss-common.jar
jboss-jmx.jar
jboss-system.jar

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to