You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Kevin Burton <bu...@spinn3r.com> on 2015/02/23 21:34:45 UTC

Does the activemq-5.11.x branch fail to test for anyone else?

I’m working on a fix for AMQ 5.11 but the branch doesn’t test properly (at
least for me).

I have a pretty standard build environment so I don’t think it’s me (but
might be).

Is there an integration server?

Perhaps I can get someone to just pull my branch and test it on the
integration server if it activemq-5.11.x does past testing.


Running org.apache.activemq.ra.ServerSessionImplTest

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 sec -
in org.apache.activemq.ra.ServerSessionImplTest

Running org.apache.activemq.ra.MessageEndpointProxyTest

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 sec -
in org.apache.activemq.ra.MessageEndpointProxyTest

Running org.apache.activemq.ra.JmsXARollback2CxTransactionTest

Tests run: 20, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 42.125 sec
<<< FAILURE! - in org.apache.activemq.ra.JmsXARollback2CxTransactionTest

testReceiveTwoThenRollbackManyTimes(org.apache.activemq.ra.JmsXARollback2CxTransactionTest)
Time elapsed: 0.034 sec  <<< ERROR!

javax.jms.JMSException: peer (vm://localhost#149) stopped.

at
org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:54)

at
org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1420)

at
org.apache.activemq.ActiveMQConnection.ensureConnectionInfoSent(ActiveMQConnection.java:1521)

at
org.apache.activemq.ActiveMQConnection.setClientID(ActiveMQConnection.java:419)

at
org.apache.activemq.ra.ManagedConnectionProxy.setClientID(ManagedConnectionProxy.java:200)

at
org.apache.activemq.test.JmsResourceProvider.createConnection(JmsResourceProvider.java:63)

at
org.apache.activemq.JmsTransactionTestSupport.reconnect(JmsTransactionTestSupport.java:629)

at
org.apache.activemq.ra.JmsXARollback2CxTransactionTest.reconnect(JmsXARollback2CxTransactionTest.java:94)

Caused by: org.apache.activemq.transport.TransportDisposedIOException: peer
(vm://localhost#149) stopped.

at org.apache.activemq.transport.vm.VMTransport.stop(VMTransport.java:207)

at
org.apache.activemq.transport.TransportFilter.stop(TransportFilter.java:65)

at
org.apache.activemq.transport.TransportFilter.stop(TransportFilter.java:65)

at
org.apache.activemq.transport.ResponseCorrelator.stop(ResponseCorrelator.java:132)

at
org.apache.activemq.broker.TransportConnection.doStop(TransportConnection.java:1151)

at
org.apache.activemq.broker.TransportConnection$4.run(TransportConnection.java:1117)

at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)

at java.lang.Thread.run(Thread.java:745)


testSendRollbackWithPrefetchOfOne(org.apache.activemq.ra.JmsXARollback2CxTransactionTest)
Time elapsed: 0.004 sec  <<< ERROR!

javax.management.InstanceAlreadyExistsException:
org.apache.activemq:type=Broker,brokerName=localhost

at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:437)

at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1898)

at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:966)

at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:900)

at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324)

at
com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:522)

at
org.apache.activemq.broker.jmx.ManagementContext.registerMBean(ManagementContext.java:380)

at
org.apache.activemq.broker.jmx.AnnotatedMBean.registerMBean(AnnotatedMBean.java:72)

at
org.apache.activemq.broker.BrokerService.startManagementContext(BrokerService.java:2493)

at org.apache.activemq.broker.BrokerService.start(BrokerService.java:591)

at
org.apache.activemq.JmsTransactionTestSupport.setUp(JmsTransactionTestSupport.java:84)

at
org.apache.activemq.ra.JmsXARollback2CxTransactionTest.setUp(JmsXARollback2CxTransactionTest.java:56)


testReceiveRollbackWithPrefetchOfOne(org.apache.activemq.ra.JmsXARollback2CxTransactionTest)
Time elapsed: 0.005 sec  <<< ERROR!

javax.management.InstanceAlreadyExistsException:
org.apache.activemq:type=Broker,brokerName=localhost

