BufferOverflowException in Apache error logs

2004-11-01 Thread Lars George
Hi, We have some trouble with Apache 2, mod)jk2 and Tomcat 5. We get these errors in the generic error log for Apache: msg_ajp.getInt(): BufferOverfowException 5 4 Sometimes we get 20-30 of those within 2 or 3 seconds. What does that mean? Thanks, Lars

ChannelSocket is loosing connections

2004-11-10 Thread Lars George
Hi, After investigating the problem we have reported earlier a little more, it looks like we have the following problem: Every now and then we get heaps of SocketExceptions in the logs on Tomcat, all in ChannelSocket.invoke() in jk.common.ChannelSocket.java. Then all TP-Processor threads are

Errors in mod_jk2 log

2004-11-17 Thread Lars George
Hi, We get these errors in the Apache logs coming from mod_jk2: [Wed Nov 17 13:37:32 2004] [error] ajp13.service() ajpGetReply recoverable error 3 [Wed Nov 17 13:37:32 2004] [error] ajp13.service() Error forwarding ajp13:b19socket 1 0 [Wed Nov 17 13:37:32 2004] [error] mod_jk2.handler() Error

Problems compiling mod_jk 1.2.6

2004-11-18 Thread Lars George
Hi, We are trying to compile mod_jk 1.2.6 on a Linux system with 2.2 kernel where we get this error: [EMAIL PROTECTED] native]# make Making all in common make[1]: Entering directory `/downloads/jakarta-tomcat-connectors-jk-1.2.6-src/jk/native/common' /bin/sh /usr/local/apache2/build/libtool

Re: Errors in mod_jk2 log

2004-11-18 Thread Lars George
: There are tons of these messages appeared in my log. I've asked this question before, no one seems bother answering it. Shall we post it to connector's dev list? -Original Message- From: Lars George [mailto:[EMAIL PROTECTED] Sent: November 17, 2004 7:31 PM To: Tomcat Users List Subject

Re: Problems compiling mod_jk 1.2.6

2004-11-19 Thread Lars George
Hi Lars, I solved your (my) problem. Just added a #define in_addr_t unsigned long into the jk_connect.h and compiled. Runs smoothly so far. Darn C code ;-) Thanks, Lars PS: me, myself and I Lars George wrote: Hi, We are trying to compile mod_jk 1.2.6 on a Linux system with 2.2 kernel where we get

Re: JK2: mapping urls from Apache to Tomcat

2004-10-25 Thread Lars George
, Lars George WorldLingo Andrzej Jan Taramina wrote: Still hoping for some enlightenment on this Douglas WF Acheson has said late last year: # Define the Manager proxy that comes with Tomcat [uri:/tomcat/manager/*] context=/manager info=Manager prefix mapping But, after frustrating attempts I

Problems wth Apache, mod_jk2 and Tomcat

2004-10-25 Thread Lars George
Hi, We have an odd problem we cannot solve. Maybe someone else has come across this too. We use Apache 2.0.52 with the Tomcat 5.0.25 and its included mod_jk2 with Coyote/JK2 AJP 1.3 connector. Usually Apache uses 230 slots out of 1000 it has set as the maximum. This can be seen from the

Re: Problems wth Apache, mod_jk2 and Tomcat

2004-10-25 Thread Lars George
with the apache logs and find out what kind of requests are logged in the access just before the event. That should get you going in the right direction. --David Lars George wrote: Hi, We have an odd problem we cannot solve. Maybe someone else has come across this too. We use Apache 2.0.52

Re: Problems wth Apache, mod_jk2 and Tomcat

2004-10-26 Thread Lars George
not something I've ever seen. --David Lars George wrote: David, This proves more difficult, since the requests look like standard requests that work at other times. Moreover the POST data is no logged anyway so I cannot check if it was a value that was sent in by chance. Is there anything else I

Re: Problems wth Apache, mod_jk2 and Tomcat

2004-10-26 Thread Lars George
be something to look at. Otherwise I can't think of a reason in the world for httpd to spontaneously go full out. It's not something I've ever seen. --David Lars George wrote: David, This proves more difficult, since the requests look like standard requests that work at other times. Moreover