RE: JK 1.2.7 Problem?

2004-12-14 Thread Allistair Crossley
] [trace] 
uri_worker_map_alloc::jk_uri_worker_map.c (192): enter
[Tue Dec 14 11:06:50 2004] [3176:2160] [trace] 
uri_worker_map_open::jk_uri_worker_map.c (442): enter
[Tue Dec 14 11:06:50 2004] [3176:2160] [debug] 
uri_worker_map_open::jk_uri_worker_map.c (461): rule map size is 2
[Tue Dec 14 11:06:50 2004] [3176:2160] [trace] 
uri_worker_map_add::jk_uri_worker_map.c (266): enter
[Tue Dec 14 11:06:50 2004] [3176:2160] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (360): suffix rule /.do=ajp13 was added
[Tue Dec 14 11:06:50 2004] [3176:2160] [trace] 
uri_worker_map_add::jk_uri_worker_map.c (433): exit
[Tue Dec 14 11:06:50 2004] [3176:2160] [trace] 
uri_worker_map_add::jk_uri_worker_map.c (266): enter

 -Original Message-
 From: Allistair Crossley 
 Sent: 14 December 2004 11:04
 To: Tomcat Users List
 Subject: RE: JK 1.2.7 Problem?
 
 
 OK will do ... give me 15 mins
 
  -Original Message-
  From: Mladen Turk [mailto:[EMAIL PROTECTED]
  Sent: 14 December 2004 11:00
  To: Tomcat Users List
  Subject: Re: JK 1.2.7 Problem?
  
  
  Allistair Crossley wrote:
   I installed beta 3 this morning and I regret to inform you 
  that it did not work at all. That is to say, it could not 
  send requests to Tomcat for some reason. The only debug 
  logging that appears is:
  
  Cool. We getting somewhere.
  It's better to not work at all then to work faulty :).
  
  Can you set the log level to trace, and then post the log
  and workers.properties?
  
  It would be really helpful!
  
  Regards,
  Mladen.
  
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
 FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
 ---
 QAS Ltd.
 Developers of QuickAddress Software
 a href=http://www.qas.com;www.qas.com/a
 Registered in England: No 2582055
 Registered in Australia: No 082 851 474
 ---
 /FONT
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

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


JK 1.2.7 Problem?

2004-12-13 Thread Allistair Crossley
Hi,

I'm afraid I cannot tell you too much about this. I have no idea why or how I 
am generating these errors. I'm just stepping around my test web site and and 
every now and again this error is dumped into stdout. I think it may be the JK 
1.2.7 beta 2. It's running as an IIS 5 ISAPI filter to Tomcat 5.5.5. No error 
is propogated to the user, it seems to be silent.

SEVERE: Error decoding request 
java.lang.NumberFormatException
 at org.apache.tomcat.util.buf.Ascii.parseInt(Ascii.java:145)
 at org.apache.tomcat.util.buf.ByteChunk.getInt(ByteChunk.java:491)
 at org.apache.tomcat.util.buf.MessageBytes.getInt(MessageBytes.java:645)
 at org.apache.jk.common.HandlerRequest.decodeHeaders(HandlerRequest.java:682)
 at org.apache.jk.common.HandlerRequest.decodeRequest(HandlerRequest.java:504)
 at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:361)
 at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:745)
 at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:675)
 at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:868)
 at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
 at java.lang.Thread.run(Thread.java:595)
Dec 13, 2004 5:21:15 PM org.apache.jk.common.ChannelSocket processConnection
WARNING: processCallbacks status 2

Cheers, Allistair.


FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
---
QAS Ltd.
Developers of QuickAddress Software
a href=http://www.qas.com;www.qas.com/a
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT


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



Re: JK 1.2.7 Problem?

2004-12-13 Thread Mladen Turk
Allistair Crossley wrote:
Hi,
I'm afraid I cannot tell you too much about this. I have no idea why or how I 
am generating these errors. I'm just stepping around my test web site and and 
every now and again this error is dumped into stdout. I think it may be the JK 
1.2.7 beta 2. It's running as an IIS 5 ISAPI filter to Tomcat 5.5.5. No error 
is propogated to the user, it seems to be silent.
Hi can you test the newst beta-3.
It might be that you have a socket_timeout property set in your config
that was using milliseconds instead seconds.
The binaries are at:
http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/win32/
Also could you please turn log level to trace and post a log.
Regards,
Mladen.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: JK 1.2.7 Problem?

2004-12-13 Thread Allistair Crossley
Will do. I am off now so it will be tomorrow before I can post anything.

