Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[virgo-build] [Hudson] Build failed in Hudson: virgo.packaging.snapshot #6

See <https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/6/>

------------------------------------------
[...truncated 55887 lines...]
    [junit] Aug 21, 2012 6:06:51 AM ClientCommunicatorAdmin Checker-run
    [junit] WARNING: stopping
    [junit] Aug 21, 2012 6:06:51 AM RMIConnector RMIClientCommunicatorAdmin-doStop
    [junit] WARNING: Failed to call the method close():java.rmi.ConnectException: Connection refused to host: 127.0.0.2; nested exception is: 
    [junit] 	java.net.ConnectException: Connection refused
    [junit] Aug 21, 2012 6:06:51 AM ClientCommunicatorAdmin Checker-run
    [junit] WARNING: Failed to check connection: java.net.ConnectException: Connection refused
    [junit] Aug 21, 2012 6:06:51 AM ClientCommunicatorAdmin Checker-run
    [junit] WARNING: stopping
    [junit] Aug 21, 2012 6:06:51 AM RMIConnector RMIClientCommunicatorAdmin-doStop
    [junit] WARNING: Failed to call the method close():java.rmi.ConnectException: Connection refused to host: 127.0.0.2; nested exception is: 
    [junit] 	java.net.ConnectException: Connection refused
    [junit] Aug 21, 2012 6:06:51 AM ClientCommunicatorAdmin Checker-run
    [junit] WARNING: Failed to check connection: java.net.ConnectException: Connection refused
    [junit] Aug 21, 2012 6:06:51 AM ClientCommunicatorAdmin Checker-run
    [junit] WARNING: stopping
    [junit] Aug 21, 2012 6:06:51 AM RMIConnector RMIClientCommunicatorAdmin-doStop
    [junit] WARNING: Failed to call the method close():java.rmi.ConnectException: Connection refused to host: 127.0.0.2; nested exception is: 
    [junit] 	java.net.ConnectException: Connection refused
    [junit] Aug 21, 2012 6:06:51 AM ClientCommunicatorAdmin Checker-run
    [junit] WARNING: Failed to check connection: java.net.ConnectException: Connection refused
    [junit] Aug 21, 2012 6:06:51 AM ClientCommunicatorAdmin Checker-run
    [junit] WARNING: stopping
    [junit] Aug 21, 2012 6:06:51 AM RMIConnector RMIClientCommunicatorAdmin-doStop
    [junit] WARNING: Failed to call the method close():java.rmi.ConnectException: Connection refused to host: 127.0.0.2; nested exception is: 
    [junit] 	java.net.ConnectException: Connection refused
    [junit] Aug 21, 2012 6:06:51 AM ClientCommunicatorAdmin Checker-run
    [junit] WARNING: Failed to check connection: java.net.ConnectException: Connection refused
    [junit] Aug 21, 2012 6:06:51 AM ClientCommunicatorAdmin Checker-run
    [junit] WARNING: stopping
    [junit] Aug 21, 2012 6:06:51 AM RMIConnector RMIClientCommunicatorAdmin-doStop
    [junit] WARNING: Failed to call the method close():java.rmi.ConnectException: Connection refused to host: 127.0.0.2; nested exception is: 
    [junit] 	java.net.ConnectException: Connection refused
    [junit] Aug 21, 2012 6:06:51 AM ClientCommunicatorAdmin Checker-run
    [junit] WARNING: Failed to check connection: java.net.ConnectException: Connection refused
    [junit] Aug 21, 2012 6:06:51 AM ClientCommunicatorAdmin Checker-run
    [junit] WARNING: stopping
    [junit] ------------- ---------------- ---------------
    [junit] Testcase: testKernelStartUpStatus(org.eclipse.virgo.kernel.smoketest.KernelStartupAndShutdownTests):	Caused an ERROR
    [junit] Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: 
    [junit] 	java.net.ConnectException: Connection refused]
    [junit] java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: 
    [junit] 	java.net.ConnectException: Connection refused]
    [junit] 	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
    [junit] 	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
    [junit] 	at org.eclipse.virgo.kernel.smoketest.AbstractKernelTests.getMBeanServerConnection(AbstractKernelTests.java:77)
    [junit] 	at org.eclipse.virgo.kernel.smoketest.AbstractKernelTests.getKernelStartUpStatus(AbstractKernelTests.java:83)
    [junit] 	at org.eclipse.virgo.kernel.smoketest.KernelStartupAndShutdownTests.testKernelStartUpStatus(KernelStartupAndShutdownTests.java:24)
    [junit] Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: 
    [junit] 	java.net.ConnectException: Connection refused]
    [junit] 	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
    [junit] 	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
    [junit] 	at javax.naming.InitialContext.lookup(InitialContext.java:392)
    [junit] 	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
    [junit] 	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
    [junit] 	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
    [junit] Caused by: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: 
    [junit] 	java.net.ConnectException: Connection refused
    [junit] 	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
    [junit] 	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
    [junit] 	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
    [junit] 	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
    [junit] 	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
    [junit] 	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit] 	at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit] 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit] 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit] 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    [junit] 	at java.net.Socket.connect(Socket.java:529)
    [junit] 	at java.net.Socket.connect(Socket.java:478)
    [junit] 	at java.net.Socket.<init>(Socket.java:375)
    [junit] 	at java.net.Socket.<init>(Socket.java:189)
    [junit] 	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
    [junit] 	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:143)
    [junit] 	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
    [junit] 
    [junit] 
    [junit] WARNING: Failed to call the method close():java.rmi.ConnectException: Connection refused to host: 127.0.0.2; nested exception is: 
    [junit] Test org.eclipse.virgo.kernel.smoketest.KernelStartupAndShutdownTests FAILED
   [subant] Leaving directory: <https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/kernel/org.eclipse.virgo.kernel.smoketest>

