i started apache Apache/2.0.48 (Win32) mod_jk2/2.0.4 Server, Can
anyone suggest me to solve this issue?

THe following error appears:

[Thu Oct 21 14:04:52 2004] [notice] shm.create() Created head 830008 size 8192
[Thu Oct 21 14:04:52 2004] [notice] Child 480: Child process is running
[Thu Oct 21 14:04:52 2004] [notice] jk2_init() Setting scoreboard slot
0 for child 480
[Thu Oct 21 14:04:52 2004] [notice] vm.init(): Jni lib: C:\Program
Files\Java\j2re1.4.2_04\bin\client\jvm.dll
[Thu Oct 21 14:04:53 2004] [notice] vm.open2() done
[Thu Oct 21 14:04:53 2004] [error] workerEnv.initChannel() init failed
for channel.jni:jni
[Thu Oct 21 14:04:53 2004] [notice] workerJni.Init() Skipping
initialization for the 480 480
[Thu Oct 21 14:04:53 2004] [error] workerEnv.initWorkers() init failed
for worker.jni:onStartup
[Thu Oct 21 14:04:53 2004] [notice] workerJni.Init() Skipping
initialization for the 480 480
[Thu Oct 21 14:04:53 2004] [error] workerEnv.initWorkers() init failed
for worker.jni:onShutdown
[Thu Oct 21 14:04:53 2004] [notice] workerEnv.init() ok C:/Program
Files/Apache Group/Apache2/conf/workers2.properties
[Thu Oct 21 14:04:53 2004] [notice] mod_jk2 child 480 initialized
[Thu Oct 21 14:04:53 2004] [notice] Child 480: Acquired the start mutex.
[Thu Oct 21 14:04:54 2004] [notice] Child 480: Starting 250 worker threads.


Config files:
workers2.properties location:$APACHE_HOME$/conf

# only at beginnin. In production uncomment it out
[shm]
file=C:/Program Files/Apache Group/Apache2/logs/shm.mem
size=1048576

[logger.apache2]
level=DEBUG
# Define the comunication channel
[channel.jni:jni]
info=The jni channel, used if tomcat is started inprocess

# Define the parameters for the Java Virtual Machine
[vm:]
info=Parameters used to load a JVM in the server process
OPT=-Djava.class.path=${TOMCAT_HOME}/server/lib/tomcat-jni.jar;${TOMCAT_HOME}/server/lib/tomcat.jar
OPT=-Dtomcat.home=${TOMCAT_HOME}
OPT=-Dcatalina.home=${TOMCAT_HOME}
OPT=-Xmx128M

# JNI worker startup handler
[worker.jni:onStartup]
info=Command to be executed by the VM on startup. This one will start tomcat.
class=org/apache/jk/apr/TomcatStarter
ARG=start

#stdout=${serverRoot}/logs/stdout.log
#stderr=/logs/stderr.log
stdout=C:/Program Files/Apache Group/Apache2/logs/stdout.log
stderr=C:/Program Files/Apache Group/Apache2/logs/stderr.log

# JNI worker shutdown handler
[worker.jni:onShutdown]
info=Command to be executed by the VM on shutdown. This one will stop tomcat.
class=org/apache/jk/apr/TomcatStarter
ARG=stop

# Map the Tomcat examples webapp to the Web server uri space
[uri:/*]
info=Map the whole webapp

jk2.properties location:$TOMCAT_HOME$/conf

# The default port is 8009 but you can use another one
channelSocket.port=8009

# Add the apr and channelJni to the list of handlers
handler.list=apr,request,container,channelJni
# The native libraries will be registered by JK2
apr.jniModeSo=inprocess

-- 
Cheers,
Sato.
+91 98851 47885

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to