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, "侯树成" wrote: > Hi, Alex > What is your mod_jk.conf file that used for mod_jk configuration. > > You can config it as blow: > LoadM

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 +Fo

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" 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 UR

Mod_jk error

2014-01-10 Thread Alex Lucard
. On Jan 10, 2014 5:00 PM, "Alex Lucard" 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 found on this ser

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 > 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 ge

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 t

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 b

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 tags in your Tomcat's server.xml files. What is strange with the error messages y

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 worker.tcnodo-11.connection_pool_timeout=

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 i

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-statu

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] [debug]

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, 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 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

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 satisfy

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

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 them

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/myapplicat

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 "s

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

2009-08-27 Thread Dennis Christopher
autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour

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

2009-08-27 Thread Martin Gainty
n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: dchristop...@pixion.com > To: users@tomcat.apache.org > Subje

/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 erro

Re: tomcat mod_jk error log

2007-11-19 Thread lanes
warning/error messages: >>>> >>>> [Fri Nov 16 15:02:13 2007] [jk_ajp_common.c (819)]: ERROR: can't >>>> receive the response message from tomcat, network problems or tomcat >>>> is down. err=-1 >>>> [Fri Nov 16 15:02:13 2007] [

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 o

Re: tomcat mod_jk error log

2007-11-18 Thread lanes
pening? >> i try to restart my tomcat also didn't give me a solution. >> >> any help will be appreciated. >> thank you. > > --------- > To start a new topic, e-mail: users@tomcat.apache.org > To

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 furt

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 th

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 ack

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 do

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 J

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 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. > >

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
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 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
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/ > >

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/ > >

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

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 "ret

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

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

2007-01-23 Thread Rainer Jung
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 below is generated systematically after every > jsp call although the jsp ar

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 f

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

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

2006-11-02 Thread Durk Strooisma
ion is gone in mod_jk since more than a year. > > Regards, > > Rainer > > Durk 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

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

2006-11-02 Thread Rainer Jung
our 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 to ap_rflus

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. Previous

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

2006-11-01 Thread Rainer Jung
gt; Hi all! >>> >>> I'm wondering the same. >>> >>> I've got four servers (two production machines and their testing >>> counter parts) running SUSE Linux Enterprise Server 9 with Apache 2, >>> Tomcat 5, and ModJK. Below the relevant packages a

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

2006-11-01 Thread Durk Strooisma
stem as well), but everything >> seems to work fine... The other production system isn't affected. >> >> It's kind of annoying that there's no timestamp shown in the error >> message. Debugging is really tough this way. I'm wondering what it >> means

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

2006-10-31 Thread Rainer Jung
rta-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 of annoying that there's no timesta

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

2006-10-31 Thread Durk Strooisma
e2-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 (and its testing system as well), but everything seems to work fin

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 worker.r

Re: mod_jk error log

2006-04-27 Thread thuss2
Hi Mladen, I'll upgrade to the latest mod_jk. I do have a timeout set as follows: 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 fro

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 f

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, net

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

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 p

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) ? -err

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 unsubs

Re: mod_jk error numbers

2006-02-16 Thread Filip Hanik - Dev Lists
1. What does the 449 and 461 numbers mean? A: My guess would be line numbers 2. Is there a security hole in our server? A: What is your setup like, do you have an apache in front of an apache? Peters Jan wrote: Hi all, I would like to ask the list if someone can give me a hint, what might

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): log

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] map_uri_to_worker::j