Hi Sacha,
Here's the stack trace but its exactly the same as I got with Jetty release:
===============================================
2004-01-05 06:00:37,130 DEBUG
[org.jboss.ha.framework.server.ClusterPartition] Starting ClusterPartition:
DefaultPartition
2004-01-05 06:00:37,268 INFO [STDOUT]
-------------------------------------------------------
GMS: address is bplinux65:57954 (additional data: 17 bytes)
-------------------------------------------------------
2004-01-05 06:00:37,403 DEBUG [org.javagroups.DefaultPartition] [Mon Jan 5
06:00:37 IST 2004] [ERROR] UDP.handleIncomingUdpPacket():
exception=java.io.IOException: java.lang.ClassNotFoundException: No
ClassLoaders found for: org.javagroups.protocols.PingRsp
at org.jgroups.util.Marshaller.read(Marshaller.java:85)
at org.jgroups.Message.readExternal(Message.java:352)
at org.jgroups.protocols.UDP.handleIncomingUdpPacket(UDP.java:527)
at org.jgroups.protocols.UDP$UcastReceiver.run(UDP.java:1119)
at java.lang.Thread.run(Thread.java:536)
2004-01-05 06:00:39,440 DEBUG
[org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition]
ViewAccepted: initial members set
===============================================
Thanks in advance,
Nishant.
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Sacha
Labourey
Sent: Monday, January 05, 2004 5:16 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] Exception in JBoss Cluster startup in
JBoss3.2.3RC1_Jetty_4.2.14
Please, send me the stacktrace of the Tomcat release, I will take a look.
Cheers,
sacha
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Nishant Aggarwal
> Sent: mardi, 6. janvier 2004 02:46
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] Exception in JBoss Cluster startup
> in JBoss3.2.3RC1_Jetty_4.2.14
>
> Hi Sacha,
> Thanks for the response!
> Actually I tried with Tomcat version also as available on web
> ,jboss3.2.3.tgz, as told by you ,but the error/exception
> still persists!
> Any clues?
>
> Nishant.
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Sacha
> Labourey
> Sent: Monday, January 05, 2004 12:58 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] Exception in JBoss Cluster startup in
> JBoss3.2.3RC1_Jetty_4.2.14
>
>
> Can you try with the tomcat version?
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Nishant Aggarwal
> > Sent: lundi, 5. janvier 2004 19:41
> > To: [EMAIL PROTECTED]
> > Subject: RE: [JBoss-user] Exception in JBoss Cluster startup
> > in JBoss3.2.3RC1_Jetty_4.2.14
> >
> > Any updates?
> >
> > Nishant.
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of Nishant
> > Aggarwal
> > Sent: Wednesday, December 31, 2003 3:08 PM
> > To: [EMAIL PROTECTED] Sourceforge. Net
> > Subject: RE: [JBoss-user] Exception in JBoss Cluster startup in
> > JBoss3.2.3RC1_Jetty_4.2.14
> >
> >
> > Hi Sacha,
> > Thanks for the response!
> > No,its the same "jboss-3.2.3RC1-jetty4.2.11.gz" distribution
> > file downloaded
> > as such from sourceforge site!! Not a single file change!
> > Also I am using
> > "RC1" of jboss3.2.3 and not "RC3" as you have mentioned.
> > Anyhow,if you think its an old one,can you please send me the new
> > "cluster-service.xml" which won't give this problem.
> > I am attaching the "cluster-service.xml" which I got from the
> > distribution.
> >
> > Thanks in advance,
> > Nishant.
> >
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of Sacha
> > Labourey
> > Sent: Wednesday, December 31, 2003 12:56 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: [JBoss-user] Exception in JBoss Cluster startup in
> > JBoss3.2.3RC1_Jetty_4.2.14
> >
> >
> > Are you using your own (old) cluster-service.xml partition
> > definition? I
> > think 3.2.3RC3 already uses the new package names i.e.
> > org.jgroups instead
> > of org.javagroups.
> >
> > sacha
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of
> > > Nishant Aggarwal
> > > Sent: mercredi, 31. d�cembre 2003 22:06
> > > To: [EMAIL PROTECTED]
> > > Subject: [JBoss-user] Exception in JBoss Cluster startup in
> > > JBoss3.2.3RC1_Jetty_4.2.14
> > >
> > > Hi All,
> > > I have just started running JBoss3.2.3Rc1_Jetty4.2.14 in
> > > "all"/clustering
> > > mode.
> > > I had enabled "debug" options in "log4j.xml" for the
> above release.
> > > On running it ,I found the following exception,when starting
> > > the deployment
> > > of "cluster-service.xml",during JBoss startup.
> > > -------------------------------------------------------
> > > GMS: address is bplinux58:42181 (additional data: 18 bytes)
> > > -------------------------------------------------------
> > > 2003-12-31 00:48:55,186 DEBUG
> > > [org.javagroups.DefaultPartition] [Wed Dec 31
> > > 00:48:55 IST 2003] [ERROR] UDP.handleIncomingUdpPacket():
> > > exception=java.io.IOException:
> java.lang.ClassNotFoundException: No
> > > ClassLoaders found for: org.javagroups.protocols.PingRsp
> > > at org.jgroups.util.Marshaller.read(Marshaller.java:85)
> > > at org.jgroups.Message.readExternal(Message.java:352)
> > > at
> > > org.jgroups.protocols.UDP.handleIncomingUdpPacket(UDP.java:527)
> > > at
> > org.jgroups.protocols.UDP$UcastReceiver.run(UDP.java:1119)
> > > at java.lang.Thread.run(Thread.java:536)
> > > -----------------------
> > >
> > > Kindly help me sort out this problem as its hampering our
> > > development!!
> > > I am also attaching the "Server.log" for this problem.
> > >
> > > Thanks in advance,
> > > Nishant.
> > >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: IBM Linux Tutorials.
> > Become an expert in LINUX or just sharpen your skills. Sign
> > up for IBM's
> > Free Linux Tutorials. Learn everything from the bash shell
> > to sys admin.
> > Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: IBM Linux Tutorials.
> > Become an expert in LINUX or just sharpen your skills. Sign
> > up for IBM's
> > Free Linux Tutorials. Learn everything from the bash shell
> > to sys admin.
> > Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=ick
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills. Sign
> up for IBM's
> Free Linux Tutorials. Learn everything from the bash shell
> to sys admin.
> Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills. Sign
> up for IBM's
> Free Linux Tutorials. Learn everything from the bash shell
> to sys admin.
> Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=ick
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user