<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.java.activemq.devel">
    <title>gmane.comp.java.activemq.devel</title>
    <link>http://blog.gmane.org/gmane.comp.java.activemq.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31807"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31806"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31805"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31804"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31803"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31802"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31801"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31800"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31799"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31798"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31797"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31796"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31795"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31794"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31793"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31792"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31791"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31790"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31789"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31788"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31807">
    <title>[jira] [Commented] (AMQCPP-405) CMS sender thread hangs after restarting broker</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31807</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/AMQCPP-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13282556#comment-13282556 ] 

Timothy Bish commented on AMQCPP-405:
-------------------------------------

Have you disabled the inactivity monitor?  Its possible that if the inactivity monitor is disabled and the transport doesn't detect the socket drop that you could get stuck in the same scenario.  
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Timothy Bish (JIRA</dc:creator>
    <dc:date>2012-05-24T15:34:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31806">
    <title>[jira] [Commented] (AMQCPP-405) CMS sender thread hangs after restarting broker</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31806</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/AMQCPP-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13282555#comment-13282555 ] 

Helen Huang commented on AMQCPP-405:
------------------------------------

Thank you very much for your quick response Timothy! I looked at the log files we have, and it appears that the broker was not ever turned on during the test after the disconnection. 

Also we are not using the failover protocal. Our url is: "tcp://%MessageBrokerIP%:%MessageBrokerPort%". Could the sender thread be blocked the same way as you have described in this case?

I read the CMS configuration web page again, I think we can probably try to avoid the problem by using the "connection.sendTimeout" option. We will let you know how it goes. Thanks a lot for your help!
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Helen Huang (JIRA</dc:creator>
    <dc:date>2012-05-24T15:14:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31805">
    <title>[jira] [Resolved] (AMQCPP-406) TcpTransport can leak memory if the connect method fails midway through</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31805</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/AMQCPP-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQCPP-406.
---------------------------------

    Resolution: Fixed

Fix applied in trunk and the 3.4.x fixes branch.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Timothy Bish (JIRA</dc:creator>
    <dc:date>2012-05-24T15:05:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31804">
    <title>[jira] [Created] (AMQCPP-406) TcpTransport can leak memory if the connect method fails midway through</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31804</link>
    <description>&lt;pre&gt;Timothy Bish created AMQCPP-406:
-----------------------------------

             Summary: TcpTransport can leak memory if the connect method fails midway through
                 Key: AMQCPP-406
                 URL: https://issues.apache.org/jira/browse/AMQCPP-406
             Project: ActiveMQ C++ Client
          Issue Type: Bug
          Components: Transports
    Affects Versions: 3.4.2, 3.5.0
            Reporter: Timothy Bish
            Assignee: Timothy Bish
             Fix For: 3.5.0, 3.4.3


the Input and OutputStream chains that are built inside TcpTransport connect can leak if an exception is thrown before the get assigned into the class level pointer instance.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Timothy Bish (JIRA</dc:creator>
    <dc:date>2012-05-24T14:58:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31803">
    <title>[jira] [Resolved] (AMQCPP-402) Fix ConnectionStateTracker processMessageAck</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31803</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/AMQCPP-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQCPP-402.
---------------------------------

    Resolution: Fixed

this is fixed in trunk and the 3.4.x branch
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Timothy Bish (JIRA</dc:creator>
    <dc:date>2012-05-24T14:56:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31802">
    <title>[jira] [Commented] (AMQCPP-405) CMS sender thread hangs after restarting broker</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31802</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/AMQCPP-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13282496#comment-13282496 ] 

Timothy Bish commented on AMQCPP-405:
-------------------------------------

It looks as though the thread is blocked waiting for a response from the broker, which can happen when the failure occurs.  Has the client actually reconnected?  If not then this will remain blocked until it does unless you configure a timeout on the failover transport. You may also want to switch to v3.4.2 which incorporates some additional failover fixes.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Timothy Bish (JIRA</dc:creator>
    <dc:date>2012-05-24T13:24:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31801">
    <title>Build failed in Jenkins: ActiveMQ #965</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31801</link>
    <description>&lt;pre&gt;See &amp;lt;https://builds.apache.org/job/ActiveMQ/965/changes&amp;gt;

Changes:

[tabish] fix for: https://issues.apache.org/jira/browse/AMQ-3669

[gtully] https://issues.apache.org/jira/browse/AMQ-3858 fix npe on not found vvm jmx url

------------------------------------------
[...truncated 16529 lines...]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 35 resources
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 145 source files to &amp;lt;https://builds.apache.org/job/ActiveMQ/ws/activemq-xmpp/target/classes&amp;gt;
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to &amp;lt;https://builds.apache.org/job/ActiveMQ/ws/activemq-xmpp/target/test-classes&amp;gt;
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: &amp;lt;https://builds.apache.org/job/ActiveMQ/ws/activemq-xmpp/target/surefire-reports&amp;gt;

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.activemq.transport.xmpp.XmppTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.524 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: &amp;lt;https://builds.apache.org/job/ActiveMQ/ws/activemq-xmpp/target/activemq-xmpp-5.7-SNAPSHOT.jar&amp;gt;
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: activemq-xmpp-5.7-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing &amp;lt;https://builds.apache.org/job/ActiveMQ/ws/activemq-xmpp/target/activemq-xmpp-5.7-SNAPSHOT.jar&amp;gt; to &amp;lt;https://builds.apache.org/job/ActiveMQ/ws/.repository/org/apache/activemq/activemq-xmpp/5.7-SNAPSHOT/activemq-xmpp-5.7-SNAPSHOT.jar&amp;gt;
[INFO] Preparing source:jar
[JENKINS] Archiving &amp;lt;https://builds.apache.org/job/ActiveMQ/ws/activemq-xmpp/pom.xml&amp;gt; to /home/hudson/hudson/jobs/ActiveMQ/modules/org.apache.activemq$activemq-xmpp/builds/2012-05-24_00-57-28/archive/org.apache.activemq/activemq-xmpp/5.7-SNAPSHOT/activemq-xmpp-5.7-SNAPSHOT.pom
[JENKINS] Archiving &amp;lt;https://builds.apache.org/job/ActiveMQ/ws/activemq-xmpp/target/activemq-xmpp-5.7-SNAPSHOT.jar&amp;gt; to /home/hudson/hudson/jobs/ActiveMQ/modules/org.apache.activemq$activemq-xmpp/builds/2012-05-24_00-57-28/archive/org.apache.activemq/activemq-xmpp/5.7-SNAPSHOT/activemq-xmpp-5.7-SNAPSHOT.jar
[INFO] [enforcer:enforce {execution: default}]
[INFO] [bundle:cleanVersions {execution: cleanVersions}]
[INFO] [jaxb2:generate {execution: default}]
[INFO] Skipped XJC execution.  Generated sources were up-to-date.
[INFO] [source:jar {execution: default-cli}]
[INFO] org already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/sun-jaxb.episode already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/sun-jaxb.episode already added, skipping
[INFO] Building jar: &amp;lt;https://builds.apache.org/job/ActiveMQ/ws/activemq-xmpp/target/activemq-xmpp-5.7-SNAPSHOT-sources.jar&amp;gt;
[INFO] org already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/sun-jaxb.episode already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/sun-jaxb.episode already added, skipping
[JENKINS] Archiving &amp;lt;https://builds.apache.org/job/ActiveMQ/ws/activemq-xmpp/target/activemq-xmpp-5.7-SNAPSHOT-sources.jar&amp;gt; to /home/hudson/hudson/jobs/ActiveMQ/modules/org.apache.activemq$activemq-xmpp/builds/2012-05-24_00-57-28/archive/org.apache.activemq/activemq-xmpp/5.7-SNAPSHOT/activemq-xmpp-5.7-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] SKIPPING ActiveMQ :: Web Console
[INFO]    task-segment: [clean, install, source:jar]
[INFO] This project has been banned from further executions due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] SKIPPING ActiveMQ :: Assembly
[INFO]    task-segment: [clean, install, source:jar]
[INFO] This project has been banned from further executions due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] ActiveMQ .............................................. SUCCESS [2:37.749s]
[INFO] ActiveMQ :: KahaDB .................................... SUCCESS [8:16.985s]
[INFO] ActiveMQ :: JAAS ...................................... SUCCESS [1:15.259s]
[INFO] Openwire Generator .................................... SUCCESS [18.185s]
[INFO] ActiveMQ :: jmdns 1.0 ................................. SUCCESS [3.622s]
[INFO] ActiveMQ :: Core ...................................... SUCCESS [7:59:27.088s]
[INFO] ActiveMQ :: RA ........................................ SUCCESS [1:52.019s]
[INFO] ActiveMQ :: Pool ...................................... SUCCESS [1:10.686s]
[INFO] ActiveMQ :: Spring .................................... SUCCESS [1:42.789s]
[INFO] ActiveMQ :: Camel ..................................... FAILED [2:17.815s]
[INFO] ActiveMQ :: Console ................................... SUCCESS [2:31.240s]
[INFO] ActiveMQ :: Optional .................................. SUCCESS [6:05.273s]
[INFO] ActiveMQ :: Jar Bundle ................................ SKIPPED (dependency build failed or was skipped)
[INFO] ActiveMQ :: File Server ............................... SUCCESS [20.684s]
[INFO] ActiveMQ :: Blueprint ................................. SUCCESS [17.335s]
[INFO] ActiveMQ :: Apache Karaf .............................. SUCCESS [2:49.128s]
[INFO] ActiveMQ :: RAR ....................................... SKIPPED (dependency build failed or was skipped)
[INFO] ActiveMQ :: Run Jar ................................... SUCCESS [15.131s]
[INFO] ActiveMQ Tooling ...................................... SUCCESS [1.721s]
[INFO] ActiveMQ :: Memory Usage Test Plugin .................. SUCCESS [23.952s]
[INFO] ActiveMQ :: Performance Test Plugin ................... SUCCESS [7.532s]
[INFO] ActiveMQ :: StartUp Plugin ............................ SUCCESS [9.178s]
[INFO] ActiveMQ :: Web ....................................... SKIPPED (dependency build failed or was skipped)
[INFO] ActiveMQ :: Web Demo .................................. SKIPPED (dependency build failed or was skipped)
[INFO] ActiveMQ :: XMPP ...................................... SUCCESS [37.000s]
[INFO] ActiveMQ :: Web Console ............................... SKIPPED (dependency build failed or was skipped)
[INFO] ActiveMQ :: Assembly .................................. SKIPPED (dependency build failed or was skipped)
[INFO] ------------------------------------------------------------------------
[INFO] Error for project: ActiveMQ :: Camel (during install)
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) commons-cli:commons-cli:jar:1.1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=commons-cli -DartifactId=commons-cli -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=commons-cli -DartifactId=commons-cli -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  1) org.apache.activemq:activemq-camel:bundle:5.7-SNAPSHOT
  2) org.apache.openejb:openejb-core:jar:3.1.2
  3) commons-cli:commons-cli:jar:1.1

