Unanswered question

Neoload API server not started?

whenever i start running my scenario i am getting warning as "Neoload API not started". What to do with this?

Mandar A.
Mandar A.

Mandar A.

Level
0
3 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

The NeoLoad API uses port TCP 7400. Make sure that you do not have any other process that is using it. You can run: netstat -an| find "7400" when NeoLoad is stopped to figure out.

If necessary you can modify that port in the <install_dir>\conf\controller.properties file under [RESTAPIs] section.

You need to restart NeoLoad if you modify it.