<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>dev@activemq.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/activemq-dev/"/>
<id>http://mail-archives.apache.org/mod_mbox/activemq-dev/</id>
<updated>2009-12-07T10:25:44Z</updated>
<entry>
<title>[jira] Commented: (AMQCPP-271) Connection shutdown crashes if the server went down</title>
<author><name>&quot;Timothy Bish (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c1009299632.1260124673979.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1009299632-1260124673979-JavaMail-jira@brutus%3e</id>
<updated>2009-12-06T18:37:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/AMQCPP-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56279#action_56279
] 

Timothy Bish commented on AMQCPP-271:
-------------------------------------

Added additional fixes to the Thread class to allow use of CMS objects from foreign Thread
instances.

&gt; Connection shutdown crashes if the server went down
&gt; ---------------------------------------------------
&gt;
&gt;                 Key: AMQCPP-271
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQCPP-271
&gt;             Project: ActiveMQ C++ Client
&gt;          Issue Type: Bug
&gt;          Components: CMS Impl
&gt;    Affects Versions: 3.1
&gt;         Environment: Ubuntu Jaunty 64bit
&gt;            Reporter: Teemu Torma
&gt;            Assignee: Timothy Bish
&gt;             Fix For: 3.1
&gt;
&gt;
&gt; If the activemq server is brought down while a consumer is active and not using failover
transport, the connection close will result in a pure virtual method call, and if using valgrind
many errors are reported.
&gt; The problem can be easily shown with the modified example SimpleAsyncConsumer.cpp, by
commenting out the exit call in onException method and by not using failover transport.
&gt; Once modified, start the example, shutdown the activemq server and press quit in the
example.  
&gt; This has worked fine at least in version 2.2.2, I did not test 3.0.1.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [jira] Resolved: (AMQCPP-271) Connection shutdown crashes if the server went down</title>
<author><name>Teemu Torma &lt;teemu@torma.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c200912061807.27303.teemu@torma.org%3e"/>
<id>urn:uuid:%3c200912061807-27303-teemu@torma-org%3e</id>
<updated>2009-12-06T17:07:27Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On Sunday 06 December 2009 17:38:54 Timothy Bish wrote:
&gt; The method Thread::currentThread won't work after a call to the shutdown
&gt; method for the library, which is why its important to clean up your
&gt; ActiveMQ-CPP resources for calling it.

I meant that in multi-threading application where a thread that is not 
controlled my activemq-cpp tries to close a session, the Thread::currentThread 
throws because the thread never had a currentThread in the first place.

I tried just to remove the throw and return null pointer and everything 
appears to work fine.  Why not check the thread ids instead of thread 
structures in shutdown?  

Teemu


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [jira] Resolved: (AMQCPP-271) Connection shutdown crashes if the server went down</title>
<author><name>Timothy Bish &lt;tabish121@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c1260117535.2877.3.camel@localhost%3e"/>
<id>urn:uuid:%3c1260117535-2877-3-camel@localhost%3e</id>
<updated>2009-12-06T16:38:54Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On Sun, 2009-12-06 at 16:03 +0100, Teemu Torma wrote:
&gt; On Saturday 05 December 2009 21:54:55 Timothy Bish (JIRA) wrote:
&gt; &gt;
&gt; &gt; Just a problem with the examples not shutting down correctly.
&gt; 
&gt; Ok, not really the problem I have, I just thought they were related.
&gt; 
&gt; I traced my problem being DedicatedTaskRunner::shutdown throwing an exception 
&gt; which breaks the session closing.  Shutdown calls Thread::currentThread and in 
&gt; multi-threaded process that is not set.  
&gt; 
&gt; It also looks that ~DedicatedTaskRunner does not guarantee that join is called 
&gt; on the task thread.  I don't know if in practice that ever happens.
&gt; 
&gt; Teemu

The problem addressed was what was causing your error.  The example
created the SimpleAsyncConsumer for instance on the stack of the main
method, which causes the destructor of that class to not be called until
after the shutdownLibrary call in the main method at which point the
objects and methods from the ActiveMQ-CPP and Decaf libraries are not
garunteed to be usable, which resulted in the segfault from the
DedicatedTaskRunner attempting to join its thread.

The method Thread::currentThread won't work after a call to the shutdown
method for the library, which is why its important to clean up your
ActiveMQ-CPP resources for calling it.

Regards
Tim.


-- 
Tim Bish
http://fusesource.com
http://timbish.blogspot.com/





</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [jira] Resolved: (AMQCPP-271) Connection shutdown crashes if the server went down</title>
<author><name>Teemu Torma &lt;teemu@torma.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c200912061603.19599.teemu@torma.org%3e"/>
<id>urn:uuid:%3c200912061603-19599-teemu@torma-org%3e</id>
<updated>2009-12-06T15:03:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On Saturday 05 December 2009 21:54:55 Timothy Bish (JIRA) wrote:
&gt;
&gt; Just a problem with the examples not shutting down correctly.

Ok, not really the problem I have, I just thought they were related.

I traced my problem being DedicatedTaskRunner::shutdown throwing an exception 
which breaks the session closing.  Shutdown calls Thread::currentThread and in 
multi-threaded process that is not set.  

It also looks that ~DedicatedTaskRunner does not guarantee that join is called 
on the task thread.  I don't know if in practice that ever happens.

Teemu


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Resolved: (AMQCPP-271) Connection shutdown crashes if the server went down</title>
<author><name>&quot;Timothy Bish (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c504712989.1260046495959.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c504712989-1260046495959-JavaMail-jira@brutus%3e</id>
<updated>2009-12-05T20:54:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Timothy Bish resolved AMQCPP-271.
---------------------------------

    Resolution: Fixed

Just a problem with the examples not shutting down correctly.

Resolved in trunk and 3.1.x branch

&gt; Connection shutdown crashes if the server went down
&gt; ---------------------------------------------------
&gt;
&gt;                 Key: AMQCPP-271
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQCPP-271
&gt;             Project: ActiveMQ C++ Client
&gt;          Issue Type: Bug
&gt;          Components: CMS Impl
&gt;    Affects Versions: 3.1
&gt;         Environment: Ubuntu Jaunty 64bit
&gt;            Reporter: Teemu Torma
&gt;            Assignee: Timothy Bish
&gt;             Fix For: 3.1
&gt;
&gt;
&gt; If the activemq server is brought down while a consumer is active and not using failover
transport, the connection close will result in a pure virtual method call, and if using valgrind
many errors are reported.
&gt; The problem can be easily shown with the modified example SimpleAsyncConsumer.cpp, by
commenting out the exit call in onException method and by not using failover transport.
&gt; Once modified, start the example, shutdown the activemq server and press quit in the
example.  
&gt; This has worked fine at least in version 2.2.2, I did not test 3.0.1.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Hudson build became unstable: ActiveMQ-5.3 #10</title>
<author><name>Apache Hudson Server &lt;hudson@hudson.zones.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c32089644.7331259998754851.JavaMail.hudson@hudson.zones.apache.org%3e"/>
<id>urn:uuid:%3c32089644-7331259998754851-JavaMail-hudson@hudson-zones-apache-org%3e</id>
<updated>2009-12-05T07:39:14Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
See &lt;http://hudson.zones.apache.org/hudson/job/ActiveMQ-5.3/10/changes&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>=?UTF-8?Q?Hudson_build_became_unstable:_Ac?= =?UTF-8?Q?tiveMQ-5.3_=C2=BB_ActiveMQ_::_Core_#10?=</title>
<author><name>Apache Hudson Server &lt;hudson@hudson.zones.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c33278200.7321259998745332.JavaMail.hudson@hudson.zones.apache.org%3e"/>
<id>urn:uuid:%3c33278200-7321259998745332-JavaMail-hudson@hudson-zones-apache-org%3e</id>
<updated>2009-12-05T07:39:05Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
See &lt;http://hudson.zones.apache.org/hudson/job/ActiveMQ-5.3/org.apache.activemq$activemq-core/10/&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (AMQCPP-271) Connection shutdown crashes if the server went down</title>
<author><name>&quot;Teemu Torma (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c1169633497.1259960512820.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1169633497-1259960512820-JavaMail-jira@brutus%3e</id>
<updated>2009-12-04T21:01:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/AMQCPP-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56271#action_56271
] 

Teemu Torma commented on AMQCPP-271:
------------------------------------

I forgot to mention that this is in 3.1.0 rc1.

&gt; Connection shutdown crashes if the server went down
&gt; ---------------------------------------------------
&gt;
&gt;                 Key: AMQCPP-271
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQCPP-271
&gt;             Project: ActiveMQ C++ Client
&gt;          Issue Type: Bug
&gt;          Components: CMS Impl
&gt;    Affects Versions: 3.1
&gt;         Environment: Ubuntu Jaunty 64bit
&gt;            Reporter: Teemu Torma
&gt;            Assignee: Timothy Bish
&gt;             Fix For: 3.1
&gt;
&gt;
&gt; If the activemq server is brought down while a consumer is active and not using failover
transport, the connection close will result in a pure virtual method call, and if using valgrind
many errors are reported.
&gt; The problem can be easily shown with the modified example SimpleAsyncConsumer.cpp, by
commenting out the exit call in onException method and by not using failover transport.
&gt; Once modified, start the example, shutdown the activemq server and press quit in the
example.  
&gt; This has worked fine at least in version 2.2.2, I did not test 3.0.1.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (AMQCPP-271) Connection shutdown crashes if the server went down</title>
<author><name>&quot;Teemu Torma (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c394893088.1259960392734.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c394893088-1259960392734-JavaMail-jira@brutus%3e</id>
<updated>2009-12-04T20:59:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Connection shutdown crashes if the server went down
---------------------------------------------------

                 Key: AMQCPP-271
                 URL: https://issues.apache.org/activemq/browse/AMQCPP-271
             Project: ActiveMQ C++ Client
          Issue Type: Bug
          Components: CMS Impl
    Affects Versions: 3.1
         Environment: Ubuntu Jaunty 64bit
            Reporter: Teemu Torma
            Assignee: Timothy Bish
             Fix For: 3.1


If the activemq server is brought down while a consumer is active and not using failover transport,
the connection close will result in a pure virtual method call, and if using valgrind many
errors are reported.

The problem can be easily shown with the modified example SimpleAsyncConsumer.cpp, by commenting
out the exit call in onException method and by not using failover transport.

Once modified, start the example, shutdown the activemq server and press quit in the example.
 

This has worked fine at least in version 2.2.2, I did not test 3.0.1.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (AMQ-2521) Some JMX operations fail with SecurityException with secured broker</title>
<author><name>&quot;Phil Pickett (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c1340625807.1259953072742.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1340625807-1259953072742-JavaMail-jira@brutus%3e</id>
<updated>2009-12-04T18:57:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Some JMX operations fail with SecurityException with secured broker
-------------------------------------------------------------------

                 Key: AMQ-2521
                 URL: https://issues.apache.org/activemq/browse/AMQ-2521
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.3.0
         Environment: I've reproduced this on OS X and Linux
            Reporter: Phil Pickett
            Priority: Minor


I've started a secured broker using the sample configuration as follows:

./activemq xbean:file:../conf/activemq-security.xml

After the broker was started, I used the example ProducerTool to put 2000 messages on the
TEST.FOO queue.  For this to work, I modified the ProducerTool to use username/password as
follows:

    private String user = "system";
    private String password = "manager";

I then connected to the broker using jconsole, and created a new queue using the Broker's
addQueue MBean operation.  As a test, I also used the TEST.FOO queue's removeMessage MBean
operation to remove a message from the queue.

The problem is that certain MBean operations fail with "Problem invoking moveMessageTo : java.lang.SecurityException:
User is not authenticated."  I have seen this with a queue's sendTextMessage and moveMessageTo
operations.

The full exception as logged by the broker for the failed sendTextMessage operation is:

 WARN | Failed to add Connection
java.lang.SecurityException: User name or password is invalid.
	at org.apache.activemq.security.SimpleAuthenticationBroker.addConnection(SimpleAuthenticationBroker.java:52)
	at org.apache.activemq.broker.BrokerFilter.addConnection(BrokerFilter.java:82)
	at org.apache.activemq.broker.MutableBrokerFilter.addConnection(MutableBrokerFilter.java:89)
	at org.apache.activemq.broker.TransportConnection.processAddConnection(TransportConnection.java:666)
	at org.apache.activemq.command.ConnectionInfo.visit(ConnectionInfo.java:134)
	at org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:297)
	at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:175)
	at org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:109)
	at org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:68)
	at org.apache.activemq.transport.vm.VMTransport.iterate(VMTransport.java:205)
	at org.apache.activemq.thread.DedicatedTaskRunner.runTask(DedicatedTaskRunner.java:98)
	at org.apache.activemq.thread.DedicatedTaskRunner$1.run(DedicatedTaskRunner.java:36)


