2011/10/28  <build...@apache.org>:
> The Buildbot has detected a new failure on builder tomcat-trunk while 
> building ASF Buildbot.
> Full details are available at:
>  http://ci.apache.org/builders/tomcat-trunk/builds/2429
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: bb-vm_ubuntu
>
> Build Reason: scheduler
> Build Source Stamp: [branch tomcat/trunk] 1190185
> Blamelist: markt
>
> BUILD FAILED: failed compile_1
>

Appears to be a NPE failure during Tomcat shutdown, in many tests.

[[[
    [junit] Running org.apache.catalina.comet.TestCometProcessor
    [junit] Tests run: 6, Failures: 0, Errors: 6, Time elapsed: 0.28 sec
    [junit] Oct 28, 2011 7:47:26 AM org.apache.coyote.AbstractProtocol destroy
    [junit] INFO: Destroying ProtocolHandler ["http-bio-8001"]
    [junit] Oct 28, 2011 7:47:26 AM
org.apache.catalina.core.ContainerBase removeChild
    [junit] SEVERE: ContainerBase.removeChild: destroy:
    [junit] org.apache.catalina.LifecycleException: Failed to destroy
component [StandardEngine[Tomcat].StandardHost[localhost]]
    [junit]     at
org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:296)
    [junit]     at
org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1000)
    [junit]     at
org.apache.catalina.core.ContainerBase.destroyInternal(ContainerBase.java:1185)
    [junit]     at
org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:292)
    [junit]     at
org.apache.catalina.core.StandardService.destroyInternal(StandardService.java:572)
    [junit]     at
org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:292)
    [junit]     at
org.apache.catalina.core.StandardServer.destroyInternal(StandardServer.java:770)
    [junit]     at
org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:292)
    [junit]     at org.apache.catalina.startup.Tomcat.destroy(Tomcat.java:355)
    [junit]     at
org.apache.catalina.startup.TomcatBaseTest.tearDown(TomcatBaseTest.java:211)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit]     at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit]     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:597)
    [junit]     at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
    [junit]     at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
    [junit]     at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
    [junit]     at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:37)
    [junit]     at
org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
    [junit]     at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
    [junit]     at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
    [junit]     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
    [junit]     at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
    [junit]     at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
    [junit]     at 
org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
    [junit]     at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
    [junit]     at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
    [junit]     at 
junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
    [junit]     at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518)
    [junit]     at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052)
    [junit]     at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906)
    [junit] Caused by: java.lang.NullPointerException
    [junit]     at
org.apache.catalina.core.ContainerBase.destroyInternal(ContainerBase.java:1193)
    [junit]     at
org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:292)
    [junit]     ... 30 more
(...)
    [junit] Test org.apache.catalina.comet.TestCometProcessor FAILED
]]]

...
    [junit] Test org.apache.catalina.filters.TestCsrfPreventionFilter FAILED
    [junit] Test org.apache.catalina.filters.TestExpiresFilter FAILED
etc.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to