You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/03/08 16:02:31 UTC

[Bug 54655] New: Problem to perform balancing applications

https://issues.apache.org/bugzilla/show_bug.cgi?id=54655

            Bug ID: 54655
           Summary: Problem to perform balancing applications
           Product: Apache httpd-2
           Version: 2.2.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: mod_log_config
          Assignee: bugs@httpd.apache.org
          Reporter: dacalle@sri.gob.ec
    Classification: Unclassified

Error:
[info] ajp_service::jk_ajp_common.c (2543): (sriinter_pre) sending request to
tomcat failed (recoverable),  (attempt=1)
[Fri Mar 08 09:06:14 2013][3675:140266355398624] [info]
ajp_connection_tcp_get_message::jk_ajp_common.c (1223): (sriinter_pre) can't
receive the response header message from tomcat, network problems or tomcat
(10.11.1.4:8009) is down (errno=11)
[Fri Mar 08 09:06:14 2013][3675:140266355398624] [error]
ajp_get_reply::jk_ajp_common.c (2058): (sriinter_pre) Tomcat is down or refused
connection. No response has been sent to the client (yet)
[Fri Mar 08 09:06:14 2013][3675:140266355398624] [info]
ajp_service::jk_ajp_common.c (2543): (sriinter_pre) sending request to tomcat
failed (recoverable),  (attempt=2)
[Fri Mar 08 09:06:14 2013][3675:140266355398624] [error]
ajp_service::jk_ajp_common.c (2562): (sriinter_pre) connecting to tomcat
failed.
[Fri Mar 08 09:06:14 2013][3675:140266355398624] [info] service::jk_lb_worker.c
(1388): service failed, worker sriinter_pre is in error state
[Fri Mar 08 09:06:14 2013][3675:140266355398624] [info] service::jk_lb_worker.c
(1468): All tomcat instances are busy or in error state
[Fri Mar 08 09:06:14 2013][3675:140266355398624] [error]
service::jk_lb_worker.c (1473): All tomcat instances failed, no more workers
left
[Fri Mar 08 09:06:14 2013]loadbalancer7 10.11.1.10 248.311229
[Fri Mar 08 09:06:14 2013][3675:140266355398624] [info] jk_handler::mod_jk.c
(2627): Service error=0 for worker=loadbalancer7


workers.properties:

worker.sriinter_pre.port=8009
worker.sriinter_pre.host=10.11.1.4
worker.sriinter_pre.type=ajp13
worker.sriinter_pre.recovery_options=4
worker.sriinter_pre.socket_timeout=60
worker.sriinter_pre.ping_mode=A
worker.sriinter_pre.socket_connect_timeout=10000
worker.sriinter_pre.connection_pool_timeout=600
worker.sriinter_pre.lbfactor=1

worker.loadbalancer7.type=lb
worker.loadbalancer7.balance_workers=sriinter_pre
worker.loadbalancer7.sticky_session=True
worker.status7.type=status


server.xml

 <!-- Define an AJP 1.3 Connector on port 8009 -->
    <Connector port="8009" connectionTimeout="20000"
        address="${jboss.bind.address}"
        maxThreads="3072"
        minSpareThreads="256"
        maxSpareThreads="1024"
        emptySessionPath="true" enableLookups="false" redirectPort="8443"
        protocol="AJP/1.3" />

      <Engine name="jboss.web" defaultHost="localhost" jvmRoute="sriinter_pre">

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 54655] Problem to perform balancing applications

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54655

--- Comment #1 from Darwin Calle <da...@sri.gob.ec> ---

Dear

Please help with the steps to troubleshoot this problem presented in the
module: modjk.

Of course my thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 54655] Problem to perform balancing applications

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54655

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Eric Covener <co...@gmail.com> ---
Bugzilla is for defects, not for help or support.  I'd suggest discussing your
mod_jk problem on a tomcat users list or on a forum like serverfault.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org