|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-15466) Fatal Error No Clas... [email protected] (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error No... [email protected] (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error No... [email protected] (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error No... [email protected] (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error No... [email protected] (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error No... [email protected] (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error No... [email protected] (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error No... [email protected] (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error No... [email protected] (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error No... [email protected] (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error No... [email protected] (JIRA)

This error is still occurring in 1.497.
The Disk Usage plugin consistently fails where the workspace cleanup step intermittently fails.
Both are caused by (from the console output):
Caused by: java.lang.NoClassDefFoundError: Could not initialize class hudson.util.jna.Kernel32
at hudson.util.jna.Kernel32Utils.getWin32FileAttributes(Kernel32Utils.java:76)
at hudson.util.jna.Kernel32Utils.isJunctionOrSymlink(Kernel32Utils.java:80)
at hudson.Util.isSymlink(Util.java:322)
The Jenkins slave error log also displays:
Dec 3, 2012 6:54:03 AM hudson.util.jna.Kernel32Utils load
SEVERE: Failed to load Kernel32
java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
at hudson.util.jna.Kernel32Utils.load(Kernel32Utils.java:85)
at hudson.util.jna.Kernel32.<clinit>(Kernel32.java:37)
at hudson.util.jna.Kernel32Utils.getWin32FileAttributes(Kernel32Utils.java:76)
at hudson.util.jna.Kernel32Utils.isJunctionOrSymlink(Kernel32Utils.java:80)
at hudson.Util.isSymlink(Util.java:322)