Unanswered question

Why Application Url is not getting loaded while recording

When I tried to record the web application, Url is not getting loaded.Displaying The site cant be reached message as shown in attachment. Even the Neoload URL recording page itself was taking much time to load.But the same was working fine earlier while recording. Please help on this since it is blocking my work

Abirami V.
Abirami V.

Abirami V.

Level
1
159 / 750
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

It seems to be a timeout error. You say that it worked before so maybe something has changed with your settings.

I guess without NeoLoad it works fine right? Does it take more time than usual?

Have you tried to restart your computer in case there's a lack of resources?

Abirami V.
Abirami V.

Abirami V.

Level
1
159 / 750
points

Yes.Without neoload it is working fine.no it is not taking much time. I will do restart my computer and check.Meantime just FYI, below error was in log:

ERROR - neoload.Proxy: java.lang.IllegalArgumentException: Host name may not be null
at org.apache.commons.httpclient.HttpHost.<init>(HttpHost.java:74)
at org.apache.commons.httpclient.ProxyHost.<init>(ProxyHost.java:63)
at org.apache.commons.httpclient.HostConfiguration.setProxy(HostConfiguration.java:404)
at com.neotys.nl.controller.l.hc.a(hc.java:2102)
at com.neotys.nl.controller.l.hc.a(hc.java:642)
at com.neotys.nl.controller.l.hc.a(hc.java:510)
at com.neotys.nl.controller.l.hc.run(hc.java:300)

I haven't changed any settings.Only changes made was in
controller.recorder.client.so.timeout field just increased the value after this issue and did undo the same.

Also I am seeing the below error as well in recording logs:

ERROR - neoload.Proxy: java.net.SocketException: Software caused connection abort: recv failed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:152)
at java.net.SocketInputStream.read(SocketInputStream.java:122)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:275)
at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
at org.apache.commons.io.input.ProxyInputStream.read(ProxyInputStream.java:98)
at org.apache.commons.io.input.TeeInputStream.read(TeeInputStream.java:127)
at com.neotys.nl.controller.l.hc.a(hc.java:486)
at com.neotys.nl.controller.l.hc.run(hc.java:300)