This seems similar to AMQ-2516.  I've tried this using the 5.3.1 and 5.4 SNAPSHOTs and see
the same thing.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Closed: (AMQNET-214) Individual Acknowledge only working on last message in queue</title>
<author><name>&quot;Timothy Bish (JIRA)&quot; &lt;jira+amqnet@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c2004232985.1259925712897.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c2004232985-1259925712897-JavaMail-jira@brutus%3e</id>
<updated>2009-12-04T11:21:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Timothy Bish closed AMQNET-214.
-------------------------------

    Resolution: Fixed

RC1 was tagged and entered test before these were fixed, they are in the 1.2.0 branch.  They
will appear in the next RC or the final release.

&gt; Individual Acknowledge only working on last message in queue
&gt; ------------------------------------------------------------
&gt;
&gt;                 Key: AMQNET-214
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQNET-214
&gt;             Project: ActiveMQ .Net
&gt;          Issue Type: Bug
&gt;          Components: ActiveMQ
&gt;    Affects Versions: 1.2.0
&gt;            Reporter: Palm Kevin
&gt;            Assignee: Timothy Bish
&gt;            Priority: Critical
&gt;             Fix For: 1.2.0
&gt;
&gt;         Attachments: IndividualAckTest_FirstConsumed.patch
&gt;
&gt;
&gt; The new acknowldege-mode _IndividualAcknowledge_ seems not working correctly.
&gt; The _message.Acknowledge()_ does only work if called on last message of the queue!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (AMQ-2501) Modify Apache Camel version of the pom</title>
<author><name>&quot;Vincent Girard-Reydet (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c949601283.1259922832869.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c949601283-1259922832869-JavaMail-jira@brutus%3e</id>
<updated>2009-12-04T10:33:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/AMQ-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56254#action_56254
] 

Vincent Girard-Reydet commented on AMQ-2501:
--------------------------------------------

Did this solve the issue?
I use the same configuration as you, and I patched activemq-camel 5.3.0 to include your modified
header. But when I instanciate a bundle that uses the activemq-camel component, I get the
following error:

karaf@root&gt; Exception in thread "SpringOsgiExtenderThread-83" org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'camel': Invocation o
f init method failed; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException:
Error loading class [org.apache.activemq.camel.component.ActiveM
QComponent] for bean with name 'activemq' defined in URL [bundle://213.1:0/META-INF/spring/camel-context.xml]:
problem with class file or dependent class; nested exceptio
n is java.lang.NoClassDefFoundError: org.apache.activemq.camel.component.ActiveMQComponent
not found from bundle [DiVA :: Context :: Temperature Reader (eu.diva.tis.conte
xt.sensors.temperature-reader)]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:308)
        at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:947)
        at org.springframework.context.support.AbstractApplicationContext.registerListeners(AbstractApplicationContext.java:701)
        at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1500(AbstractDelegatedExecutionApplicationContext.java:69)
        at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:351)
        at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
        at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
        at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationC
ontextExecutor.java:136)
        at java.lang.Thread.run(Thread.java:619)
Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class
[org.apache.activemq.camel.component.ActiveMQComponent] for bean with name
'activemq' defined in URL [bundle://213.1:0/META-INF/spring/camel-context.xml]: problem with
class file or dependent class; nested exception is java.lang.NoClassDefFoundE
rror: org.apache.activemq.camel.component.ActiveMQComponent not found from bundle [DiVA ::
Context :: Temperature Reader (eu.diva.tis.context.sensors.temperature-reader)]

        at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1144)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:524)
        at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1177)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:222)
        at org.springframework.context.support.AbstractApplicationContext.getBeanNamesForType(AbstractApplicationContext.java:937)
        at org.apache.camel.spring.CamelContextFactoryBean.getBeanForType(CamelContextFactoryBean.java:539)
        at org.apache.camel.spring.CamelContextFactoryBean.afterPropertiesSet(CamelContextFactoryBean.java:185)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
        ... 18 more
Caused by: java.lang.NoClassDefFoundError: org.apache.activemq.camel.component.ActiveMQComponent
not found from bundle [DiVA :: Context :: Temperature Reader (eu.diva.tis
.context.sensors.temperature-reader)]
        at org.springframework.osgi.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:112)
        at org.springframework.osgi.util.BundleDelegatingClassLoader.loadClass(BundleDelegatingClassLoader.java:156)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        at org.springframework.util.ClassUtils.forName(ClassUtils.java:211)
        at org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:385)
        at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1138)
        ... 26 more
Caused by: java.lang.NoClassDefFoundError: org/apache/camel/component/jms/JmsComponent
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
        at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.findClass(ModuleImpl.java:1787)
        at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:682)
        at org.apache.felix.framework.ModuleImpl.access$100(ModuleImpl.java:60)
        at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1650)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        at org.apache.felix.framework.ModuleImpl.getClassByDelegation(ModuleImpl.java:598)
        at org.apache.felix.framework.searchpolicy.R4Wire.getClass(R4Wire.java:108)
        at org.apache.felix.framework.ModuleImpl.searchImports(ModuleImpl.java:1364)
        at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:677)
        at org.apache.felix.framework.ModuleImpl.access$100(ModuleImpl.java:60)
        at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1650)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        at org.apache.felix.framework.ModuleImpl.getClassByDelegation(ModuleImpl.java:598)
        at org.apache.felix.framework.Felix.loadBundleClass(Felix.java:1487)
        at org.apache.felix.framework.BundleImpl.loadClass(BundleImpl.java:897)
        at org.springframework.osgi.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:99)
        ... 31 more
Caused by: java.lang.ClassNotFoundException: org.apache.camel.component.jms.JmsComponent
        at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:738)
        at org.apache.felix.framework.ModuleImpl.access$100(ModuleImpl.java:60)
        at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1650)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
        ... 49 more

