not able to debug the java service due to below
Error :Cannot connect to server “127.0.0.1:5001”
Can any one suggest what could be the issue ?
not able to debug the java service due to below
Error :Cannot connect to server “127.0.0.1:5001”
Can any one suggest what could be the issue ?
Hi,
hopefully, you have checked that the server was started on the same machine on the mentioned port, before trying to test the service.
If so, there should be a more detailed error message, why the test service cannot connect to the service to be tested.
You might want to edit the main()-method, so that you can pass the server in the args on the commandline.
Regards,
Holger
On the machine where you are using Designer (i.e., localhost), open a browser and try to access this IS. Make sure that you can reach the server via the browser, before you try again in Designer.
There could be multiple reasons - server online on the right port (as Holger says), or the port not being open for connections (firewall rules) even if it’s on your own/same machine.
KM
Thanks the issue is resolved
Thanks the issue is resolved
.
The 5001 port is https port .
I have tried it bypassing the http port too but I thing needed to do some other setting in designer
in General > network connections.
can you guys suggest how to do that .
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.