Hi Experts, I am following Integrate Teamcenter Into Your App learning path. I am facing issue while click login .. Failed to get an HTTP response. I have setup the configuration as per learning path http://localhost:3000/tc Error calling REST service at TcConnector.SendService (CallRest : 'Call REST (POST)') at {"name":"TcConnector.Login","type":"JavaAction"} at TcConnector.ExecuteLogin (JavaAction : 'Login') Advanced stacktrace: at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79) Caused by: java.security.PrivilegedActionException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:3000 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79) Caused by: null at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79) Caused by: Connect to localhost:3000 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79) Caused by: Connection refused: connect at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79)
asked
Arun Mani G
1 answers
0
I suggest that http://localhost:3000/tc is the wrong URL for the 4 tier server for Teamcenter. Port 3000 is usually used by the microservices which support Active Workspace. You need the server connection which is usually on a different port