----------
1 required artifact is missing.

for artifact: 
  org.apache.activemq:activemq-camel:bundle:5.7-SNAPSHOT

from the specified remote repositories:
  com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/external),
  central (http://repo1.maven.org/maven2),
  fusesource-snapshots (http://repo.fusesource.com/nexus/content/groups/public-snapshots),
  Nexus (http://repository.apache.org/snapshots)



[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
----------
1) commons-cli:commons-cli:jar:1.1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=commons-cli -DartifactId=commons-cli -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=commons-cli -DartifactId=commons-cli -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  1) org.apache.activemq:activemq-camel:bundle:5.7-SNAPSHOT
  2) org.apache.openejb:openejb-core:jar:3.1.2
  3) commons-cli:commons-cli:jar:1.1

----------
1 required artifact is missing.

for artifact: 
  org.apache.activemq:activemq-camel:bundle:5.7-SNAPSHOT

from the specified remote repositories:
  com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/external),
  central (http://repo1.maven.org/maven2),
  fusesource-snapshots (http://repo.fusesource.com/nexus/content/groups/public-snapshots),
  Nexus (http://repository.apache.org/snapshots)


at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:711)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at hudson.maven.agent.Main.launch(Main.java:185)
at hudson.maven.MavenBuilder.call(MavenBuilder.java:151)
at hudson.maven.Maven2Builder.call(Maven2Builder.java:77)
at hudson.maven.Maven2Builder.call(Maven2Builder.java:53)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:287)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) commons-cli:commons-cli:jar:1.1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=commons-cli -DartifactId=commons-cli -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=commons-cli -DartifactId=commons-cli -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  1) org.apache.activemq:activemq-camel:bundle:5.7-SNAPSHOT
  2) org.apache.openejb:openejb-core:jar:3.1.2
  3) commons-cli:commons-cli:jar:1.1

