Unable to connect to Talend MDM server through Talend studio.
hi all, I have setup talend MDM server in windows 7 machine under 8280 port, it is running well and i am able to login user user/user. using this URL http://localhost:8280/general/secure/ but when i try to connect using studio using this http://localhost:8280/talend/TalendPort by using this admin/talend. I am getting "Unable to connect to server, please check security settings" error. but i can see the detail log in "MDM server console" in studio . Please help me to resolve it. Thanks,
We have the same problem. TAlend Server has been installed on the virtual machine with NAT network configuration. We can open talendmdm through the browser, but fail with connection to the server from the open studio. It seems that connection from the studio to the server uses ports range instead of single port (8080 for us). Is it true? Is it possible to configure port forwarding over NAT?
Hi all, any update here?
I seem to be having the same issue when connecting to my localhost MDM server via the integration context. I can successfully access the WebUI and make changes. However, when I try establish an MDM Connection in the integration context I receive the "Failed to connect to MDM,..." message.
Looking through the logs, I see the following requests after unsuccessfully trying to connect:
127.0.0.1 - - "GET /talendmdm/services/soap?wsdl HTTP/1.1" 200 252388
127.0.0.1 - - "GET /talendmdm/services/soap?wsdl HTTP/1.1" 200 252388
127.0.0.1 - - "GET /talendmdm/services/soap?wsdl HTTP/1.1" 200 252383
127.0.0.1 - - "GET /talendmdm/services/soap?wsdl HTTP/1.1" 200 252388
The request is returned with a 200 'ok' response code.
So why does the connection continue to fail?