You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Danny Willen <da...@webpromis.com> on 2000/12/12 09:09:00 UTC

JNI_CONNECT.dll

I'm trying to run tomcat 3.2 'in-process' in IIS. I'm using the setting  :
SET TOMCAT_OPTS=-Djava.library.path=<TOMCAT_OME>\bin\win32\i386 in my
tomcat.bat file and the example jni_worker.properties file provided with the
standard package.
When I run tomcat.bat, I'm getting the following messages :

Failed to loadLibrary() d:/tomcat/bin/win32/i386/jni_connect.dll
Library d:/tomcat/bin/win32/i386/jni_connect.dll loaded
FATAL:java.lang.NullPointerException
java.lang.NullPointerException
        at
org.apache.tomcat.service.JNIEndpointConnector.start(JNIEndpointConne
ctor.java:110)
        at
org.apache.tomcat.core.ContextManager.start(ContextManager.java:527)
        at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:202)
        at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)

I don't succeed either in properly registering the jni_connect.dll, using
regsvr32. Can anyone help me out here?

Thanks,

Danny Willen
Webpromis NV
- danny.willen@webpromis.com