-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Hudson running in embedded mode on 'SunOS xxx 5.10 Generic_139556-08 i86pc i386 i86pc'
The restart buttons do no appear in the web frontend with the following in the logs:
WARNING: Failed to install embedded lifecycle implementation
java.io.EOFException
at java.io.RandomAccessFile.readInt(RandomAccessFile.java:725)
at com.sun.akuma.JavaVMArguments.ofSolaris(JavaVMArguments.java:206)
at com.sun.akuma.JavaVMArguments.of(JavaVMArguments.java:83)
at com.sun.akuma.JavaVMArguments.current(JavaVMArguments.java:69)
at hudson.lifecycle.UnixLifecycle.<init>(UnixLifecycle.java:52)
at hudson.lifecycle.Lifecycle.get(Lifecycle.java:93)
at hudson.model.Hudson.getLifecycle(Hudson.java:1773)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
Is there a missing lib*.so file on OpenSolaris?
- is duplicated by
-
JENKINS-6224 failed to migarte data to ZFS
- Resolved
-
JENKINS-6805 UnixLifecycle.<init> fails with mysterious EOFException
- Resolved