You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Mills, Stephen" <sm...@icc.net> on 2001/04/06 16:54:23 UTC

jni_connect.dll won't load

I am try to load the JVM inside an IIS Web Server version 5.0 on a windows
2000 Professional machine and I am getting the following in the
isapi_redirect.log.

I have successfully been able to run TOMCAT with this IIS by following the
'Tomcat IIS HowTo' documentation, but can't get the 'In-Process HowTo'
documentation to work.

[jk_jni_worker.c (921)]: In open_jvm2, setting classpath to
f:\jakarta-tomcat-3.2.1\tomcat\classes;f:\jakarta-tomcat-3.2.1\tomcat\lib\ja
xp.jar;f:\jakarta-tomcat-3.2.1\tomcat\lib\parser.jar;f:\jakarta-tomcat-3.2.1
\tomcat\lib\jasper.jar;f:\jakarta-tomcat-3.2.1\tomcat\lib\servlet.jar;f:\jak
arta-tomcat-3.2.1\tomcat\lib\webserver.jar;f:\jdk1.3.0\lib\tools.jar
[jk_jni_worker.c (944)]: In open_jvm2, setting
tomcat.home=f:\jakarta-tomcat-3.2.1\tomcat
[jk_jni_worker.c (965)]: In open_jvm2, the JVM will ignore unknown options
[jk_jni_worker.c (972)]: In open_jvm2, about to create JVM...
[jk_jni_worker.c (975)]: Fail-> could not create JVM, code: -5 
[jk_jni_worker.c (424)]: Fail-> can't open jvm
[jk_jni_worker.c (567)]: Into destroy
[jk_jni_worker.c (578)]: In destroy, JVM not intantiated
[jk_worker.c (164)]: wc_create_worker validate failed for jni
[jk_worker.c (229)]: build_worker_map failed to create workerjni

If you can't point me in the right direction, it will be appreciated.

Stephen Mills