|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

I also have this issue.
I run Jenkins on 32bit Windows Server 2003.
Also upgraded to 1.507 from 1.505.
FATAL: Error looking up function 'CreateSymbolicLinkW': The specified procedure could not be found.
java.lang.UnsatisfiedLinkError: Error looking up function 'CreateSymbolicLinkW': The specified procedure could not be found.
at com.sun.jna.Function.<init>(Function.java:179)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:347)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:327)
at com.sun.jna.Library$Handler.invoke(Library.java:203)
at $Proxy29.CreateSymbolicLinkW(Unknown Source)
at hudson.util.jna.Kernel32Utils.createSymbolicLink(Kernel32Utils.java:85)
at hudson.Util.createSymlink(Util.java:1048)
at hudson.model.Run.execute(Run.java:1573)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:237)