While running mule and making a connection with Activemq a backport error is reported.
--------------------------------------------------------------------------------------
Key: AMQ-1374
URL: https://issues.apache.org/activemq/browse/AMQ-1374
Project: ActiveMQ
Issue Type: Bug
Components: Test Cases
Affects Versions: 4.1.1
Environment: Windows Xp, Mule1.4.1
Reporter: Claudio Carta
I am making a connection with activemq while running a test case of mule on Eclipse. But
when trying to connect with mule i am getting the following error.
Exception in thread "ActiveMQ Transport: tcp://localhost/127.0.0.1:61616" java.lang.ClassCastException:
org.apache.activemq.transport.InactivityMonitor$1
at edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.compareTo(ScheduledThreadPoolExecutor.java:189)
at edu.emory.mathcs.backport.java.util.PriorityQueue.remove(PriorityQueue.java:507)
at edu.emory.mathcs.backport.java.util.concurrent.DelayQueue.remove(DelayQueue.java:379)
at edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.remove(ScheduledThreadPoolExecutor.java:707)
at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.remove(ThreadPoolExecutor.java:1582)
at org.apache.activemq.thread.Scheduler.cancel(Scheduler.java:55)
at org.apache.activemq.transport.InactivityMonitor.stopMonitorThreads(InactivityMonitor.java:176)
at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:149)
at org.apache.activemq.transport.TransportSupport.onException(TransportSupport.java:97)
at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:150)
at java.lang.Thread.run(Unknown Source)
The backport utility used is version3.
Can you please help?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|