This week's book giveaway is in the Spring forum.
We're giving away four copies of Java Persistence with Spring Data and Hibernate and have Cătălin Tudose on-line!
See this thread for details.
Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!
  • 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
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

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: 26724
189
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: 26724
189
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.
 
There are 10 kinds of people in this world. Those that understand binary get this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic