-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Platform: Sun, OS: Solaris
hudson 1.283 with zfs support failed to start on Solaris 10:
java.lang.UnsatisfiedLinkError: Error looking up function 'libzfs_init':
ld.so.1: java: fatal: libzfs_init: can't find symbol
at com.sun.jna.Function.(Function.java:129)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:250)
at com.sun.jna.Library$Handler.invoke(Library.java:191)
at $Proxy0.libzfs_init(Unknown Source)
at org.jvnet.solaris.libzfs.LibZFS.(LibZFS.java:50)
at hudson.lifecycle.ZFSInstaller.shouldBeActive(ZFSInstaller.java:102)
at hudson.lifecycle.ZFSInstaller.(ZFSInstaller.java:77)
at hudson.lifecycle.ZFSInstaller.init(ZFSInstaller.java:336)
at hudson.model.Hudson.(Hudson.java:474)
at hudson.WebAppMain$2.run(WebAppMain.java:190)
uname -a:
SunOS pnfs-db01 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-V240
Forced to revert to 1.282
Tigran.
- is duplicated by
-
JENKINS-3250 Unable to load library 'zfs': ld.so.1
- Resolved
-
JENKINS-3052 Unable to load library 'zfs': ld.so.1
- Closed