|
From: Malan J. <ma...@gm...> - 2006-01-13 14:50:59
|
Hi I'm running Java service wrapper on FreeBSD 5.3. I've configured the wrapper, but it fails to load: In debug mode I get the following error: jvm 1 | Initializing... jvm 1 | WrapperManager class initialized by thread: main Using classloader: sun.misc.Launcher$AppClassLoader@1813fac jvm 1 | Wrapper Manager: JVM #1 jvm 1 | Wrapper Manager: Registering shutdown hook jvm 1 | Wrapper Manager: Using wrapper jvm 1 | Loading native library failed: libwrapper.so Cause: java.lang.UnsatisfiedLinkError: /home/fireflight/smsgateway/lib/libwrapper.so: /home/fireflight/smsgateway/lib/libwrapper.so: ELF file OS ABI invalid jvm 1 | jvm 1 | WARNING - Unable to load the Wrapper's native library 'libwrapper.so'. jvm 1 | The file is located on the path at the following location but jvm 1 | could not be loaded: jvm 1 | /home/fireflight/smsgateway/lib/libwrapper.so jvm 1 | Please verify that the file is readable by the current= user jvm 1 | and that the file has not been corrupted in any way. jvm 1 | System signals will not be handled correctly. jvm 1 | jvm 1 | Java Version : 1.4.2_10-b03 Java HotSpot(TM) Client VM jvm 1 | Java VM Vendor : Sun Microsystems Inc. jvm 1 | jvm 1 | Wrapper (Version 3.1.2) http://wrapper.tanukisoftware.org What can I do? Should I try to recompile the libwrapper.so file manually? Thank you, Malan |