at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:437)

at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1898)

at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:966)

at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:900)

at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324)

at
com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:522)

at
org.apache.activemq.broker.jmx.ManagementContext.registerMBean(ManagementContext.java:380)

at
org.apache.activemq.broker.jmx.AnnotatedMBean.registerMBean(AnnotatedMBean.java:72)

at
org.apache.activemq.broker.BrokerService.startManagementContext(BrokerService.java:2493)

at org.apache.activemq.broker.BrokerService.start(BrokerService.java:591)

at
org.apache.activemq.JmsTransactionTestSupport.setUp(JmsTransactionTestSupport.java:84)

at
org.apache.activemq.ra.JmsXARollback2CxTransactionTest.setUp(JmsXARollback2CxTransactionTest.java:56)


testCloseConsumerBeforeCommit(org.apache.activemq.ra.JmsXARollback2CxTransactionTest)
Time elapsed: 0.01 sec  <<< ERROR!

javax.management.InstanceAlreadyExistsException:
org.apache.activemq:type=Broker,brokerName=localhost

at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:437)

at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1898)

at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:966)

at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:900)

at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324)

at
com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:522)

at
org.apache.activemq.broker.jmx.ManagementContext.registerMBean(ManagementContext.java:380)

at
org.apache.activemq.broker.jmx.AnnotatedMBean.registerMBean(AnnotatedMBean.java:72)

at
org.apache.activemq.broker.BrokerService.startManagementContext(BrokerService.java:2493)

at org.apache.activemq.broker.BrokerService.start(BrokerService.java:591)

at
org.apache.activemq.JmsTransactionTestSupport.setUp(JmsTransactionTestSupport.java:84)

at
org.apache.activemq.ra.JmsXARollback2CxTransactionTest.setUp(JmsXARollback2CxTransactionTest.java:56)


testChangeMutableObjectInObjectMessageThenRollback(org.apache.activemq.ra.JmsXARollback2CxTransactionTest)
Time elapsed: 0.011 sec  <<< ERROR!

javax.management.InstanceAlreadyExistsException:
org.apache.activemq:type=Broker,brokerName=localhost

at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:437)

at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1898)

at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:966)

at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:900)

at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324)

at
com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:522)

at
org.apache.activemq.broker.jmx.ManagementContext.registerMBean(ManagementContext.java:380)

at
org.apache.activemq.broker.jmx.AnnotatedMBean.registerMBean(AnnotatedMBean.java:72)

at
org.apache.activemq.broker.BrokerService.startManagementContext(BrokerService.java:2493)

at org.apache.activemq.broker.BrokerService.start(BrokerService.java:591)

at
org.apache.activemq.JmsTransactionTestSupport.setUp(JmsTransactionTestSupport.java:84)

at
org.apache.activemq.ra.JmsXARollback2CxTransactionTest.setUp(JmsXARollback2CxTransactionTest.java:56)



Results :


Tests in error:


JmsXARollback2CxTransactionTest.setUp:56->JmsTransactionTestSupport.setUp:92->reconnect:94->JmsTransactionTestSupport.reconnect:629
? JMS


JmsXARollback2CxTransactionTest.setUp:56->JmsTransactionTestSupport.setUp:84
? InstanceAlreadyExists


JmsXARollback2CxTransactionTest.setUp:56->JmsTransactionTestSupport.setUp:84
? InstanceAlreadyExists


JmsXARollback2CxTransactionTest.setUp:56->JmsTransactionTestSupport.setUp:84
? InstanceAlreadyExists


JmsXARollback2CxTransactionTest.setUp:56->JmsTransactionTestSupport.setUp:84
? InstanceAlreadyExists


Tests run: 109, Failures: 0, Errors: 5, Skipped: 0


[INFO]
------------------------------------------------------------------------

[INFO] Reactor Summary:

[INFO]

[INFO] ActiveMQ ........................................... SUCCESS [
0.946 s]

[INFO] ActiveMQ :: Openwire Generator ..................... SUCCESS [
2.657 s]

[INFO] ActiveMQ :: Client ................................. SUCCESS [02:21
min]

