Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » new svn external causes NullPointerException
new svn external causes NullPointerException [message #1064870] Fri, 21 June 2013 13:37 Go to next message
Douglas Moore is currently offline Douglas MooreFriend
Messages: 26
Registered: July 2012
Junior Member
When a new svn external is added to an svn project the next build throws the following error. The build after the failed one works fine.

hudson v3.0.0
svn plugin v2.3.8

FATAL: null
java.lang.NullPointerException
	at hudson.scm.SubversionSCM$External.<init>(SubversionSCM.java:962)
	at hudson.scm.subversion.SubversionUpdateEventHandler.handleExternal(SubversionUpdateEventHandler.java:130)
	at org.tmatesoft.svn.core.internal.wc2.compat.SvnCodec$15.handleExternal(SvnCodec.java:856)
	at org.tmatesoft.svn.core.internal.wc2.compat.SvnCodec$14.handleExternal(SvnCodec.java:843)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.handleExternalChange(SVNUpdateClient16.java:1796)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.handleExternalItemChange(SVNUpdateClient16.java:1759)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.handleExternals(SVNUpdateClient16.java:1714)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:567)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:414)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:324)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:27)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:11)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1235)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:135)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:152)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:812)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:795)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:776)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2052)
	at hudson.remoting.UserRequest.perform(UserRequest.java:107)
	at hudson.remoting.UserRequest.perform(UserRequest.java:41)
	at hudson.remoting.Request$2.run(Request.java:276)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)



Re: new svn external causes NullPointerException [message #1064898 is a reply to message #1064870] Fri, 21 June 2013 14:41 Go to previous message
Bob Foster is currently offline Bob FosterFriend
Messages: 85
Registered: January 2013
Member
Filed https://bugs.eclipse.org/bugs/show_bug.cgi?id=411381

After I filed it, I noticed that the latest version of the subversion plugin is 2.3.8-h-1. The -h- part indicates that the plugin had to be adapted for Hudson 3.x. Please upgrade to that version and see if it helps.
Previous Topic:Relocate Hudson "jobs" Directory
Next Topic:How can we execute Hudson\Jenkins Job using logged on user credential
Goto Forum:
  


Current Time: Fri Sep 20 08:05:27 GMT 2024

Powered by FUDForum. Page generated in 0.03287 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top