Build failed in Jenkins: jboss-esb-windows #621

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Wed Jun 8 07:05:58 EDT 2011


See <http://hudson.qa.jboss.com/hudson/job/jboss-esb-windows/621/changes>

Changes:

[tcunning] JBESB-2760
Only compile AS6 if the JVM is 1.6 - the VFS JARs are causing class
file version errors.

------------------------------------------
[...truncated 252 lines...]

     [java] org.jboss.esb.tests.init:
     [java]     [mkdir] Created dir: W:\workspace\jboss-esb-windows\trunk\product\build\tests
     [java]     [mkdir] Created dir: W:\workspace\jboss-esb-windows\trunk\product\build\tests\junit

     [java] org.jboss.esb.rosetta.tests.compile:
     [java]     [javac] Compiling 354 source files to W:\workspace\jboss-esb-windows\trunk\product\build\tests
     [java]     [javac] Note: Some input files use or override a deprecated API.
     [java]     [javac] Note: Recompile with -Xlint:deprecation for details.
     [java]     [javac] Note: Some input files use unchecked or unsafe operations.
     [java]     [javac] Note: Recompile with -Xlint:unchecked for details.

     [java] org.jboss.esb.compile:

     [java] org.jboss.esb.integration.test:
     [java]      [echo] Testing of modules, using unit, functional and integration tests

     [java] org.jboss.esb.rosetta.integration.test:

     [java] org.jboss.esb.rosetta.internal.integration.test:
     [java]     [mkdir] Created dir: W:\workspace\jboss-esb-windows\trunk\product\build\tests\coverage\rosetta\instr
     [java]     [instr] processing instrumentation path ...
     [java]     [instr] instrumentation path processed in 1656 ms
     [java]     [instr] [895 class(es) instrumented, 0 resource(s) copied]
     [java]     [instr] metadata merged into [W:\workspace\jboss-esb-windows\trunk\product\build\tests\coverage\rosetta\coverage.emma] {in 516 ms}

     [java] create.endorsed.property:
     [java]      [echo] Setting java.endorsed.dir=T:\opt\windows\amd64\jdk1.5.0_22\jre\lib\endorsed

     [java] org.jboss.esb.services.internal.integration.test.exec:
     [java]      [echo] Running all tests for module
     [java]     [mkdir] Created dir: W:\workspace\jboss-esb-windows\trunk\product\build\testdb
     [java]      [copy] Copying 2 files to W:\workspace\jboss-esb-windows\trunk\product\build\testdb
     [java]     [junit] Running org.jboss.internal.soa.esb.couriers.JmsCourierIntegrationTest
     [java]     [junit] Running org.jboss.internal.soa.esb.couriers.JmsCourierIntegrationTest
     [java]     [junit] Testsuite: org.jboss.internal.soa.esb.couriers.JmsCourierIntegrationTest
     [java]     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.594 sec
     [java]     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.594 sec
     [java]     [junit] ------------- Standard Output ---------------
     [java]     [junit] EMMA: collecting runtime coverage data ...
     [java]     [junit] ------------- ---------------- ---------------

     [java]     [junit] Testcase: getJmsSession took 2.781 sec
     [java]     [junit] Running org.jboss.internal.soa.esb.couriers.JmsCourierUnitTest
     [java]     [junit] Running org.jboss.internal.soa.esb.couriers.JmsCourierUnitTest
     [java]     [junit] Testsuite: org.jboss.internal.soa.esb.couriers.JmsCourierUnitTest
     [java]     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.454 sec
     [java]     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.454 sec
     [java]     [junit] ------------- Standard Output ---------------
     [java]     [junit] EMMA: collecting runtime coverage data ...
     [java]     [junit] ------------- ---------------- ---------------

     [java]     [junit] Testcase: testDelivery took 0.922 sec
     [java]     [junit] Testcase: testPickup took 0 sec
     [java]     [junit] Running org.jboss.internal.soa.esb.couriers.tests.CourierIntegrationTest
     [java]     [junit] Running org.jboss.internal.soa.esb.couriers.tests.CourierIntegrationTest
     [java]     [junit] Testsuite: org.jboss.internal.soa.esb.couriers.tests.CourierIntegrationTest
     [java]     [junit] Tests run: 4, Failures: 0, Errors: 2, Time elapsed: 6.203 sec
     [java]     [junit] Tests run: 4, Failures: 0, Errors: 2, Time elapsed: 6.203 sec
     [java]     [junit] ------------- Standard Output ---------------
     [java]     [junit] EMMA: collecting runtime coverage data ...
     [java]     [junit] ------------- ---------------- ---------------
     [java]     [junit] ------------- Standard Error -----------------
     [java]     [junit] org.jboss.soa.esb.couriers.CourierException: org.jboss.soa.esb.util.RemoteFileSystemException: org.jboss.soa.esb.util.RemoteFileSystemException: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.helpers.FtpFileHandler.getHandler(FtpFileHandler.java:278)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.helpers.FtpFileHandler.uploadFile(FtpFileHandler.java:157)
     [java]     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     [junit] 	at java.lang.reflect.Method.invoke(Method.java:592)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.FileCourier.deliver(FileCourier.java:233)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.TwoWayCourierImpl.deliver(TwoWayCourierImpl.java:189)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.tests.CourierIntegrationTest.deliver(CourierIntegrationTest.java:120)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.tests.CourierIntegrationTest.testDeliverFTP(CourierIntegrationTest.java:61)
     [java]     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     [junit] 	at java.lang.reflect.Method.invoke(Method.java:592)
     [java]     [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
     [java]     [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
     [java]     [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
     [java]     [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
     [java]     [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
     [java]     [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
     [java]     [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
     [java]     [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
     [java]     [junit] 	at org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.java:35)
     [java]     [junit] 	at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:32)
     [java]     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421)
     [java]     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912)
     [java]     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:766)
     [java]     [junit] Caused by: org.jboss.soa.esb.util.RemoteFileSystemException: org.jboss.soa.esb.util.RemoteFileSystemException: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at org.jboss.soa.esb.util.RemoteFileSystemFactory.getRemoteFileSystem(RemoteFileSystemFactory.java:70)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.helpers.FtpFileHandler.getHandler(FtpFileHandler.java:263)
     [java]     [junit] 	... 26 more
     [java]     [junit] Caused by: org.jboss.soa.esb.util.RemoteFileSystemException: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at org.jboss.internal.soa.esb.util.FtpImpl.initialize(FtpImpl.java:450)
     [java]     [junit] 	at org.jboss.internal.soa.esb.util.FtpImpl.<init>(FtpImpl.java:98)
     [java]     [junit] 	at org.jboss.soa.esb.util.RemoteFileSystemFactory.getRemoteFileSystem(RemoteFileSystemFactory.java:62)
     [java]     [junit] 	... 27 more
     [java]     [junit] Caused by: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
     [java]     [junit] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:367)
     [java]     [junit] 	at java.net.Socket.connect(Socket.java:524)
     [java]     [junit] 	at org.apache.commons.net.SocketClient.connect(SocketClient.java:176)
     [java]     [junit] 	at org.jboss.internal.soa.esb.util.FtpImpl.connect(FtpImpl.java:466)
     [java]     [junit] 	at org.jboss.internal.soa.esb.util.FtpImpl.initialize(FtpImpl.java:415)
     [java]     [junit] 	... 29 more
     [java]     [junit] org.jboss.soa.esb.couriers.CourierException: org.jboss.soa.esb.util.RemoteFileSystemException: org.jboss.soa.esb.util.RemoteFileSystemException: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.helpers.FtpFileHandler.getHandler(FtpFileHandler.java:278)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.helpers.FtpFileHandler.uploadFile(FtpFileHandler.java:157)
     [java]     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     [junit] 	at java.lang.reflect.Method.invoke(Method.java:592)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.FileCourier.deliver(FileCourier.java:233)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.TwoWayCourierImpl.deliver(TwoWayCourierImpl.java:189)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.tests.CourierIntegrationTest.deliver(CourierIntegrationTest.java:120)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.tests.CourierIntegrationTest.testDeliverFTP(CourierIntegrationTest.java:61)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.tests.CourierIntegrationTest.testPickupFTP(CourierIntegrationTest.java:78)
     [java]     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     [junit] 	at java.lang.reflect.Method.invoke(Method.java:592)
     [java]     [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
     [java]     [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
     [java]     [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
     [java]     [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
     [java]     [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
     [java]     [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
     [java]     [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
     [java]     [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
     [java]     [junit] 	at org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.java:35)
     [java]     [junit] 	at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:32)
     [java]     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421)
     [java]     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912)
     [java]     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:766)
     [java]     [junit] Caused by: org.jboss.soa.esb.util.RemoteFileSystemException: org.jboss.soa.esb.util.RemoteFileSystemException: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at org.jboss.soa.esb.util.RemoteFileSystemFactory.getRemoteFileSystem(RemoteFileSystemFactory.java:70)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.helpers.FtpFileHandler.getHandler(FtpFileHandler.java:263)
     [java]     [junit] 	... 27 more
     [java]     [junit] Caused by: org.jboss.soa.esb.util.RemoteFileSystemException: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at org.jboss.internal.soa.esb.util.FtpImpl.initialize(FtpImpl.java:450)
     [java]     [junit] 	at org.jboss.internal.soa.esb.util.FtpImpl.<init>(FtpImpl.java:98)
     [java]     [junit] 	at org.jboss.soa.esb.util.RemoteFileSystemFactory.getRemoteFileSystem(RemoteFileSystemFactory.java:62)
     [java]     [junit] 	... 28 more
     [java]     [junit] Caused by: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
     [java]     [junit] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:367)
     [java]     [junit] 	at java.net.Socket.connect(Socket.java:524)
     [java]     [junit] 	at org.apache.commons.net.SocketClient.connect(SocketClient.java:176)
     [java]     [junit] 	at org.jboss.internal.soa.esb.util.FtpImpl.connect(FtpImpl.java:466)
     [java]     [junit] 	at org.jboss.internal.soa.esb.util.FtpImpl.initialize(FtpImpl.java:415)
     [java]     [junit] 	... 30 more
     [java]     [junit] ------------- ---------------- ---------------

     [java]     [junit] Testcase: testDeliverFile took 0.438 sec
     [java]     [junit] Testcase: testDeliverFTP took 0.11 sec
     [java]     [junit] 	Caused an ERROR
     [java]     [junit] java.lang.reflect.InvocationTargetException
     [java]     [junit] org.jboss.soa.esb.couriers.CourierException: java.lang.reflect.InvocationTargetException
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.FileCourier.deliver(FileCourier.java:243)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.TwoWayCourierImpl.deliver(TwoWayCourierImpl.java:189)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.tests.CourierIntegrationTest.deliver(CourierIntegrationTest.java:120)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.tests.CourierIntegrationTest.testDeliverFTP(CourierIntegrationTest.java:61)
     [java]     [junit] Caused by: java.lang.reflect.InvocationTargetException
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.FileCourier.deliver(FileCourier.java:233)
     [java]     [junit] Caused by: org.jboss.soa.esb.couriers.CourierException: org.jboss.soa.esb.couriers.CourierException: org.jboss.soa.esb.util.RemoteFileSystemException: org.jboss.soa.esb.util.RemoteFileSystemException: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.helpers.FtpFileHandler.uploadFile(FtpFileHandler.java:175)
     [java]     [junit] Caused by: org.jboss.soa.esb.couriers.CourierException: org.jboss.soa.esb.util.RemoteFileSystemException: org.jboss.soa.esb.util.RemoteFileSystemException: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.helpers.FtpFileHandler.getHandler(FtpFileHandler.java:278)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.helpers.FtpFileHandler.uploadFile(FtpFileHandler.java:157)
     [java]     [junit] Caused by: org.jboss.soa.esb.util.RemoteFileSystemException: org.jboss.soa.esb.util.RemoteFileSystemException: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at org.jboss.soa.esb.util.RemoteFileSystemFactory.getRemoteFileSystem(RemoteFileSystemFactory.java:70)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.helpers.FtpFileHandler.getHandler(FtpFileHandler.java:263)
     [java]     [junit] Caused by: org.jboss.soa.esb.util.RemoteFileSystemException: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at org.jboss.internal.soa.esb.util.FtpImpl.initialize(FtpImpl.java:450)
     [java]     [junit] 	at org.jboss.internal.soa.esb.util.FtpImpl.<init>(FtpImpl.java:98)
     [java]     [junit] 	at org.jboss.soa.esb.util.RemoteFileSystemFactory.getRemoteFileSystem(RemoteFileSystemFactory.java:62)
     [java]     [junit] Caused by: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
     [java]     [junit] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:367)
     [java]     [junit] 	at java.net.Socket.connect(Socket.java:524)
     [java]     [junit] 	at org.apache.commons.net.SocketClient.connect(SocketClient.java:176)
     [java]     [junit] 	at org.jboss.internal.soa.esb.util.FtpImpl.connect(FtpImpl.java:466)
     [java]     [junit] 	at org.jboss.internal.soa.esb.util.FtpImpl.initialize(FtpImpl.java:415)

     [java]     [junit] Testcase: testPickupFile took 5.485 sec
     [java]     [junit] Testcase: testPickupFTP took 0 sec
     [java]     [junit] 	Caused an ERROR
     [java]     [junit] java.lang.reflect.InvocationTargetException
     [java]     [junit] org.jboss.soa.esb.couriers.CourierException: java.lang.reflect.InvocationTargetException
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.FileCourier.deliver(FileCourier.java:243)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.TwoWayCourierImpl.deliver(TwoWayCourierImpl.java:189)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.tests.CourierIntegrationTest.deliver(CourierIntegrationTest.java:120)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.tests.CourierIntegrationTest.testDeliverFTP(CourierIntegrationTest.java:61)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.tests.CourierIntegrationTest.testPickupFTP(CourierIntegrationTest.java:78)
     [java]     [junit] Caused by: java.lang.reflect.InvocationTargetException
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.FileCourier.deliver(FileCourier.java:233)
     [java]     [junit] Caused by: org.jboss.soa.esb.couriers.CourierException: org.jboss.soa.esb.couriers.CourierException: org.jboss.soa.esb.util.RemoteFileSystemException: org.jboss.soa.esb.util.RemoteFileSystemException: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.helpers.FtpFileHandler.uploadFile(FtpFileHandler.java:175)
     [java]     [junit] Caused by: org.jboss.soa.esb.couriers.CourierException: org.jboss.soa.esb.util.RemoteFileSystemException: org.jboss.soa.esb.util.RemoteFileSystemException: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.helpers.FtpFileHandler.getHandler(FtpFileHandler.java:278)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.helpers.FtpFileHandler.uploadFile(FtpFileHandler.java:157)
     [java]     [junit] Caused by: org.jboss.soa.esb.util.RemoteFileSystemException: org.jboss.soa.esb.util.RemoteFileSystemException: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at org.jboss.soa.esb.util.RemoteFileSystemFactory.getRemoteFileSystem(RemoteFileSystemFactory.java:70)
     [java]     [junit] 	at org.jboss.internal.soa.esb.couriers.helpers.FtpFileHandler.getHandler(FtpFileHandler.java:263)
     [java]     [junit] Caused by: org.jboss.soa.esb.util.RemoteFileSystemException: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at org.jboss.internal.soa.esb.util.FtpImpl.initialize(FtpImpl.java:450)
     [java]     [junit] 	at org.jboss.internal.soa.esb.util.FtpImpl.<init>(FtpImpl.java:98)
     [java]     [junit] 	at org.jboss.soa.esb.util.RemoteFileSystemFactory.getRemoteFileSystem(RemoteFileSystemFactory.java:62)
     [java]     [junit] Caused by: java.net.UnknownHostException: dev39.qa.atl.jboss.com
     [java]     [junit] 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
     [java]     [junit] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:367)
     [java]     [junit] 	at java.net.Socket.connect(Socket.java:524)
     [java]     [junit] 	at org.apache.commons.net.SocketClient.connect(SocketClient.java:176)
     [java]     [junit] 	at org.jboss.internal.soa.esb.util.FtpImpl.connect(FtpImpl.java:466)
     [java]     [junit] 	at org.jboss.internal.soa.esb.util.FtpImpl.initialize(FtpImpl.java:415)


     [java] BUILD FAILED
     [java] W:\workspace\jboss-esb-windows\trunk\product\build.xml:216: The following error occurred while executing this line:
     [java] W:\workspace\jboss-esb-windows\trunk\product\rosetta\build.xml:212: The following error occurred while executing this line:
     [java] W:\workspace\jboss-esb-windows\trunk\product\rosetta\tests\build.xml:209: The following error occurred while executing this line:
     [java] W:\workspace\jboss-esb-windows\trunk\product\rosetta\tests\build.xml:233: Test org.jboss.internal.soa.esb.couriers.tests.CourierIntegrationTest failed

     [java] Total time: 2 minutes 55 seconds
     [java] Java Result: 1

esb.init-app-server:

esb.init-esb-server:

esb.init-ftp-server:

esb.init:

stop-server:
     [echo] Stopping local ESB server
     [java] Shutdown message has been posted to the server.
     [java] Server shutdown may take a while - check logfiles for completion
     [echo] 2011-06-08 07:05:22 EDT: waiting for ESB server to stop, checking file W:\workspace\jboss-esb-windows\trunk\product\build\jbossesb-test\jbossesb-server/server/default/log/server.log ...

BUILD FAILED
W:\workspace\jboss-esb-windows\trunk\integration-build.xml:11: The following error occurred while executing this line:
W:\workspace\jboss-esb-windows\trunk\product\build.xml:530: Product Unit Test failure

Total time: 4 minutes 34 seconds
Recording test results



More information about the builds mailing list