-
-
Notifications
You must be signed in to change notification settings - Fork 983
Description
I had installed the 16.2 server package, the server ran ok
but every windows agent cannot update to 16.2
get following exception
Caused by: java.lang.UnsatisfiedLinkError: C:\GO-CD_Agent\tmp\javasysmo4876506563577593346.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(Unknown Source)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at com.jezhumble.javasysmon.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:16)
at com.jezhumble.javasysmon.WindowsMonitor.(WindowsMonitor.java:11)
at com.jezhumble.javasysmon.JavaSysMon.(JavaSysMon.java:53)
at com.thoughtworks.go.util.SubprocessLogger.(SubprocessLogger.java:35)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
... 21 more
Hope I am the only one to get this error...
I try to install directly the windows 16.2 agent, get the same error...