|
From: <Wer...@t-...> - 2003-10-24 12:13:34
|
Hi Leif,
thanks for your answer. I tried a simple test app without any grphic=20
stuff - and it worked. So i think i have to play with=20
wrapper.java.library.path properties and JVM options on OSF1?
Cheers Werner
-----Urspr=FCngliche Nachricht-----
Von: Leif Mortenson [mailto:le...@ta...]
Gesendet am: Dienstag, 21. Oktober 2003 18:42
An: wra...@li...
Betreff: Re: [Wrapper-user] Trouble using Wrapper 3.0.5 under OSF1
(java.lang.UnsatisfiedLink Error)
Werner,
This is one I have not seen before. If you look at the stack =
trace=20
however, it is not
having a problem loading the libwrapper.so file. At this point, that=20
has already been
loaded and successfully initialized.
The error you are getting is coming from the constructor of=20
java.awt.Component.
The TestWrapper demo displays a simple AWT Frame. This requires=20
access to a
display. Not having access to a display produces a different error =
though.
This looks like the AWT native libraries that are part of the Java=20
installation are not
being found? I am not familiar with the JVM options on OSF1. Is =
that=20
possible?
Cheers,
Leif
Wer...@t-... wrote:
>Hello,
>i tried to run testwrapper under OSF1 and it doesnt work. Starting =
testwrapper get the following result:
>
>STATUS | wrapper | 2003/10/21 16:08:30 | --> Wrapper Started as =
Console
>STATUS | wrapper | 2003/10/21 16:08:31 | Launching a JVM...
>INFO | jvm 1 | 2003/10/21 16:08:31 | Initializing...
>INFO | jvm 1 | 2003/10/21 16:08:32 | Wrapper (Version 3.0.5)
>INFO | jvm 1 | 2003/10/21 16:08:32 |=20
>INFO | jvm 1 | 2003/10/21 16:08:32 | start()
>INFO | jvm 1 | 2003/10/21 16:08:32 | Error in =
WrapperListener.start callback. java.lang.UnsatisfiedLinkError: =
exception occurred in JNI_OnLoad
>INFO | jvm 1 | 2003/10/21 16:08:32 | =
java.lang.UnsatisfiedLinkError: exception occurred in JNI_OnLoad
>INFO | jvm 1 | 2003/10/21 16:08:32 | at =
java.lang.ClassLoader$NativeLibrary.load(Native Method)
>INFO | jvm 1 | 2003/10/21 16:08:32 | at =
java.lang.ClassLoader.loadLibrary0(ClassLoader.java, Compiled Code)
>INFO | jvm 1 | 2003/10/21 16:08:32 | at =
java.lang.ClassLoader.loadLibrary(ClassLoader.java, Compiled Code)
>INFO | jvm 1 | 2003/10/21 16:08:32 | at =
java.lang.Runtime.loadLibrary0(Runtime.java, Compiled Code)
>INFO | jvm 1 | 2003/10/21 16:08:32 | at =
java.lang.System.loadLibrary(System.java, Compiled Code)
>INFO | jvm 1 | 2003/10/21 16:08:32 | at =
sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java, =
Compiled Code)
>INFO | jvm 1 | 2003/10/21 16:08:32 | at =
java.security.AccessController.doPrivileged(Native Method)
>INFO | jvm 1 | 2003/10/21 16:08:32 | at =
sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java, Compiled =
Code)
>INFO | jvm 1 | 2003/10/21 16:08:32 | at =
sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
>INFO | jvm 1 | 2003/10/21 16:08:32 | at =
java.awt.Component.<clinit>(Component.java:276)
>INFO | jvm 1 | 2003/10/21 16:08:32 | at =
org.tanukisoftware.wrapper.test.Main.start(Main.java, Compiled Code)
>INFO | jvm 1 | 2003/10/21 16:08:32 | at =
org.tanukisoftware.wrapper.WrapperManager.startInner(WrapperManager.java=
, Compiled Code)
>INFO | jvm 1 | 2003/10/21 16:08:32 | at =
org.tanukisoftware.wrapper.WrapperManager.handleSocket(WrapperManager.ja=
va, Compiled Code)
>INFO | jvm 1 | 2003/10/21 16:08:32 | at =
org.tanukisoftware.wrapper.WrapperManager.run(WrapperManager.java, =
Compiled Code)
>INFO | jvm 1 | 2003/10/21 16:08:32 | at =
java.lang.Thread.run(Thread.java:484)
>
>I checked the setting of wrapper.java.library.path1 in wrapper.conf =
which is the default and where libwrapper.so is located.
>I built the whole thing on the maschine and tried again, with the same =
result.
>Can anybody help?
>
> Thanks Werner
> =20
>
-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win =
$100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Wrapper-user mailing list
Wra...@li...
https://lists.sourceforge.net/lists/listinfo/wrapper-user
|