My bundle's dependencies are:
Import-Package = com.espertech.esper.client;version="3.1",eu.diva.factoryinstdiva,eu.diva.osgi.component,eu.diva.tis.api.alert,eu.diva.tis.api.context,eu.diva.tis.api.dom
ain,eu.diva.tis.context.sensors.temperature,eu.diva.tis.context.sensors.temperature.factory,eu.diva.tis.wildcat.osgi,javax.jms,net.sf.cglib.reflect,org.apache.activemq.camel.component,org.apache.camel;version="2.1.0.SNAPSHOT",org.apache.camel.builder;version="2.1.0.SNAPSHOT",org.apache.camel.model;version="2.1.0.SNAPSHOT",org.apache.camel.osgi,org.osgi.service.log,org.ow2.wildcat;version="2.1",org.slf4j;version="1.5"

And I have camel-jms[2.1.0-SNAPSHOT] installed with the modified activemq-camel and activemq
5.3.0.

&gt; Modify Apache Camel version of the pom
&gt; --------------------------------------
&gt;
&gt;                 Key: AMQ-2501
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQ-2501
&gt;             Project: ActiveMQ
&gt;          Issue Type: Bug
&gt;            Reporter: Charles Moulliard
&gt;             Fix For: 5.4.0
&gt;
&gt;         Attachments: MANIFEST.MF
&gt;
&gt;
&gt; The current pom of the activemq project uses 2.0 as camel version.
&gt; The issue is that when we deploy activemq-camel 5.3.0 top of servicemix 4.1.0-SNAPSHOT,
we have a classloading issue because activemq-camel bundle cannot import org.apache.camel.component.jms
package from Camel 2.1.SNAPSHOT
&gt; May I propose to change version or add a version range in the MANIFEST file generated
for activemq-camel :
&gt; The current is :
&gt; {code}
&gt; Import-Package: META-INF.services.org.apache.camel,javax.jms;version="
&gt;  [1.1,1.2)",org.apache.activemq;version="[5.3,5.4)",org.apache.activem
&gt;  q.advisory;version="[5.3,5.4)",org.apache.activemq.camel;version="[5.
&gt;  3,5.4)",org.apache.activemq.camel.component;version="[5.3,5.4)",org.a
&gt;  pache.activemq.camel.converter;version="[5.3,5.4)",org.apache.activem
&gt;  q.command;version="[5.3,5.4)",org.apache.activemq.kaha.impl.async;ver
&gt;  sion="[5.3,5.4)",org.apache.activemq.management;version="[5.3,5.4)",o
&gt;  rg.apache.activemq.spring;version="[5.3,5.4)",org.apache.activemq.tra
&gt;  nsport;version="[5.3,5.4)",org.apache.activemq.util;version="[5.3,5.4
&gt;  )",org.apache.camel;resolution:=optional;version="[2.0,2.1)",org.apac
&gt;  he.camel.component.jms;resolution:=optional;version="[2.0,2.1)",org.a
&gt;  pache.camel.impl;resolution:=optional;version="[2.0,2.1)",org.apache.
&gt;  camel.util;resolution:=optional;version="[2.0,2.1)",org.apache.common
&gt;  s.logging,org.apache.xbean.spring.context.v2;resolution:=optional,org
&gt;  .springframework.beans.factory;resolution:=optional;version="[2.5,2.6
&gt;  )",org.springframework.beans.factory.xml;resolution:=optional;version
&gt;  ="[2.5,2.6)",org.springframework.jms.connection;resolution:=optional;
&gt;  version="[2.5,2.6)",org.springframework.transaction;resolution:=optio
&gt;  nal;version="[2.5,2.6)"
&gt; {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Reopened: (AMQNET-214) Individual Acknowledge only working on last message in queue</title>
<author><name>&quot;Palm Kevin (JIRA)&quot; &lt;jira+amqnet@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c1737013949.1259920552827.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1737013949-1259920552827-JavaMail-jira@brutus%3e</id>
<updated>2009-12-04T09:55:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Palm Kevin reopened AMQNET-214:
-------------------------------

    Regression:   (was: [Regression])

This bug seems not fixed for 1.2.0 RC1
(And the new unit tests of Trunk have not been merged to 1.2.0 RC1)

&gt; Individual Acknowledge only working on last message in queue
&gt; ------------------------------------------------------------
&gt;
&gt;                 Key: AMQNET-214
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQNET-214
&gt;             Project: ActiveMQ .Net
&gt;          Issue Type: Bug
&gt;          Components: ActiveMQ
&gt;    Affects Versions: 1.2.0
&gt;            Reporter: Palm Kevin
&gt;            Assignee: Timothy Bish
&gt;            Priority: Critical
&gt;             Fix For: 1.2.0
&gt;
&gt;         Attachments: IndividualAckTest_FirstConsumed.patch
&gt;
&gt;
&gt; The new acknowldege-mode _IndividualAcknowledge_ seems not working correctly.
&gt; The _message.Acknowledge()_ does only work if called on last message of the queue!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>HTTPs configuration missing</title>
<author><name>RJtokenlanring &lt;ing.marco.colombo@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c26635828.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c26635828-post@talk-nabble-com%3e</id>
<updated>2009-12-04T09:52:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Default apache-mq 5.3.0 comes with a non properly confgured https support.
If a user enables https transport into activemq.xml configuration file, 

&lt;transportConnector name="https" uri="https://0.0.0.0:61617"/&gt;

process enter in an infinite loop (as described into jetty docs).

Could you provide a working https configuration?

Thank you
-- 
View this message in context: http://old.nabble.com/HTTPs-configuration-missing-tp26635828p26635828.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>ActiveMQ-CPP v3.1.0 RC1 Released</title>
<author><name>Timothy Bish &lt;tabish121@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c1259867596.2869.12.camel@localhost%3e"/>
<id>urn:uuid:%3c1259867596-2869-12-camel@localhost%3e</id>
<updated>2009-12-03T19:13:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hey everyone,
Today ActiveMQ-CPP v3.1.0 RC1 is available for download.  This release
sees improvements in the Failover Transport as well as the welcome
addition of an Inactivity Monitor to better detect broken connections.
The threading code has been rewritten with an eye towards performance
and lower memory consumption as well.  Several other bits of code have
been tuned as well making this the fastest version of CMS yet.  Please
take some time to download the release candidate and try it out, report
any bugs you find so we can make this a great release.

See the release notes in the source archive for more information on
what's changed or refer to the official release page for 3.1.0, you
check it out here:
&lt;http://activemq.apache.org/cms/activemq-cpp-310-release.html&gt;

The download links on this page won't work until the release is
official.  For now, follow the instructions at the top to download the
release candidate:
&lt;http://people.apache.org/~tabish/cms-3.1.0/activemq-cpp-library-3.1.0-RC1-src.tar.gz&gt;

Regards,
Tim



</pre>
</div>
</content>
</entry>
<entry>
<title>Hudson build is back to normal: ActiveMQ-SysTest-5.3 #2</title>
<author><name>Apache Hudson Server &lt;hudson@hudson.zones.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c32870967.5851259859279810.JavaMail.hudson@hudson.zones.apache.org%3e"/>
<id>urn:uuid:%3c32870967-5851259859279810-JavaMail-hudson@hudson-zones-apache-org%3e</id>
<updated>2009-12-03T16:54:39Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
See &lt;http://hudson.zones.apache.org/hudson/job/ActiveMQ-SysTest-5.3/2/changes&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>Hudson build is back to normal: ActiveMQ-SysTest-Trunk #2</title>
<author><name>Apache Hudson Server &lt;hudson@hudson.zones.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c28237501.5841259859088835.JavaMail.hudson@hudson.zones.apache.org%3e"/>
<id>urn:uuid:%3c28237501-5841259859088835-JavaMail-hudson@hudson-zones-apache-org%3e</id>
<updated>2009-12-03T16:51:28Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
See &lt;http://hudson.zones.apache.org/hudson/job/ActiveMQ-SysTest-Trunk/2/changes&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>System tests</title>
<author><name>Dejan Bosanac &lt;dejan@nighttale.net&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c36e91d9d0912030843o1b9d356i2dc14d5e527e11@mail.gmail.com%3e"/>
<id>urn:uuid:%3c36e91d9d0912030843o1b9d356i2dc14d5e527e11@mail-gmail-com%3e</id>
<updated>2009-12-03T16:43:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

I created activemq-systest subproject, with the idea of moving all
complex long-running tests there (from the activemq base). This will
shorten ActiveMQ build time without scarifying reliability (as sys
tests will be ran regularly in Hudson).

The source of the project can be found here:
https://svn.apache.org/repos/asf/activemq/activemq-systest/

You can use it to test any version of ActiveMQ, by using
activemq-version system property (by default it will use the current
trunk). For example to test against 5.3 branch, you will use

mvn clean install -Dactivemq-version=5.3.1-SNAPSHOT

Currently there's only one test there (JDBCSpringTest moved from
activemq-pool). Feel free to move other tests that you think should go
there and add new ones.

There are also two Hudson jobs for testing current trunk and 5.3 branch

http://hudson.zones.apache.org/hudson/view/All/job/ActiveMQ-SysTest-Trunk/
http://hudson.zones.apache.org/hudson/view/All/job/ActiveMQ-SysTest-5.3/

Cheers
--
Dejan Bosanac - http://twitter.com/dejanb

Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net


</pre>
</div>
</content>
</entry>
<entry>
<title>Build failed in Hudson: ActiveMQ-SysTest-5.3 #1</title>
<author><name>Apache Hudson Server &lt;hudson@hudson.zones.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c19155363.5781259855850369.JavaMail.hudson@hudson.zones.apache.org%3e"/>
<id>urn:uuid:%3c19155363-5781259855850369-JavaMail-hudson@hudson-zones-apache-org%3e</id>
<updated>2009-12-03T15:57:30Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
See &lt;http://hudson.zones.apache.org/hudson/job/ActiveMQ-SysTest-5.3/1/&gt;