test.post:
    [mkdir] Created dir: <https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/target/test-results/html>
[junitreport] Processing <https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/TESTS-TestSuites.xml> to /tmp/null136759021
[junitreport] Loading stylesheet jar:file:/shared/common/apache-ant-1.8.2/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 385ms
[junitreport] Deleting: /tmp/null136759021
   [delete] Deleting: <https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/TESTS-TestSuites.xml>

smoke-test-tomcat-server:

test.pre:
   [delete] Deleting directory <https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/target/test-results>
    [mkdir] Created dir: <https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/target/test-results/xml>
   [subant] Entering directory: <https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/tomcat-server/org.eclipse.virgo.server.smoketest>

test-package:

unzip.package:
    [mkdir] Created dir: <https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/tomcat-server/org.eclipse.virgo.server.smoketest/target/test-expanded>
    [unzip] Expanding: <https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/target/artifacts/virgo-tomcat-server-3.6.0.CI-2012-08-21_05-54-17.zip> into <https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/tomcat-server/org.eclipse.virgo.server.smoketest/target/test-expanded>

startup.pre:
     [copy] Copying 1 file to <https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/tomcat-server/org.eclipse.virgo.server.smoketest/target/test-expanded/pickup>

shutdown:
     [echo] Shutting Down Virgo Server
     [echo] Shutting Down Virgo Server - waiting for http://localhost:8080/ to stop responding
     [echo] Shutting Down Virgo Server - shutdown

startup:
     [echo] Starting Up Virgo Server
     [echo] Starting Up Virgo Server - script run and waiting for response from http://localhost:8080/
     [echo] Starting Up Virgo Server - started

startup.post:

ivy.init:

ivy.file.exists:

resolve.init:

resolve.compile:
[ivy:cachepath] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ ::
[ivy:cachepath] :: loading settings :: file = <https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/virgo-build/common/ivysettings.xml>

