|
From: Leif M. <le...@ta...> - 2006-02-06 14:05:14
|
Tony,
Are you running a 64-bit JVM? The current linux version only
supports 32-bit JVMs.
That is a common cause of this problem. I'll be releasing a 64-bit
linux version with the
3.2.0 release.
Other than that, this can be caused by a permission problem on the
file, or unlikely,
but attempting to use a solaris version of the libwrapper.so for example.
Cheers,
Leif
Tony Seebregts wrote:
> Hi,
>
> I've been trying to get the wrapper to run as a daemon under Fedora 4
> and am getting the following error in the log file:
>
> WARNING - Unable to load the Wrapper's native library 'libwrapper.so'.
> INFO | jvm 1 | 2006/02/06 13:45:42 | The file is located
> on the path at the following location but
> INFO | jvm 1 | 2006/02/06 13:45:42 | could not be loaded:
> INFO | jvm 1 | 2006/02/06 13:45:42 |
> /usr/local/cibecs/server/./lib/libwrapper.so
> INFO | jvm 1 | 2006/02/06 13:45:42 | Please verify that
> the file is readable by the current user
> INFO | jvm 1 | 2006/02/06 13:45:42 | and that the file
> has not been corrupted in any way.
> INFO | jvm 1 | 2006/02/06 13:45:42 | System signals will
> not be handled correctly.
>
> Starting the application from the command line in a user session using
> the script works fine and other shared libraries seem to be loaded ok
> (running ldconfig -n on the shared library directory creates a link to
> the other shared libraries but not to libwrapper.so if that is of any help).
>
> I'd really appreciate any suggestions ... I've tried everything I can
> think of.
>
> regards
>
> Tony Seebregts
>
|