Got this reply off list. For the archives:
Hi Leif
I actually figured it out! I'm running the Linux java VM in Linux
Compatibility mode, when I switched to the Linux version it executed
perfectly!
Cheers + thanks for your trouble,
Malan
Leif Mortenson wrote:
> Malan,
> Sorry for the slow response on this. I don't have access to a
> freebsd box personally to
> test this out. Could you try building from source using the 3.2.0-d
> pre release version that
> I posted about today? I did a search for your "ELF file OS ABI
> invalid" error. It may be
> a dependency conflict between your system and the system that the
> version you were
> using was built on... I would be interested to hear the results of
> you building from source
> for the latest version.
>
> Cheers,
> Leif
>
> Malan Joubert wrote:
>> 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
>>
|