|
From: Leif M. <le...@ta...> - 2004-02-25 00:40:24
|
Geoffrey,
My guess is that you are using a 64-bit version of HP-UX? Correct?
If so, this is a known problem. I need to figure out how to make life
more smooth for such users. As I understand it, 64-bit versions of
HP-UX (and Solaris) require a slightly different native library.
Here are some messages from the archive where this was previously
discussed. You will need to build the Wrapper's JNI library from source
using the makefile posted in last archive below.
http://sourceforge.net/mailarchive/message.php?msg_id=6216873
http://sourceforge.net/mailarchive/message.php?msg_id=6222861
http://sourceforge.net/mailarchive/message.php?msg_id=6229425
http://sourceforge.net/mailarchive/message.php?msg_id=6235817
http://sourceforge.net/mailarchive/message.php?msg_id=6252999
http://sourceforge.net/mailarchive/message.php?msg_id=6270183
http://sourceforge.net/mailarchive/message.php?msg_id=6282129
http://sourceforge.net/mailarchive/message.php?msg_id=6307507 <-
required makefile
I would like to be able to get things set up so the HP-UX release
includes both
binaries. Or at least 32 and 64 bit releases for the platform. If you
have any info
that would be helpful, I would appreciate it.
Most features of the Wrapper will work fine without the native
library. It is required
to be able to handle system signals correctly however. The next release
also includes
a few more native features that users have requested.
Cheers,
Leif
Geoffrey Mitchell wrote:
> I am getting the following error under HP/UX 11.11, running jdk 1.4.2:
>
> wrapper | --> Wrapper Started as Console
> wrapper | Launching a JVM...
> jvm 1 |
> jvm 1 | WARNING - Unable to load native library 'libwrapper.so'.
> The file
> jvm 1 | is located on the path at the following location
> but could
> jvm 1 | not be loaded:
> jvm 1 | /usr/local/jboss-3.2.3/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 | Wrapper (Version 3.0.5)
>
> The library is definitely readable, and we tried both the binary hp-ux
> distribution and a locally compiled binary with the same result.
>
> Any ideas what could be the problem?
>
> thanks,
> Geoff
|