George Kappel wrote:
> 
> Most definitely JDK related, we have found that the latest Solaris
> production release of JDK 1.2.1_03 to be much faster and much more stable
> than the 1.1.x series.
> 
> > Is this JServ or the JDK?? Running Apache 1.3.6, JDK 1.1.7 on Sun
> > Sparc10 w/
> > Solaris 2.6.

We found a similar problem with 1.2.1_03 on Solaris - it was a
ArrayOutOfBoundsException coding error that was compiled into native
code by the JIT compiler and consequently not caught. Switch off JIT and
you should be able to isolate the error in the code and fix it; then
turn JIT back on.

Damian

-- 
Damian Fauth                                       201 Sussex Street
Software Engineer                                   Sydney, NSW 2000
John Fairfax Holdings Ltd                                  Australia
[EMAIL PROTECTED]                    Ph. (+612) 9282 3528


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

Reply via email to