Re: problems with connector

2006-11-19 Thread Enrico Donelli
Hi Rainer a very big thanks for your help, and also for your work in the connector project. My work and passion depends on your work: I will never thank enough you and the many people working on opensource projects like tomcat. I will test the new version as soon as it's released. Best regards E

Re: problems with connector

2006-11-19 Thread Rainer Jung
Hi Enrico, I think we will have fixed your original problem, and also the sendfull/another log lines in 1.2.20. They don't mean anything bad, so please ignore them for the moment. Watch the list, we will have a 1.2.20 release ready for testing next week. Concerning the client write error, this us

Re: problems with connector

2006-11-18 Thread Mohan2005
; Rainer >> >> >> >> >> >> Enrico Donelli schrieb: >> >> > Hi all, >> >> > I'm having some problems with the mod_jk connector. >> >> > In mod_jk logs file I have a lot of lines like >> >> > >> >> > [Fri Nov 17 23:07:18 2006] [1

Re: problems with connector

2006-11-18 Thread Rainer Jung
Hi Enrico, would you be so kind and answer some of the questions in my previous mails, before we proceed to further questions from your side :) Regards, Rainer Enrico Donelli schrieb: > Thanks a lot for your help Rainer, I really appreciate. > > From time to time (every couple of weeks) the co

Re: problems with connector

2006-11-18 Thread Enrico Donelli
Thanks a lot for your help Rainer, I really appreciate. From time to time (every couple of weeks) the connector completely hangs apache. Tomcat alone is still alive, but apache no longer replies to requests, and I need to restart both Now it's working properly, but there are still many error i

Re: problems with connector

2006-11-18 Thread Rainer Jung
Adding to my own comments: I think I found a problem. So one more question: Do you also observe a real problem, or only the info log messages. Do the requests actually fail? Regards, Rainer Enrico Donelli schrieb: > Thanks Rainer for your reply! > > Here's my mod_jk.conf > > I solved my prev

Re: problems with connector

2006-11-18 Thread Rainer Jung
Hi Enrico, it looks like the config you sent doesn't fit to your problem. The only configured forwarding rule with JkMount is a comment, so mod_jk should never try to reach any tomcat. I assume, you added the comment sign when trying to find the reason to your problem, but this makes me question t

Re: problems with connector

2006-11-18 Thread Enrico Donelli
Thanks Rainer for your reply! Here's my mod_jk.conf I solved my previous error adding the directive JkShmFile /var/log/apache2/mod_jk.shm (see later the copy of the file) Now I have different errors: [Sat Nov 18 09:27:57 2006] [16854:7072] [info] ajp_send_request::jk_ajp_common.c (1170): (ajp1

Re: problems with connector

2006-11-17 Thread Rainer Jung
Please give details on your mod_jk version and concerning your configuration (mod_jk config inside httpd.conf and workers.properties). Errno 2 looks line not such file or directory. So does /etc/apache2/logs/jk-runtime-status exist as a file and is the apache user allowed to write into it. Does th

problems with connector

2006-11-17 Thread Enrico Donelli
Hi all, I'm having some problems with the mod_jk connector. In mod_jk logs file I have a lot of lines like [Fri Nov 17 23:07:18 2006] [12236:7072] [error] jk_child_init::mod_jk.c (2406): Attachning shm:/etc/apache2/logs/jk-runtime-status errno=2 and from time to time the connector completely loc