----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

I found the following about the process that leads me to beleive that
it is more of a "JVM/OS" bug than a servlet/JServ bug.

It seems that the process is stuck on a semaphore and I think there are
known problems with 2.5.1 and native threads (coudln't find a JVM that
does green threads on 2.5.1?!!?)

JB

# /usr/proc/bin/pstack 23755 | more
23755:  /usr/java/bin/../bin/sparc/native_threads/java
org.apache.jserv.JServ 
lwp#1 ----------
 ef479bc0 lwp_sema_p (e9ae1ea0)
 ef479bc0 __lwp_sema_wait (e9ae1ea0, eea91e00, ef5368f8, 105, eea91e00,
eea91e00
) + 8
 ef51689c _park    (e9ae1e00, 1, e9ae1e48, e9ae1ea0, e9ae1e3c, 0) + 98
 ef51673c _swtch   (1000, 8000, e9ae1e38, e9ae1e00, e9ae1e48, e9ae1e3c)
+ 34c
 ef51774c _mutex_suspend_lock (347a8, 1, fffeffff, 347b7, 347b6, 1) + 74
 ef5175a4 _ti_pthread_mutex_lock (347a8, 0, 20c434, 0, ef51e048, c) + 48
 ef766774 sysMonitorEnter (347a8, 5505b8, 1, ef793c10, ed280100,
3b72846f) + 64
 ef7480e8 monitorEnter (ed273688, 5505b8, ed264770, ed269520, ed269518,
0) + 84
 001f7224 ???????? (ed273688, ed2890a8, ed27fa68, 1f, 1f, 4)
 001ee0ac ???????? (ed2890a8, ed262cf8, ed260dd8, ed260938, ed265670,
8d)
 0015e918 ???????? (ed2890a8, 0, 168158, 161ee0, ed277e60, ed2660b8)
 0015f6f0 ???????? (ed26a670, a0288, 54e66c, 1, 0, 0)
 eea39b8c JITInvokeCompiledMethod (ed26a670, a0288, 1, e9ae1cb4,
ef721ca0, e9ae1
bcc) + d0
 ef76b4d0 ExecuteJavaFast (e9ae1be4, e9ae1cb4, 54e694, 0, e9ae1bcc,
54e66c) + 7d
0
 ef75bc80 ExecuteJava (e9ae1be4, e9ae1cb4, 7fffffff, 29, 54e66c, a8438)
+ 34
 ef733eb8 do_execute_java_method_vararg (e9ae1cb4, ef78c595, 0, 0, 0,
54e658) + 

Jean-Baptiste Laplace wrote:
> 
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
> 
> Hello,
> 
> I'm using Jserv on two machines in load balanced mode.
> I'm running JServ 1.0 production on both machines.
> One machine is Solaris 2.6 with JDK 1.2.03 and the other is
> Solaris 2.5.1 with JDK 1.1.7.08
> 
> I was stress testing the machines to see how good of a job
> the load balance setup is and I ran into the following problem:
> 
> The 2.5.1 machine started to act weird, it stoped calling the service
> method after parsing the cookies (I use cookies for session managment,
> no URL rewritting)
> 
> Can someone help me out understanding the problem here?
> Why isn't service method called? Why don't I see "Request is in session
> ..."?
> 
> Here's the jserv.log file when the problem occured
> 
> [08/12/1999 17:19:33:887 PST] Connection from wsw00-dev/192.168.2.142
> [08/12/1999 17:19:33:902 PST] Initializing servlet request
> [08/12/1999 17:19:33:902 PST] Reading request data
> [08/12/1999 17:19:34:001 PST] Parsing cookies
> [08/12/1999 17:19:46:219 PST] Connection from wsw00-dev/192.168.2.142
> [08/12/1999 17:19:46:234 PST] Initializing servlet request
> [08/12/1999 17:19:46:234 PST] Reading request data
> [08/12/1999 17:19:46:337 PST] Parsing cookies
> [08/12/1999 17:29:28:272 PST] Connection from wsw01-dev/192.168.2.143
> [08/12/1999 17:29:28:281 PST] Initializing servlet request
> [08/12/1999 17:29:28:281 PST] Reading request data
> [08/12/1999 17:29:28:389 PST] Parsing cookies
> 
> Stuck after Parsing cookies !!!!
> 
> Thanks.
> --
> Jean-Baptiste Laplace
> Software Engineer
> WarpSpeed Communications
> 6683 Owens Drive, Pleasanton, CA 94588
> Tel: (925)-398-1079
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]

-- 
Jean-Baptiste Laplace
Software Engineer
WarpSpeed Communications
6683 Owens Drive, Pleasanton, CA 94588
Tel: (925)-398-1079


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to