Hello friends,

The JNI library path setting in JRun3.0 on HP-UX doesn't work for me.
I cross checked the user.jnipath setting in local.properties file of the
server and everything looks correct.
But a SimpleServlet throws an UnsatisfiedLinkError.

I dont get the exception if I set the Java arguments to
"-Djava.library.path= path of directory containing the lib file"

Does JRun3.0 expect settings other than user.jnipath to load the library ???
.. quick pointers???

--niraj.

javax.servlet.ServletException: no yyyAlarmJW in java.library.path
java.lang.UnsatisfiedLinkError: no yyyAlarmJW in java.library.path
        at SimpleServlet.service(SimpleServlet.java:36)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
        at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
        at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
        at
allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:34
)
        at allaire.jrun.servlet.Invoker.service(Invoker.java:84)
        at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
        at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
        at
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
a:88)
        at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
        at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
        at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:354)
        at allaire.jrun.ThreadPool.run(ThreadPool.java:267)
        at allaire.jrun.WorkerThread.run(WorkerThread.java:74)

_________________________________________

Niraj Londhe
Senior Systems Engineer.
Nokia Networks, Helsinki.

Email        : [EMAIL PROTECTED]
Phone number : 09 5116 3556.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to