Cheers, Allistair,

 -Original Message-
 From: Mladen Turk [mailto:[EMAIL PROTECTED]
 Sent: 13 December 2004 18:02
 To: Tomcat Users List
 Subject: Re: JK 1.2.7 Problem?
 
 
 Allistair Crossley wrote:
  Hi,
  
  I'm afraid I cannot tell you too much about this. I have no 
 idea why or how I am generating these errors. I'm just 
 stepping around my test web site and and every now and again 
 this error is dumped into stdout. I think it may be the JK 
 1.2.7 beta 2. It's running as an IIS 5 ISAPI filter to Tomcat 
 5.5.5. No error is propogated to the user, it seems to be silent.
  
 
 Hi can you test the newst beta-3.
 It might be that you have a socket_timeout property set in your config
 that was using milliseconds instead seconds.
 
 The binaries are at:
 http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binari
es/win32/

Also could you please turn log level to trace and post a log.

Regards,
Mladen.


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



FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
---
QAS Ltd.
Developers of QuickAddress Software
a href=http://www.qas.com;www.qas.com/a
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT


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



RE: JK 1.2.7 Problem?

2004-12-13 Thread Allistair Crossley
I installed beta 3 this morning and I regret to inform you that it did not work 
at all. That is to say, it could not send requests to Tomcat for some reason. 
The only debug logging that appears is:

[Tue Dec 14 10:25:45 2004] [1600:2440] [debug] init_jk::jk_isapi_plugin.c 
(1004): Using registry.
[Tue Dec 14 10:25:45 2004] [1600:2440] [debug] init_jk::jk_isapi_plugin.c 
(1006): Using log file d:\jakarta-tomcat-jk\logs\isapi.log.
[Tue Dec 14 10:25:45 2004] [1600:2440] [debug] init_jk::jk_isapi_plugin.c 
(1007): Using log level 1.
[Tue Dec 14 10:25:45 2004] [1600:2440] [debug] init_jk::jk_isapi_plugin.c 
(1008): Using extension uri /jakarta/isapi_redirect.dll.
[Tue Dec 14 10:25:45 2004] [1600:2440] [debug] init_jk::jk_isapi_plugin.c 
(1009): Using worker file d:\jakarta-tomcat-jk\conf\workers.properties.
[Tue Dec 14 10:25:45 2004] [1600:2440] [debug] init_jk::jk_isapi_plugin.c 
(1010): Using worker mount file 
d:\jakarta-tomcat-jk\conf\uriworkermap.properties.
[Tue Dec 14 10:25:45 2004] [1600:2440] [debug] init_jk::jk_isapi_plugin.c 
(1012): Using uri select 0.

Then it hangs indefinately until an IE Page Not Found default thing is 
produced. I restarted IIS many times and Tomcat also to ensure I got this 
right. Our setup is very very general in terms of JK, meaning that I only had 
to swap in the DLL to test this.

To confirm, I swapped back in the 1.2.6 DLL and everything worked straight away.

I await your suggestions, if any, to help you determine what this could be. 
I've done IIS JK config for a looong time now, so I do not *believe* I have 
made a mistake, although accept this is always a possibility :p

Cheers, Allistair

 -Original Message-
 From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Barker
 Sent: 14 December 2004 06:01
 To: [EMAIL PROTECTED]
 Subject: Re: JK 1.2.7 Problem?
 
 
 You could also set the logging level to DEBUG for the category 
 'org.apache.jk'.  That should give you a hex dump of the 
 problem message 
 with the exception.
 
 The exception is when Tomcat is parsing the Content-Length 
 header.  However, 
 since it is working on the retry (inferred because it isn't 
 reported to the 
 user), I'm guessing that Mladen is probably correct about the cause.
 
 Allistair Crossley [EMAIL PROTECTED] wrote in message 
 news:[EMAIL PROTECTED]
 Will do. I am off now so it will be tomorrow before I can 
 post anything.
 
 Cheers, Allistair,
 
  -Original Message-
  From: Mladen Turk [mailto:[EMAIL PROTECTED]
  Sent: 13 December 2004 18:02
  To: Tomcat Users List
  Subject: Re: JK 1.2.7 Problem?
 
 
  Allistair Crossley wrote:
   Hi,
  
   I'm afraid I cannot tell you too much about this. I have no
  idea why or how I am generating these errors. I'm just
  stepping around my test web site and and every now and again
  this error is dumped into stdout. I think it may be the JK
  1.2.7 beta 2. It's running as an IIS 5 ISAPI filter to Tomcat
  5.5.5. No error is propogated to the user, it seems to be silent.
  
 
  Hi can you test the newst beta-3.
  It might be that you have a socket_timeout property set in 
 your config
  that was using milliseconds instead seconds.
 
  The binaries are at:
  http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binari
 es/win32/
 
 Also could you please turn log level to trace and post a log.
 
 Regards,
 Mladen.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE
 ---
 QAS Ltd.
 Developers of QuickAddress Software
 a href=http://www.qas.com;www.qas.com/a
 Registered in England: No 2582055
 Registered in Australia: No 082 851 474
 ---
 /FONT 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

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



Re: JK 1.2.7 Problem?

2004-12-13 Thread Mladen Turk
Allistair Crossley wrote:
I installed beta 3 this morning and I regret to inform you that it did not work at all. That is to say, it could not send requests to Tomcat for some reason. The only debug logging that appears is:
Cool. We getting somewhere.
It's better to not work at all then to work faulty :).
Can you set the log level to trace, and then post the log
and workers.properties?
It would be really helpful!
Regards,
Mladen.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: JK 1.2.7 Problem?

2004-12-13 Thread Allistair Crossley
OK will do ... give me 15 mins

 -Original Message-
 From: Mladen Turk [mailto:[EMAIL PROTECTED]
 Sent: 14 December 2004 11:00
 To: Tomcat Users List
 Subject: Re: JK 1.2.7 Problem?
 
 
 Allistair Crossley wrote:
  I installed beta 3 this morning and I regret to inform you 
 that it did not work at all. That is to say, it could not 
 send requests to Tomcat for some reason. The only debug 
 logging that appears is:
 
 Cool. We getting somewhere.
 It's better to not work at all then to work faulty :).
 
 Can you set the log level to trace, and then post the log
 and workers.properties?
 
 It would be really helpful!
 
 Regards,
 Mladen.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
---
QAS Ltd.
Developers of QuickAddress Software
a href=http://www.qas.com;www.qas.com/a
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT


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



Re: JK 1.2.7 Problem?

2004-12-13 Thread Mladen Turk
Allistair Crossley wrote:
Here is the trace logging. IE just hangs for a long while and does not get 
anywhere. As soon as 1.2.6 is back in, it works again.
Whow!
Seems that the problem is caused by the fact that beta3 binaries
are compiled as 'debug' so tolower function is issuing an assertion.
I'll make a release build and sent it to your email directly.
Can you check the results with release build?
Regards,
Mladen.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: JK 1.2.7 Problem?

2004-12-13 Thread Allistair Crossley
the build you sent me works OK Mladen :)

 -Original Message-
 From: Allistair Crossley 
 Sent: 14 December 2004 11:27
 To: Tomcat Users List
 Subject: RE: JK 1.2.7 Problem?
 
 
 will do.
 
  -Original Message-
  From: Mladen Turk [mailto:[EMAIL PROTECTED]
  Sent: 14 December 2004 11:25
  To: Tomcat Users List
  Subject: Re: JK 1.2.7 Problem?
  
  
  Allistair Crossley wrote:
   Here is the trace logging. IE just hangs for a long while 
  and does not get anywhere. As soon as 1.2.6 is back in, it 
  works again.
   
  
  Whow!
  Seems that the problem is caused by the fact that beta3 binaries
  are compiled as 'debug' so tolower function is issuing an assertion.
  
  I'll make a release build and sent it to your email directly.
  Can you check the results with release build?
  
  
  Regards,
  Mladen.
  
  
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
 FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
 ---
 QAS Ltd.
 Developers of QuickAddress Software
 a href=http://www.qas.com;www.qas.com/a
 Registered in England: No 2582055
 Registered in Australia: No 082 851 474
 ---
 /FONT
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

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



RE: JK 1.2.7 Problem?

2004-12-13 Thread Allistair Crossley
will do.

 -Original Message-
 From: Mladen Turk [mailto:[EMAIL PROTECTED]
 Sent: 14 December 2004 11:25
 To: Tomcat Users List
 Subject: Re: JK 1.2.7 Problem?
 
 
 Allistair Crossley wrote:
  Here is the trace logging. IE just hangs for a long while 
 and does not get anywhere. As soon as 1.2.6 is back in, it 
 works again.
  
 
 Whow!
 Seems that the problem is caused by the fact that beta3 binaries
 are compiled as 'debug' so tolower function is issuing an assertion.
 
 I'll make a release build and sent it to your email directly.
 Can you check the results with release build?
 
 
 Regards,
 Mladen.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
---
QAS Ltd.
Developers of QuickAddress Software
a href=http://www.qas.com;www.qas.com/a
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT


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



Re: JK 1.2.7 Problem?

2004-12-13 Thread Bill Barker
You could also set the logging level to DEBUG for the category 
'org.apache.jk'.  That should give you a hex dump of the problem message 
with the exception.

The exception is when Tomcat is parsing the Content-Length header.  However, 
since it is working on the retry (inferred because it isn't reported to the 
user), I'm guessing that Mladen is probably correct about the cause.

Allistair Crossley [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
Will do. I am off now so it will be tomorrow before I can post anything.

Cheers, Allistair,

 -Original Message-
 From: Mladen Turk [mailto:[EMAIL PROTECTED]
 Sent: 13 December 2004 18:02
 To: Tomcat Users List
 Subject: Re: JK 1.2.7 Problem?


 Allistair Crossley wrote:
  Hi,
 
  I'm afraid I cannot tell you too much about this. I have no
 idea why or how I am generating these errors. I'm just
 stepping around my test web site and and every now and again
 this error is dumped into stdout. I think it may be the JK
 1.2.7 beta 2. It's running as an IIS 5 ISAPI filter to Tomcat
 5.5.5. No error is propogated to the user, it seems to be silent.
 

 Hi can you test the newst beta-3.
 It might be that you have a socket_timeout property set in your config
 that was using milliseconds instead seconds.

 The binaries are at:
 http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binari
es/win32/

Also could you please turn log level to trace and post a log.

Regards,
Mladen.


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



FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE
---
QAS Ltd.
Developers of QuickAddress Software
a href=http://www.qas.com;www.qas.com/a
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT 




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