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
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.
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.
Without the {} it should work