WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: [Building Sakai] Loadbalancing problem, ajp connector, all workers are in error state

[Building Sakai] Loadbalancing problem, ajp connector, all workers are in error state

by Jehan Badshah :: Rate this Message:

| View in Thread

Dear All

We have done loadbalancing using ajp connector with one apache2 (access sever) and 3 tomcats. some time users/clients are getting error message "Server temporally un-available". In apache access log I am getting message "all workers are in error state"

 what is problem in my following configuration?
please suggest.


//httpd.conf

ProxyPass / balancer://myCluster/ stickysession=JSESSIONID|jsessionid nofailover=On timeout=60
<Proxy balancer://myCluster>
    BalancerMember ajp://192.168.1.2:8009 route=sys02
    BalancerMember ajp://192.168.1.3:8009 route=sys03
    BalancerMember ajp://192.168.1.4:8009 route=sys04
</Proxy>

Some one can  past their configuration?


Regards
----------------------------------------------------
Jehan Badshah | Sr. Software Engineer & Team Lead
Department of Research & Development
National University of Computer and Emerging Sciences
A.K. Brohi Road, H-11/4, Islamabad
UAN: +92 (0)51 - 111 128 128 ext 344



_______________________________________________
sakai-dev mailing list
sakai-dev@...
http://collab.sakaiproject.org/mailman/listinfo/sakai-dev

TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe"

 « Return to Thread: [Building Sakai] Loadbalancing problem, ajp connector, all workers are in error state