|
||||||||
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 Class Definition found for Kernel32
alexander.j...@gmail.com (JIRA) Thu, 24 Jan 2013 05:28:02 -0800
- [JIRA] (JENKINS-15466) Fatal Error No C... alexander.j...@gmail.com (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error... alexander.j...@gmail.com (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error... scm_issue_l...@java.net (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error... jack.haugh...@jagex.com (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error... pixma...@gmail.com (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error... te...@tabmow.info (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error... scm_issue_l...@java.net (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error... dogf...@java.net (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error... bruce.r...@hp.com (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error... pjdar...@java.net (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error... nickolay.rumyant...@emc.com (JIRA)
- [JIRA] (JENKINS-15466) Fatal Error... bruce.r...@hp.com (JIRA)
I was having a similar issue on windows, and here's what helped me:
In case the problem is triggered by JNA's UnsatisfiedLinkError on a library, say, "kernel.32.dll" I suggest checking that the jnidispatch.dll that is being linked is the one from JNA, not from any other location in Path.
Debugging java.exe with a simple test case that loads the problematic library using JNA's Native.loadLibrary (say, kernel32.dll) in Visual Studio (I suggest checking all the exceptions) will show you which library was actually used.
That helped me, and I hope will help with this issue too.
In case it doesn't I would recommend checking jnidispatch.dll from JNA's jar (choose the appropriate .dll for you 32-bit or 64-bit platform) and check that there are no errors or missing libraries.