------------------------------------------
[...truncated 91 lines...]
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.3/maven-resources-plugin-2.3.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.2/maven-jar-plugin-2.2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.2/maven-jar-plugin-2.2.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.2/maven-install-plugin-2.2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.2/maven-install-plugin-2.2.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-2/wagon-file-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-2/wagon-providers-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-2/wagon-http-lightweight-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.pom
Downloading: http://repo1.maven.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-2/wagon-ssh-external-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-2/wagon-ssh-common-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
Downloading: http://repo1.maven.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom
Downloading: http://repo1.maven.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom
Downloading: http://repo1.maven.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0-beta-2/wagon-ssh-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/com/jcraft/jsch/0.1.27/jsch-0.1.27.pom
Downloading: http://repo1.maven.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.jar
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.jar
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build
is platform dependent!
[INFO] skip non existing resourceDirectory &lt;http://hudson.zones.apache.org/hudson/job/ActiveMQ-SysTest-5.3/ws/trunk/src/main/resources&gt;
Downloading: http://repo1.maven.org/maven2/org/springframework/spring/2.5.6/spring-2.5.6.pom
Downloading: http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Downloading: http://repo1.maven.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom
Downloading: http://repo1.maven.org/maven2/org/apache/xbean/xbean-spring/3.6/xbean-spring-3.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/xbean/xbean/3.6/xbean-3.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
Downloading: http://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom
Downloading: http://repo1.maven.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloading: http://repo1.maven.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloading: http://repo1.maven.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom
Downloading: http://repo1.maven.org/maven2/org/apache/derby/derby/10.1.3.1/derby-10.1.3.1.pom
Downloading: http://repo1.maven.org/maven2/org/springframework/spring/2.5.6/spring-2.5.6.jar
Downloading: http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Downloading: http://repo1.maven.org/maven2/org/apache/xbean/xbean-spring/3.6/xbean-spring-3.6.jar
Downloading: http://repo1.maven.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
Downloading: http://repo1.maven.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.jar
Downloading: http://repo1.maven.org/maven2/org/apache/derby/derby/10.1.3.1/derby-10.1.3.1.jar
Downloading: http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar
[HUDSON] Archiving &lt;http://hudson.zones.apache.org/hudson/job/ActiveMQ-SysTest-5.3/ws/trunk/pom.xml&gt;
to /export/home/hudson/hudson/jobs/ActiveMQ-SysTest-5.3/modules/org.apache.activemq$activemq-systest/builds/2009-12-03_15-55-10/archive/org.apache.activemq/activemq-systest/1.0-SNAPSHOT/pom.xml
[INFO] Error for project: ActiveMQ :: System Tests (during install)
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.activemq:activemq-core:jar:5.3.1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-core -Dversion=5.3.1-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activemq-core -Dversion=5.3.1-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT
  	2) org.apache.activemq:activemq-core:jar:5.3.1-SNAPSHOT

2) org.apache.activemq:activemq-pool:jar:5.3.1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-pool -Dversion=5.3.1-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activemq-pool -Dversion=5.3.1-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT
  	2) org.apache.activemq:activemq-pool:jar:5.3.1-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)



[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
----------
1) org.apache.activemq:activemq-core:jar:5.3.1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-core -Dversion=5.3.1-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activemq-core -Dversion=5.3.1-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT
  	2) org.apache.activemq:activemq-core:jar:5.3.1-SNAPSHOT

2) org.apache.activemq:activemq-pool:jar:5.3.1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-pool -Dversion=5.3.1-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activemq-pool -Dversion=5.3.1-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT
  	2) org.apache.activemq:activemq-pool:jar:5.3.1-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)


	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:576)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
	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:592)
	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:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:159)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:687)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:633)
	at hudson.remoting.UserRequest.perform(UserRequest.java:104)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:236)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.apache.activemq:activemq-core:jar:5.3.1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-core -Dversion=5.3.1-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activemq-core -Dversion=5.3.1-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT
  	2) org.apache.activemq:activemq-core:jar:5.3.1-SNAPSHOT

2) org.apache.activemq:activemq-pool:jar:5.3.1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-pool -Dversion=5.3.1-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activemq-pool -Dversion=5.3.1-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT
  	2) org.apache.activemq:activemq-pool:jar:5.3.1-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)


	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:324)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:288)
	at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1417)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:407)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
	... 28 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD ERRORS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 6 seconds
[INFO] Finished at: Thu Dec 03 15:59:40 UTC 2009
[INFO] Final Memory: 10M/993M
[INFO] ------------------------------------------------------------------------
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released



</pre>
</div>
</content>
</entry>
<entry>
<title>Build failed in Hudson: ActiveMQ-SysTest-Trunk #1</title>
<author><name>Apache Hudson Server &lt;hudson@hudson.zones.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c3669877.5771259855667658.JavaMail.hudson@hudson.zones.apache.org%3e"/>
<id>urn:uuid:%3c3669877-5771259855667658-JavaMail-hudson@hudson-zones-apache-org%3e</id>
<updated>2009-12-03T15:54:27Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
See &lt;http://hudson.zones.apache.org/hudson/job/ActiveMQ-SysTest-Trunk/1/&gt;

------------------------------------------
[...truncated 91 lines...]
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.3/maven-resources-plugin-2.3.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.2/maven-jar-plugin-2.2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.2/maven-jar-plugin-2.2.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.2/maven-install-plugin-2.2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.2/maven-install-plugin-2.2.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-2/wagon-file-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-2/wagon-providers-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-2/wagon-http-lightweight-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.pom
Downloading: http://repo1.maven.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-2/wagon-ssh-external-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-2/wagon-ssh-common-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
Downloading: http://repo1.maven.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom
Downloading: http://repo1.maven.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom
Downloading: http://repo1.maven.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0-beta-2/wagon-ssh-1.0-beta-2.pom
Downloading: http://repo1.maven.org/maven2/com/jcraft/jsch/0.1.27/jsch-0.1.27.pom
Downloading: http://repo1.maven.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.jar
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.jar
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build
is platform dependent!
[INFO] skip non existing resourceDirectory &lt;http://hudson.zones.apache.org/hudson/job/ActiveMQ-SysTest-Trunk/ws/trunk/src/main/resources&gt;
Downloading: http://repo1.maven.org/maven2/org/springframework/spring/2.5.6/spring-2.5.6.pom
Downloading: http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Downloading: http://repo1.maven.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom
Downloading: http://repo1.maven.org/maven2/org/apache/xbean/xbean-spring/3.6/xbean-spring-3.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/xbean/xbean/3.6/xbean-3.6.pom
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
Downloading: http://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom
Downloading: http://repo1.maven.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloading: http://repo1.maven.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloading: http://repo1.maven.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom
Downloading: http://repo1.maven.org/maven2/org/apache/derby/derby/10.1.3.1/derby-10.1.3.1.pom
Downloading: http://repo1.maven.org/maven2/org/springframework/spring/2.5.6/spring-2.5.6.jar
Downloading: http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Downloading: http://repo1.maven.org/maven2/org/apache/xbean/xbean-spring/3.6/xbean-spring-3.6.jar
Downloading: http://repo1.maven.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
Downloading: http://repo1.maven.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.jar
Downloading: http://repo1.maven.org/maven2/org/apache/derby/derby/10.1.3.1/derby-10.1.3.1.jar
Downloading: http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar
[HUDSON] Archiving &lt;http://hudson.zones.apache.org/hudson/job/ActiveMQ-SysTest-Trunk/ws/trunk/pom.xml&gt;
to /export/home/hudson/hudson/jobs/ActiveMQ-SysTest-Trunk/modules/org.apache.activemq$activemq-systest/builds/2009-12-03_15-52-20/archive/org.apache.activemq/activemq-systest/1.0-SNAPSHOT/pom.xml
[INFO] Error for project: ActiveMQ :: System Tests (during install)
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.activemq:activemq-core:jar:5.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-core -Dversion=5.4-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activemq-core -Dversion=5.4-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT
  	2) org.apache.activemq:activemq-core:jar:5.4-SNAPSHOT

2) org.apache.activemq:activemq-pool:jar:5.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-pool -Dversion=5.4-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activemq-pool -Dversion=5.4-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT
  	2) org.apache.activemq:activemq-pool:jar:5.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)



[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
----------
1) org.apache.activemq:activemq-core:jar:5.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-core -Dversion=5.4-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activemq-core -Dversion=5.4-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT
  	2) org.apache.activemq:activemq-core:jar:5.4-SNAPSHOT

2) org.apache.activemq:activemq-pool:jar:5.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-pool -Dversion=5.4-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activemq-pool -Dversion=5.4-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT
  	2) org.apache.activemq:activemq-pool:jar:5.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)


	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:576)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
	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:592)
	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:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:159)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:687)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:633)
	at hudson.remoting.UserRequest.perform(UserRequest.java:104)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:236)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.apache.activemq:activemq-core:jar:5.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-core -Dversion=5.4-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activemq-core -Dversion=5.4-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT
  	2) org.apache.activemq:activemq-core:jar:5.4-SNAPSHOT

2) org.apache.activemq:activemq-pool:jar:5.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-pool -Dversion=5.4-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activemq-pool -Dversion=5.4-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT
  	2) org.apache.activemq:activemq-pool:jar:5.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.activemq:activemq-systest:jar:1.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)


	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:324)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:288)
	at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1417)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:407)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
	... 28 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD ERRORS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 59 seconds
