Unanswered question

neoload.agent.Agent: Process is going to shutdown because it fails to connect to Neoload Web

Unable to connect NeoLoad Web with container load generator. Getting Caused by: java.net.URISyntaxException: Illegal character in scheme name at index 0: {http://ip-add-nlweb-on-premis:80}/nlweb/rest

docker run -p 7100:7100 \
-e NLWEB_API_URL={http://ip-address-of-nlweb-on-premis} \
-e NLWEB_TOKEN={JgNSNGLUoyvt5GBdfJfsibub} \
-e ZONE={yLPCc} \
-e LG_HOST={ip-address-of-server-where-docker-installed} \
-e LG_PORT=7100 \
neotys/neoload-loadgenerator

Moulali N.
Moulali N.

Moulali N.

Level
0
20 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

I can see from your screen shot that you used port 80. Be carefull the port for the rest api is not the port used to connect to the application but by default 8080.

 

Moulali N.
Moulali N.

Moulali N.

Level
0
20 / 100
points

Hi Nouredine,

Even we used the 8080 port and still observing the same issue.

we checked with the port 80 / 8080 / without port, like this all possible combinations. But no use.

Can you please suggest.

Niklas H.
Niklas H.

Niklas H.

Level
1
168 / 750
points

Without the {} it should work