Unanswered question

Jenkins and Neoload integration on remote Jenkins server

We have a central jenkins server on linux server.
Neoload controller is installed on windows 2012.
When trying to connect from jenkins to controller server without using NTS server.
Getting error cannot connect password scrambler

I have neoload on windows server and scripts are also on the same server. I am note sure if I am setting the NTS server settings correctly? Or even if I need to configure NTS server.
Please see the attachment on configuration i had done for the scenario execution settings and NTS server settings.

I was able to get the jenkins, neoload and my laptop work without any issue on the windows locally both on the same windows neoload controller

But when I try on with production Jenkins server we have jenkins on another server. Getting all weird errors which does not make any sense.

Started by user Pandiri, Venkateshwarlu
[EnvInject] - Loading node environment variables.
Building remotely on jbuild02_docker (docker_engine linux docker2 docker) in workspace /home/build/workspace/FusionTest2
ERROR: Build step failed with exception
java.lang.RuntimeException: Issue executing password scrambler. java.lang.NullPointerException
at org.jenkinsci.plugins.neoload.integration.NeoBuildAction.getHashedPasswords(NeoBuildAction.java:338)
at org.jenkinsci.plugins.neoload.integration.NeoBuildAction.prepareCommandLine(NeoBuildAction.java:257)
at org.jenkinsci.plugins.neoload.integration.NeoBuildAction.perform(NeoBuildAction.java:243)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at hudson.model.Build$BuildExecution.build(Build.java:206)
at hudson.model.Build$BuildExecution.doRun(Build.java:163)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
at hudson.model.Run.execute(Run.java:1724)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Build step 'Execute a NeoLoad Scenario' marked build as failure
Archiving artifacts
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE

Venkateshwarlu P.
Venkateshwarlu P.

Venkateshwarlu P.

Level
0
2 / 100
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

I don't see any attachments, also the errors don't look to be Neoload related? they refer to docker

ZKB S.
ZKB S.

ZKB S.

Level
0
39 / 100
points

Did you manage to resolve this issue? We are experiencing the same error message.

Jose Ernesto V.
Jose Ernesto V.

Jose Ernesto V.

Level
0
47 / 100
points

Hi, I have the same problem. How do I call from my remote jenkins to my NeoLoadcmd.exe that I have in local (C:\NeoLoad 7.0\bin\NeoLoadCmd.exe)

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team
Jose Ernesto V.
Jose Ernesto V.

Jose Ernesto V.

Level
0
47 / 100
points

thanks Neil.
I've already saw those courses.
In the jenkins server I get this message "C:\NeoLoad 7.0\bin\NeoLoadCmd.exe: not found"
This doesn't happen when I run in my local environment.

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

How are you running Jenkins? native on Windows? Docker on Windows. Or is the jenkins master elsewhere and you have a node running on Windows?

Jose Ernesto V.
Jose Ernesto V.

Jose Ernesto V.

Level
0
47 / 100
points

the jenkins master is elsewhere and I have a node and my neoload is running on Windows

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

Does the user being used to run the node have access to this Neoload directory? set access to everyone for this and all sub-directories? is the path correct?

Ryan B.
Ryan B.

Ryan B.

Level
0
32 / 100
points

Venkateshwarlu : Were you able to get this resolved ?