You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Rob Davies (JIRA)" <ji...@apache.org> on 2009/09/04 20:27:12 UTC

[jira] Resolved: (AMQ-1374) While running mule and making a connection with Activemq a backport error is reported.

     [ https://issues.apache.org/activemq/browse/AMQ-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies resolved AMQ-1374.
-----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 5.4.0)
                   5.3.0

Mule issue looks closed - so resolving this one

> 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
>             Fix For: 5.3.0
>
>
> 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.