• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Apache HTTP Server is not responding on 100 User Load

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We are doing performance test for our product with 100 Users. The application has been deployed on Weblogic 9.2.3 Cluster and configured Apache HTTP server as load balancer.

If I access as single user then it is working fine. But if I give a test with load runner for 100 Users, then after about 60 users are ramped up then the application is responding very slowly.

If I directly access the weblogic deploying bypassing Apache, it is responding normally. Can any one please suggest what can be done.

I have configured the httpd.conf as below





httd-ssl.conf is as below




After some time there is an error saying

[Wed Jul 29 20:23:47 2009] [error] READ_ERROR_FROM_SERVER [os error=10054, line 200 of ../nsapi/Reader.cpp]: socket read failure
[Wed Jul 29 20:23:48 2009] [error] CONNECTION_REFUSED [os error=0, line 1732 of ../nsapi/URL.cpp]: Error connecting to host 192.168.111.161:3263
[Wed Jul 29 20:23:48 2009] [error] READ_ERROR_FROM_SERVER [os error=10054, line 200 of ../nsapi/Reader.cpp]: socket read failure
[Wed Jul 29 20:23:48 2009] [error] READ_ERROR_FROM_SERVER [os error=10054, line 200 of ../nsapi/Reader.cpp]: socket read failure
[Wed Jul 29 20:23:48 2009] [error] CONNECTION_REFUSED [os error=0, line 1732 of ../nsapi/URL.cpp]: Error connecting to host 192.168.111.161:3263
[Wed Jul 29 20:23:49 2009] [error] CONNECTION_REFUSED [os error=0, line 1732 of ../nsapi/URL.cpp]: Error connecting to host 192.168.111.161:3263
[Wed Jul 29 20:23:49 2009] [error] CONNECTION_REFUSED [os error=0, line 1732 of ../nsapi/URL.cpp]: Error connecting to host 192.168.111.159:3263
[Wed Jul 29 20:23:50 2009] [error] CONNECTION_REFUSED [os error=0, line 1732 of ../nsapi/URL.cpp]: Error connecting to host 192.168.111.161:3263
[Wed Jul 29 20:23:51 2009] [error] CONNECTION_REFUSED [os error=0, line 1732 of ../nsapi/URL.cpp]: Error connecting to host 192.168.111.159:3263
[Wed Jul 29 20:23:52 2009] [error] CONNECTION_REFUSED [os error=0, line 1732 of ../nsapi/URL.cpp]: Error connecting to host 192.168.111.161:3263



Please suggest me what could be the problme

Thanks and Regards,
RamkumarMP
 
Saloon Keeper
Posts: 28242
198
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm afraid that a dump of your httpd.conf file was WAY too long for me to read online.

But what followed it was interesting. I'm not sure offhand if nsapi is part of Apache or not. But it appears that that particular component may be having problems talking back to the client. Either that or you have some sort of downstream server that's supposed to be listening on its port #3263 and is having problems of its own.
 
Tim Holloway
Saloon Keeper
Posts: 28242
198
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Idiot. I should have at least done a quick search before shooting off my mouth. It looks like that's one of the WebLogic cluster servers.

Check the WebLogic logs and see if they have anything to say.
 
I will open the floodgates of his own worst nightmare! All in a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic