Re: Mod_jk error

2014-01-13 Thread Alex Lucard
Thank you so much i have it working now i had to change the httpd.com from JkMount /Hello/*loadbalancer1 To JkMount /Hello*workspace1 On Jan 12, 2014 9:31 PM, 侯树成 chain...@gmail.com wrote: Hi, Alex What is your mod_jk.conf file that used for mod_jk configuration. You can config it as

Re: Mod_jk error

2014-01-12 Thread 侯树成
Hi, Alex What is your mod_jk.conf file that used for mod_jk configuration. You can config it as blow: LoadModule jk_module modules/mod_jk.so JkWorkersFile conf/workers.properties JkLogFile logs/mod_jk.log JkLogLevel error JkLogStampFormat [%a %b %d %H:%M:%S %Y] JkOptions +ForwardKeySize

Mod_jk error

2014-01-10 Thread Alex Lucard
. On Jan 10, 2014 5:00 PM, Alex Lucard priest.luc...@gmail.com wrote: I am running CentOS 6.5 and tomcat 7 I cannot get the mod_jk to work I have a JSP page on this server and if you go to localhost:8080/Hello it will work but if I just go to localhost/Hello The requested URL /Hello was not

Re: Mod_jk error

2014-01-10 Thread Mark Eggers
On 1/10/2014 2:53 PM, Alex Lucard wrote: . On Jan 10, 2014 5:00 PM, Alex Lucard priest.luc...@gmail.com wrote: I am running CentOS 6.5 and tomcat 7 I cannot get the mod_jk to work I have a JSP page on this server and if you go to localhost:8080/Hello it will work but if I just go to

Re: Explanation mod_jk error messages

2009-10-01 Thread Bocalinda
Thanks a lot Rainer. If the error messages are in some way OK, then my question got answered. Thanks again. 2009/9/30 Rainer Jung rainer.j...@kippdata.de On 30.09.2009 17:19, Bocalinda wrote: Hi André. I actually stopped one server on purpose, to test the mod_jk's behavior. So the

Explanation mod_jk error messages

2009-09-30 Thread Bocalinda
Hi List, I have configured Apache 2.2.11 (worker mpm) with mod_jk 1.2.27 and two nodes of Tomcat 6.0.20 My mod_jk configuration only has the following settings (apart from the port and IP address settings ofcourse): worker.tcnodo-11.socket_keepalive=true

Re: Explanation mod_jk error messages

2009-09-30 Thread André Warnier
Bocalinda wrote: ... My mod_jk configuration only has the following settings (apart from the port and IP address settings ofcourse): That is exactly what it would have been interesting to see, along with the Connector tags in your Tomcat's server.xml files. What is strange with the error

Re: Explanation mod_jk error messages

2009-09-30 Thread Bocalinda
Hi André. I actually stopped one server on purpose, to test the mod_jk's behavior. So the errors are not generated due to an overload or something. I would love to send you the whole workers.properties file and server.xml, but unfurtunately at this moment I can't. In advance I can tell you that

Re: Explanation mod_jk error messages

2009-09-30 Thread Rainer Jung
On 30.09.2009 17:19, Bocalinda wrote: Hi André. I actually stopped one server on purpose, to test the mod_jk's behavior. So the errors are not generated due to an overload or something. I would love to send you the whole workers.properties file and server.xml, but unfurtunately at this

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-08 Thread Dennis Christopher
Rainer, I've disabled mod_status in the httpd.conf and now the error no longer appears in mod_jk.log. I try http://localhost/sample/ on the server, as you request, and I am back to file not found. I can reach the server from outside - the default web page shows up okay and references

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-07 Thread Rainer Jung
On 04.09.2009 16:01, Dennis Christopher wrote: Rainer, Apparently apache is calling /server-status - I see that mod_status is No, apache itself isn't calling anything. enabled in httpd.conf and exercises that context. One of the frustrations, and I dont know Apache well, is that the

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-04 Thread Dennis Christopher
Rainer, Apparently apache is calling /server-status - I see that mod_status is enabled in httpd.conf and exercises that context. One of the frustrations, and I dont know Apache well, is that the access log seldom updates. The error log in the same folder does update, but contains little

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-03 Thread Rainer Jung
On 03.09.2009 20:24, Dennis Christopher wrote: Rainer, Trying your /sample/ I get the same result. The log appears to respond to that try but the lines are similar to those I originally posted from mod_jk.log. It's as though every context request is translated into '/server-status'.

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-03 Thread Rainer Jung
On 02.09.2009 21:45, Dennis Christopher wrote: Rainer, Thanks for the reply. I was confused in my orginal post: I am not using JBoss at all, only mod_jk. The file contents are as follows below. Apache has a hosts directory, but I'm not sure if the files matter. They are either the

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-03 Thread Dennis Christopher
Rainer, I am not sending /server-status explicitly. The mod_jk log which I excerpted earlier shows the processing of server-status before any context is asked for, apparently when Tomcat starts up. The log continues to repeat these entries - apparently mod_jk is looping trying to

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-03 Thread Rainer Jung
On 03.09.2009 15:34, Dennis Christopher wrote: Rainer, I am not sending /server-status explicitly. The mod_jk log which I excerpted earlier shows the processing of server-status before any context is asked for, apparently when Tomcat starts up. The log continues to repeat these entries

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-03 Thread Dennis Christopher
Rainer, The problem is that I am trying to support simple references to my context without the tomcat port explicitly included. example: myexample.com/sample should invoke the web-app sample. what happens instead: the browser tells me: file not found. looking at catalina.out it seems the

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-03 Thread Rainer Jung
On 03.09.2009 19:15, Dennis Christopher wrote: The problem is that I am trying to support simple references to my context without the tomcat port explicitly included. example: myexample.com/sample should invoke the web-app sample. You don't have a JkMount for /sample, only one for /sample/*.

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-03 Thread Dennis Christopher
Rainer, Trying your /sample/ I get the same result. The log appears to respond to that try but the lines are similar to those I originally posted from mod_jk.log. It's as though every context request is translated into '/server- status'. the bracketed numbers are: [221:268597152]

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-02 Thread Rainer Jung
On 27.08.2009 15:45, Dennis Christopher wrote: environment: Tomcat 6.0.18 under apache2 on Mac OS X Server 10.5 (Leopard). I am using a mod_jk connector with JBoss. I am having trouble getting context urls of the form website.my.com/myapplication honoured (or even localhost/myapplication).

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-02 Thread Dennis Christopher
Rainer, Thanks for the reply. I was confused in my orginal post: I am not using JBoss at all, only mod_jk. The file contents are as follows below. Apache has a hosts directory, but I'm not sure if the files matter. They are either the apache .default files or slight modifications of

mod_jk error

2009-08-28 Thread Dennis Christopher
environment: Tomcat 6.0.18 under apache2 on Mac OS X Server 10.5 (Leopard). My mod_jk error log set to debug level tells me Attempting to map URI /server-status then no match for server-status found Anyone know if this error matters, and if so where the URI server- status is coming from

/context not working -- mod_jk error: no match for /server-status

2009-08-27 Thread Dennis Christopher
environment: Tomcat 6.0.18 under apache2 on Mac OS X Server 10.5 (Leopard). I am using a mod_jk connector with JBoss. I am having trouble getting context urls of the form website.my.com/ myapplication honoured (or even localhost/myapplication). (Safari:File not found).I have googled the

RE: /context not working -- mod_jk error: no match for /server-status

2009-08-27 Thread Martin Gainty
contenu fourni. From: dchristop...@pixion.com To: users@tomcat.apache.org Subject: /context not working -- mod_jk error: no match for /server-status Date: Thu, 27 Aug 2009 09:45:26 -0400 environment: Tomcat 6.0.18 under apache2 on Mac OS X Server 10.5 (Leopard). I am using a mod_jk

Re: /context not working -- mod_jk error: no match for /server-status

2009-08-27 Thread Dennis Christopher
@tomcat.apache.org Subject: /context not working -- mod_jk error: no match for /server- status Date: Thu, 27 Aug 2009 09:45:26 -0400 environment: Tomcat 6.0.18 under apache2 on Mac OS X Server 10.5 (Leopard). I am using a mod_jk connector with JBoss. I am having trouble getting context urls

Re: tomcat mod_jk error log

2007-11-19 Thread Rainer Jung
Hi Martin, lanes wrote: Hi Rainer, my os is Red Hat Linux v7.3 2.96-112. this my workers.properties = Delete the next 3 lines, they are useless. workers.tomcat_home=/usr/local/tomcat workers.java_home=/usr/java/j2sdk1.4.1_02 ps=/ I hope you are not really trying to do ajp12? If you are

Re: tomcat mod_jk error log

2007-11-19 Thread lanes
-mod_jk-error-log-tf4825734.html#a13833423 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: tomcat mod_jk error log

2007-11-18 Thread Rainer Jung
Hi, we can't identify your problem without knowing your configuration. Please give us - your operating system - your Tomcat connector configuration for the connector you talk to via mod_jk - your workers.properties - your httpd JK-directives - your Tomcat-version and mod_jk-version You can

Re: tomcat mod_jk error log

2007-11-18 Thread lanes
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/tomcat-mod_jk-error-log-tf4825734.html#a13829109 Sent from the Tomcat - User mailing list archive at Nabble.com

tomcat mod_jk error log

2007-11-17 Thread Marthen LT
hi all, i have a live production server running tomcat apache under linux. but recently my cpu usage is being consumed by the mod_jk log file. it keep logging and saying below warning/error messages: [Fri Nov 16 15:02:13 2007] [jk_ajp_common.c (819)]: ERROR: can't receive the response message

mod_jk error log

2007-11-16 Thread Marthen LT
hi all, i have a live production server running tomcat apache under linux. but recently my cpu usage is being consumed by the mod_jk log file. it keep logging and saying below warning/error messages: [Fri Nov 16 15:02:13 2007] [jk_ajp_common.c (819)]: ERROR: can't receive the response message

Re: Mod_jk error

2007-07-26 Thread Filip Hanik - Dev Lists
also solves your problem +JkDisableReuse in httpd.conf Filip Rainer Jung wrote: André Vila Cova wrote: Red Hat Enterprise Linux AS release 4 (Nahant Update 5) Release : Jakarta-Tomcat 5.5.20 Modulo nativo APR: tomcat-connectors-1.2.20 JVM versão. : Sun JVM1.5.0_11 I

Re: Mod_jk error

2007-07-26 Thread Rainer Jung
André Vila Cova wrote: Red Hat Enterprise Linux AS release 4 (Nahant Update 5) Release : Jakarta-Tomcat 5.5.20 Modulo nativo APR: tomcat-connectors-1.2.20 JVM versão. : Sun JVM1.5.0_11 I think that apache web server don't receive response from tomcat and don't send final

Re: Mod_jk error

2007-07-26 Thread André Vila Cova
Red Hat Enterprise Linux AS release 4 (Nahant Update 5) Release : Jakarta-Tomcat 5.5.20 Modulo nativo APR: tomcat-connectors-1.2.20 JVM versão. : Sun JVM1.5.0_11 I think that apache web server don't receive response from tomcat and don't send final ack to tomcat and tomcat

Re: Mod_jk error

2007-07-26 Thread Rainer Jung
Hi, you didn't give us your versions, you platform or any configuration info. André Vila Cova wrote: Hello! Apache mod_jk returns following error (frequently...): [Thu Jul 26 11:07:52 2007] [2703:1120] [error] ajp_connection_tcp_get_message::jk_ajp_common.c (948): (app02_aol) can't

Mod_jk error

2007-07-26 Thread André Vila Cova
Hello! Apache mod_jk returns following error (frequently...): [Thu Jul 26 11:07:52 2007] [2703:1120] [error] ajp_connection_tcp_get_message::jk_ajp_common.c (948): (app02_aol) can't receive the response message from tomcat, network problems or tomcat is down (192.168.40.11:8007), err=-104 [Thu

mod_jk error detection

2007-07-25 Thread Scott McClanahan
I am installing mod_jk 1.2.23 in a load balancing configuration between apache 2.0.52 and tomcat 5.0.28. I am trying to understand how the mod_jk error detection actually works. In the documentation socket_timeout directive defaults to zero (infinite waiting) but the retries directive defaults

Re: mod_jk error detection

2007-07-25 Thread Rainer Jung
Hi, good questions. First of all: I just today wrote a new docs page about timeouts. We are soon releasing 1.2.24 which contains this page. You can already look at it under http://people.apache.org/~rjung/mod_jk-dev/docs/ (The new page is named Timeouts and part of the group Generic Howtos.

Re: mod_jk error detection

2007-07-25 Thread Scott McClanahan
On Wed, 2007-07-25 at 17:00 +0200, Rainer Jung wrote: Hi, good questions. First of all: I just today wrote a new docs page about timeouts. We are soon releasing 1.2.24 which contains this page. You can already look at it under http://people.apache.org/~rjung/mod_jk-dev/docs/ (The new

Re: mod_jk error detection

2007-07-25 Thread Rainer Jung
Hi Scott, I thoroughly enjoyed the updated docs. It is just what I needed. I just want to mention a few inferences I have now from reading it. Thanks. In a load balanced setup using connect_timeout and prepost_timeout, this will protect me from sending either newly established connections

Re: mod_jk error detection

2007-07-25 Thread Scott McClanahan
Thanks, so much! I'd like to continue this thread a bit more because of helpful I think it will be for everyone using mod_jk. On Wed, 2007-07-25 at 22:00 +0200, Rainer Jung wrote: Hi Scott, I thoroughly enjoyed the updated docs. It is just what I needed. I just want to mention a few

Re: mod_jk error detection

2007-07-25 Thread Scott McClanahan
On Wed, 2007-07-25 at 22:40 +0200, Rainer Jung wrote: Scott McClanahan wrote: Thanks, so much! I'd like to continue this thread a bit more because of helpful I think it will be for everyone using mod_jk. That one, reply_timeout, is not really meant for high speed detection. Usually

Re: mod_jk error detection

2007-07-25 Thread Rainer Jung
One obvious thing that confuses me and could be changed is the Advanced worker directives table. It includes directives that are applicable to both load balancer workers and real workers and only distinguishes which directives are used for which worker when it is to be used for a load balancer

Re: mod_jk error detection

2007-07-25 Thread Rainer Jung
Scott McClanahan wrote: Thanks, so much! I'd like to continue this thread a bit more because of helpful I think it will be for everyone using mod_jk. That one, reply_timeout, is not really meant for high speed detection. Usually you've got an ap, that every now and then needs 10 or 20 seconds

Re: mod_jk error detection

2007-07-25 Thread Scott McClanahan
On Wed, 2007-07-25 at 17:00 +0200, Rainer Jung wrote: Hi, good questions. First of all: I just today wrote a new docs page about timeouts. We are soon releasing 1.2.24 which contains this page. You can already look at it under http://people.apache.org/~rjung/mod_jk-dev/docs/ (The

Re: mod_jk : error sending request. Will try another pooled connection

2007-01-24 Thread heind heind
Hi. Thanks for answering me. On 1/23/07, Rainer Jung [EMAIL PROTECTED] wrote: Hi, heind heind schrieb: Hi, I have a web application deployed in tomcat embedded in jonas 4.7.4 Application Server, and in frontend there are apache 2.0.55 and mod_jk 12.20. My issue is that the message

mod_jk : error sending request

2007-01-23 Thread heind heind
Hi, I have a web application deployed in tomcat embedded in jonas 4.7.4 Application Server, and in frontend there are apache 2.0.55 and mod_jk 12.20. My issue is that the message below is generated systematically after every jsp call although the jsp are well served and the application works

mod_jk : error sending request. Will try another pooled connection

2007-01-23 Thread heind heind
Hi, I have a web application deployed in tomcat embedded in jonas 4.7.4 Application Server, and in frontend there are apache 2.0.55 and mod_jk 12.20. My issue is that the message below is generated systematically after every jsp call although the jsp are well served and the application works

Re: FW: question regarding 'mod_jk: error flushing'

2006-11-02 Thread Durk Strooisma
Alright, thanks for your explanation! Are the mod_jk: error flushing messages more or less harmless? If so, I prefer sticking to 1.2.6 for the moment. Durk Hi Durk, the flushing has been changed in May 2005 around the time of version 1.2.13 or 1.2.14. Previously there were a lot of calls

Re: FW: question regarding 'mod_jk: error flushing'

2006-11-02 Thread Durk Strooisma
Strooisma wrote: Alright, thanks for your explanation! Are the mod_jk: error flushing messages more or less harmless? If so, I prefer sticking to 1.2.6 for the moment. Durk Hi Durk, the flushing has been changed in May 2005 around the time of version 1.2.13 or 1.2.14. Previously there were

Re: FW: question regarding 'mod_jk: error flushing'

2006-11-01 Thread Durk Strooisma
packages are shown: apache2 2.0.49-27.59 apache2-prefork 2.0.49-27.59 apache2-jakarta-tomcat-connectors 5.0.19-29.1 jakarta-tomcat5.0.19-29.1 Since June 2006 I'm getting lots of mod_jk: Error flushing \n on one production system

Re: FW: question regarding 'mod_jk: error flushing'

2006-11-01 Thread Rainer Jung
-tomcat-connectors 5.0.19-29.1 jakarta-tomcat5.0.19-29.1 Since June 2006 I'm getting lots of mod_jk: Error flushing \n on one production system (and its testing system as well), but everything seems to work fine... The other production system isn't affected. It's kind

Re: FW: question regarding 'mod_jk: error flushing'

2006-10-31 Thread Durk Strooisma
2.0.49-27.59 apache2-jakarta-tomcat-connectors 5.0.19-29.1 jakarta-tomcat5.0.19-29.1 Since June 2006 I'm getting lots of mod_jk: Error flushing \n on one production system (and its testing system as well), but everything seems to work fine... The other production

mod_jk error

2006-05-24 Thread Raman, Jay
Environment: Apache 2.0.54 running on Solaris modJK 1.2.14 running on Solaris Tomcat 5.0.28 running on RedHat Linux AS 3 Workers.properties file: worker.list=router worker.router.host=lxdnp636.acme.com worker.router.port=8009 worker.router.type=ajp13 worker.router.lbfactor=1

mod_jk error log

2006-04-27 Thread Todd Huss
On all of our webservers from development (doing 1 page view every few minutes) to production (doing 500 page views per minute) we're seeing these error messages in the mod_jk log: [Thu Apr 20 17:57:45 2006] [jk_ajp_common.c (783)]: ERROR: can't receive the response message from tomcat,

Re: mod_jk error log

2006-04-27 Thread Mladen Turk
Todd Huss wrote: On all of our webservers from development (doing 1 page view every few minutes) to production (doing 500 page views per minute) we're seeing these error messages in the mod_jk log: [Thu Apr 20 17:57:45 2006] [jk_ajp_common.c (783)]: ERROR: can't receive the response message

Re: mod_jk error log

2006-04-27 Thread thuss2
/ Then in my workers.properties we have: worker.tomcat.socket_timeout=60 Does that look OK? -- View this message in context: http://www.nabble.com/mod_jk-error-log-t1519311.html#a4126407 Sent from the Tomcat - User forum at Nabble.com

FW: question regarding 'mod_jk: error flushing'

2006-04-10 Thread Kevin Song
Hello there, Does anyone know what is this 'mod_jk: error flushing' about? I am using Tomcat 5.0, Apache and Mod_JK in production environment and keep getting this error in error log. I do google search and find lots of persons asking this question but no answer. Can anybody having experience

mod_jk error -60

2006-03-29 Thread Earnie Dyke
Can anyone tell me what a -60 error is? [Wed Mar 29 13:56:11 2006] [error] jk_ajp_common.c (961): Can't receive the response message from tomcat, network problems or tomcat is down (10.1.1.80:8009), err=-60 Earnie! - To

Re: mod_jk error -60

2006-03-29 Thread Rainer Jung
In case of an error this line will print errno as a negative number. More precisely: #if defined(WIN32) || (defined(NETWARE) defined(__NOVELL_LIBC__)) ... errno = WSAGetLastError() - WSABASEERR; ... #endif ... do some read from network ... return (errno 0) ? -errno

Re: mod_jk error -60

2006-03-29 Thread Rainer Jung
I don't know, how correct it is, but the following table looks helpful: http://www.ioplex.com/~miallen/errcmp.html It says, that 60 is a time out (ETIMEDOUT) on FreeBSD 5.2.1, OSX 10.3.8 and OSF1. Rainer Jung wrote: In case of an error this line will print errno as a negative number. More

Re: mod_jk error numbers

2006-02-16 Thread Mladen Turk
Filip Hanik - Dev Lists wrote: 1. What does the 449 and 461 numbers mean? A: My guess would be line numbers Sure those are line numbers, but for [debug] those are not errors :) As well as for [info] and [warn]. Anyhow the format is: [DATE] [PID:ThreadID] [LEVEL] sourcefile (line number):

mod_jk error numbers

2006-02-14 Thread Peters Jan
Hi all, I would like to ask the list if someone can give me a hint, what might have gone wrong with our mod_jk. I just installed the connector and switched logging to debug mode. When I open the log file I see the following: [Tue Feb 14 18:00:23 2006] [27276:50880] [debug]