-
Bug
-
Resolution: Won't Do
-
Minor
-
Jenkins 2.138.1
CentOS 5.11
Java 1.8.0_172
Jenkins 2.121.3 works fine on CentOS 5.11 but fails to start after upgrade to 2.38.1:
Starting Jenkins Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at Main._main(Main.java:227) at Main.main(Main.java:160) Caused by: java.lang.UnsatisfiedLinkError: /tmp/jna--1712433994/jna6461328951212197580.tmp: /lib64/libc.so.6: version `GLIBC_2. 7' not found (required by /tmp/jna--1712433994/jna6461328951212197580.tmp) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824) at java.lang.Runtime.load0(Runtime.java:809) at java.lang.System.load(System.java:1086) at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:947) at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:922) at com.sun.jna.Native.<clinit>(Native.java:190) at com.sun.akuma.CLibrary.<clinit>(CLibrary.java:89) at com.sun.akuma.JavaVMArguments.resolvePID(JavaVMArguments.java:128) at com.sun.akuma.JavaVMArguments.ofLinux(JavaVMArguments.java:116) at com.sun.akuma.JavaVMArguments.of(JavaVMArguments.java:104) at com.sun.akuma.JavaVMArguments.current(JavaVMArguments.java:92) at com.sun.akuma.Daemon.daemonize(Daemon.java:106) at com.sun.akuma.Daemon.all(Daemon.java:88) ... 6 more
yum downgrade allowed for easy roll-back.
Personsally, I have no expectation of continuing support for CentOS 5 (I am in the process of migrating to CentOS 7) but report the issue as there is nothing mentioned in the documentation. eg
- relates to
-
JENKINS-52771 Bump JNA jar to 4.5.1+ for Jenkins to work gracefully on s390x
- Resolved
-
JENKINS-53924 Jenkins 2.136+ is not restartable with GLIBC 2.5
- Closed