|
From: Leif M. <le...@ta...> - 2006-03-17 01:18:44
|
David,
I just retested it with 1.5.0_03 and it works fine for me.
Try running it with the wrapper.debug=true property set. This will
show a little
more information about the reason the library could not be loaded.
Is it the exact same installation as you are using with Java 1.4?
There have been
a couple times in the past where users were having problems due to corrupted
files. Doesn't sound like that is the case with you.
I've only released the 32-bit wrapper for Windows and you are running a
32-bit JVM, so that's not the problem.
Cheers,
Leif
David R Robison wrote:
> When I run my service in a command line mode, I get the following error:
>
> INFO | jvm 1 | 2006/03/16 13:17:11 | WARNING - Unable to load the
> Wrapper's native library 'wrapper.dll'.
> INFO | jvm 1 | 2006/03/16 13:17:11 | The file is
> located on the path at the following location but
> INFO | jvm 1 | 2006/03/16 13:17:11 | could not be loaded:
> INFO | jvm 1 | 2006/03/16 13:17:11 |
> C:\Workspaces\VICADS\VICADS-Security\bin\..\lib\wrapper.dll
> INFO | jvm 1 | 2006/03/16 13:17:11 | Please verify that
> the file is readable by the current user
> INFO | jvm 1 | 2006/03/16 13:17:11 | and that the file
> has not been corrupted in any way.
> INFO | jvm 1 | 2006/03/16 13:17:11 | One common cause
> of this problem is running a 32-bit version
> INFO | jvm 1 | 2006/03/16 13:17:11 | of the Wrapper
> with a 64-bit version of Java, or vica versa.
> INFO | jvm 1 | 2006/03/16 13:17:11 | This is a 32-bit JVM.
> INFO | jvm 1 | 2006/03/16 13:17:11 | System signals
> will not be handled correctly.
>
> I get this when I run with Java 5. Running with Java 4 does not give
> me this error. I've downloaded and installed the latest version of
> wrapper. Any thoughts?
>
> David Robison
>
|