Re: Issues installing plugins on XP

2013-12-04 Thread shanz
I'm getting a similar problem - when I visit the manage jenkins page, I get 
an oops -
 Could not initialize class hudson.util.jna.Kernel32

Anyone know how to fix this issue?

I'm trying jenkins 1.539 and 1.541 (run as a hudson.war windows service).
Java 1_07_45

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Issues installing plugins on XP

2012-10-03 Thread Iain Walsh
HI,
   I've successfully got Jenkins running on my Windows 7 machine. However 
I'm having an issue with Hudson not finding a Kernel32 class on the XP 
machine.
I'm remotely logged on to the XP machine with Administrator permissions. 
However it looks like it could be a permission problem, could I get 
confirmation before
bringing this to our system administrator?

Whenever I try to install a plugin I get this exception:
Failure - 

java.lang.NoClassDefFoundError: Could not initialize class 
hudson.util.jna.Kernel32
at 
hudson.util.jna.Kernel32Utils.isJunctionOrSymlink(Kernel32Utils.java:62)
at hudson.Util.isSymlink(Util.java:322)
at hudson.Util.deleteRecursive(Util.java:283)
at hudson.ClassicPluginStrategy.explode(ClassicPluginStrategy.java:403)
at 
hudson.ClassicPluginStrategy.createPluginWrapper(ClassicPluginStrategy.java:117)
at hudson.PluginManager.dynamicLoad(PluginManager.java:388)
at 
hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1223)
at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1037)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown 
Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


Regards,

Iain