[INFO] ActiveMQ :: Openwire Legacy Support ................ SUCCESS [
1.298 s]

[INFO] ActiveMQ :: JAAS ................................... SUCCESS [
28.670 s]

[INFO] ActiveMQ :: Broker ................................. SUCCESS [01:29
min]

[INFO] ActiveMQ :: KahaDB Store ........................... SUCCESS [01:25
min]

[INFO] ActiveMQ :: STOMP Protocol ......................... SUCCESS [19:37
min]

[INFO] ActiveMQ :: MQTT Protocol .......................... SUCCESS [14:19
min]

[INFO] ActiveMQ :: JDBC Store ............................. SUCCESS [
0.392 s]

[INFO] ActiveMQ :: LevelDB Store .......................... SUCCESS [03:43
min]

[INFO] ActiveMQ :: Generic JMS Pool ....................... SUCCESS [01:28
min]

[INFO] ActiveMQ :: Pool ................................... SUCCESS [
2.334 s]

[INFO] ActiveMQ :: RA ..................................... FAILURE [02:11
min]

[INFO] ActiveMQ :: Spring ................................. SKIPPED

[INFO] ActiveMQ :: AMQP ................................... SKIPPED

[INFO] ActiveMQ :: Console ................................ SKIPPED

[INFO] ActiveMQ :: Partition Management ................... SKIPPED

[INFO] ActiveMQ :: Unit Tests ............................. SKIPPED

[INFO] ActiveMQ :: Camel .................................. SKIPPED

[INFO] ActiveMQ :: HTTP Protocol Support .................. SKIPPED

[INFO] ActiveMQ :: All JAR bundle ......................... SKIPPED

[INFO] ActiveMQ :: File Server ............................ SKIPPED

[INFO] ActiveMQ :: Log4j Appender ......................... SKIPPED

[INFO] ActiveMQ :: Apache Karaf ........................... SKIPPED

[INFO] ActiveMQ :: RAR .................................... SKIPPED

[INFO] ActiveMQ :: Run Jar ................................ SKIPPED

[INFO] ActiveMQ :: Shiro .................................. SKIPPED

[INFO] ActiveMQ :: Runtime Configuration .................. SKIPPED

[INFO] ActiveMQ :: Tooling ................................ SKIPPED

[INFO] ActiveMQ :: Memory Usage Test Plugin ............... SKIPPED

[INFO] ActiveMQ :: Performance Test Plugin ................ SKIPPED

[INFO] ActiveMQ :: StartUp/Stop Plugin .................... SKIPPED

[INFO] ActiveMQ :: Web .................................... SKIPPED

[INFO] ActiveMQ :: OSGi bundle ............................ SKIPPED

[INFO] ActiveMQ :: Blueprint .............................. SKIPPED

[INFO] ActiveMQ :: Web Demo ............................... SKIPPED

[INFO] ActiveMQ :: Web Console ............................ SKIPPED

[INFO] ActiveMQ :: Karaf Integration Tests ................ SKIPPED

[INFO] ActiveMQ :: Integration Test :: Spring 3.1 ......... SKIPPED

[INFO] ActiveMQ :: Assembly ............................... SKIPPED

[INFO]
------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO]
------------------------------------------------------------------------

[INFO] Total time: 47:15 min

[INFO] Finished at: 2015-02-23T20:17:34+00:00

[INFO] Final Memory: 62M/347M

[INFO]
------------------------------------------------------------------------

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on
project activemq-ra: There are test failures.

[ERROR]

[ERROR] Please refer to /root/activemq/activemq-ra/target/surefire-reports
for the individual test results.

[ERROR] -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions,
please read the following articles:

[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

[ERROR]

[ERROR] After correcting the problems, you can resume the build with the
command

[ERROR]   mvn <goals> -rf :activemq-ra


-- 

Founder/CEO Spinn3r.com
Location: *San Francisco, CA*
blog: http://burtonator.wordpress.com
… or check out my Google+ profile
<https://plus.google.com/102718274791889610666/posts>
<http://spinn3r.com>