Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Source code from Eclipse Oxygen

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.

 

Labels (3)
2 Replies
Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

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.