Unanswered question

Getting error "Load generator localhost:7100 unavailable " every time I run the script

Followed all steps mentioned in other answered question but nothing working for me.
java.exe is not available in task manager when I start the script.
Executed the command set | find "java" in cmd prompt and the result is _JAVA_OPTIONS=-Xmx256M

Please let me know how to resolve this issue

Veena M.
Veena M.

Veena M.

Level
0
64 / 100
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

What does netstat -ano | find "7100" return

Veena M.
Veena M.

Veena M.

Level
0
64 / 100
points

I get below output

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

The results suggest that Neoload is connected to the LG (ie. the LG is up and listening). Try refreshing the connection, see screenshot

Veena M.
Veena M.

Veena M.

Level
0
64 / 100
points

Hi,

Where can I see this option in tool. Please let me know

Veena M.
Veena M.

Veena M.

Level
0
64 / 100
points

Hi,

I got the place where the load generator present. I refreshed it but still facing same error

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

I would suggest checking the firewall installed on your PC (both Windows and any other installed by your IT). You may have to create a rule explicitly granting access

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

Like Neil said it can be a firewall issue but also a conflict with another JAVA tools. You said that you run the set command. Did you find any CLASSPATH variable set?

You should also look at the load generator log files as it can contain usefull information. If it's the agent embedded with the controller you can quickly open the logs folder from the menu "Help-->Open logs folder..."

If it's a load generator only installation you may find the logs in such path:

C:\Windows\System32\config\systemprofile\AppData\Roaming\Neotys\NeoLoad\<version>\logs

Veena M.
Veena M.

Veena M.

Level
0
64 / 100
points

Hi,

Classpath variable is set.
And there is no firewall settings done in my PC. My account has a local administrator role

Is is related to RAM issue? My PC has 4 GB RAM. Does it should me more than this?

Veena M.
Veena M.

Veena M.

Level
0
64 / 100
points

It started working now. It was an issue in the classpath which was defined wrongly in Properties

Satish K.
Satish K.

Satish K.

Level
0
21 / 100
points

Try increasing start delay in agent.properties to a higher number.
lg.start.delay=120000