Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to deploy a Route to a Remote Engine via the Talend Cloud management console, but keep getting the following error:
The issue wasn't the localhost part, the Talend Remote Engine requires a Talend Runtime still and that service wasnt running on the same machine. after I started the Runtime service on the same machine as the remote engine it was able to deploy the route.
It looks like you have something configured to "localhost". Can you deploy any other route in your Remote Engine?
java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost;
The issue wasn't the localhost part, the Talend Remote Engine requires a Talend Runtime still and that service wasnt running on the same machine. after I started the Runtime service on the same machine as the remote engine it was able to deploy the route.
Good spot. Sorry I assumed that you were running the runtime service. Glad you got it working