Unanswered question

NL-NETWORK-01 in NeoLoad

We are working on Third party Web services (Rest API Calls) for Wealth management application, Frequently we are getting Nl-Network-01 error for which token ID is not getting generated(because of this it is throwing the 500 internal error) . when multiple users are accessing the application manually we are not facing any such issues.

Sujatha G.
Sujatha G.

Sujatha G.

Level
0
2 / 100
points

Answers

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

The error of the screenshot indicates that NeoLoad has a time-out after 300s waiting the response.

You can draw at the maximum time of your request. If it's increasing regularly until you get the error, then your server is overloaded. Otherwise, more information is required to understand what happens.

Musaffir L.
Musaffir L.

Musaffir L.

Level
1
455 / 750
points

Hi Christophe,
Do we have a way in NeoLoad to increase this time out value from 300s to any further.

At my application for some scenario, we will have to wait for more than 300ss to get a response back...in that case am looking for an option to increase this time out .

Thanks
Musaffir

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

Hi, look in the controller.properties file for runtime.connection.timeout

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

As Neil said you need to increase the "runtime.connection.timeout=300000" under the <install_dir>\conf\controller.properties file under [Runtime] section.

By default it's 300000 ms. Do not increase it to much otherwise your virtual user could be stuck a while if the server does not respond at all.

Musaffir L.
Musaffir L.

Musaffir L.

Level
1
455 / 750
points

Thank You both, really helpful

I see two parameters there

1.runtime.connection.timeout
2.runtime.so.timeout

I undersatnd the first one. May I know what is the second one and how it is differ from 1st ?

Thanks

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

The first option is for the connection itself whereas the second the connection is done and NeoLoad is waiting for the server response.