Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mat-dev] Build problem - Hudson Subversion Polling Log

I think there is something wrong with Hudson builds:

https://hudson.eclipse.org/hudson/view/Tycho%20+%20Maven/job/tycho-mat-nightly/scmPollLog/?
Subversion Polling Log

Started on Nov 2, 2011 3:10:48 PM
FATAL: Unable to serialize hudson.scm.SubversionSCM$1@16d63b6d
java.io.IOException: Unable to serialize hudson.scm.SubversionSCM$1@16d63b6d
        at hudson.remoting.UserRequest.serialize(UserRequest.java:162)
        at hudson.remoting.UserRequest.<init>(UserRequest.java:62)
        at hudson.remoting.Channel.call(Channel.java:649)
        at hudson.scm.SubversionSCM.compareRemoteRevisionWith(SubversionSCM.java:1128)
        at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:354)
        at hudson.scm.SCM.poll(SCM.java:371)
        at hudson.model.AbstractProject.poll(AbstractProject.java:1360)
        at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:430)
        at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:459)
        at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.io.NotSerializableException: hudson.model.FreeStyleBuild
        at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1156)
        at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
        at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1474)
        at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
        at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
        at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
        at hudson.remoting.UserRequest._serialize(UserRequest.java:151)
        at hudson.remoting.UserRequest.serialize(UserRequest.java:160)
        ... 15 more
Done. Took 39 ms
No changes

http://issues.hudson-ci.org/browse/HUDSON-8982

Andrew Johnson






Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU







Back to the top