Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » Migration to 3.0 - thinBackup problem
icon14.gif  Migration to 3.0 - thinBackup problem [message #1014717] Tue, 26 February 2013 10:40 Go to next message
k z is currently offline k zFriend
Messages: 71
Registered: October 2012
Member
Hi,
Problem with thinBackup plugin (1.6.2) after migration to from Hudson 2.2.0 to Hudson 3.0.0

Feb 26, 2013 10:13:21 AM hudson.PluginManager$2$1$1 run
INFO: Loading plugin - thinBackup
Feb 26, 2013 10:13:21 AM hudson.PluginManager$2$1$1 run
INFO: Failed to load plugin - thinBackup because of error Failed to load plugin instance for: thinBackup
Feb 26, 2013 10:13:21 AM hudson.model.Hudson$5 onTaskFailed
SEVERE: Failed Loading plugin thinBackup
hudson.util.IOException2: Failed to load plugin instance for: thinBackup
	at org.hudsonci.inject.internal.plugin.SmoothiePluginStrategy.load(SmoothiePluginStrategy.java:185)
	at org.hudsonci.inject.internal.plugin.DelegatingPluginStrategy.load(DelegatingPluginStrategy.java:66)
	at hudson.PluginManager$2$1$1.run(PluginManager.java:297)
	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:647)
	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.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:679)
Caused by: java.lang.NoClassDefFoundError: antlr/ANTLRException
	at java.lang.Class.getDeclaredConstructors0(Native Method)
	at java.lang.Class.privateGetDeclaredConstructors(Class.java:2406)
	at java.lang.Class.getDeclaredConstructors(Class.java:1853)
	at com.google.inject.spi.InjectionPoint.forConstructorOf(InjectionPoint.java:243)
	at com.google.inject.internal.ConstructorBindingImpl.create(ConstructorBindingImpl.java:96)
	at com.google.inject.internal.InjectorImpl.createUninitializedBinding(InjectorImpl.java:629)
	at com.google.inject.internal.InjectorImpl.createJustInTimeBinding(InjectorImpl.java:845)
	at com.google.inject.internal.InjectorImpl.createJustInTimeBindingRecursive(InjectorImpl.java:772)
	at com.google.inject.internal.InjectorImpl.getJustInTimeBinding(InjectorImpl.java:256)
	at com.google.inject.internal.InjectorImpl.getBindingOrThrow(InjectorImpl.java:205)
	at com.google.inject.internal.InjectorImpl.getInternalFactory(InjectorImpl.java:853)
	at com.google.inject.internal.InjectorImpl.getProviderOrThrow(InjectorImpl.java:967)
	at com.google.inject.internal.InjectorImpl.getProvider(InjectorImpl.java:1000)
	at com.google.inject.internal.InjectorImpl.getProvider(InjectorImpl.java:961)
	at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1013)
	at org.hudsonci.inject.internal.plugin.SmoothiePluginStrategy.load(SmoothiePluginStrategy.java:181)
	... 10 more
Caused by: java.lang.ClassNotFoundException: antlr.ANTLRException
	at org.aspectj.weaver.bcel.ExtensibleURLClassLoader.findClass(ExtensibleURLClassLoader.java:54)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
	... 26 more

...

SEVERE: Failed Initializing plugin thinBackup
java.lang.NullPointerException
	at hudson.PluginManager$2$1$2.run(PluginManager.java:315)
	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:647)
	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.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:679)

[Updated on: Tue, 26 February 2013 14:06]

Report message to a moderator

Re: Migration to 3.0 - thinBackup problem [message #1014739 is a reply to message #1014717] Tue, 26 February 2013 11:22 Go to previous messageGo to next message
Geoff Waymark is currently offline Geoff WaymarkFriend
Messages: 28
Registered: July 2012
Junior Member
Looks like you need to update to the latest version of the thinBackup plugin which is 1.7.2-h-1.

That version is working fine for me.


Geoff Waymark
Eclipse Hudson team
Re: Migration to 3.0 - thinBackup problem [message #1014810 is a reply to message #1014739] Tue, 26 February 2013 14:03 Go to previous messageGo to next message
k z is currently offline k zFriend
Messages: 71
Registered: October 2012
Member
Hi,

Updating to 1.7.2-h-1 helped. At the time when the migration took place - serveral hours ago - this version was not yet available and Plugin Manager did not show any available updates. Was it just released ? Smile
BTW plugin web page does not work.

Regards!
Re: Migration to 3.0 - thinBackup problem [message #1014885 is a reply to message #1014810] Tue, 26 February 2013 16:42 Go to previous messageGo to next message
Geoff Waymark is currently offline Geoff WaymarkFriend
Messages: 28
Registered: July 2012
Junior Member
Your right, it seems to point to an https:// webpage should be http://

The http:// page hasn't been updated though

I thought it was one of the plugins already 3.0.0ified, but it could be a very recent update


Geoff Waymark
Eclipse Hudson team
Re: Migration to 3.0 - thinBackup problem [message #1014902 is a reply to message #1014885] Tue, 26 February 2013 17:28 Go to previous message
Bob Foster is currently offline Bob FosterFriend
Messages: 85
Registered: January 2013
Member
You're right. I just added 1.7.2-h-1 yesterday PM Pacific time.

Fixed the wiki page URL.

Bob
Previous Topic:Hudson doesn't start on Oracle linux
Next Topic:Hudson not triggering a build when it receives SVN commit notification?
Goto Forum:
  


Current Time: Sat Apr 20 02:50:09 GMT 2024

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

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

Back to the top