Re: IllegalStateException while using SSL

2002-09-08 Thread Bill Barker

In general, you get better responses if you mention which Tomcat version you
are using.  Having spent way too much time on this list :), I'm guessing
that you are using a 3.2.x version.  If possible you should try upgrading to
at least 3.3.1 (and, for HTTPS, upgrade to the CoyoteConnector to take
advantage of keep-alive).

hari@acusis [EMAIL PROTECTED] wrote in message
00be01c2562a$bae17c70$fa00a8c0@faustbuch">news:00be01c2562a$bae17c70$fa00a8c0@faustbuch...
 Hi,

 I setup SSL in Tomcat using JSEE and the key is generated using the
 keytool utility. The system is working fine, but the server is throwing
 an IllegalStateException continuously while accessing any page through
 HTTPS. This never stops and after few minutes of throwing the exception,
 it gices an OutOfMemory error and stops there. [Till then it
 successfully serves all pages through HTTPS]. The exception thrown is
 copied below.


 2002-09-07 10:11:24 - Ctx(  ): IllegalStateException in: R( /) Current
 state = FLUSHED, new state = CODING


 Any ideas why this is happening and how to resolve this?


 Thx,
 Hari.






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




IllegalStateException while using SSL

2002-09-06 Thread [EMAIL PROTECTED]

Hi,
 
I setup SSL in Tomcat using JSEE and the key is generated using the
keytool utility. The system is working fine, but the server is throwing
an IllegalStateException continuously while accessing any page through
HTTPS. This never stops and after few minutes of throwing the exception,
it gices an OutOfMemory error and stops there. [Till then it
successfully serves all pages through HTTPS]. The exception thrown is
copied below.
 
 
2002-09-07 10:11:24 - Ctx(  ): IllegalStateException in: R( /) Current
state = FLUSHED, new state = CODING
 
 
Any ideas why this is happening and how to resolve this?
 
 
Thx,
Hari.