we are using WebSphere 2.0 Std. Edition with IBM HTTPServer 1.3.6 on AIX platform.For many days it was working fine. But suddenly it stopped responding to servlets/jsp requests.
HTML page requests are working. When a jsp request is submitted,"operation timed out" message is
coming in IE browser after some time.
With ps -ef command we found the following process are running...
ebppadm 16160 1 0 14:01:56 - 0:01 java
com/ibm/servlet/engine/outofproc/OutOfProcEngine
-nativelogfile /ebpp/WebSphere/AS/logs/oop_native.log
-nativeloglevel 14
-linktype local
-port 8081
-queuename appserver
-stublib /ebpp/WebSphere/AS/plugins/aix/libosestub.so
-serverlib /ebpp/WebSphere/AS/plugins/aix/libasouts.so
root 51896 1 0 14:02:02 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 10088 51896 0 14:02:04 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 11100 51896 0 14:02:04 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 11358 51896 0 14:02:04 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 11674 51896 0 14:02:03 - 0:00 /usr/HTTPServer/bin/sidd
ebppadm 12130 51896 0 14:02:04 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 45314 51896 0 14:02:04 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 52752 51896 0 15:11:25 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 55584 51896 0 15:11:26 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 56842 51896 0 15:11:26 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 57342 51896 0 15:11:22 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
Can any one give solution or hints about how to start trouble shooting this problem please...
HTML page requests are working. When a jsp request is submitted,"operation timed out" message is
coming in IE browser after some time.
With ps -ef command we found the following process are running...
ebppadm 16160 1 0 14:01:56 - 0:01 java
com/ibm/servlet/engine/outofproc/OutOfProcEngine
-nativelogfile /ebpp/WebSphere/AS/logs/oop_native.log
-nativeloglevel 14
-linktype local
-port 8081
-queuename appserver
-stublib /ebpp/WebSphere/AS/plugins/aix/libosestub.so
-serverlib /ebpp/WebSphere/AS/plugins/aix/libasouts.so
root 51896 1 0 14:02:02 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 10088 51896 0 14:02:04 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 11100 51896 0 14:02:04 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 11358 51896 0 14:02:04 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 11674 51896 0 14:02:03 - 0:00 /usr/HTTPServer/bin/sidd
ebppadm 12130 51896 0 14:02:04 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 45314 51896 0 14:02:04 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 52752 51896 0 15:11:25 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 55584 51896 0 15:11:26 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 56842 51896 0 15:11:26 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
ebppadm 57342 51896 0 15:11:22 - 0:00 /usr/HTTPServer/bin/httpd -f /ebpp/HTTPServer/etc/httpd.conf
Can any one give solution or hints about how to start trouble shooting this problem please...