[INFO] Finished at: Thu Dec 03 15:56:39 UTC 2009
[INFO] Final Memory: 11M/1052M
[INFO] ------------------------------------------------------------------------
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (AMQCPP-204) Add the ability to package the ActiveMQ-CPP Project for distribution.</title>
<author><name>&quot;Timothy Bish (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c1140677306.1259852872856.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1140677306-1259852872856-JavaMail-jira@brutus%3e</id>
<updated>2009-12-03T15:07:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Timothy Bish updated AMQCPP-204:
--------------------------------

    Fix Version/s:     (was: 3.1)
                   3.2.0

&gt; Add the ability to package the ActiveMQ-CPP Project for distribution.
&gt; ---------------------------------------------------------------------
&gt;
&gt;                 Key: AMQCPP-204
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQCPP-204
&gt;             Project: ActiveMQ C++ Client
&gt;          Issue Type: Improvement
&gt;          Components: CMS Impl
&gt;            Reporter: Timothy Bish
&gt;            Assignee: Timothy Bish
&gt;            Priority: Minor
&gt;             Fix For: 3.2.0
&gt;
&gt;
&gt; Add the tooling needed to package the library for release to various OS packaging sites.
&gt; RPM, DEB, PKG, etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (AMQCPP-160) Add MessageTransformer</title>
<author><name>&quot;Timothy Bish (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c1614611407.1259852753182.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1614611407-1259852753182-JavaMail-jira@brutus%3e</id>
<updated>2009-12-03T15:05:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Timothy Bish updated AMQCPP-160:
--------------------------------

    Fix Version/s:     (was: 3.1)
                   3.2.0

&gt; Add MessageTransformer
&gt; ----------------------
&gt;
&gt;                 Key: AMQCPP-160
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQCPP-160
&gt;             Project: ActiveMQ C++ Client
&gt;          Issue Type: New Feature
&gt;          Components: CMS Impl
&gt;            Reporter: Phillip Weisberg
&gt;            Assignee: Timothy Bish
&gt;            Priority: Minor
&gt;             Fix For: 3.2.0
&gt;
&gt;
&gt; Add support for the ActiveMQ MessageTransformer interface.  This allows for messages
to be transformed within the JMS provider.  Specifically, it allows you to:
&gt;   *  enrich or transform a message before it is sent to the message bus within the JMS
provider
&gt;   * enrich or transform a message as it is received from the message bus but before it
is dispatched to the consumer
&gt; MessageTransformer Interface Overview:
&gt; http://activemq.apache.org/message-transformation.html
&gt; ActiveMQ-5.0 MessageTransformer API:
&gt; http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/MessageTransformer.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (AMQCPP-129) Implement QueueBrowser</title>
<author><name>&quot;Timothy Bish (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c1771101069.1259852753149.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1771101069-1259852753149-JavaMail-jira@brutus%3e</id>
<updated>2009-12-03T15:05:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Timothy Bish updated AMQCPP-129:
--------------------------------

    Fix Version/s:     (was: 3.1)
                   3.2.0

&gt; Implement QueueBrowser
&gt; ----------------------
&gt;
&gt;                 Key: AMQCPP-129
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQCPP-129
&gt;             Project: ActiveMQ C++ Client
&gt;          Issue Type: New Feature
&gt;            Reporter: Albert Strasheim
&gt;            Assignee: Timothy Bish
&gt;            Priority: Minor
&gt;             Fix For: 3.2.0
&gt;
&gt;
&gt; From the JMS 1.1 spec:
&gt; 5.9 QueueBrowser
&gt; A client uses a QueueBrowser to look at messages on a queue without removing
&gt; them. A QueueBrowser can be created from a Session or a QueueSession.
&gt; The browse methods return a java.util.Enumeration that is used to scan the
&gt; queue's messages. It may be an enumeration of the entire content of a queue,
&gt; or it may contain only the messages matching a message selector.
&gt; Messages may be arriving and expiring while the scan is done. JMS does not
&gt; require the content of an enumeration to be a static snapshot of queue content.
&gt; Whether these changes are visible or not depends on the JMS provider.
&gt; I think I might tackle this in a few weeks' time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (AMQCPP-147) Add Optimized Acknowledge support to the CPP client</title>
<author><name>&quot;Timothy Bish (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c1200594651.1259852753121.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1200594651-1259852753121-JavaMail-jira@brutus%3e</id>
<updated>2009-12-03T15:05:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Timothy Bish updated AMQCPP-147:
--------------------------------

    Fix Version/s:     (was: 3.1)
                   3.2.0

&gt; Add Optimized Acknowledge support to the CPP client
&gt; ---------------------------------------------------
&gt;
&gt;                 Key: AMQCPP-147
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQCPP-147
&gt;             Project: ActiveMQ C++ Client
&gt;          Issue Type: New Feature
&gt;          Components: CMS Impl, Openwire, Stomp
&gt;    Affects Versions: 2.1
&gt;            Reporter: Timothy Bish
&gt;            Assignee: Timothy Bish
&gt;            Priority: Minor
&gt;             Fix For: 3.2.0
&gt;
&gt;
&gt; Add an optimized message ack feature to allow the client to ack messages in batches when
possible to reduce overhead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (AMQCPP-140) Add SSL transport</title>
<author><name>&quot;Timothy Bish (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c1338525380.1259852752995.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1338525380-1259852752995-JavaMail-jira@brutus%3e</id>
<updated>2009-12-03T15:05:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Timothy Bish updated AMQCPP-140:
--------------------------------

    Fix Version/s:     (was: 3.1)
                   3.2.0

&gt; Add SSL transport
&gt; -----------------
&gt;
&gt;                 Key: AMQCPP-140
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQCPP-140
&gt;             Project: ActiveMQ C++ Client
&gt;          Issue Type: New Feature
&gt;    Affects Versions: 2.2
&gt;            Reporter: Nathan Mittler
&gt;            Assignee: Timothy Bish
&gt;             Fix For: 3.2.0
&gt;
&gt;         Attachments: amqcpp-ssl.patch3
&gt;
&gt;
&gt; Need a secure transport for activemq-cpp.  Some options for ssl support:
&gt; 1) OpenSSL - fairly robust set of ssl functions
&gt; 2) APR - trunk has added support for ssl sockets.  An attractive option, given that we're
already starting to incorporate API in other areas.
&gt; Should create a Java-like set of classes in decaf to add basic ssl support, then use
those classes to make an SSLTransport in activemq-cpp.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (AMQCPP-214) Support the ActiveMQBlobMessage and ActiveMQStreamMessage</title>
<author><name>&quot;Timothy Bish (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c291520107.1259852752908.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c291520107-1259852752908-JavaMail-jira@brutus%3e</id>
<updated>2009-12-03T15:05:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Timothy Bish updated AMQCPP-214:
--------------------------------

    Fix Version/s:     (was: 3.1)
                   3.2.0

&gt; Support the ActiveMQBlobMessage and ActiveMQStreamMessage
&gt; ---------------------------------------------------------
&gt;
&gt;                 Key: AMQCPP-214
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQCPP-214
&gt;             Project: ActiveMQ C++ Client
&gt;          Issue Type: Improvement
&gt;          Components: CMS Impl
&gt;    Affects Versions: 2.2.2
&gt;         Environment: Windows-XP and Mac OS 10.5.5 (Leopard)
&gt;            Reporter: Sahayaraj
&gt;            Assignee: Timothy Bish
&gt;            Priority: Blocker
&gt;             Fix For: 3.2.0
&gt;
&gt;
&gt; In order to integrate the legacy C and C++ application with modern messaging architecture
of ActiveMQ, the C++ client MUST support the Blob and Stream messages as supported in JMS.
This support  would add the value of interop between the java and legacy C++ systems in enterprise
environment.
&gt; Due to this unavailablity, we are unable to use ActiveMQ and forced us to go for other
soultions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (AMQCPP-216) Implement BlobMessage</title>
<author><name>&quot;Timothy Bish (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c145985131.1259852752957.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c145985131-1259852752957-JavaMail-jira@brutus%3e</id>
<updated>2009-12-03T15:05:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Timothy Bish updated AMQCPP-216:
--------------------------------

    Fix Version/s:     (was: 3.1)
                   3.2.0

&gt; Implement BlobMessage
&gt; ---------------------
&gt;
&gt;                 Key: AMQCPP-216
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQCPP-216
&gt;             Project: ActiveMQ C++ Client
&gt;          Issue Type: Sub-task
&gt;            Reporter: Timothy Bish
&gt;            Assignee: Timothy Bish
&gt;             Fix For: 3.2.0
&gt;
&gt;   Original Estimate: 1 week
&gt;  Remaining Estimate: 1 week
&gt;
&gt; Implement BlobMessage in CMS and in the OpenWire code, this requires implementation of
ActiveMQBlobMessage and its associated Marshaller.  Add code to the OpenWireConnector to deal
with it, and add code to the StompConnector to throw an unsupported operation exception.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Hudson build is back to stable: ActiveMQ-5.3 #9</title>
<author><name>Apache Hudson Server &lt;hudson@hudson.zones.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c17651233.5501259826212492.JavaMail.hudson@hudson.zones.apache.org%3e"/>
<id>urn:uuid:%3c17651233-5501259826212492-JavaMail-hudson@hudson-zones-apache-org%3e</id>
<updated>2009-12-03T07:43:32Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
See &lt;http://hudson.zones.apache.org/hudson/job/ActiveMQ-5.3/9/changes&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>=?UTF-8?Q?Hudson_build_is_back_to_stable:_Act?= =?UTF-8?Q?iveMQ-5.3_=C2=BB_ActiveMQ_::_Optional_#9?=</title>
<author><name>Apache Hudson Server &lt;hudson@hudson.zones.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c24963648.5481259826078937.JavaMail.hudson@hudson.zones.apache.org%3e"/>
<id>urn:uuid:%3c24963648-5481259826078937-JavaMail-hudson@hudson-zones-apache-org%3e</id>
<updated>2009-12-03T07:41:18Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
See &lt;http://hudson.zones.apache.org/hudson/job/ActiveMQ-5.3/org.apache.activemq$activemq-optional/9/&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (AMQ-2520) Oracle 10g RAC resource usage VERY high from the passive servers SQL requests to the Database.</title>
<author><name>&quot;Tom (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c484048389.1259814714151.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c484048389-1259814714151-JavaMail-jira@brutus%3e</id>
<updated>2009-12-03T04:31:54Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Tom updated AMQ-2520:
---------------------

    Description: 
Two active MQ brokers are installed on RH EL 5 servers (one per server). 
They're configured as a JDBC master / slave failover (as per examples). Failover is tested
and working and messages delivered.
Oracle is used for synchronisation (ACTIVEMQ_ tables), persistence etc.
We run a durable subscriber, and the client connects via a failover operation.

The SELECT * FROM ACTIVEMQ_LOCK FOR UPDATE is causing spin lock on the Oracle database.
Basically the indefinite waiting from the passive mq instance is causing high resource usage
on Oracle.

After a short period Oracle dashboard shows a high number of active sessions from Active MQ
due to the continuous execution of
    UPDATE ACTIVEMQ_LOCK SET TIME = ? WHERE ID = 1
in the keepAlive method in 
    https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/DatabaseLocker.java

As a workaround we've had to push out the lockAcquireSleepInterval to 5 minutes in the configuration
of ActiveMQ, but this didn't work. 

&lt;jdbcPersistenceAdapter dataSource="#oracle-ds" useDatabaseLock="true" lockAcquireSleepInterval="300000"
createTablesOnStartup="true"/&gt;

We're currently changing the broker to poll rather than block so in Statement.java we've added
a WAIT 0 that throws an exception if the lock is not acquired.

    public String getLockCreateStatement() {
        if (lockCreateStatement == null) {
            lockCreateStatement = "SELECT * FROM " + getFullLockTableName();
            if (useLockCreateWhereClause) {
                lockCreateStatement += " WHERE ID = 1";
            }
            lockCreateStatement += " FOR UPDATE WAIT 0";
        }
        return lockCreateStatement;
    }


Any suggestions to this issue, this seems to be a quite fundamental issue?


  was:
Two active MQ brokers are installed on RH EL 5 servers (one per server). 
They're configured as a JDBC master / slave failover (as per examples). Failover is tested
and working and messages delivered.
Oracle is used for synchronisation (ACTIVEMQ_ tables), persistence etc.
We run a durable subscriber, and the client connects via a failover operation.

The SELECT * FROM ACTIVEMQ_LOCK FOR UPDATE is causing spin lock on the Oracle database.
Basically the indefinite waiting from the passive mq instance is causing high resource usage
on Oracle.

After a short period Oracle dashboard shows a high number of active sessions from Active MQ
due to the continuous execution of
    UPDATE ACTIVEMQ_LOCK SET TIME = ? WHERE ID = 1
in the keepAlive method in 
    https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/DatabaseLocker.java

As a workaround we've had to push out the lockAcquireSleepInterval to 5 minutes in the configuration
of ActiveMQ, but this didn't work. 

&lt;jdbcPersistenceAdapter dataSource="#oracle-ds" useDatabaseLock="true" lockAcquireSleepInterval="300000"
createTablesOnStartup="true"/&gt;

Any suggestions to this issue, this seems to be a quite fundamental issue?


        Summary: Oracle 10g RAC resource usage VERY high from the passive servers SQL requests
to the Database.  (was: Oracle 10g RAC resource usage VERY high from the passive servers keepAlive
requests to the Database.)

&gt; Oracle 10g RAC resource usage VERY high from the passive servers SQL requests to the
Database.
&gt; ----------------------------------------------------------------------------------------------
&gt;
&gt;                 Key: AMQ-2520
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQ-2520
&gt;             Project: ActiveMQ
&gt;          Issue Type: Bug
&gt;          Components: Broker
&gt;    Affects Versions: 5.3.0
&gt;         Environment: Redhat Enterprise Linux 5, Oracle 10g RAC
&gt;            Reporter: Tom
&gt;            Priority: Blocker
&gt;
&gt; Two active MQ brokers are installed on RH EL 5 servers (one per server). 
&gt; They're configured as a JDBC master / slave failover (as per examples). Failover is tested
and working and messages delivered.
&gt; Oracle is used for synchronisation (ACTIVEMQ_ tables), persistence etc.
&gt; We run a durable subscriber, and the client connects via a failover operation.
&gt; The SELECT * FROM ACTIVEMQ_LOCK FOR UPDATE is causing spin lock on the Oracle database.
&gt; Basically the indefinite waiting from the passive mq instance is causing high resource
usage on Oracle.
&gt; After a short period Oracle dashboard shows a high number of active sessions from Active
MQ due to the continuous execution of
&gt;     UPDATE ACTIVEMQ_LOCK SET TIME = ? WHERE ID = 1
&gt; in the keepAlive method in 
&gt;     https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/DatabaseLocker.java
&gt; As a workaround we've had to push out the lockAcquireSleepInterval to 5 minutes in the
configuration of ActiveMQ, but this didn't work. 
&gt; &lt;jdbcPersistenceAdapter dataSource="#oracle-ds" useDatabaseLock="true" lockAcquireSleepInterval="300000"
createTablesOnStartup="true"/&gt;
&gt; We're currently changing the broker to poll rather than block so in Statement.java we've
added a WAIT 0 that throws an exception if the lock is not acquired.
&gt;     public String getLockCreateStatement() {
&gt;         if (lockCreateStatement == null) {
&gt;             lockCreateStatement = "SELECT * FROM " + getFullLockTableName();
&gt;             if (useLockCreateWhereClause) {
&gt;                 lockCreateStatement += " WHERE ID = 1";
&gt;             }
&gt;             lockCreateStatement += " FOR UPDATE WAIT 0";
&gt;         }
&gt;         return lockCreateStatement;
&gt;     }
&gt; Any suggestions to this issue, this seems to be a quite fundamental issue?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (AMQ-2520) Oracle 10g RAC resource usage VERY high from the passive servers keepAlive requests to the Database.</title>
<author><name>&quot;Tom (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c840575597.1259798932807.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c840575597-1259798932807-JavaMail-jira@brutus%3e</id>
<updated>2009-12-03T00:08:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Tom updated AMQ-2520:
---------------------

    Description: 
Two active MQ brokers are installed on RH EL 5 servers (one per server). 
They're configured as a JDBC master / slave failover (as per examples). Failover is tested
and working and messages delivered.
Oracle is used for synchronisation (ACTIVEMQ_ tables), persistence etc.
We run a durable subscriber, and the client connects via a failover operation.

The SELECT * FROM ACTIVEMQ_LOCK FOR UPDATE is causing spin lock on the Oracle database.
Basically the indefinite waiting from the passive mq instance is causing high resource usage
on Oracle.

After a short period Oracle dashboard shows a high number of active sessions from Active MQ
due to the continuous execution of
    UPDATE ACTIVEMQ_LOCK SET TIME = ? WHERE ID = 1
in the keepAlive method in 
    https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/DatabaseLocker.java

As a workaround we've had to push out the lockAcquireSleepInterval to 5 minutes in the configuration
of ActiveMQ, but this didn't work. 

&lt;jdbcPersistenceAdapter dataSource="#oracle-ds" useDatabaseLock="true" lockAcquireSleepInterval="300000"
createTablesOnStartup="true"/&gt;

Any suggestions to this issue, this seems to be a quite fundamental issue?


  was:
Two active MQ brokers are installed on RH EL 5 servers (one per server). 
They're configured as a JDBC master / slave failover (as per examples). Failover is tested
and working and messages delivered.
Oracle is used for synchronisation (ACTIVEMQ_ tables), persistence etc.
We run a durable subscriber, and the client connects via a failover operation.

After a short period Oracle dashboard shows a high number of active sessions from Active MQ
due to the continuous execution of
    UPDATE ACTIVEMQ_LOCK SET TIME = ? WHERE ID = 1
in the keepAlive method in 
    https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/DatabaseLocker.java

As a workaround we've had to push out the lockAcquireSleepInterval to 5 minutes in the configuration
of ActiveMQ. 

&lt;jdbcPersistenceAdapter dataSource="#oracle-ds" useDatabaseLock="true" lockAcquireSleepInterval="300000"
createTablesOnStartup="true"/&gt;

Any suggestions to this issue?


&gt; Oracle 10g RAC resource usage VERY high from the passive servers keepAlive requests to
the Database.
&gt; ----------------------------------------------------------------------------------------------------
&gt;
&gt;                 Key: AMQ-2520
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQ-2520
&gt;             Project: ActiveMQ
&gt;          Issue Type: Bug
&gt;          Components: Broker
&gt;    Affects Versions: 5.3.0
&gt;         Environment: Redhat Enterprise Linux 5, Oracle 10g RAC
&gt;            Reporter: Tom
&gt;            Priority: Blocker
&gt;
&gt; Two active MQ brokers are installed on RH EL 5 servers (one per server). 
&gt; They're configured as a JDBC master / slave failover (as per examples). Failover is tested
and working and messages delivered.
&gt; Oracle is used for synchronisation (ACTIVEMQ_ tables), persistence etc.
&gt; We run a durable subscriber, and the client connects via a failover operation.
&gt; The SELECT * FROM ACTIVEMQ_LOCK FOR UPDATE is causing spin lock on the Oracle database.
&gt; Basically the indefinite waiting from the passive mq instance is causing high resource
usage on Oracle.
&gt; After a short period Oracle dashboard shows a high number of active sessions from Active
MQ due to the continuous execution of
&gt;     UPDATE ACTIVEMQ_LOCK SET TIME = ? WHERE ID = 1
&gt; in the keepAlive method in 
&gt;     https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/DatabaseLocker.java
&gt; As a workaround we've had to push out the lockAcquireSleepInterval to 5 minutes in the
configuration of ActiveMQ, but this didn't work. 
&gt; &lt;jdbcPersistenceAdapter dataSource="#oracle-ds" useDatabaseLock="true" lockAcquireSleepInterval="300000"
createTablesOnStartup="true"/&gt;
&gt; Any suggestions to this issue, this seems to be a quite fundamental issue?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (AMQ-2520) Oracle 10g RAC resource usage VERY high from the passive servers keepAlive requests to the Database.</title>
<author><name>&quot;Tom (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c409656983.1259786452747.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c409656983-1259786452747-JavaMail-jira@brutus%3e</id>
<updated>2009-12-02T20:40:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Oracle 10g RAC resource usage VERY high from the passive servers keepAlive requests to the
Database.
----------------------------------------------------------------------------------------------------

                 Key: AMQ-2520
                 URL: https://issues.apache.org/activemq/browse/AMQ-2520
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.3.0
         Environment: Redhat Enterprise Linux 5, Oracle 10g RAC
            Reporter: Tom
            Priority: Blocker


Two active MQ brokers are installed on RH EL 5 servers (one per server). 
They're configured as a JDBC master / slave failover (as per examples). Failover is tested
and working and messages delivered.
Oracle is used for synchronisation (ACTIVEMQ_ tables), persistence etc.
We run a durable subscriber, and the client connects via a failover operation.

After a short period Oracle dashboard shows a high number of active sessions from Active MQ
due to the continuous execution of
    UPDATE ACTIVEMQ_LOCK SET TIME = ? WHERE ID = 1
in the keepAlive method in 
    https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/DatabaseLocker.java

As a workaround we've had to push out the lockAcquireSleepInterval to 5 minutes in the configuration
of ActiveMQ. 

&lt;jdbcPersistenceAdapter dataSource="#oracle-ds" useDatabaseLock="true" lockAcquireSleepInterval="300000"
createTablesOnStartup="true"/&gt;

Any suggestions to this issue?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (AMQ-2453) start/control-script is not suitable for professional environments</title>
<author><name>=?UTF-8?Q?Marc_Sch=C3=B6chlin_=28JIRA=29?= &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c1105581102.1259776252724.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1105581102-1259776252724-JavaMail-jira@brutus%3e</id>
<updated>2009-12-02T17:50:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Marc Schöchlin updated AMQ-2453:
--------------------------------

    Attachment:     (was: activemq)

&gt; start/control-script is not suitable for professional environments
&gt; ------------------------------------------------------------------
&gt;
&gt;                 Key: AMQ-2453
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQ-2453
&gt;             Project: ActiveMQ
&gt;          Issue Type: Bug
&gt;          Components: Broker
&gt;    Affects Versions: 5.3.0
&gt;            Reporter: Marc Schöchlin
&gt;         Attachments: activemq, usage-example.txt
&gt;
&gt;
&gt; The start-scripts "activemq" and "activemq-admin" do not seem to be ready for production
use.
&gt; Reasons:
&gt; - Server does not run in background
&gt;   =&gt; this can be done by redirecting output to a file and run in background
&gt;   =&gt; in my opinion this should be implemented directly in java
&gt;   =&gt; the console log should be written by log4j to &lt;install-root&gt;/data/console.log
&gt; - The process should be started on a non-root user 
&gt;   =&gt; use 'su -c "$COMMAND" - $RUN_AS_USER' 
&gt;   =&gt; this should be defined in /etc/activemq.conf
&gt; - The script should support a "reload" feature to reload the configurartion
&gt;   (if activemq supports reloading)
&gt; - The script should support a "status" option
&gt;   =&gt; this should show a quick overview about the state of activemq
&gt;   =&gt; this should return a value != 0 if the service is not working
&gt;      (this is important for cluster integration)
&gt; Does anybody already working on these items?
&gt; Do you have suggestions for a implementation?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (AMQ-2453) start/control-script is not suitable for professional environments</title>
<author><name>=?UTF-8?Q?Marc_Sch=C3=B6chlin_=28JIRA=29?= &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c418161415.1259776252865.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c418161415-1259776252865-JavaMail-jira@brutus%3e</id>
<updated>2009-12-02T17:50:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Marc Schöchlin updated AMQ-2453:
--------------------------------

    Attachment:     (was: activemq)

&gt; start/control-script is not suitable for professional environments
&gt; ------------------------------------------------------------------
&gt;
&gt;                 Key: AMQ-2453
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQ-2453
&gt;             Project: ActiveMQ
&gt;          Issue Type: Bug
&gt;          Components: Broker
&gt;    Affects Versions: 5.3.0
&gt;            Reporter: Marc Schöchlin
&gt;         Attachments: activemq, usage-example.txt
&gt;
&gt;
&gt; The start-scripts "activemq" and "activemq-admin" do not seem to be ready for production
use.
&gt; Reasons:
&gt; - Server does not run in background
&gt;   =&gt; this can be done by redirecting output to a file and run in background
&gt;   =&gt; in my opinion this should be implemented directly in java
&gt;   =&gt; the console log should be written by log4j to &lt;install-root&gt;/data/console.log
&gt; - The process should be started on a non-root user 
&gt;   =&gt; use 'su -c "$COMMAND" - $RUN_AS_USER' 
&gt;   =&gt; this should be defined in /etc/activemq.conf
&gt; - The script should support a "reload" feature to reload the configurartion
&gt;   (if activemq supports reloading)
&gt; - The script should support a "status" option
&gt;   =&gt; this should show a quick overview about the state of activemq
&gt;   =&gt; this should return a value != 0 if the service is not working
&gt;      (this is important for cluster integration)
&gt; Does anybody already working on these items?
&gt; Do you have suggestions for a implementation?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (AMQ-2453) start/control-script is not suitable for professional environments</title>
<author><name>=?UTF-8?Q?Marc_Sch=C3=B6chlin_=28JIRA=29?= &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c1988208071.1259776252837.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1988208071-1259776252837-JavaMail-jira@brutus%3e</id>
<updated>2009-12-02T17:50:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Marc Schöchlin updated AMQ-2453:
--------------------------------

    Attachment:     (was: activemq)

&gt; start/control-script is not suitable for professional environments
&gt; ------------------------------------------------------------------
&gt;
&gt;                 Key: AMQ-2453
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQ-2453
&gt;             Project: ActiveMQ
&gt;          Issue Type: Bug
&gt;          Components: Broker
&gt;    Affects Versions: 5.3.0
&gt;            Reporter: Marc Schöchlin
&gt;         Attachments: activemq, usage-example.txt
&gt;
&gt;
&gt; The start-scripts "activemq" and "activemq-admin" do not seem to be ready for production
use.
&gt; Reasons:
&gt; - Server does not run in background
&gt;   =&gt; this can be done by redirecting output to a file and run in background
&gt;   =&gt; in my opinion this should be implemented directly in java
&gt;   =&gt; the console log should be written by log4j to &lt;install-root&gt;/data/console.log
&gt; - The process should be started on a non-root user 
&gt;   =&gt; use 'su -c "$COMMAND" - $RUN_AS_USER' 
&gt;   =&gt; this should be defined in /etc/activemq.conf
&gt; - The script should support a "reload" feature to reload the configurartion
&gt;   (if activemq supports reloading)
&gt; - The script should support a "status" option
&gt;   =&gt; this should show a quick overview about the state of activemq
&gt;   =&gt; this should return a value != 0 if the service is not working
&gt;      (this is important for cluster integration)
&gt; Does anybody already working on these items?
&gt; Do you have suggestions for a implementation?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (AMQ-2453) start/control-script is not suitable for professional environments</title>
<author><name>=?UTF-8?Q?Marc_Sch=C3=B6chlin_=28JIRA=29?= &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c1867066812.1259776132732.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1867066812-1259776132732-JavaMail-jira@brutus%3e</id>
<updated>2009-12-02T17:48:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Marc Schöchlin updated AMQ-2453:
--------------------------------

    Attachment: activemq

Relocated /etc/default/activemq.conf to /etc/default/activemq

&gt; start/control-script is not suitable for professional environments
&gt; ------------------------------------------------------------------
&gt;
&gt;                 Key: AMQ-2453
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQ-2453
&gt;             Project: ActiveMQ
&gt;          Issue Type: Bug
&gt;          Components: Broker
&gt;    Affects Versions: 5.3.0
&gt;            Reporter: Marc Schöchlin
&gt;         Attachments: activemq, activemq, activemq, activemq, usage-example.txt
&gt;
&gt;
&gt; The start-scripts "activemq" and "activemq-admin" do not seem to be ready for production
use.
&gt; Reasons:
&gt; - Server does not run in background
&gt;   =&gt; this can be done by redirecting output to a file and run in background
&gt;   =&gt; in my opinion this should be implemented directly in java
&gt;   =&gt; the console log should be written by log4j to &lt;install-root&gt;/data/console.log
&gt; - The process should be started on a non-root user 
&gt;   =&gt; use 'su -c "$COMMAND" - $RUN_AS_USER' 
&gt;   =&gt; this should be defined in /etc/activemq.conf
&gt; - The script should support a "reload" feature to reload the configurartion
&gt;   (if activemq supports reloading)
&gt; - The script should support a "status" option
&gt;   =&gt; this should show a quick overview about the state of activemq
&gt;   =&gt; this should return a value != 0 if the service is not working
&gt;      (this is important for cluster integration)
&gt; Does anybody already working on these items?
&gt; Do you have suggestions for a implementation?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Resolved: (AMQ-1498) Broker doens't start anymore!</title>
<author><name>&quot;Dejan Bosanac (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c1996736772.1259774572990.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1996736772-1259774572990-JavaMail-jira@brutus%3e</id>
<updated>2009-12-02T17:22:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Dejan Bosanac resolved AMQ-1498.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 6.0.0)
                   5.4.0
                   5.3.1
         Assignee: Dejan Bosanac  (was: Rob Davies)

This should be resolved now on the trunk (and 5.3 branch)

&gt; Broker doens't start anymore!
&gt; -----------------------------
&gt;
&gt;                 Key: AMQ-1498
&gt;                 URL: https://issues.apache.org/activemq/browse/AMQ-1498
&gt;             Project: ActiveMQ
&gt;          Issue Type: Bug
&gt;    Affects Versions: 5.0.0
&gt;            Reporter: goldi
&gt;            Assignee: Dejan Bosanac
&gt;             Fix For: 5.3.1, 5.4.0
&gt;
&gt;
&gt; Killing ActiveMQ-Broker and trying to restart it I got the following exception:
&gt; java.io.IOException: Recovery Failed: The subscription does not exist: ID:Dev-AG-1992-1195220522906-3:2:-1:2
&gt;         at org.apache.activemq.util.IOExceptionSupport.create(IOExceptionSupport.java:27)
&gt;         at org.apache.activemq.broker.TransactionBroker.start(TransactionBroker.java:110)
&gt;         at org.apache.activemq.broker.BrokerFilter.start(BrokerFilter.java:153)
&gt;         at org.apache.activemq.broker.BrokerFilter.start(BrokerFilter.java:153)
&gt;         at org.apache.activemq.broker.MutableBrokerFilter.start(MutableBrokerFilter.java:163)
&gt;         at org.apache.activemq.broker.BrokerService.start(BrokerService.java:422)
&gt;         at org.apache.activemq.xbean.XBeanBrokerService.afterPropertiesSet(XBeanBrokerService.java:46)
&gt;         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1201)
&gt;         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1171)
&gt;         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:425)
&gt;         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
&gt;         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
&gt;         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
&gt;         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
&gt;         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:287)
&gt;         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
&gt;         at org.apache.xbean.spring.context.ResourceXmlApplicationContext.&lt;init&gt;(ResourceXmlApplicationContext.java:64)
&gt;         at org.apache.xbean.spring.context.ResourceXmlApplicationContext.&lt;init&gt;(ResourceXmlApplicationContext.java:52)
&gt;         at org.apache.activemq.xbean.XBeanBrokerFactory.createApplicationContext(XBeanBrokerFactory.java:91)
&gt;         at org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBrokerFactory.java:51)
&gt;         at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:71)
&gt;         at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:54)
&gt;         at org.apache.activemq.console.command.StartCommand.startBroker(StartCommand.java:112)
&gt;         at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:74)
&gt;         at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:51)
&gt;         at org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:104)
&gt;         at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:51)
&gt;         at org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:76)
&gt;         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&gt;         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
&gt;         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&gt;         at java.lang.reflect.Method.invoke(Method.java:585)
&gt;         at org.apache.activemq.console.Main.runTaskClass(Main.java:222)
&gt;         at org.apache.activemq.console.Main.main(Main.java:106)
&gt; Caused by: java.lang.IllegalArgumentException: The subscription does not exist: ID:Dev-AG-1992-1195220522906-3:2:-1:2
&gt;         at org.apache.activemq.broker.region.AbstractRegion.acknowledge(AbstractRegion.java:336)
&gt;         at org.apache.activemq.broker.region.RegionBroker.acknowledge(RegionBroker.java:427)
&gt;         at org.apache.activemq.broker.TransactionBroker.acknowledge(TransactionBroker.java:194)
&gt;         at org.apache.activemq.broker.TransactionBroker$1.recover(TransactionBroker.java:100)
&gt;         at org.apache.activemq.store.amq.AMQTransactionStore.recover(AMQTransactionStore.java:196)
&gt;         at org.apache.activemq.broker.TransactionBroker.start(TransactionBroker.java:92)
&gt;         ... 32 more
&gt; 2007-11-16 14:50:53,047 [MQ ShutdownHook] INFO  BrokerService                  - ActiveMQ
Message Broker (localhost, null) is shutting down
&gt; 2007-11-16 14:50:53,047 [MQ ShutdownHook] INFO  TransportConnector             - Connector
openwire Stopped
&gt; 2007-11-16 14:50:54,329 [MQ ShutdownHook] ERROR AMQPersistenceAdapter          - Could
not stop service: AMQPersistenceAdapter(C:\ESBActiveMQ5.0\Active_Broker\bin\..\data\localhost).
Reason: java.lang.NullPointerException
&gt; java.lang.NullPointerException
&gt;         at org.apache.activemq.store.amq.AMQTxOperation.writeExternal(AMQTxOperation.java:113)
&gt;         at org.apache.activemq.store.kahadaptor.AMQTxMarshaller.writePayload(AMQTxMarshaller.java:60)
&gt;         at org.apache.activemq.store.kahadaptor.AMQTxMarshaller.writePayload(AMQTxMarshaller.java:34)
&gt;         at org.apache.activemq.kaha.impl.data.SyncDataFileWriter.storeItem(SyncDataFileWriter.java:58)
&gt;         at org.apache.activemq.kaha.impl.data.DataManagerImpl.storeDataItem(DataManagerImpl.java:151)
&gt;         at org.apache.activemq.kaha.impl.container.MapContainerImpl.write(MapContainerImpl.java:516)
&gt;         at org.apache.activemq.kaha.impl.container.MapContainerImpl.put(MapContainerImpl.java:301)
&gt;         at org.apache.activemq.store.kahadaptor.KahaReferenceStoreAdapter.savePreparedState(KahaReferenceStoreAdapter.java:270)
&gt;         at org.apache.activemq.store.amq.AMQPersistenceAdapter.stop(AMQPersistenceAdapter.java:263)
&gt;         at org.apache.activemq.util.ServiceStopper.stop(ServiceStopper.java:41)
&gt;         at org.apache.activemq.broker.BrokerService.stop(BrokerService.java:457)
&gt;         at org.apache.activemq.broker.BrokerService.containerShutdown(BrokerService.java:1586)
&gt; with the result that the Broker don't starts anymore (Trying it 3 times). 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Hudson build is still unstable: ActiveMQ-5.3 #8</title>
<author><name>Apache Hudson Server &lt;hudson@hudson.zones.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c20338681.4781259739811048.JavaMail.hudson@hudson.zones.apache.org%3e"/>
<id>urn:uuid:%3c20338681-4781259739811048-JavaMail-hudson@hudson-zones-apache-org%3e</id>
<updated>2009-12-02T07:43:31Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
See &lt;http://hudson.zones.apache.org/hudson/job/ActiveMQ-5.3/8/changes&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>=?UTF-8?Q?Hudson_build_became_unstable:_Acti?= =?UTF-8?Q?veMQ-5.3_=C2=BB_ActiveMQ_::_Optional_#8?=</title>
<author><name>Apache Hudson Server &lt;hudson@hudson.zones.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c25843148.4771259739802545.JavaMail.hudson@hudson.zones.apache.org%3e"/>
<id>urn:uuid:%3c25843148-4771259739802545-JavaMail-hudson@hudson-zones-apache-org%3e</id>
<updated>2009-12-02T07:43:22Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
See &lt;http://hudson.zones.apache.org/hudson/job/ActiveMQ-5.3/org.apache.activemq$activemq-optional/8/&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>=?UTF-8?Q?Hudson_build_is_back_to_stable:_A?= =?UTF-8?Q?ctiveMQ-5.3_=C2=BB_ActiveMQ_::_Core_#8?=</title>
<author><name>Apache Hudson Server &lt;hudson@hudson.zones.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/activemq-dev/200912.mbox/%3c30100104.4761259739801665.JavaMail.hudson@hudson.zones.apache.org%3e"/>
<id>urn:uuid:%3c30100104-4761259739801665-JavaMail-hudson@hudson-zones-apache-org%3e</id>
<updated>2009-12-02T07:43:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
See &lt;http://hudson.zones.apache.org/hudson/job/ActiveMQ-5.3/org.apache.activemq$activemq-core/8/changes&gt;




</pre>
</div>
</content>
</entry>
</feed>
