DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39250>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39250 Summary: Tomcat 3.2.1 + JDK 1.4 Product: Tomcat 3 Version: 3.2.1 Final Platform: Sun OS/Version: SunOS Status: NEW Severity: critical Priority: P3 Component: Servlet AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] I am getting error messages on the console when a https page is invoked. The error messages starts coming on the console immediately when the certificate dialog appears.If we do not respond to the certificate dialog box, error messages will continue to appear on the console and finally causing stack overflow. Following are the error messages appearing on the console: Ctx( ): 400 R( /) null 2006-04-07 04:54:40 - Ctx( ): IOException in: R( /) Connection closed by remote host 2006-04-07 04:54:40 - Ctx( ): IllegalStateException in: R( /) Current state = FLUSHED, new state = CODING 2006-04-07 04:54:40 - Ctx( ): IllegalStateException in: R( /) Current state = FLUSHED, new state = CODING 2006-04-07 04:54:40 - Ctx( ): IllegalStateException in: R( /) Current state = FLUSHED, new state = CODING . . . 2006-04-07 04:54:53 - Ctx( ): IllegalStateException in: R( /) Current state = FLUSHED, new state = CODING 2006-04-07 04:54:53 - Ctx( ): Exception in: R( /) - java.lang.StackOverflowError at sun.security.action.GetPropertyAction.run(GetPropertyAction.java:66) at java.security.AccessController.doPrivileged(Native Method) at java.io.PrintWriter.<init>(PrintWriter.java:72) at java.io.PrintWriter.<init>(PrintWriter.java:57) at org.apache.tomcat.context.ExceptionHandler.doService(DefaultCMSetter.java:268) at org.apache.tomcat.core.Handler.service(Handler.java:286) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.handleError(ContextManager.java:1147) at org.apache.tomcat.core.Handler.service(Handler.java:311) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.handleError(ContextManager.java:1147) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]