Hi Dave, Yes I did. They said that the problem with the redirect was not going to be fixed. I thought the patch sorted it out. Now I have upgarded to 4.1.12 and could not get the connector to work, it is a pain having to build it from source. I also upgraded to Apache 2 from 1.3.23. I built the connector OK but now have to work out the workers2.properties file how to load mod_jk I think. It is confusing what has to be done, are mod_jkl and coyote the same or different? Boy, they sure make it hard and the documentation is dense.
David -----Original Message----- From: Dave Everson [mailto:[EMAIL PROTECTED]] Sent: 25 September 2002 18:55 To: 'Turbine Users List' Subject: RE: First page very slow to load Did you check out the Tomcat mailing list as I suggested? We had the same exact problem and had to update to a new version of Tomcat and the problem was fixed. In particular to upgraded to Tomcat 4.1.9. Dave -----Original Message----- From: David Wynter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 10:26 AM To: Turbine Users List Subject: RE: First page very slow to load Hi, I applied the patch linked to below to my T2.1 and deployed it to my website, and it is has not solved the problem. This problem does not appear on my development box with the Tomcat 4.0b6 and Sun JDK 1.3.1, only on my product box with Sun JDK 1.4.1_02 and Tomcat 4.0.4. Any other ideas? This is the stack trace. 2002-09-25 16:16:01 HttpProcessor[8080][3] process.finish java.lang.IllegalStateException: Current state = FLUSHED, new state = CODING_END at java.nio.charset.CharsetEncoder.throwIllegalStateException(CharsetEncode r.ja va:933) at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:529) at sun.nio.cs.StreamEncoder$CharsetSE.flushLeftoverChar(StreamEncoder.java: 356) at sun.nio.cs.StreamEncoder$CharsetSE.implClose(StreamEncoder.java:413) at sun.nio.cs.StreamEncoder.close(StreamEncoder.java:158) at java.io.OutputStreamWriter.close(OutputStreamWriter.java:222) at java.io.PrintWriter.close(PrintWriter.java:137) at org.apache.catalina.connector.ResponseBase.finishResponse(ResponseBase.j ava: 482) at org.apache.catalina.connector.HttpResponseBase.finishResponse(HttpRespon seBa se.java:237) at org.apache.catalina.connector.http.HttpResponseImpl.finishResponse(HttpR espo nseImpl.java:287) at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.j ava: 1054) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java: 1125 ) at java.lang.Thread.run(Thread.java:536) Thanks David -----Original Message----- From: Miessbrandt Gunter [mailto:[EMAIL PROTECTED]] Sent: 25 September 2002 07:47 To: 'Turbine Users List' Subject: AW: First page very slow to load Look at http://www.mail-archive.com/[email protected]/msg03660.html I hope this helps. I have not tried the patch myself. Gunter M. > -----Urspr�ngliche Nachricht----- > Von: David Wynter [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 24. September 2002 18:06 > An: Turbine Users List > Betreff: RE: First page very slow to load > > > Hi Gunter, > > I had searched the Turbine User archive, but the search craps > out when you use "IllegalStateException" as the search > argument. I did find one thread that related to 404 errors. I > am using Apache 1.3.23 not 2.0.4 as this other recent very > complex thread about Tomcat and 404 errors. I also searched > the Tomcat User archive and found similar threads but for jsp > pages, they did not seem to have a solution, it was > unresolved. Do you have a specific URL at marc? > > thanks > > David > > -----Original Message----- > From: Dave Everson [mailto:[EMAIL PROTECTED]] > Sent: 24 September 2002 14:46 > To: 'Turbine Users List' > Subject: RE: First page very slow to load > > > This is related to Apache Tomcat. > > We had a similar problem when we went to JDK 1.4. What you > need to do is to update your Apache Tomcat installation. > Search their mailing list for more details about this error. > > Dave > > -----Original Message----- > From: David Wynter [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 24, 2002 8:38 AM > To: Turbine-User > Subject: First page very slow to load > > Hi, > > I have folk look at my site (www.roamware.com) and say that > the first screen takes a very long time to load (>1 minute). > I realised that I had got used to this and highlight the URL > a second time and then hit <Enter>, this loads the screen > immediately. The only thing I can find that is out of the > ordinary is an exception showing in the catalina_log > > e.g. > > 2002-09-24 14:25:07 HttpProcessor[8080][3] process.finish > java.lang.IllegalStateException: Current state = FLUSHED, new > state = CODING_END > at > java.nio.charset.CharsetEncoder.throwIllegalStateException(Cha > rsetEncode > r.ja > va:933) > at > java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:529) > ..... > > roamware_access_log looks normal. Any ideas on this. I note > that a couple of days ago Alexander Banthian posted a mail > about the same exception, but mine does not say anything > about a socket being closed. > > The site in on Mandrake 8.2 Linux, Sun JDK 1.4.0_01 and > Tomcat 4.0.4 with Turbine 2.1 > > > Thanks > > > David Wynter > Director > roamware Ltd. > (+44) (0) 208 922 7539 B. > (+44) (0) 7879 605 706 M. > [EMAIL PROTECTED] > > > -- > To unsubscribe, e-mail: > <mailto:turbine-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: > <mailto:turbine-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: > <mailto:turbine-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
