Unanswered question

Exit with status 2

I am getting an error, when initializing the neoload test via the command line. It works fine with GUI, but exits with status 2 with command line. I am getting this exception and not able to trace back what is happening:

java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.neotys.nl.h.w.a(w.java:62) at com.neotys.nl.h.I.a(I.java:155) at com.neotys.nl.h.I.a(I.java:112) at com.neotys.nl.h.F.a(F.java:370) at com.neotys.nl.h.F.a(F.java:539) at com.neotys.nl.h.F.a(F.java:409) at com.neotys.nl.controller.Controller.a(Controller.java:1895) at com.neotys.nl.controller.Controller.launchScenario(Controller.java:1748) at com.neotys.nl.launcher.ControllerLauncher.main(ControllerLauncher.java:294) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:65) at com.install4j.runtime.launcher.UnixLauncher.main(UnixLauncher.java:57) Caused by: java.lang.NullPointerException at com.neotys.nl.h.a.f.d(f.java:314) at com.neotys.nl.h.a.f.c(f.java:292) ... 19 more
java.lang.NullPointerException at com.neotys.nl.controller.data.scenario.PopulationPolicy.getExistingZoneNames(PopulationPolicy.java:246) at com.neotys.nl.controller.q.O.a(O.java:605) at com.neotys.nl.controller.q.ag.a(ag.java:609) at com.neotys.nl.controller.q.ag.a(ag.java:759) at com.neotys.nl.controller.Controller.a(Controller.java:1954) at com.neotys.nl.controller.Controller.launchScenario(Controller.java:1748) at com.neotys.nl.launcher.ControllerLauncher.main(ControllerLauncher.java:294) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:65) at com.install4j.runtime.launcher.UnixLauncher.main(UnixLauncher.java:57)

Can someone pls help me here

Vladislav M.
Vladislav M.

Vladislav M.

Level
0
15 / 100
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

What does your command line look like? are you passing in a yaml file with your load generators defined?