-----Original Message-----
From: A mailing list for Enterprise JavaBeans development [mailto:[EMAIL PROTECTED]On Behalf Of Mark Galbreath
Sent: Tuesday, December 30, 2003 6:04 AM
To: [EMAIL PROTECTED]
Subject: Re: JMS error / Class Circularity Error / Help required
=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".Get rid of JBOSS.Mark=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".-----Original Message-----
From: A mailing list for Enterprise JavaBeans development [mailto:[EMAIL PROTECTED]On Behalf Of vikramjit singh
Sent: Monday, December 29, 2003 3:24 AM
To: [EMAIL PROTECTED]
Subject: JMS error / Class Circularity Error / Help requiredDear all,=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
We are getting the following error related to JMS (JBOSS Mq). Kindly give your views :
12:31:12,011 ERROR [STDERR] java.lang.ClassCircularityError: EDU/oswego/cs/dl/util/concurrent/Semaphore
12:31:12,011 ERROR [STDERR] at org.jboss.mq.Connection.<init>(Connection.java:144)
12:31:12,011 ERROR [STDERR] at org.jboss.mq.SpyConnection.<init>(SpyConnection.java:48)
12:31:12,011 ERROR [STDERR] at org.jboss.mq.SpyConnectionFactory.createTopicConnection(SpyConnectionFactory.java:97)12:31:12,011 ERROR [STDERR] at com.fedex.egsp.replication.Publisher.checkAccess(Publisher.java:581)
12:31:12,011 ERROR [STDERR] at com.fedex.egsp.replication.Publisher.initialize(Publisher.java:261)
12:31:12,011 ERROR [STDERR] at com.fedex.egsp.replication.DeliveryComponent.initializeLocalDelivery(DeliveryComponent.java:220)12:31:12,011 ERROR [STDERR] at com.fedex.egsp.replication.DeliveryComponent.initialize(DeliveryComponent.java:86)
12:31:12,011 ERROR [STDERR] at com.fedex.egsp.replication.DeliveryComponent.run(DeliveryComponent.java:78)
12:31:12,011 ERROR [STDERR] java.lang.ClassCircularityError: EDU/oswego/cs/dl/util/concurrent/Semaphore
12:31:12,011 ERROR [STDERR] at org.jboss.mq.Connection.<init>(Connection.java:144)
12:31:12,011 ERROR [STDERR] at org.jboss.mq.SpyConnection.<init>(SpyConnection.java:48)
12:31:12,011 ERROR [STDERR] at org.jboss.mq.SpyConnectionFactory.createTopicConnection(SpyConnectionFactory.java:97)12:31:12,011 ERROR [STDERR] at com.fedex.egsp.replication.ExceptionNotifier.initializeDM(ExceptionNotifier.java:144)
12:31:12,011 ERROR [STDERR] at com.fedex.egsp.replication.ExceptionNotifier.initialize(ExceptionNotifier.java:97)
12:31:12,011 ERROR [STDERR] at com.fedex.egsp.replication.ExceptionNotifier.run(ExceptionNotifier.java:89)Regards,
vikram.