resolve.test:
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.junit/com.springsource.org.junit/4.7.0/com.springsource.org.junit-sources-4.7.0.jar ...
[ivy:cachepath] ......................... (125kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.junit#com.springsource.org.junit;4.7.0!com.springsource.org.junit-sources.jar(src) (2299ms)
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.junit/com.springsource.org.junit/4.7.0/com.springsource.org.junit-4.7.0.jar ...
[ivy:cachepath] ............................................... (231kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.junit#com.springsource.org.junit;4.7.0!com.springsource.org.junit.jar (1716ms)
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.junit/com.springsource.org.junit/4.7.0/license-4.7.0.txt ...
[ivy:cachepath] .... (11kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.junit#com.springsource.org.junit;4.7.0!license.txt(license) (4071ms)
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.apache.commons/com.springsource.org.apache.commons.httpclient/3.1.0/com.springsource.org.apache.commons.httpclient-3.1.0.jar ...
[ivy:cachepath] .................................................................... (300kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.apache.commons#com.springsource.org.apache.commons.httpclient;3.1.0!com.springsource.org.apache.commons.httpclient.jar (9128ms)
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.apache.commons/com.springsource.org.apache.commons.httpclient/3.1.0/com.springsource.org.apache.commons.httpclient-sources-3.1.0.jar ...
[ivy:cachepath] ..................................................................... (380kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.apache.commons#com.springsource.org.apache.commons.httpclient;3.1.0!com.springsource.org.apache.commons.httpclient-sources.jar(src) (1882ms)
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.apache.commons/com.springsource.org.apache.commons.httpclient/3.1.0/license-3.1.0.txt ...
[ivy:cachepath] .. (11kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.apache.commons#com.springsource.org.apache.commons.httpclient;3.1.0!license.txt(license) (2076ms)
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.apache.commons/com.springsource.org.apache.commons.codec/1.3.0/com.springsource.org.apache.commons.codec-sources-1.3.0.jar ...
[ivy:cachepath] ............ (54kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.apache.commons#com.springsource.org.apache.commons.codec;1.3.0!com.springsource.org.apache.commons.codec-sources.jar(src) (1387ms)
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.apache.commons/com.springsource.org.apache.commons.codec/1.3.0/license-1.3.0.txt ...
[ivy:cachepath] .. (11kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.apache.commons#com.springsource.org.apache.commons.codec;1.3.0!license.txt(license) (4072ms)
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.apache.commons/com.springsource.org.apache.commons.codec/1.3.0/com.springsource.org.apache.commons.codec-1.3.0.jar ...
[ivy:cachepath] .......... (46kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.apache.commons#com.springsource.org.apache.commons.codec;1.3.0!com.springsource.org.apache.commons.codec.jar (1199ms)
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.apache.commons/com.springsource.org.apache.commons.logging/1.1.1/com.springsource.org.apache.commons.logging-sources-1.1.1.jar ...
[ivy:cachepath] ................. (73kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.apache.commons#com.springsource.org.apache.commons.logging;1.1.1!com.springsource.org.apache.commons.logging-sources.jar(src) (919ms)
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.apache.commons/com.springsource.org.apache.commons.logging/1.1.1/com.springsource.org.apache.commons.logging-1.1.1.jar ...
[ivy:cachepath] .. (60kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.apache.commons#com.springsource.org.apache.commons.logging;1.1.1!com.springsource.org.apache.commons.logging.jar (21513ms)
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.apache.commons/com.springsource.org.apache.commons.logging/1.1.1/license-1.1.1.txt ...
[ivy:cachepath] .... (11kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.apache.commons#com.springsource.org.apache.commons.logging;1.1.1!license.txt(license) (1594ms)

compile.init:
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/release/org.springframework.build/org.springframework.build.ant/1.1.0.RELEASE/org.springframework.build.ant-sources-1.1.0.RELEASE.jar ...
[ivy:cachepath] ..... (13kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.springframework.build#org.springframework.build.ant;1.1.0.RELEASE!org.springframework.build.ant-sources.jar(src) (1987ms)
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/release/org.springframework.build/org.springframework.build.ant/1.1.0.RELEASE/org.springframework.build.ant-1.1.0.RELEASE.jar ...
[ivy:cachepath] .... (15kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.springframework.build#org.springframework.build.ant;1.1.0.RELEASE!org.springframework.build.ant.jar (1225ms)
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.eclipse.jdt/com.springsource.org.eclipse.jdt.core.compiler.batch/3.6.1/license-3.6.1.txt ...
[ivy:cachepath] .. (10kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.eclipse.jdt#com.springsource.org.eclipse.jdt.core.compiler.batch;3.6.1!license.txt(license) (11061ms)
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.eclipse.jdt/com.springsource.org.eclipse.jdt.core.compiler.batch/3.6.1/com.springsource.org.eclipse.jdt.core.compiler.batch-sources-3.6.1.jar ...
[ivy:cachepath] .........................................................................................................................................................
[ivy:cachepath] .......................................................................................................... (1283kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.eclipse.jdt#com.springsource.org.eclipse.jdt.core.compiler.batch;3.6.1!com.springsource.org.eclipse.jdt.core.compiler.batch-sources.jar(src) (3246ms)
[ivy:cachepath] downloading http://repository.springsource.com/ivy/bundles/external/org.eclipse.jdt/com.springsource.org.eclipse.jdt.core.compiler.batch/3.6.1/com.springsource.org.eclipse.jdt.core.compiler.batch-3.6.1.jar ...
[ivy:cachepath] ...................................................................................................................................................................................................................................................................... (1665kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath] 	[SUCCESSFUL ] org.eclipse.jdt#com.springsource.org.eclipse.jdt.core.compiler.batch;3.6.1!com.springsource.org.eclipse.jdt.core.compiler.batch.jar (2236ms)

test.init:

test.do:
    [mkdir] Created dir: <https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/tomcat-server/org.eclipse.virgo.server.smoketest/target/test-classes>
  [s:javac] Compiling 4 source files to <https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/tomcat-server/org.eclipse.virgo.server.smoketest/target/test-classes>
    [junit] Testsuite: org.eclipse.virgo.server.smoketest.AdminScreenTests
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.18 sec
    [junit] 
    [junit] Testsuite: org.eclipse.virgo.server.smoketest.FormTagsTests
    [junit] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0.021 sec
    [junit] 
    [junit] Testsuite: org.eclipse.virgo.server.smoketest.SplashScreenTests
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.157 sec
    [junit] 

shutdown.pre:

shutdown:
     [echo] Shutting Down Virgo Server
     [echo] Shutting Down Virgo Server - waiting for http://localhost:8080/ to stop responding
     [echo] Shutting Down Virgo Server - shutdown

shutdown.post:
     [echo] Testing warm restart

shutdown:
     [echo] Shutting Down Virgo Server
     [echo] Shutting Down Virgo Server - waiting for http://localhost:8080/ to stop responding
     [echo] Shutting Down Virgo Server - shutdown

startup:
     [echo] Starting Up Virgo Server
     [echo] Starting Up Virgo Server - script run and waiting for response from http://localhost:8080/
   [subant] Leaving directory: <https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/tomcat-server/org.eclipse.virgo.server.smoketest>

BUILD FAILED
<https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/build.xml>:34: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/tomcat-server/build-tomcat-server.xml>:176: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/virgo-build/multi-bundle/common.xml>:156: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/tomcat-server/test-package.xml>:17: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/tomcat-server/org.eclipse.virgo.server.smoketest/build.xml>:23: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/virgo.packaging.snapshot/ws/build-packaging/tomcat-server/test-package.xml>:52: Virgo Server start up failed

Total time: 22 minutes 17 seconds
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top