Can anyone provide me some clue pls.

Regards,
Aditya


httpd seems to be crashing the following version

apache-ssl-2.2.16-1_WR4.3.fp_x86_32.7_NSN3.i686


Core was generated by `/usr/sbin/httpd -DFOREGROUND -f
/tmp/HTTPDPlat/conf/httpd.conf -k start'.
Program terminated with signal 11, Segmentation fault.
#0  0xb7206bef in jk_translate (r=0x8a49308) at mod_jk.c:3353
3353    mod_jk.c: No such file or directory.
        in mod_jk.c
(gdb) bt
#0  0xb7206bef in jk_translate (r=0x8a49308) at mod_jk.c:3353
#1  0x08079196 in ap_run_translate_name ()
#2  0xd6c97632 in ?? ()
#3  0x08a49308 in ?? ()
#4  0x08a07a88 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
mod_jk.conf file is as follows


<IfModule !mod_jk.c>
        LoadModule jk_module "/opt/Nokia/SS_ApacheHTTPD/lib/mod_jk.so"
</IfModule>
JkShmFile /tmp/HTTPDPlat/JkShmFile
JkWorkersFile "/tmp/HTTPDPlat/conf/workers.properties"
JkLogFile "|/tmp/HTTPDPlat/log_mod_jk.sh"
JkLogLevel info
### Append to this file with the JkMount directives
### e.g.:
### JkMount /testServer ajp13
### JkMount /testServer/* ajp13
JkMount /AlarmManagement ajp13
JkMount /AlarmManagement/* ajp13

Reply via email to