5 Replies Latest reply on Nov 12, 2014 3:20 AM by a_schulle

    sticky session fails

    a_schulle

      Dear mod_cluster forum,

       

      we are using mod_cluster 1.2.6 on a linux based cluster. We have several applications hostet on JBoss 7.1.3 on 3 different servers. One server is named sl70161-243 and one other sl70162-244. One of our applications (abc) uses sticky session.

       

      Sticky sessions are working in general but for some reason sometimes requests are forwarded to a wrong JBoss. We recorded some debug logging. Mayby someone can give me a hint what the problem might be.

       

      Here is the log:

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(2893): proxy_cluster_trans for 0 /abc/HTMLBasedGUI/general/aboutBlank.html (null) uri: /abc/HTMLBasedGUI/general/aboutBlank.html args: (null) unparsed_uri: /abc/HTMLBasedGUI/general/aboutBlank.html

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(2717): cluster: balancer://abccluster Found value E0jSxejhgDBzGnV-VLQz2OuQ.sl7016:sl70161-243_QA_abc-1 for stickysession JSESSIONID|jsessionid

      --> The Request should go to sl70161-243

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 7 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 24 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 2 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 1 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 21 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 8 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(2737): cluster: Found route sl7016:sl70161-243_QA_abc-1

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(2652): find_nodedomain: finding node for sl7016:sl70161-243_QA_abc-1: abccluster

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(2746): cluster: Found balancer abccluster for sl7016:sl70161-243_QA_abc-1

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(2953): proxy_cluster_trans using abccluster uri: proxy:balancer://abccluster/abc/HTMLBasedGUI/general/aboutBlank.html

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(2986): proxy_cluster_canon url: //abccluster/abc/HTMLBasedGUI/general/aboutBlank.html

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(3421): proxy_cluster_pre_request: url balancer://abccluster/abc/HTMLBasedGUI/general/aboutBlank.html

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(3157): cluster: Using route sl7016:sl70161-243_QA_abc-1

      --> This looks good to me so far

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(2093): proxy: Entering byrequests for CLUSTER (balancer://abccluster) failoverdomain:0

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1010): update_workers_node starting

      [Wed Nov 05 10:23:15 2014] [notice] Balancer abccluster changed

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(426): Created: worker for ajp://sl70163-245:8709

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(549): proxy: initialized single connection worker 1 in child 13955 for (sl70163-245)

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(601): Created: worker for ajp://sl70163-245:8709 1 (status): 1

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(426): Created: worker for ajp://sl70161-243:8109

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(549): proxy: initialized single connection worker 2 in child 13955 for (sl70161-243)

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(601): Created: worker for ajp://sl70161-243:8109 2 (status): 1

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(426): Created: worker for ajp://sl70162-244:8509

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(549): proxy: initialized single connection worker 3 in child 13955 for (sl70162-244)

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(601): Created: worker for ajp://sl70162-244:8509 3 (status): 1

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(426): Created: worker for ajp://sl70162-244:8109

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(549): proxy: initialized single connection worker 7 in child 13955 for (sl70162-244)

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(601): Created: worker for ajp://sl70162-244:8109 7 (status): 1

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(426): Created: worker for ajp://sl70163-245:8109

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(549): proxy: initialized single connection worker 8 in child 13955 for (sl70163-245)

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(601): Created: worker for ajp://sl70163-245:8109 8 (status): 1

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(426): Created: worker for ajp://sl70163-245:8309

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(549): proxy: initialized single connection worker 15 in child 13955 for (sl70163-245)

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(601): Created: worker for ajp://sl70163-245:8309 15 (status): 1

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(426): Created: worker for ajp://sl70161-243:8309

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(549): proxy: initialized single connection worker 16 in child 13955 for (sl70161-243)

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(601): Created: worker for ajp://sl70161-243:8309 16 (status): 1

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(426): Created: worker for ajp://sl70163-245:8509

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(549): proxy: initialized single connection worker 19 in child 13955 for (sl70163-245)

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(601): Created: worker for ajp://sl70163-245:8509 19 (status): 1

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(426): Created: worker for ajp://sl70162-244:8309

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(549): proxy: initialized single connection worker 20 in child 13955 for (sl70162-244)

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(601): Created: worker for ajp://sl70162-244:8309 20 (status): 1

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(426): Created: worker for ajp://sl70161-243:8709

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(549): proxy: initialized single connection worker 21 in child 13955 for (sl70161-243)

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(601): Created: worker for ajp://sl70161-243:8709 21 (status): 1

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(426): Created: worker for ajp://sl70161-243:8509

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(549): proxy: initialized single connection worker 22 in child 13955 for (sl70161-243)

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(601): Created: worker for ajp://sl70161-243:8509 22 (status): 1

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(426): Created: worker for ajp://sl70162-244:8709

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(549): proxy: initialized single connection worker 24 in child 13955 for (sl70162-244)

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(601): Created: worker for ajp://sl70162-244:8709 24 (status): 1

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1025): update_workers_node done

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 7 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 24 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 2 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 1 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 21 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 8 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 7 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 24 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 2 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 1 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 21 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 8 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 7 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 24 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 2 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 1 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 21 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 8 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 7 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 24 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 2 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 1 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 21 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 8 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 7 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 24 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 2 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 1 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 21 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 8 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 7 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 24 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 2 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 1 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 21 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 8 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 7 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 24 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 2 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 1 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 21 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 8 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 7 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 24 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 2 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 1 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 21 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 8 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 7 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 24 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 2 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 1 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 21 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 8 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 7 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 24 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 2 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 1 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 21 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 8 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 7 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 24 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 2 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 1 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 21 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 8 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 7 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 24 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /abc

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 2 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 1 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 21 vhost: 1 context: /alb

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 8 vhost: 1 context: /xyz

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 16 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 15 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(1893): find_node_context_host: /abc/HTMLBasedGUI/general/aboutBlank.html node: 20 vhost: 1 context: /help

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(2221): proxy: byrequests balancer DONE (ajp://sl70162-244:8309)

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_cluster.c(3657): proxy_cluster_pre_request: balancer (balancer://abccluster) worker (ajp://sl70162-244:8309) rewritten to ajp://sl70162-244:8309/abc/HTMLBasedGUI/general/aboutBlank.html

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy.c(1002): Running scheme balancer handler (attempt 0)

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_http.c(1930): proxy: HTTP: declining URL ajp://sl70162-244:8309/abc/HTMLBasedGUI/general/aboutBlank.html

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_ajp.c(657): proxy: AJP: serving URL ajp://sl70162-244:8309/abc/HTMLBasedGUI/general/aboutBlank.html

      [Wed Nov 05 10:23:15 2014] [debug] proxy_util.c(1999): proxy: AJP: has acquired connection for (sl70162-244)

      --> Now it is broken. sl70162-244 is the wrong server.

      [Wed Nov 05 10:23:15 2014] [debug] proxy_util.c(2055): proxy: connecting ajp://sl70162-244:8309/abc/HTMLBasedGUI/general/aboutBlank.html to sl70162-244:8309

      [Wed Nov 05 10:23:15 2014] [debug] proxy_util.c(2153): proxy: connected /abc/HTMLBasedGUI/general/aboutBlank.html to sl70162-244:8309

      [Wed Nov 05 10:23:15 2014] [debug] proxy_util.c(2308): proxy: AJP: fam 2 socket created to connect to sl70162-244

      [Wed Nov 05 10:23:15 2014] [debug] ajp_utils.c(31): Into ajp_handle_cping_cpong

      [Wed Nov 05 10:23:15 2014] [debug] ajp_utils.c(102): ajp_handle_cping_cpong: Done

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(224): Into ajp_marshal_into_msgb

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[0] [Accept] = [text/html, application/xhtml+xml, */*]

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[1] [Referer] = [https://www.someserver.org/abc/WORKSPACE/workspace.html]

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[2] [Accept-Language] = [de-DE]

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[3] [User-Agent] = [Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)]

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[4] [Accept-Encoding] = [gzip, deflate]

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[5] [Host] = [www.someserver.org]

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[6] [Connection] = [Keep-Alive]

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[7] [Cookie] = [JSESSIONID="E0jSxejhgDBzGnV-VLQz2OuQ.sl7016:sl70161-243_QA_abc-1"; SessionID=10.55.197.15.1415179390755276]

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[8] [Authorization] = [Basic Z2FzeDpHYXN4MTIzIQ==]

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(450): ajp_marshal_into_msgb: Done

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_ajp.c(267): proxy: APR_BUCKET_IS_EOS

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_ajp.c(272): proxy: data to read (max 8186 at 4)

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_ajp.c(287): proxy: got 0 bytes of data

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(687): ajp_read_header: ajp_ilink_received 04

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(697): ajp_parse_type: got 04

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(516): ajp_unmarshal_response: status = 200

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(537): ajp_unmarshal_response: Number of headers is = 7

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(599): ajp_unmarshal_response: Header[0] [Set-Cookie] = [JSESSIONID="l6O-IB6q8Gz-mcOWvwu+O+ee.sl70162:sl70162-244_QA_abc-1"; Version=1; Path=/abc; Secure]

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(599): ajp_unmarshal_response: Header[1] [Accept-Ranges] = [bytes]

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(599): ajp_unmarshal_response: Header[2] [ETag] = [W/"45-1414399582000"]

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(599): ajp_unmarshal_response: Header[3] [Last-Modified] = [Mon, 27 Oct 2014 08:46:22 GMT]

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(599): ajp_unmarshal_response: Header[4] [Content-Encoding] = [gzip]

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(599): ajp_unmarshal_response: Header[5] [Content-Type] = [text/html]

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(609): ajp_unmarshal_response: ap_set_content_type done

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(599): ajp_unmarshal_response: Header[6] [Content-Length] = [51]

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(687): ajp_read_header: ajp_ilink_received 03

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(697): ajp_parse_type: got 03

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(687): ajp_read_header: ajp_ilink_received 03

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(697): ajp_parse_type: got 03

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(687): ajp_read_header: ajp_ilink_received 05

      [Wed Nov 05 10:23:15 2014] [debug] ajp_header.c(697): ajp_parse_type: got 05

      [Wed Nov 05 10:23:15 2014] [debug] mod_proxy_ajp.c(575): proxy: got response from (null) (sl70162-244)

      [Wed Nov 05 10:23:15 2014] [debug] proxy_util.c(2017): proxy: AJP: has released connection for (sl70162-244)

      --> Server is switched. New session on the other server is created. The old session is dead and the client is broken.


      Please, can someone give me hint what is going wrong.


      Thank you very much!

      Alex

        • 1. Re: sticky session fails
          mbabacek

          Hmm, could you reproduce it with the latest 1.2.x branch, i.e. 1.2.10?

          • 2. Re: sticky session fails
            a_schulle

            Hi Michal,

             

            it would be very difficult to make a try with 1.2.10. This problem can onty be reproduced on a customers system which is due to the processes of the hosting componany very difficult to change.

             

            I was hoping that the logfile shows something that I am not able to identify as problem and what can be the key for further analysis.

             

            Thx

            Alex

            • 3. Re: sticky session fails
              a_schulle

              Hi Michal,

               

              after some code study (1.2.6) it seems to me like the stickieness gets lost in the method "internal_find_best_byrequests".  "mycandidate" points to the wrong server. I don't understand the algorithm in detail but it looks like the list of works is updated by calling "update_workers_node" and than the proper worker is looked for in the while/for loops.

               

              What I don't understand by now is how "sticky session" and "sticky session force" is considered for the determination on "mycandidate".

               

              Please can you give me a hint about sticky sessions and mycandidate.

               

              UPDATE: It looks to me that the problem occurs earlier. "find_best_byrequests" should never be called wheen sticky session is used and a proper route is given in jsessionid, right? If that right I think the problem occurs in "find_route_worker" where no worker can be found for the given route. How can I find out if a node is temporarily unavailiable? 

               

              Thx

              Alex

              • 4. Re: sticky session fails
                rhusar

                BTW do you have session replication set up? Just wondering, because in that case a failover to another server should not lose the session creating a new one on another server. Are you using sticky-session-force?

                • 5. Re: sticky session fails
                  a_schulle

                  Hi Radoslav,

                   

                  we don't use session replication because of the framework we use for older parts of our application that does not support session replication.

                   

                  Yes, we use sticky-session-force.

                   

                  Thx

                  Alex