Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » Hudson svn-tag plug-in 1.16 throwing exception( Hudson svn-tag plug-in 1.16 throwing exception of missing descriptor during upgrade to 3.1.1)
Hudson svn-tag plug-in 1.16 throwing exception [message #1227168] Fri, 03 January 2014 18:49 Go to next message
Perry Pollock is currently offline Perry PollockFriend
Messages: 2
Registered: January 2014
Junior Member
Hi All.

I have this problem.

I have upgraded our HUDSON 2.2.1 to 3.1.1. I did not have any problem with svn-tag in 2.2.1. however during the upgrade the startup is failing after initialization with an error which is below. This has stopped my upgrade and it looks as if the plugin is no longer compatible with Hudson. if there is another plugin that has the same behavior I would be willing to switch but we do have over 100 projects that will need to be upgraded to us the new plugin which I would rather not do. Very Happy

org.jvnet.hudson.reactor.ReactorException: com.google.common.util.concurrent.ExecutionError: java.lang.AssertionError: class hudson.plugins.svn_tag.SvnTagPublisher is missing its descriptor
at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
at hudson.model.Hudson.executeReactor(Hudson.java:719)
at hudson.model.Hudson.<init>(Hudson.java:616)
at org.eclipse.hudson.init.InitialRunnable.run(InitialRunnable.java:51)
at java.lang.Thread.run(Thread.java:662)
Caused by: com.google.common.util.concurrent.ExecutionError: java.lang.AssertionError: class hudson.plugins.svn_tag.SvnTagPublisher is missing its descriptor
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2261)
at com.google.common.cache.LocalCache.get(LocalCache.java:4000)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4004)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4874)
at hudson.model.TopLevelItemsCache.get(TopLevelItemsCache.java:78)
at hudson.model.LazyTopLevelItem.item(LazyTopLevelItem.java:144)
at hudson.model.LazyTopLevelItem.hasPermission(LazyTopLevelItem.java:271)
at hudson.model.Hudson.getItems(Hudson.java:1303)
at hudson.model.Hudson.getItems(Hudson.java:223)
at hudson.model.Hudson.getAllItems(Hudson.java:1367)
at hudson.model.Hudson$12.run(Hudson.java:2481)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
at hudson.model.Hudson$4.runTask(Hudson.java:699)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
... 1 more
Caused by: java.lang.AssertionError: class hudson.plugins.svn_tag.SvnTagPublisher is missing its descriptor
at hudson.model.Hudson.getDescriptorOrDie(Hudson.java:1009)
at hudson.tasks.Publisher.getDescriptor(Publisher.java:129)
at hudson.tasks.Notifier.getDescriptor(Notifier.java:46)
at hudson.plugins.svn_tag.SvnTagPublisher.getDescriptor(SvnTagPublisher.java:96)
at hudson.plugins.svn_tag.SvnTagPublisher.getDescriptor(SvnTagPublisher.java:31)
at hudson.model.Descriptor.toMap(Descriptor.java:877)
at hudson.util.DescribableList.toMap(DescribableList.java:121)
at hudson.util.DescribableListUtil.convertToProjectProperties(DescribableListUtil.java:126)
at hudson.model.BaseBuildableProject.convertPublishersProperties(BaseBuildableProject.java:356)
at hudson.model.BaseBuildableProject.buildProjectProperties(BaseBuildableProject.java:106)
at hudson.model.FreeStyleProject.buildProjectProperties(FreeStyleProject.java:87)
at hudson.model.Job.onLoad(Job.java:435)
at hudson.model.AbstractProject.onLoad(AbstractProject.java:325)
at hudson.model.BaseBuildableProject.onLoad(BaseBuildableProject.java:94)
at hudson.model.TopLevelItemsCache$1.load(TopLevelItemsCache.java:64)
at hudson.model.TopLevelItemsCache$1.load(TopLevelItemsCache.java:57)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3599)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2379)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2342)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2257)
Re: Hudson svn-tag plug-in 1.16 throwing exception [message #1227204 is a reply to message #1227168] Fri, 03 January 2014 21:13 Go to previous messageGo to next message
Winston Prakash is currently offline Winston PrakashFriend
Messages: 534
Registered: August 2011
Location: Fremont, CA USA
Senior Member
What was the version of svn tag plugin you used in 2.2.1?

Winston Prakash
Eclipse Hudson team

[Updated on: Fri, 03 January 2014 21:13]

Report message to a moderator

Re: Hudson svn-tag plug-in 1.16 throwing exception [message #1229051 is a reply to message #1227204] Wed, 08 January 2014 16:00 Go to previous messageGo to next message
Perry Pollock is currently offline Perry PollockFriend
Messages: 2
Registered: January 2014
Junior Member
the version that is currently being used is 1.14. I have also upgraded to 1.16 in 2.2.1 and it worked fine but had the same failure during the upgrade process.
Re: Hudson svn-tag plug-in 1.16 throwing exception [message #1232439 is a reply to message #1229051] Thu, 16 January 2014 23:58 Go to previous message
Winston Prakash is currently offline Winston PrakashFriend
Messages: 534
Registered: August 2011
Location: Fremont, CA USA
Senior Member
Hi, I have released SVN tag plugin v. 1.17-h-2. With this you should be able to tag in Hudson 3.x. I tested it with 3.1.1

At revision 247
Remote Module Location: https://svn.java.net/svn/hudson-test~tpc-test@247.
Tag Base URL: https://svn.java.net/svn/hudson-test~tpc-test/tags/last-successful/svn-tag-test.
There was no old tag at https://svn.java.net/svn/hudson-test~tpc-test/tags/last-successful/svn-tag-test.

Tagged as Revision 248
Finished: SUCCESS


Winston Prakash
Eclipse Hudson team
Previous Topic:SVN Credential Storage
Next Topic:Git Parameter Plugin is missing in Hudson
Goto Forum:
  


Current Time: Tue Mar 19 11:23:45 GMT 2024

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

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

Back to the top