Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I went through something similar with support and it was some jar files missing in my installation
i'm using the 7.3.1
It's my first publish cloud , i did not do that previously.
KR,
Fulgence
My limited experience tells me that the Studio does not indicate the status of the deployment. You need to wait for it to deploy and check for the appearance of the new item in the Management Console. A detailed account of the activity can be found in a log file on the server.
Hi @alang ,
I did it many times but nothing happened and in the management console it was not deployed.
Hi fdev2020
You can check the deploy status in Progress view, see
Regards
Shong
I see. So, I had similar struggles, and I too had a support call with Talend. They were very helpful in getting my issue resolved. I will summarize the results in case your issue is the same as mine:
1. When deploying (in my case SOAP services), you must stop current versions before you deploy. If you don't, there will be errors in the deployment.
2. In order to fix this, you have to go onto the remote engine server and run the Karaf client to fix things.
a. On the remote server, navigate to the Talend runtime folder. In my case: D:\Talend\7.2.1\runtime
b. in the bin folder, there is a bat file: D:\Talend\7.2.1\runtime\bin\client.bat
c. first, run the 'list' command to see what is running:
d. To find my feature, I used feature-list with a grep as shown below followed by a feature-stop:
e. Use the following commands to stop, uninstall and remove your features
f. Now, with a clean slate, I was able to deploy again from Studio and all was good.
g. Most importantly, I had to make sure that any future deployments were done AFTER using MC to undeploy the artifact.
BTW, I had seen a similar post (https://community.talend.com/t5/Design-and-Development/Odd-ESB-Route-deployment-through-the-TAC/m-p/...) before contacting Talend support. But couldn't quite understand until I had someone walk me through it. The support I got on this was great. Just wish that the deployment wasn't so temperamental.