Agile SDK - 9.3.6.29.2 - Connectivity issue
I am trying to connect to Agile through sdk but getting following error:
Error code : 60089
Error message : Failed to connect to the Agile server. Please check your Agile server name and port ID.
Root Cause exception : java.net.ConnectException: 't3' got an error or timed out while trying to connect
It's a new Java springboot application where I am trying to make this code running.
Same code is running on an existing java application (not springboot) without any issue.
Secondly. why it's trying to run on port 7001 whereas I haven't provided any such settings?
Do I need to make any additional setting to make it running?