airavata-courses / alpha

Team Alpha Project Repo
0 stars 2 forks source link

Peer review Project 3 #50

Closed pswargam closed 5 years ago

hardikrakholiya commented 5 years ago

Please find the documentation related to the milestone 3 here. Please try to overload the server with as many requests as you can send. We tried overloading using 2 systems(with maximum load possible) but failed to break it. You can try as well. http://149.165.169.102:8080/ is the URL.

pswargam commented 5 years ago

Hi Hardik,

I am unable to make requests. I am seeing below errors

org.apache.http.conn.HttpHostConnectException: Connect to 149.165.169.102:8080 [/149.165.169.102] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl$JMeterDefaultHttpClientConnectionOperator.connect(HTTPHC4Impl.java:331) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373)

siddharthpathak commented 5 years ago

How many threads you did you use? It might happen because large number of threads on your machine and it not able to create as many.

pswargam commented 5 years ago

Hello hardik,

Sorry for late update. I did open it from browser . It worked as expected

Thanks Prashanth