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.snaps.snapshot #797

See <https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/797/changes>

Changes:

[Glyn Normington] Add transitive dependency of Tomcat since this dependency is not mirrored

------------------------------------------
[...truncated 816 lines...]
     [exec]     [junit] 09:55:46.384 [main] WARN  o.e.v.s.c.i.w.url.UrlPatternMatcher - Unable to match path '/catalog/index.html'
     [exec]     [junit] 09:55:46.385 [main] INFO  o.e.v.s.c.i.w.url.UrlPatternMatcher - Adding mapping 'servlet1' with pattern '/foo/bar/*'
     [exec]     [junit] 09:55:46.385 [main] INFO  o.e.v.s.c.i.w.url.UrlPatternFactory - Pattern '/foo/bar/*' is a PathUrlPattern
     [exec]     [junit] 09:55:46.385 [main] INFO  o.e.v.s.c.i.w.url.UrlPatternMatcher - Adding mapping 'servlet2' with pattern '/foo/bar/abc/*'
     [exec]     [junit] 09:55:46.385 [main] INFO  o.e.v.s.c.i.w.url.UrlPatternFactory - Pattern '/foo/bar/abc/*' is a PathUrlPattern
     [exec]     [junit] 09:55:46.385 [main] INFO  o.e.v.s.c.i.w.url.PathUrlPattern - Path '/foo/bar/index.html' does not match pattern '/foo/bar/abc'
     [exec]     [junit] 09:55:46.385 [main] INFO  o.e.v.s.c.i.w.url.PathUrlPattern - Path '/foo/bar/index.html' matches pattern '/foo/bar'
     [exec]     [junit] 09:55:46.385 [main] INFO  o.e.v.s.c.i.w.url.UrlPatternMatcher - Matched path '/foo/bar/index.html' with mapping 'servlet1'
     [exec]     [junit] 09:55:46.385 [main] INFO  o.e.v.s.c.i.w.url.PathUrlPattern - Path '/foo/bar/index.bop' does not match pattern '/foo/bar/abc'
     [exec]     [junit] 09:55:46.385 [main] INFO  o.e.v.s.c.i.w.url.PathUrlPattern - Path '/foo/bar/index.bop' matches pattern '/foo/bar'
     [exec]     [junit] 09:55:46.385 [main] INFO  o.e.v.s.c.i.w.url.UrlPatternMatcher - Matched path '/foo/bar/index.bop' with mapping 'servlet1'
     [exec]     [junit] 09:55:46.386 [main] INFO  o.e.v.s.c.i.w.url.PathUrlPattern - Path '/foo/bar/abc/xyz/index.bop' matches pattern '/foo/bar/abc'
     [exec]     [junit] 09:55:46.386 [main] INFO  o.e.v.s.c.i.w.url.UrlPatternMatcher - Matched path '/foo/bar/abc/xyz/index.bop' with mapping 'servlet2'
     [exec]     [junit] 09:55:46.386 [main] INFO  o.e.v.s.c.i.w.url.UrlPatternMatcher - Adding mapping 'servlet1' with pattern '/'
     [exec]     [junit] 09:55:46.386 [main] INFO  o.e.v.s.c.i.w.url.UrlPatternFactory - Pattern '/' is a DefaultUrlPattern
     [exec]     [junit] 09:55:46.386 [main] INFO  o.e.v.s.c.i.w.url.DefaultUrlPattern - Path '/foo/bar' matches pattern '/'
     [exec]     [junit] 09:55:46.386 [main] INFO  o.e.v.s.c.i.w.url.UrlPatternMatcher - Matched path '/foo/bar' with mapping 'servlet1'
     [exec]     [junit] ------------- ---------------- ---------------
     [exec]     [junit] Testsuite: org.eclipse.virgo.snaps.core.internal.webapp.url.UrlPatternTests
     [exec]     [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.012 sec
     [exec]     [junit] 
     [exec]     [junit] ------------- Standard Output ---------------
     [exec]     [junit] 09:55:46.411 [main] INFO  o.e.v.s.c.i.w.url.UrlPatternFactory - Pattern '/test' is an ExactUrlPattern
     [exec]     [junit] 09:55:46.411 [main] INFO  o.e.v.s.c.i.w.url.ExactUrlPattern - Path '/test' matches pattern '/test'
     [exec]     [junit] 09:55:46.411 [main] INFO  o.e.v.s.c.i.w.url.ExactUrlPattern - Path '/foo' does not match pattern '/test'
     [exec]     [junit] 09:55:46.412 [main] INFO  o.e.v.s.c.i.w.url.UrlPatternFactory - Pattern '/test/*' is a PathUrlPattern
     [exec]     [junit] 09:55:46.412 [main] INFO  o.e.v.s.c.i.w.url.PathUrlPattern - Path '/test/index.html' matches pattern '/test'
     [exec]     [junit] 09:55:46.412 [main] INFO  o.e.v.s.c.i.w.url.PathUrlPattern - Path '/test/' matches pattern '/test'
     [exec]     [junit] 09:55:46.412 [main] INFO  o.e.v.s.c.i.w.url.PathUrlPattern - Path '/foo/' does not match pattern '/test'
     [exec]     [junit] 09:55:46.413 [main] INFO  o.e.v.s.c.i.w.url.UrlPatternFactory - Pattern '*.jsp' is an ExtensionUrlPattern
     [exec]     [junit] 09:55:46.413 [main] INFO  o.e.v.s.c.i.w.u.ExtensionUrlPattern - Path '/test/index.jsp' matches pattern 'jsp'
     [exec]     [junit] 09:55:46.413 [main] INFO  o.e.v.s.c.i.w.u.ExtensionUrlPattern - Path '/foo/bar.jsp' matches pattern 'jsp'
     [exec]     [junit] 09:55:46.413 [main] INFO  o.e.v.s.c.i.w.u.ExtensionUrlPattern - Path '/foo/' does not match pattern 'jsp'
     [exec]     [junit] 09:55:46.413 [main] INFO  o.e.v.s.c.i.w.u.ExtensionUrlPattern - Path '/foo/index.html' does not match pattern 'jsp'
     [exec]     [junit] 09:55:46.414 [main] INFO  o.e.v.s.c.i.w.url.UrlPatternFactory - Pattern '/simple/exact' is an ExactUrlPattern
     [exec]     [junit] 09:55:46.414 [main] INFO  o.e.v.s.c.i.w.url.ExactUrlPattern - Did not translate path '/simple/exact'
     [exec]     [junit] 09:55:46.415 [main] INFO  o.e.v.s.c.i.w.url.UrlPatternFactory - Pattern '/simple/path/*' is a PathUrlPattern
     [exec]     [junit] 09:55:46.415 [main] INFO  o.e.v.s.c.i.w.url.PathUrlPattern - Translated path '/simple/path/test' to '/test'
     [exec]     [junit] 09:55:46.415 [main] INFO  o.e.v.s.c.i.w.url.UrlPatternFactory - Pattern '/' is a DefaultUrlPattern
     [exec]     [junit] 09:55:46.416 [main] INFO  o.e.v.s.c.i.w.url.DefaultUrlPattern - Translated path '/simple' to '/path/test'
     [exec]     [junit] ------------- ---------------- ---------------
     [exec] 
     [exec] BUILD SUCCESSFUL
     [exec] Total time: 15 seconds
     [echo] exec-ant for target 'test.do' gave return code 0
   [subant] Leaving directory: <https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/org.eclipse.virgo.snaps.core>
   [subant] Entering directory: <https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/org.eclipse.virgo.snaps>
Trying to override old definition of task dist-jar
Trying to override old definition of task src-jar

exec-ant:
     [echo] exec-ant for target 'test.do' executing in directory '<https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/org.eclipse.virgo.snaps'>
     [exec] Buildfile: build.xml
     [exec] Trying to override old definition of task dist-jar
     [exec] Trying to override old definition of task src-jar
     [exec] 
     [exec] test.do:
     [exec] 
     [exec] BUILD SUCCESSFUL
     [exec] Total time: 0 seconds
     [echo] exec-ant for target 'test.do' gave return code 0
   [subant] Leaving directory: <https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/org.eclipse.virgo.snaps>
   [subant] Entering directory: <https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/org.eclipse.virgo.snaps.test>

exec-ant:
     [echo] exec-ant for target 'test.do' executing in directory '<https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/org.eclipse.virgo.snaps.test'>
     [exec] Buildfile: build.xml
     [exec] 
     [exec] ivy.init:
     [exec] 
     [exec] ivy.file.exists:
     [exec] 
     [exec] resolve.init:
     [exec] 
     [exec] resolve.compile:
     [exec] [ivy:cachepath] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ ::
     [exec] [ivy:cachepath] :: loading settings :: file = <https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/virgo-build/common/ivysettings.xml>
     [exec] 
     [exec] resolve.test:
     [exec] [ivy:cachepath] downloading http://build.eclipse.org/rt/virgo/ivy/bundles/release/org.eclipse.virgo.mirrored/javax.mail/1.4.0.v201005080615/javax.mail-1.4.0.v201005080615.jar ...
     [exec] [ivy:cachepath] .......................... (313kB)
     [exec] [ivy:cachepath] .. (0kB)
     [exec] [ivy:cachepath] 	[SUCCESSFUL ] org.eclipse.virgo.mirrored#javax.mail;1.4.0.v201005080615!javax.mail.jar (123ms)
     [exec] 
     [exec] compile.init:
     [exec] 
     [exec] test.init:
     [exec]    [delete] Deleting: <https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/user-ivy.properties>
     [exec]    [delete] Deleting: <https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/org.eclipse.virgo.snaps.test/tmp.file>
     [exec] 
     [exec] test.do:
     [exec]     [mkdir] Created dir: <https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/org.eclipse.virgo.snaps.test/target/test-classes>
     [exec]   [s:javac] Compiling 9 source files to <https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/org.eclipse.virgo.snaps.test/target/test-classes>
     [exec]      [copy] Copying 13 files to <https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/org.eclipse.virgo.snaps.test/target/test-classes>
     [exec]     [junit] Testsuite: org.eclipse.virgo.snaps.test.BasicDeployLifecycleTests
     [exec]     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 25.733 sec
     [exec]     [junit] 
     [exec]     [junit] ------------- Standard Output ---------------
     [exec]     [junit] [2012-09-17 09:56:00.605] startup-tracker              <KE0001I> Kernel starting. 
     [exec]     [junit] [2012-09-17 09:56:07.004] service-monitor-thread-1     <KE0100W> Reference '&repository' in bundle 'org.eclipse.virgo.kernel.osgi' version '3.6.0.D-20120913233740' is waiting for service with filter '(objectClass=org.eclipse.virgo.repository.Repository)'. 
     [exec]     [junit] [2012-09-17 09:56:07.095] service-monitor-thread-1     <KE0100W> Reference '&packageAdminUtil' in bundle 'org.eclipse.virgo.kernel.model' version '3.6.0.D-20120913233740' is waiting for service with filter '(objectClass=org.eclipse.virgo.kernel.osgi.framework.PackageAdminUtil)'. 
     [exec]     [junit] [2012-09-17 09:56:07.096] service-monitor-thread-1     <KE0100W> Reference '&globalRegion' in bundle 'org.eclipse.virgo.kernel.model' version '3.6.0.D-20120913233740' is waiting for service with filter '(&(objectClass=org.eclipse.equinox.region.Region)(org.eclipse.virgo.kernel.region.name=global))'. 
     [exec]     [junit] [2012-09-17 09:56:07.097] service-monitor-thread-1     <KE0100W> Reference '&userRegion' in bundle 'org.eclipse.virgo.kernel.model' version '3.6.0.D-20120913233740' is waiting for service with filter '(&(objectClass=org.eclipse.equinox.region.Region)(org.eclipse.virgo.kernel.region.name=org.eclipse.virgo.region.user))'. 
     [exec]     [junit] [2012-09-17 09:56:07.099] service-monitor-thread-1     <KE0100W> Reference '&runtimeArtifactModel' in bundle 'org.eclipse.virgo.kernel.model' version '3.6.0.D-20120913233740' is waiting for service with filter '(objectClass=org.eclipse.virgo.kernel.deployer.model.RuntimeArtifactModel)'. 
     [exec]     [junit] [2012-09-17 09:56:07.100] service-monitor-thread-1     <KE0100W> Reference '&quasiFrameworkFactory' in bundle 'org.eclipse.virgo.kernel.model' version '3.6.0.D-20120913233740' is waiting for service with filter '(objectClass=org.eclipse.virgo.kernel.osgi.quasi.QuasiFrameworkFactory)'. 
     [exec]     [junit] [2012-09-17 09:56:07.504] service-monitor-thread-1     <KE0100W> Reference '&packageAdminUtil' in bundle 'org.eclipse.virgo.kernel.deployer' version '3.6.0.D-20120913233740' is waiting for service with filter '(objectClass=org.eclipse.virgo.kernel.osgi.framework.PackageAdminUtil)'. 
     [exec]     [junit] [2012-09-17 09:56:07.507] service-monitor-thread-1     <KE0100W> Reference '&importExpander' in bundle 'org.eclipse.virgo.kernel.deployer' version '3.6.0.D-20120913233740' is waiting for service with filter '(objectClass=org.eclipse.virgo.kernel.osgi.framework.ImportExpander)'. 
     [exec]     [junit] [2012-09-17 09:56:07.508] service-monitor-thread-1     <KE0100W> Reference '&osgiFramework' in bundle 'org.eclipse.virgo.kernel.deployer' version '3.6.0.D-20120913233740' is waiting for service with filter '(objectClass=org.eclipse.virgo.kernel.osgi.framework.OsgiFramework)'. 
     [exec]     [junit] [2012-09-17 09:56:07.510] service-monitor-thread-1     <KE0100W> Reference '&repository' in bundle 'org.eclipse.virgo.kernel.deployer' version '3.6.0.D-20120913233740' is waiting for service with filter '(objectClass=org.eclipse.virgo.repository.Repository)'. 
     [exec]     [junit] [2012-09-17 09:56:07.511] service-monitor-thread-1     <KE0100W> Reference '&userBundleContext' in bundle 'org.eclipse.virgo.kernel.deployer' version '3.6.0.D-20120913233740' is waiting for service with filter '(&(objectClass=org.osgi.framework.BundleContext)(org.eclipse.virgo.kernel.regionContext=true))'. 
     [exec]     [junit] [2012-09-17 09:56:07.515] service-monitor-thread-1     <KE0100W> Reference '&quasiFrameworkFactory' in bundle 'org.eclipse.virgo.kernel.deployer' version '3.6.0.D-20120913233740' is waiting for service with filter '(objectClass=org.eclipse.virgo.kernel.osgi.quasi.QuasiFrameworkFactory)'. 
     [exec]     [junit] [2012-09-17 09:56:14.328] kernel-dm-4                  <KE0101I> Reference '&repository' in bundle 'org.eclipse.virgo.kernel.deployer' version '3.6.0.D-20120913233740' was satisfied by service with filter '(objectClass=org.eclipse.virgo.repository.Repository)'. 
     [exec]     [junit] [2012-09-17 09:56:15.950] kernel-dm-4                  <KE0101I> Reference '&importExpander' in bundle 'org.eclipse.virgo.kernel.deployer' version '3.6.0.D-20120913233740' was satisfied by service with filter '(objectClass=org.eclipse.virgo.kernel.osgi.framework.ImportExpander)'. 
     [exec]     [junit] [2012-09-17 09:56:15.959] kernel-dm-4                  <KE0101I> Reference '&osgiFramework' in bundle 'org.eclipse.virgo.kernel.deployer' version '3.6.0.D-20120913233740' was satisfied by service with filter '(objectClass=org.eclipse.virgo.kernel.osgi.framework.OsgiFramework)'. 
     [exec]     [junit] [2012-09-17 09:56:15.967] kernel-dm-4                  <KE0101I> Reference '&quasiFrameworkFactory' in bundle 'org.eclipse.virgo.kernel.deployer' version '3.6.0.D-20120913233740' was satisfied by service with filter '(objectClass=org.eclipse.virgo.kernel.osgi.quasi.QuasiFrameworkFactory)'. 
     [exec]     [junit] [2012-09-17 09:56:15.973] kernel-dm-4                  <KE0101I> Reference '&quasiFrameworkFactory' in bundle 'org.eclipse.virgo.kernel.model' version '3.6.0.D-20120913233740' was satisfied by service with filter '(objectClass=org.eclipse.virgo.kernel.osgi.quasi.QuasiFrameworkFactory)'. 
     [exec]     [junit] [2012-09-17 09:56:15.980] kernel-dm-4                  <KE0101I> Reference '&packageAdminUtil' in bundle 'org.eclipse.virgo.kernel.deployer' version '3.6.0.D-20120913233740' was satisfied by service with filter '(objectClass=org.eclipse.virgo.kernel.osgi.framework.PackageAdminUtil)'. 
     [exec]     [junit] [2012-09-17 09:56:15.983] kernel-dm-4                  <KE0101I> Reference '&packageAdminUtil' in bundle 'org.eclipse.virgo.kernel.model' version '3.6.0.D-20120913233740' was satisfied by service with filter '(objectClass=org.eclipse.virgo.kernel.osgi.framework.PackageAdminUtil)'. 
     [exec]     [junit] [2012-09-17 09:56:16.530] kernel-dm-4                  <KE0101I> Reference '&userRegion' in bundle 'org.eclipse.virgo.kernel.model' version '3.6.0.D-20120913233740' was satisfied by service with filter '(&(objectClass=org.eclipse.equinox.region.Region)(org.eclipse.virgo.kernel.region.name=org.eclipse.virgo.region.user))'. 
     [exec]     [junit] [2012-09-17 09:56:16.537] kernel-dm-4                  <KE0101I> Reference '&userBundleContext' in bundle 'org.eclipse.virgo.kernel.deployer' version '3.6.0.D-20120913233740' was satisfied by service with filter '(&(objectClass=org.osgi.framework.BundleContext)(org.eclipse.virgo.kernel.regionContext=true))'. 
     [exec]     [junit] [2012-09-17 09:56:16.544] kernel-dm-4                  <KE0101I> Reference '&repository' in bundle 'org.eclipse.virgo.kernel.osgi' version '3.6.0.D-20120913233740' was satisfied by service with filter '(objectClass=org.eclipse.virgo.repository.Repository)'. 
     [exec]     [junit] [2012-09-17 09:56:16.603] kernel-dm-6                  <KE0101I> Reference '&globalRegion' in bundle 'org.eclipse.virgo.kernel.model' version '3.6.0.D-20120913233740' was satisfied by service with filter '(&(objectClass=org.eclipse.equinox.region.Region)(org.eclipse.virgo.kernel.region.name=global))'. 
     [exec]     [junit] [2012-09-17 09:56:16.801] kernel-dm-5                  <KE0101I> Reference '&runtimeArtifactModel' in bundle 'org.eclipse.virgo.kernel.model' version '3.6.0.D-20120913233740' was satisfied by service with filter '(objectClass=org.eclipse.virgo.kernel.deployer.model.RuntimeArtifactModel)'. 
     [exec]     [junit] [2012-09-17 09:56:17.188] startup-tracker              <KE0002I> Kernel started. 
     [exec]     [junit] [2012-09-17 09:56:17.488] system-artifacts             <DE0000I> Installing plan 'org.eclipse.virgo.web.tomcat' version '3.6.0'. 
     [exec]     [junit] [2012-09-17 09:56:17.497] system-artifacts             <DE0000I> Installing configuration 'org.eclipse.virgo.web' version '0.0.0'. 
     [exec]     [junit] [2012-09-17 09:56:17.528] system-artifacts             <DE0000I> Installing bundle 'org.eclipse.gemini.web.core' version '2.2.0.BUILD-20120829065106'. 
     [exec]     [junit] [2012-09-17 09:56:17.553] system-artifacts             <DE0000I> Installing bundle 'org.eclipse.gemini.web.tomcat' version '2.2.0.BUILD-20120829065106'. 
     [exec]     [junit] [2012-09-17 09:56:17.564] system-artifacts             <DE0000I> Installing bundle 'org.eclipse.virgo.web.core' version '3.6.0.D-20120914000106'. 
     [exec]     [junit] [2012-09-17 09:56:17.570] system-artifacts             <DE0000I> Installing bundle 'org.eclipse.virgo.web.dm' version '3.6.0.D-20120914000106'. 
     [exec]     [junit] [2012-09-17 09:56:17.580] system-artifacts             <DE0000I> Installing bundle 'org.eclipse.virgo.web.tomcat.support' version '3.6.0.D-20120914000106'. 
     [exec]     [junit] [2012-09-17 09:56:17.587] system-artifacts             <DE0000I> Installing bundle 'org.eclipse.virgo.web.servlet.adapter' version '3.6.0.D-20120914000106'. 
     [exec]     [junit] [2012-09-17 09:56:18.395] system-artifacts             <DE0001I> Installed configuration 'org.eclipse.virgo.web' version '0.0.0'. 
     [exec]     [junit] [2012-09-17 09:56:18.401] system-artifacts             <DE0001I> Installed bundle 'org.eclipse.gemini.web.core' version '2.2.0.BUILD-20120829065106'. 
     [exec]     [junit] [2012-09-17 09:56:18.403] system-artifacts             <DE0001I> Installed bundle 'org.eclipse.gemini.web.tomcat' version '2.2.0.BUILD-20120829065106'. 
     [exec]     [junit] [2012-09-17 09:56:18.404] system-artifacts             <DE0001I> Installed bundle 'org.eclipse.virgo.web.core' version '3.6.0.D-20120914000106'. 
     [exec]     [junit] [2012-09-17 09:56:18.406] system-artifacts             <DE0001I> Installed bundle 'org.eclipse.virgo.web.dm' version '3.6.0.D-20120914000106'. 
     [exec]     [junit] [2012-09-17 09:56:18.407] system-artifacts             <DE0001I> Installed bundle 'org.eclipse.virgo.web.tomcat.support' version '3.6.0.D-20120914000106'. 
     [exec]     [junit] [2012-09-17 09:56:18.409] system-artifacts             <DE0001I> Installed bundle 'org.eclipse.virgo.web.servlet.adapter' version '3.6.0.D-20120914000106'. 
     [exec]     [junit] [2012-09-17 09:56:18.411] system-artifacts             <DE0001I> Installed plan 'org.eclipse.virgo.web.tomcat' version '3.6.0'. 
     [exec]     [junit] [2012-09-17 09:56:18.443] system-artifacts             <DE0004I> Starting plan 'org.eclipse.virgo.web.tomcat' version '3.6.0'. 
     [exec]     [junit] [2012-09-17 09:56:18.448] system-artifacts             <DE0004I> Starting configuration 'org.eclipse.virgo.web' version '0.0.0'. 
     [exec]     [junit] [2012-09-17 09:56:18.657] system-artifacts             <DE0005I> Started configuration 'org.eclipse.virgo.web' version '0.0.0'. 
     [exec]     [junit] [2012-09-17 09:56:18.661] system-artifacts             <DE0004I> Starting bundle 'org.eclipse.gemini.web.core' version '2.2.0.BUILD-20120829065106'. 
     [exec]     [junit] [2012-09-17 09:56:18.689] start-signalling-1           <DE0005I> Started bundle 'org.eclipse.gemini.web.core' version '2.2.0.BUILD-20120829065106'. 
     [exec]     [junit] [2012-09-17 09:56:18.692] system-artifacts             <DE0004I> Starting bundle 'org.eclipse.gemini.web.tomcat' version '2.2.0.BUILD-20120829065106'. 
     [exec]     [junit] [2012-09-17 09:56:19.492] system-artifacts             <TC0000I> Starting Tomcat. 
     [exec]     [junit] [2012-09-17 09:56:19.554] system-artifacts             <TC0010I> Creating HTTP/1.1 connector with scheme http on port 8080. 
     [exec]     [junit] [2012-09-17 09:56:19.576] system-artifacts             <TC0010I> Creating AJP/1.3 connector with scheme http on port 8009. 
     [exec]     [junit] [2012-09-17 09:56:19.579] system-artifacts             <TC0001I> Started Tomcat. 
     [exec]     [junit] [2012-09-17 09:56:19.623] system-artifacts             <DE0004I> Starting bundle 'org.eclipse.virgo.web.core' version '3.6.0.D-20120914000106'. 
     [exec]     [junit] [2012-09-17 09:56:19.638] system-artifacts             <DE0004I> Starting bundle 'org.eclipse.virgo.web.dm' version '3.6.0.D-20120914000106'. 
     [exec]     [junit] [2012-09-17 09:56:19.646] start-signalling-1           <DE0005I> Started bundle 'org.eclipse.virgo.web.dm' version '3.6.0.D-20120914000106'. 
     [exec]     [junit] [2012-09-17 09:56:19.648] system-artifacts             <DE0005I> Started bundle 'org.eclipse.virgo.web.tomcat.support' version '3.6.0.D-20120914000106'. 
     [exec]     [junit] [2012-09-17 09:56:19.652] system-artifacts             <DE0004I> Starting bundle 'org.eclipse.virgo.web.servlet.adapter' version '3.6.0.D-20120914000106'. 
     [exec]     [junit] [2012-09-17 09:56:19.655] start-signalling-1           <DE0005I> Started bundle 'org.eclipse.virgo.web.servlet.adapter' version '3.6.0.D-20120914000106'. 
     [exec]     [junit] [2012-09-17 09:56:19.869] region-dm-4                  <WE0006W> WABHeaders set to 'defaulted' in org.eclipse.virgo.web.properties. This option may not be supported in future releases. 
     [exec]     [junit] [2012-09-17 09:56:19.889] start-signalling-1           <DE0005I> Started bundle 'org.eclipse.gemini.web.tomcat' version '2.2.0.BUILD-20120829065106'. 
     [exec]     [junit] [2012-09-17 09:56:19.924] start-signalling-1           <DE0005I> Started bundle 'org.eclipse.virgo.web.core' version '3.6.0.D-20120914000106'. 
     [exec]     [junit] [2012-09-17 09:56:19.926] start-signalling-1           <DE0005I> Started plan 'org.eclipse.virgo.web.tomcat' version '3.6.0'. 
     [exec]     [junit] [2012-09-17 09:56:20.064] system-artifacts             <DE0000I> Installing plan 'org.eclipse.virgo.snaps' version '3.0.0'. 
     [exec]     [junit] [2012-09-17 09:56:20.072] system-artifacts             <DE0000I> Installing bundle 'org.eclipse.virgo.snaps.api' version '3.6.0.BUILD-20120917135451'. 
     [exec]     [junit] [2012-09-17 09:56:20.107] system-artifacts             <DE0000I> Installing bundle 'org.eclipse.virgo.snaps.core' version '3.6.0.BUILD-20120917135451'. 
     [exec]     [junit] [2012-09-17 09:56:20.170] system-artifacts             <DE0001I> Installed bundle 'org.eclipse.virgo.snaps.api' version '3.6.0.BUILD-20120917135451'. 
     [exec]     [junit] [2012-09-17 09:56:20.172] system-artifacts             <DE0001I> Installed bundle 'org.eclipse.virgo.snaps.core' version '3.6.0.BUILD-20120917135451'. 
     [exec]     [junit] [2012-09-17 09:56:20.173] system-artifacts             <DE0001I> Installed plan 'org.eclipse.virgo.snaps' version '3.0.0'. 
     [exec]     [junit] [2012-09-17 09:56:20.190] system-artifacts             <DE0004I> Starting plan 'org.eclipse.virgo.snaps' version '3.0.0'. 
     [exec]     [junit] [2012-09-17 09:56:20.193] system-artifacts             <DE0004I> Starting bundle 'org.eclipse.virgo.snaps.api' version '3.6.0.BUILD-20120917135451'. 
     [exec]     [junit] [2012-09-17 09:56:20.197] start-signalling-1           <DE0005I> Started bundle 'org.eclipse.virgo.snaps.api' version '3.6.0.BUILD-20120917135451'. 
     [exec]     [junit] [2012-09-17 09:56:20.199] system-artifacts             <DE0004I> Starting bundle 'org.eclipse.virgo.snaps.core' version '3.6.0.BUILD-20120917135451'. 
     [exec]     [junit] [2012-09-17 09:56:20.330] start-signalling-1           <DE0005I> Started bundle 'org.eclipse.virgo.snaps.core' version '3.6.0.BUILD-20120917135451'. 
     [exec]     [junit] [2012-09-17 09:56:20.332] start-signalling-1           <DE0005I> Started plan 'org.eclipse.virgo.snaps' version '3.0.0'. 
     [exec]     [junit] [2012-09-17 09:56:20.335] sync Event Dispatcher Thread <UR0001I> User region ready. 
     [exec]     [junit] [2012-09-17 09:56:20.555] main                         <DE0000I> Installing bundle 'simple.host' version '1.1.0.BUILD-20120917135451'. 
     [exec]     [junit] [2012-09-17 09:56:20.926] main                         <DE0001I> Installed bundle 'simple.host' version '1.1.0.BUILD-20120917135451'. 
     [exec]     [junit] [2012-09-17 09:56:21.084] main                         <DE0004I> Starting bundle 'simple.host' version '1.1.0.BUILD-20120917135451'. 
     [exec]     [junit] [2012-09-17 09:56:21.091] start-signalling-1           <WE0000I> Starting web bundle 'simple.host' version '1.1.0.BUILD-20120917135451' with context path '/simple-host'. 
     [exec]     [junit] [2012-09-17 09:56:22.365] start-signalling-1           <WE0005E> Failed to start web bundle 'simple.host' version '1.1.0.BUILD-20120917135451': consult serviceability/logs/log.log for further details. 
     [exec]     [junit] [2012-09-17 09:56:22.370] start-signalling-1           <DE0006E> Start failed for bundle 'simple.host' version '1.1.0.BUILD-20120917135451'. org.eclipse.virgo.nano.deployer.api.core.DeploymentException: Web application failed to start
     [exec]     [junit] 	at org.eclipse.virgo.web.core.internal.WebBundleLifecycleListener.onStarted(WebBundleLifecycleListener.java:132)
     [exec]     [junit] 	at org.eclipse.virgo.kernel.install.artifact.internal.StandardArtifactStateMonitor.onStarted(StandardArtifactStateMonitor.java:271)
     [exec]     [junit] 	at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact.asyncStartSucceeded(AbstractInstallArtifact.java:319)
     [exec]     [junit] 	at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact.access$0(AbstractInstallArtifact.java:316)
     [exec]     [junit] 	at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact$StateMonitorSignal.signalSuccessfulCompletion(AbstractInstallArtifact.java:252)
     [exec]     [junit] 	at org.eclipse.virgo.nano.core.internal.BundleStartTracker$1.run(BundleStartTracker.java:140)
     [exec]     [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
     [exec]     [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
     [exec]     [junit] 	at java.lang.Thread.run(Thread.java:619)
     [exec]     [junit] Caused by: org.eclipse.gemini.web.core.WebApplicationStartFailedException: org.eclipse.gemini.web.core.spi.ServletContainerException: Web application at '/simple-host' failed to start. Check the logs for more details.
     [exec]     [junit] 	at org.eclipse.gemini.web.internal.StandardWebApplication.start(StandardWebApplication.java:123)
     [exec]     [junit] 	at org.eclipse.virgo.web.core.internal.WebBundleLifecycleListener.onStarted(WebBundleLifecycleListener.java:122)
     [exec]     [junit] 	... 8 common frames omitted
     [exec]     [junit] Caused by: org.eclipse.gemini.web.core.spi.ServletContainerException: Web application at '/simple-host' failed to start. Check the logs for more details.
     [exec]     [junit] 	at org.eclipse.gemini.web.tomcat.internal.TomcatServletContainer.startWebApplication(TomcatServletContainer.java:133)
     [exec]     [junit] 	at org.eclipse.gemini.web.internal.StandardWebApplication.start(StandardWebApplication.java:95)
     [exec]     [junit] 	... 9 common frames omitted
     [exec]     [junit] 
     [exec]     [junit] [2012-09-17 09:56:22.375] start-signalling-1           <DE0010I> Stopping bundle 'simple.host' version '1.1.0.BUILD-20120917135451'. 
     [exec]     [junit] [2012-09-17 09:56:22.379] start-signalling-1           <DE0011I> Stopped bundle 'simple.host' version '1.1.0.BUILD-20120917135451'. 
     [exec]     [junit] [2012-09-17 09:56:22.382] main                         <DE0013I> Uninstalling bundle 'simple.host' version '1.1.0.BUILD-20120917135451'. 
     [exec]     [junit] [2012-09-17 09:56:22.390] main                         <DE0014I> Uninstalled bundle 'simple.host' version '1.1.0.BUILD-20120917135451'. 
     [exec]     [junit] [2012-09-17 09:56:22.418] System Bundle Shutdown       <KE0010I> Shutdown initiated. 
     [exec]     [junit] [2012-09-17 09:56:22.599] System Bundle Shutdown       <TC0002I> Stopping Tomcat. 
     [exec]     [junit] [2012-09-17 09:56:22.636] System Bundle Shutdown       <TC0003I> Stopped Tomcat. 
     [exec]     [junit] ------------- ---------------- ---------------
     [exec]     [junit] ------------- Standard Error -----------------
     [exec]     [junit] SLF4J: Class path contains multiple SLF4J bindings.
     [exec]     [junit] SLF4J: Found binding in [jar:file:/opt/users/hudsonbuild/virgo-build-cache/ivy-cache/repository/org.eclipse.virgo.mirrored/ch.qos.logback.slf4j/1.0.0.v201208311022/ch.qos.logback.slf4j-1.0.0.v201208311022.jar!/org/slf4j/impl/StaticLoggerBinder.class]
     [exec]     [junit] SLF4J: Found binding in [jar:file:/opt/users/hudsonbuild/virgo-build-cache/ivy-cache/repository/org.slf4j/com.springsource.slf4j.nop/1.6.1/com.springsource.slf4j.nop-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
     [exec]     [junit] SLF4J: Found binding in [jar:<https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/org.eclipse.virgo.snaps.test/target/org.eclipse.osgi/bundles/13/1/bundlefile!/org/slf4j/impl/StaticLoggerBinder.class]>
     [exec]     [junit] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
     [exec]     [junit] ------------- ---------------- ---------------
     [exec]     [junit] Testcase: basicDeploy(org.eclipse.virgo.snaps.test.BasicDeployLifecycleTests):	Caused an ERROR
     [exec]     [junit] Web application failed to start
     [exec]     [junit] org.eclipse.virgo.nano.deployer.api.core.DeploymentException: Web application failed to start
     [exec]     [junit] 	at org.eclipse.virgo.web.core.internal.WebBundleLifecycleListener.onStarted(WebBundleLifecycleListener.java:132)
     [exec]     [junit] 	at org.eclipse.virgo.kernel.install.artifact.internal.StandardArtifactStateMonitor.onStarted(StandardArtifactStateMonitor.java:271)
     [exec]     [junit] 	at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact.asyncStartSucceeded(AbstractInstallArtifact.java:319)
     [exec]     [junit] 	at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact.access$0(AbstractInstallArtifact.java:316)
     [exec]     [junit] 	at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact$StateMonitorSignal.signalSuccessfulCompletion(AbstractInstallArtifact.java:252)
     [exec]     [junit] 	at org.eclipse.virgo.nano.core.internal.BundleStartTracker$1.run(BundleStartTracker.java:140)
     [exec]     [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
     [exec]     [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
     [exec]     [junit] 	at java.lang.Thread.run(Thread.java:619)
     [exec]     [junit] 	at org.eclipse.gemini.web.internal.StandardWebApplication.start(StandardWebApplication.java:123)
     [exec]     [junit] 	at org.eclipse.virgo.web.core.internal.WebBundleLifecycleListener.onStarted(WebBundleLifecycleListener.java:122)
     [exec]     [junit] 	at org.eclipse.gemini.web.tomcat.internal.TomcatServletContainer.startWebApplication(TomcatServletContainer.java:133)
     [exec]     [junit] 	at org.eclipse.gemini.web.internal.StandardWebApplication.start(StandardWebApplication.java:95)
     [exec]     [junit] 
     [exec]     [junit] 
     [exec] 
     [exec] BUILD FAILED
     [exec] <https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/virgo-build/common/quality.xml>:50: The following error occurred while executing this line:
     [exec] <https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/virgo-build/common/quality.xml>:208: Tests failed
     [exec] 
     [exec] Total time: 35 seconds
   [subant] Leaving directory: <https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/org.eclipse.virgo.snaps.test>

BUILD FAILED
<https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/build-snaps/build.xml>:39: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/virgo-build/multi-bundle/quality.xml>:46: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/virgo-build/multi-bundle/common.xml>:184: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/virgo.snaps.snapshot/ws/virgo-build/common/common.xml>:198: exec returned: 1

Total time: 1 minute 32 seconds
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results

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


Back to the top