You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Claudio Carta (JIRA)" <ji...@apache.org> on 2007/08/30 11:29:22 UTC

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

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.


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

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Holger Hoffstätte (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40445 ] 

Holger Hoffstätte commented on AMQ-1374:
----------------------------------------

Duplicate of AMQ-1383, see http://mule.mulesource.org/jira/browse/MULE-2496 for more.


> 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.