RE: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-21 Thread Allistair Crossley
This issue disappears with 1.2.8 RC1. Cheers! Allistair. > -Original Message- > From: Allistair Crossley > Sent: 17 December 2004 09:48 > To: Tomcat Developers List > Subject: RE: JK throws java.lang.NumberFormatException when JSP is not > found. (tomcat debug l

RE: JK throws java.lang.NumberFormatException when JSP is not found. (tomcat debug logging)

2004-12-17 Thread Allistair Crossley
IL PROTECTED] > Sent: 16 December 2004 20:23 > To: Tomcat Developers List > Subject: Re: JK throws java.lang.NumberFormatException when JSP is not > found. (trace logging) > > > > - Original Message - > From: "Allistair Crossley" <[EMAIL PROTECTE

Re: JK throws java.lang.NumberFormatException when JSP is not found. (trace logging)

2004-12-16 Thread Bill Barker
- Original Message - From: "Allistair Crossley" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, December 16, 2004 8:18 AM Subject: RE: JK throws java.lang.NumberFormatException when JSP is not found. (trace logging)

RE: JK throws java.lang.NumberFormatException when JSP is not found. (trace logging)

2004-12-16 Thread Allistair Crossley
67): exit > -Original Message- > From: Bill Barker [mailto:[EMAIL PROTECTED] > Sent: 16 December 2004 15:38 > To: Tomcat Developers List > Subject: Re: JK throws java.lang.NumberFormatException when JSP is not > found. (trace logging) > > > > - Origina

Re: JK throws java.lang.NumberFormatException when JSP is not found. (trace logging)

2004-12-16 Thread Bill Barker
- Original Message - From: "Allistair Crossley" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, December 16, 2004 6:22 AM Subject: RE: JK throws java.lang.NumberFormatException when JSP is not found. (trace loggi

RE: JK throws java.lang.NumberFormatException when JSP is not found. (trace logging)

2004-12-16 Thread Allistair Crossley
Hi Guys, Well I have trace logging on but there do not appear to be errors in the logs. You can clearly see from the timestamps on the logging below that the errors are linked to each other. As soon as I request a JSP that does not exist, e.g I request http://testserver/nosuchjsp.jsp I get th

RE: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Derrick Koes
al Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 5:07 PM To: Tomcat Developers List; Tomcat Developers List Subject: RE: JK throws java.lang.NumberFormatException when JSP is not found. Hi, Will add trace logging first thing tomorrow morning a

RE: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Allistair Crossley
hrows java.lang.NumberFormatException when JSP is not found. Allistair Crossley wrote: > Hi Mladen, > > Just a follow-up on this decoding issue in JK. I have just this moment accidentally come upon a scenario where I can gener

RE: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Derrick Koes
me\apache\jk\isapi Build the sources using MSDEV c:\>MSDEV isapi.dsp /MAKE ALL -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 2:22 PM To: Tomcat Developers List Subject: Re: JK throws java.lang.NumberFormatException when JSP is not fou

RE: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Derrick Koes
Sorry, just following the equivalent path I used for JK2. -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 2:49 PM To: Tomcat Developers List Subject: Re: JK throws java.lang.NumberFormatException when JSP is not found. Derrick Koes

Re: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Mladen Turk
Derrick Koes wrote: Thanks Mladen. c:\>MSDEV isapi.dsp /MAKE ALL This still builds something called tomcat_redirector.dll rather than isapi_redirect.dll. Like said use iis not isapi. I'll change the documentation ASAP. It's realy missleading for IIS. Mladen. ---

Re: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Mladen Turk
Derrick Koes wrote: Building isapi under JK/native from CVS builds tomcat_redirector.dll. Is this really isapi_redirect.dll? Yes if you wish to build a Domino5 connector (That's ISAPI). For IIS use the iis folder :). Mladen. -

RE: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Derrick Koes
PM To: Tomcat Developers List Subject: Re: JK throws java.lang.NumberFormatException when JSP is not found. Derrick Koes wrote: > > JK 1.2.7 beta 3 > > I am running with other isapi filters (coldfusion/jrun and a home grown one), > but I haven't seen anything like this in p

RE: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Derrick Koes
Re: JK throws java.lang.NumberFormatException when JSP is not found. Derrick Koes wrote: > > > Is there some good instruction somewhere on what is needed and how to build > JK? > Webserver, JK sources and compiler :). http://jakarta.apache.org/tomcat/connectors-doc/ Look at the

Re: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Mladen Turk
Allistair Crossley wrote: Hi Mladen, Just a follow-up on this decoding issue in JK. I have just this moment accidentally come upon a scenario where I can generate this error. You can generate it by requesting a JSP that does not exist, so long as you have a /*.jsp mapping in urimapping.properties

Re: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Mladen Turk
Derrick Koes wrote: Is there some good instruction somewhere on what is needed and how to build JK? Webserver, JK sources and compiler :). http://jakarta.apache.org/tomcat/connectors-doc/ Look at the Installation part. I've recently built JK2, BTW. Then you should have no problems.

Re: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Bill Barker
At the risk of sounding like Remy, I'd have to credit your imagination again ;-). This exception happens long before the request is mapped, so it can't possibly matter if the page exists or not. It has to do with parsing the Content-Length header. If you can turn on DEBUG logging for org.apache.

Re: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Mladen Turk
Derrick Koes wrote: JK 1.2.7 beta 3 I am running with other isapi filters (coldfusion/jrun and a home grown one), but I haven't seen anything like this in previous versions of JK or JK2. Yes, very strange. I'll try to reproduce the bug on my side now that Allistair said it can be repeated :). R

RE: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Derrick Koes
hrows java.lang.NumberFormatException when JSP is not found. Derrick Koes wrote: > > JK 1.2.7 beta 3 > > I am running with other isapi filters (coldfusion/jrun and a home grown one), > but I haven't seen anything like this in previous versions of JK or JK2. > Yes, very st

RE: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Derrick Koes
JK 1.2.7 beta 3 I am running with other isapi filters (coldfusion/jrun and a home grown one), but I haven't seen anything like this in previous versions of JK or JK2. Requesting a URL from my browser produces: Microsoft Visual C++ Debug Library Debug Assertion Failed! Program: C:\WINDOWS\Sy