----------
1 required artifact is missing.

for artifact: 
  org.apache.activemq:activemq-camel:bundle:5.7-SNAPSHOT

from the specified remote repositories:
  com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/external),
  central (http://repo1.maven.org/maven2),
  fusesource-snapshots (http://repo.fusesource.com/nexus/content/groups/public-snapshots),
  Nexus (http://repository.apache.org/snapshots)


at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:360)
at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1499)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:442)
at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
... 28 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD ERRORS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 515 minutes 56 seconds
[INFO] Finished at: Thu May 24 09:33:52 UTC 2012
[INFO] Final Memory: 208M/1655M
[INFO] ------------------------------------------------------------------------
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

&lt;/pre&gt;</description>
    <dc:creator>Apache Jenkins Server</dc:creator>
    <dc:date>2012-05-24T09:34:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31800">
    <title>[jira] [Commented] (AMQ-3859) To tight version range in activemq features file</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31800</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/AMQ-3859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13282175#comment-13282175 ] 

Claus Ibsen commented on AMQ-3859:
----------------------------------

Ah yeah Karaf does, so we can have the version range as suggested.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Claus Ibsen (JIRA</dc:creator>
    <dc:date>2012-05-24T04:16:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31799">
    <title>[jira] [Created] (AMQ-3859) To tight version range in activemq features file</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31799</link>
    <description>&lt;pre&gt;Claus Ibsen created AMQ-3859:
--------------------------------

             Summary: To tight version range in activemq features file
                 Key: AMQ-3859
                 URL: https://issues.apache.org/jira/browse/AMQ-3859
             Project: ActiveMQ
          Issue Type: Improvement
    Affects Versions: 5.6.0
            Reporter: Claus Ibsen
             Fix For: 5.7.0


See the feature file
https://issues.apache.org/jira/browse/KARAF-1497?focusedCommentId=13282170#comment-13282170

Notice that the activemq-camel feature is hardcoded to 2.9.2 version of Camel

{code:xml}
&amp;lt;feature name="activemq-camel" version="5.6.0" resolver="(obr)"&amp;gt;
&amp;lt;feature version="5.6.0"&amp;gt;activemq&amp;lt;/feature&amp;gt;
&amp;lt;feature version="2.9.2"&amp;gt;camel-jms&amp;lt;/feature&amp;gt;
&amp;lt;bundle&amp;gt;mvn:org.apache.activemq/activemq-camel/5.6.0&amp;lt;/bundle&amp;gt;
&amp;lt;/feature&amp;gt;
{code}

That should be a version range IMHO. But I can't remember if Karaf supports this. But basically it should be something alike, if supported by Karaf:

&amp;lt;feature version="[2.9,3)"&amp;gt;camel-jms&amp;lt;/feature&amp;gt;


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Claus Ibsen (JIRA</dc:creator>
    <dc:date>2012-05-24T04:12:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31798">
    <title>[jira] [Updated] (AMQCPP-405) CMS sender thread hangs after restarting broker</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31798</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/AMQCPP-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Helen Huang updated AMQCPP-405:
-------------------------------

    Attachment: CrashHang_Report__PID_2832__05232012143544484.mht
    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Helen Huang (JIRA</dc:creator>
    <dc:date>2012-05-23T22:03:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31797">
    <title>[jira] [Created] (AMQCPP-405) CMS sender thread hangs after restarting broker</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31797</link>
    <description>&lt;pre&gt;Helen Huang created AMQCPP-405:
----------------------------------

             Summary: CMS sender thread hangs after restarting broker
                 Key: AMQCPP-405
                 URL: https://issues.apache.org/jira/browse/AMQCPP-405
             Project: ActiveMQ C++ Client
          Issue Type: Bug
          Components: CMS Impl
    Affects Versions: 3.4.1
         Environment: Windows xp service pack 3, ActiveMQ broker 5.3.1, apr 1.4.2, apr-util 1.3.9, apr iconv 1.2.1

            Reporter: Helen Huang
            Assignee: Timothy Bish
            Priority: Critical
             Fix For: 3.4.1


The sender thread in CMS hangs after we retarted the message broker.

The thread is 548 in the attached dump file. 

This is a critical issue that blocks the release of our product that is scheduled in a few days. We hope you can resolve it soon. Really appreciate your help!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Helen Huang (JIRA</dc:creator>
    <dc:date>2012-05-23T22:01:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31796">
    <title>[jira] [Commented] (AMQ-3853) Missing import in activemq-web-console</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31796</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/AMQ-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13281948#comment-13281948 ] 

Christian Posta commented on AMQ-3853:
--------------------------------------

I'll find some time. Would be an interesting exercise.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Christian Posta (JIRA</dc:creator>
    <dc:date>2012-05-23T21:47:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31795">
    <title>Jenkins build is unstable: ActiveMQ #964</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31795</link>
    <description>&lt;pre&gt;See &amp;lt;https://builds.apache.org/job/ActiveMQ/964/changes&amp;gt;


&lt;/pre&gt;</description>
    <dc:creator>Apache Jenkins Server</dc:creator>
    <dc:date>2012-05-23T20:35:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31794">
    <title>[jira] [Resolved] (AMQ-3669) Pending producer with qMirror, messages are not spooled to disk</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31794</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/AMQ-3669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQ-3669.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.7.0

Patch applied with thanks. 
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Timothy Bish (JIRA</dc:creator>
    <dc:date>2012-05-23T20:29:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31793">
    <title>[jira] [Closed] (AMQ-3843) ActiveMQ 5.6.0 requires JDK now</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31793</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/AMQ-3843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish closed AMQ-3843.
-----------------------------

       Resolution: Duplicate
    Fix Version/s: 5.7.0

this is the same as AMQ-3858 which is now resolved.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Timothy Bish (JIRA</dc:creator>
    <dc:date>2012-05-23T19:37:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31792">
    <title>[jira] [Resolved] (AMQ-3858) Failure to resolve local jmx url for sunJvm can result in npe</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31792</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/AMQ-3858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-3858.
-----------------------------

    Resolution: Fixed
      Assignee: Gary Tully

fix in http://svn.apache.org/viewvc?rev=1341945&amp;amp;view=rev

if we cannot resolve the local pid jmxurl we fallback to the default or --jmxurl
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Gary Tully (JIRA</dc:creator>
    <dc:date>2012-05-23T19:33:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31791">
    <title>[jira] [Closed] (AMQ-3850) Missing org.apache.activemq.pool.PooledConnectionFactory</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31791</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/AMQ-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish closed AMQ-3850.
-----------------------------

    Resolution: Incomplete

Not enough context given here, assume its related to the activemq-camel project having the optional activemq-pool dependency but can't tell with the limited information given.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Timothy Bish (JIRA</dc:creator>
    <dc:date>2012-05-23T19:33:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31790">
    <title>[jira] [Created] (AMQ-3858) Failure to resolve local jmx url for sunJvm can result in npe</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31790</link>
    <description>&lt;pre&gt;Gary Tully created AMQ-3858:
-------------------------------

             Summary: Failure to resolve local jmx url for sunJvm can result in npe
                 Key: AMQ-3858
                 URL: https://issues.apache.org/jira/browse/AMQ-3858
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.6.0
            Reporter: Gary Tully
             Fix For: 5.7.0


calls to ./bin/activemq restart can result in this NPE which is ugly. It should fallback to the default jmxurl in this case.
{code}Connecting to pid: 47706
ERROR: java.lang.NullPointerException
java.lang.NullPointerException
at javax.management.remote.JMXServiceURL.&amp;lt;init&amp;gt;(JMXServiceURL.java:122)
at org.apache.activemq.console.command.AbstractJmxCommand.handleOption(AbstractJmxCommand.java:350)
at org.apache.activemq.console.command.ShutdownCommand.handleOption(ShutdownCommand.java:156)
at org.apache.activemq.console.command.AbstractCommand.parseOptions(AbstractCommand.java:73)
at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:45)
at org.apache.activemq.console.command.AbstractJmxCommand.execute(AbstractJmxCommand.java:380)
at org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:148)
at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)
at org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:90)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.activemq.console.Main.runTaskClass(Main.java:257)
at org.apache.activemq.console.Main.main(Main.java:111)
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Gary Tully (JIRA</dc:creator>
    <dc:date>2012-05-23T15:54:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31789">
    <title>Re: CLASSPATH issue in Eclipse</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31789</link>
    <description>&lt;pre&gt;I've hacked around this as follows:

1. In the console pom.xml, I removed the scoping on all dependencies scoped
to test (except for junit which is obviously test-only)

2. There were still two resources missing from the target dir - activemq.xml
and log4j.properties. I tried fixing this "properly" in Eclipse but failed,
so I just copied them manually into the target dir.

With these changes the console project now runs. Interested to hear whether
I've done anything stupid here.

Thanks.

--
View this message in context: http://activemq.2283324.n4.nabble.com/CLASSPATH-issue-in-Eclipse-tp4651232p4651534.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

&lt;/pre&gt;</description>
    <dc:creator>gauche</dc:creator>
    <dc:date>2012-05-23T12:48:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31788">
    <title>[jira] [Commented] (AMQ-3855) MQTT doesn't translate wildcards to ActiveMQ wildcards</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31788</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/AMQ-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13281510#comment-13281510 ] 

Rob Davies commented on AMQ-3855:
---------------------------------

And added additional fixes on Topic to prevent duplicates being sent if a wild card is used:
Subversion: Committed revision 1341820.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Rob Davies (JIRA</dc:creator>
    <dc:date>2012-05-23T10:27:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.activemq.devel/31787">
    <title>[jira] [Assigned] (AMQ-3853) Missing import in activemq-web-console</title>
    <link>http://permalink.gmane.org/gmane.comp.java.activemq.devel/31787</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/AMQ-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac reassigned AMQ-3853:
----------------------------------

    Assignee: Dejan Bosanac
    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

&lt;/pre&gt;</description>
    <dc:creator>Dejan Bosanac (JIRA</dc:creator>
    <dc:date>2012-05-23T09:57:41</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.activemq.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.activemq.devel</link>
  </textinput>
</rdf:RDF>

