I'm trying to run Neoload from Jenkins, and I'm receiving the error (described below). I check that the port isn't used by any other process (Attached screenshot).
Also its not blocked by the firewall, because If I run the test from the GUI its working ok.
Any clues of what it can be happening here?
Monitoring Agent initialization error
Unable to initialize embedded Monitoring Agent (port 7200).
Please check that another Monitoring Agent is not running. Exit.
java.net.BindException: Address already in use: JVM_Bind
Picked up _JAVA_OPTIONS: -Duser.home=C:\Windows\system32\config\systemprofile
Which user do you use to execute your tests through Jenkins? Is it on the master or on a slave?
Have you tried to run your tests manually through the NeoLoadCmd command?
I was getting the same error until I realized I had my GUI open. So close your neoload GUI before you try to run using Jenkins.