You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Gurkan Erdogdu <gu...@yahoo.com> on 2010/09/17 10:34:17 UTC

Build Errors

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




Re: Build Errors

Posted by Gurkan Erdogdu <gu...@yahoo.com>.
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 <an...@orprovision.com>
To: dev@openejb.apache.org
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



Re: Build Errors

Posted by Andy <an...@orprovision.com>.
  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