Bug 469977 - 3.3.0/JDK 8: backup plugin not working
Summary: 3.3.0/JDK 8: backup plugin not working
Status: NEW
Alias: None
Product: Hudson
Classification: Technology
Component: Plugins (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Winston Prakash CLA
QA Contact: Geoff Waymark CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-11 12:54 EDT by Latha Amujuri CLA
Modified: 2015-06-11 12:54 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Latha Amujuri CLA 2015-06-11 12:54:31 EDT
Start Hudson 3.3.0 with JDK 1.8.0_40
Install backup plugin and restart Hudson
Login. Manage Hudson. Backup Manager. Setup. Specify a backup directory. Save and try a backup
//exp: Succeeds 
//act: Does nothing. Exception in server console
Exception in thread "pool-7-thread-1" java.lang.NoClassDefFoundError: org/spring
framework/security/context/SecurityContextHolder
        at org.jvnet.hudson.plugins.backup.utils.BackupTask.run(BackupTask.java:
77)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: org.springframework.security.contex
t.SecurityContextHolder
        at org.aspectj.weaver.bcel.ExtensibleURLClassLoader.findClass(Extensible
URLClassLoader.java:54)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 2 more