Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] error polling SVN on Hudson

Hi,

My nightly build job (emffacet-nightly) is supposed to start automatically when the SVN changes.
But at the moment it does not. The polling log shows the following error. Has anyone else here encountered this issue?

Subversion Polling Log


Started on Nov 3, 2011 8:45:39 AM
FATAL: Unable to serialize hudson.scm.SubversionSCM$1@4c5475b8
java.io.IOException: Unable to serialize hudson.scm.SubversionSCM$1@4c5475b8
	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 0.75 sec
No changes


--
Nicolas Bros
R&D
tel: 06 75 09 19 88
nbros@xxxxxxxxxxxxxxxx
nbros.mia@xxxxxxxxx
Mia-Software, 410 clos de la Courtine
93160 Noisy-le-Grand
http://www.mia-software.com
.: model driven agility :.

Back to the top