Hi all,

Hudson is failing on the CXF-DOSGi builds at the moment:
http://hudson.zones.apache.org/hudson/view/CXF/job/CXF-DOSGi/81/console

I'm a little baffled by the failure (mvn install works fine for me on both
Linux and Windows) and it seems like it's related to Hudson itself. See
stack trace below.

Anyone any ideas how to get this fixed?

Thanks,

David

[locks-and-latches] All the locks released
ERROR: Processing failed due to a bug in the code. Please report this to
us...@hudson.dev.java.net
hudson.remoting.RequestAbortedException:
hudson.remoting.RequestAbortedException: java.io.EOFException
    at hudson.remoting.Request.call(Request.java:131)
    at hudson.remoting.ProxyInputStream.read(ProxyInputStream.java:76)
    at hudson.remoting.RemoteInputStream.read(RemoteInputStream.java:76)
    at java.io.BufferedInputStream.read1(BufferedInputStream.java:256)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
    at hudson.remoting.Channel.<init>(Channel.java:321)
    at hudson.remoting.Channel.<init>(Channel.java:257)
    at hudson.remoting.Channel.<init>(Channel.java:253)
    at hudson.slaves.Channels$1.<init>(Channels.java:71)
    at hudson.slaves.Channels.forProcess(Channels.java:71)
    at
hudson.maven.MavenProcessFactory.newProcess(MavenProcessFactory.java:212)
    at hudson.maven.ProcessCache.get(ProcessCache.java:227)
    at
hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:451)
    at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:354)
    at hudson.model.Run.run(Run.java:1117)
    at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:300)
    at hudson.model.ResourceController.execute(ResourceController.java:93)
    at hudson.model.Executor.run(Executor.java:122)
Caused by: hudson.remoting.RequestAbortedException: java.io.EOFException
    at hudson.remoting.Request.abort(Request.java:223)
    at hudson.remoting.Channel.terminate(Channel.java:583)
    at hudson.remoting.Channel$ReaderThread.run(Channel.java:842)
Caused by: java.io.EOFException
    at
java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2554)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1297)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
    at hudson.remoting.Channel$ReaderThread.run(Channel.java:823)

Reply via email to