Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have cloned all required talend source code from git.
Imported them as projects in eclipse oxygen.
However, while launching using the talend.product, I keep on getting the below error.
"java.lang.RuntimeException: No application id has been found."
Details:
-> I am trying to launch the Talend ESB from source code using eclipse Oxygen
-> java version : JRE 1.8
-> I am able to build Talend ESB from souce code using maven
Any help would be really appreciated.
Also, if any one has detail step on how to run Talend from source code using eclipse would be really helpful.
Hello,
Have you tried to import existing maven project option in Eclipse Oxygen to see if it works?
Btw, have you setup the studio-se-master as below
https://github.com/Talend/studio-se-master#build-the-open-source-studio
to include all the slave projects under the open studio or have you directly downloaded tesb-studio-se?
https://github.com/Talend/tesb-studio-se
Best regards
Sabrina
Thanks for the response @xdshi
1) Yes, I imported all the projects using the maven project option.
2) Yes, I have also downloaded the master and included all other slave projects as well.
I am able to build the Talend ESB without any error . But I am facing the error while launching ESB from Eclipse.