You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2013/11/05 12:11:40 UTC

buildbot failure in ASF Buildbot on tomcat-trunk

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/5174

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch tomcat/trunk] 1538924
Blamelist: markt

BUILD FAILED: failed compile_1

sincerely,
 -The Buildbot




Re: buildbot failure in ASF Buildbot on tomcat-trunk

Posted by Mark Thomas <ma...@apache.org>.
On 05/11/2013 11:40, Konstantin Kolinko wrote:
> 2013/11/5  <bu...@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/5174
>>
>> Buildbot URL: http://ci.apache.org/
>>
>> Buildslave for this Build: bb-vm_ubuntu
>>
>> Build Reason: scheduler
>> Build Source Stamp: [branch tomcat/trunk] 1538924
>> Blamelist: markt
>>
>> BUILD FAILED: failed compile_1
>>
> 
> 
> It is the first run after resource refactorings in trunk (r1538805 - r1538839).

It was the refactoring of the JAR abstraction used by Jasper that
triggered those failures.

I've fixed at least some and hopefully all of those now.

Mark


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


Re: buildbot failure in ASF Buildbot on tomcat-trunk

Posted by Konstantin Kolinko <kn...@gmail.com>.
2013/11/5  <bu...@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/5174
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: bb-vm_ubuntu
>
> Build Reason: scheduler
> Build Source Stamp: [branch tomcat/trunk] 1538924
> Blamelist: markt
>
> BUILD FAILED: failed compile_1
>


It is the first run after resource refactorings in trunk (r1538805 - r1538839).

There such errors in stdio log:

    [junit] Caused by: java.lang.ClassCastException:
sun.net.www.protocol.file.FileURLConnection cannot be cast to
java.net.JarURLConnection
    [junit] at org.apache.tomcat.util.scan.UrlJar.createJarInputStream(UrlJar.java:115)
    [junit] at org.apache.tomcat.util.scan.UrlJar.<init>(UrlJar.java:38)
    [junit] at org.apache.tomcat.util.scan.JarFactory.newInstance(JarFactory.java:41)
    [junit] at org.apache.jasper.compiler.TldLocation.<init>(TldLocation.java:37)
    [junit] at org.apache.jasper.compiler.TldLocationsCache.<init>(TldLocationsCache.java:80)
    [junit] at org.apache.jasper.servlet.JasperInitializer.onStartup(JasperInitializer.java:69)
    [junit] at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5232)
    [junit] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    [junit] ... 7 more

which prevents Tomcat in the tests from starting.

There are no new files at
http://ci.apache.org/projects/tomcat/tomcat8/

Best regards,
Konstantin Kolinko

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