RE: mod_jk bug ?

2002-01-25 Thread Ignacio J. Ortega

 De: Ching-Kuan Thum [mailto:[EMAIL PROTECTED]]
 Enviado el: jueves 24 de enero de 2002 15:35
 Para: [EMAIL PROTECTED]
 Asunto: mod_jk bug ?
 
 
 Hi,
 
 I encountered the following error when accessing any java
 servlet(e.g.http://localhost/servlet/SnoopServlet) through 
 Internet Explorer
 of PocketPC :

Maybe IE for PocketPc is sending some kind of malformed HTTP Request?

Or mod_jk native and/or Java part has bug?

Please post a bug a http://nagoya.apache.org/bugzilla , TIA.

Saludos ,
Ignacio J. Ortega



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: mod_jk bug ?

2002-01-25 Thread Ching-Kuan Thum

Ascii.java is available in server\lib\tomcat-util.jar of TC4.0.x
distribution.

The exception could be due to mod_jk incorrectly passing of URL to the java
code or a bug in Java code of Tomcat util.

I have searched the mailing and seen few mails regarding Exception which is
close to what I have but not exactly the same.  e.g.
http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg31712.html

Regards,
Thum

-Original Message-
From: Pae Choi [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 25, 2002 2:17 AM
To: Tomcat Users List
Subject: Re: mod_jk bug ?


Are sure you are running the TC v4.x? I only see the Ascii.java in the
TC v3.x.

Based on the exception, it has nothting to do with mod_jk. It is more
related to the TC v3.x utility class to me.


Pae



 Hi,

 I encountered the following error when accessing any java
 servlet(e.g.http://localhost/servlet/SnoopServlet) through Internet
Explorer
 of PocketPC :

 java.lang.NumberFormatException
 at org.apache.tomcat.util.buf.Ascii.parseInt(Ascii.java:188)
 at org.apache.tomcat.util.buf.ByteChunk.getInt(ByteChunk.java:439)
 at
 org.apache.tomcat.util.buf.MessageBytes.getInt(MessageBytes.java:577)

 at
 org.apache.ajp.RequestHandler.decodeRequest(RequestHandler.java:299)
 at org.apache.ajp.Ajp13.handleMessage(Ajp13.java:310)
 at org.apache.ajp.Ajp13.receiveNextRequest(Ajp13.java:278)
 at
 org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:367
 )
 at
 org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:476)
 at java.lang.Thread.run(Thread.java:484)

 However, there is no problem to access the servlet with IE or Netscape on
 Windows.

 Tested platform :
 OS : Solaris 8, Windows 2000
 Web server : Apache 1.3.22
 Tomcat version : 4.0.1 and 4.0.2b2
 mod_jk version : 1.0 and 1.1 come with Tomcat 3.3 and Tomcat 3.2.4 with
 AJP13

 Is this a bug in Tomcat ?

 WebApp module on Solaris is working fine and doesn't have this problem.
 However, I couldn't test WebApp module on Windows as the only available
 binary of webapp-module-1.0.0 doesn't run on my windows 2000 and is known
to
 be buggy on Windows.

 Thanks in advance for any help.

 Best Regards,
 Thum


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: mod_jk bug ?

2002-01-25 Thread Remy Maucherat

  Hi,
 
  I encountered the following error when accessing any java
  servlet(e.g.http://localhost/servlet/SnoopServlet) through
  Internet Explorer
  of PocketPC :

 Maybe IE for PocketPc is sending some kind of malformed HTTP Request?

 Or mod_jk native and/or Java part has bug?

 Please post a bug a http://nagoya.apache.org/bugzilla , TIA.

This looks like #5861, which I think should be fixed for 4.0.2 final.
There's a patch included with the bug, so if someone could take a look at it
and commit it if it's correct, that would be great.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5861

Thanks,
Remy


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: mod_jk bug ?

2002-01-24 Thread Pae Choi

Are sure you are running the TC v4.x? I only see the Ascii.java in the
TC v3.x.

Based on the exception, it has nothting to do with mod_jk. It is more
related to the TC v3.x utility class to me.


Pae



 Hi,

 I encountered the following error when accessing any java
 servlet(e.g.http://localhost/servlet/SnoopServlet) through Internet
Explorer
 of PocketPC :

 java.lang.NumberFormatException
 at org.apache.tomcat.util.buf.Ascii.parseInt(Ascii.java:188)
 at org.apache.tomcat.util.buf.ByteChunk.getInt(ByteChunk.java:439)
 at
 org.apache.tomcat.util.buf.MessageBytes.getInt(MessageBytes.java:577)

 at
 org.apache.ajp.RequestHandler.decodeRequest(RequestHandler.java:299)
 at org.apache.ajp.Ajp13.handleMessage(Ajp13.java:310)
 at org.apache.ajp.Ajp13.receiveNextRequest(Ajp13.java:278)
 at
 org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:367
 )
 at
 org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:476)
 at java.lang.Thread.run(Thread.java:484)

 However, there is no problem to access the servlet with IE or Netscape on
 Windows.

 Tested platform :
 OS : Solaris 8, Windows 2000
 Web server : Apache 1.3.22
 Tomcat version : 4.0.1 and 4.0.2b2
 mod_jk version : 1.0 and 1.1 come with Tomcat 3.3 and Tomcat 3.2.4 with
 AJP13

 Is this a bug in Tomcat ?

 WebApp module on Solaris is working fine and doesn't have this problem.
 However, I couldn't test WebApp module on Windows as the only available
 binary of webapp-module-1.0.0 doesn't run on my windows 2000 and is known
to
 be buggy on Windows.

 Thanks in advance for any help.

 Best Regards,
 Thum


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]