Posted By:
Jochen_Laudenbach
Posted On:
Thursday, April 19, 2001 05:29 AM
The out-process of Tomcat on IIS works fine. after the changes to in-process with jni_connect.dll the iis startup with following entrys in log-files: StdOut.log: Library c:/tomcat/bin/jni_connect.dll loaded Running ... End waiting Running fine StdErr.log: Failed to loadLibrary() c:/tomcat/bin/jni_connect.dll after servlet-request in StdErr.log: java.lang.NullPointerException at org.apache.tomcat.core.RequestImpl.getFacade(RequestImpl.java:408) at org.apache.tomcat.service.connector.JNIConnectionHandler.processConnection(JNIConnectionHandler.java:160) at org.apache.tomcat.service.JNIEndpoint.service(JNIEndpoint.java:162) the j
More>>
The out-process of Tomcat on IIS works fine. after the changes to in-process with jni_connect.dll the iis startup with following entrys in log-files:
StdOut.log:
Library c:/tomcat/bin/jni_connect.dll loaded
Running ...
End waiting
Running fine
StdErr.log:
Failed to loadLibrary() c:/tomcat/bin/jni_connect.dll
after servlet-request in
StdErr.log:
java.lang.NullPointerException
at org.apache.tomcat.core.RequestImpl.getFacade(RequestImpl.java:408)
at org.apache.tomcat.service.connector.JNIConnectionHandler.processConnection(JNIConnectionHandler.java:160)
at org.apache.tomcat.service.JNIEndpoint.service(JNIEndpoint.java:162)
the jakarta-tomcat-docs didn't help me anywhere, all configs are correct!
any other ideas?
greetz kala
<<Less