At 11:49 AM 4/30/99 -0700, you wrote:
>> We are trying to run a servlet that access an Object Store
>> database and get the following error:
>>
>> java.lang.UnsatisfiedLinkError: no o5osji_jdk in java.library.path
>> at
>org.apache.jserv.JServServletManager.load_init(JServServletManager.ja
>> va:476)
>> at
>org.apache.jserv.JServServletManager.loadServlet(JServServletManager.
>> java:383)
>> at org.apache.jserv.JServConnection.run(JServConnection.java:301)
>> at java.lang.Thread.run(Thread.java:479)
>>
>>
>> I'm guessing that apache can't find the bin directory that houses the
>> runtime library stuff, but where can one set this?
>
>You need to define your LD_LIBRARY_PATH.
>
>-jon
Thanks for the quick response, Jon, but you'll have to excuse a
Windoze newbie; I still can't get it to work.
Here's the error message from jserv.log:
[06/05/1999 18:39:41:790] (ERROR) ajp11: Servlet Error:
java.lang.UnsatisfiedLinkError: no o5osji_jdk in java.library.path: no o5osji_jdk in
java.library.path
The dll:
dir C:\odi\osji\bin
...
10/15/98 01:49p 463,360 o5osji_jdk.dll
...
added the following to jserv.properties:
wrapper.env=LD_LIBRARY_PATH=C:\odi\osji\bin
What do I have wrong?
---
Michael Stacey
Lexi-Comp, Inc.
1100 Terex Road
Hudson OH 44236
(330) 650-6506
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]