Test set: org.apache.openejb.core.mdb.AmqXmlTest ------------------------------------------------------------------------------- Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.456 sec <<< FAILURE! testProxy(org.apache.openejb.core.mdb.AmqXmlTest) Time elapsed: 6.376 sec <<< ERROR! javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused · at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:35) · at org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:286)
· at org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:230) · at org.apache.activemq.ActiveMQConnectionFactory.createConnection(ActiveMQConnectionFactory.java:178) · at org.apache.openejb.core.mdb.JmsProxyTest.testProxy(JmsProxyTest.java:95) · at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) · at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) · at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) · at java.lang.reflect.Method.invoke(Method.java:597) · at junit.framework.TestCase.runTest(TestCase.java:168) · at junit.framework.TestCase.runBare(TestCase.java:134) · at junit.framework.TestResult$1.protect(TestResult.java:110) · at junit.framework.TestResult.runProtected(TestResult.java:128) · at junit.framework.TestResult.run(TestResult.java:113) · at junit.framework.TestCase.run(TestCase.java:124) · at junit.framework.TestSuite.runTest(TestSuite.java:232) · at junit.framework.TestSuite.run(TestSuite.java:227) · at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:79) · at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59) · at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115) · at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:140) · at org.apache.maven.surefire.Surefire.run(Surefire.java:109) · at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) · at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) · at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) · at java.lang.reflect.Method.invoke(Method.java:597) · at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290) · at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1017) Caused by: java.net.ConnectException: Connection refused ----- Original Message ---- From: Andy <[email protected]> To: [email protected] Sent: Fri, September 17, 2010 12:28:49 PM Subject: Re: Build Errors On 17.09.2010 10:34, Gurkan Erdogdu wrote: > I am getting following errors on a clean built, > > org.apache.openejb.core.mdb.AmqXmlTest.txt:Tests run: 1, Failures: 0, Errors: >1, > Skipped: 0, Time elapsed: 9.143 sec<<< FAILURE! > org.apache.openejb.core.stateless.StatelessPoolStatsTest.txt:Tests run: 11, > Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.262 sec<<< FAILURE! >org.apache.openejb.core.stateless.StatelessPoolStatsTest.txt:testSweeps(org.apache.openejb.core.stateless.StatelessPoolStatsTest) >) > Time elapsed: 0.056 sec<<< FAILURE! > > Thanks; > > --Gurkan > > > > > Not getting those fails here. Try running a build using: mvn -U -e -fn -Dassemble install Hunt down the [test].txt in [test project]\target\surefire-reports and post the contained stacktraces. Andy. Testsuite: org.apache.openejb.core.mdb.AmqXmlTest Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9,896 sec
