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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

build route as type spring bootable jar through commandline

Hi 

 

I am able to build route as spring bootable microservic through ui of talend studio.

 

But for same route I am not able to build it through talend commandline

 

1. Initialized remote repo successfully 

2.Logged into the project successfully 

3. buildRoute testRoute -dd C:/TalendStudio6/Export/ -bt MicroService

 

I have also tried 

 

buildRoute testRoute -af testRoute -dd C:/TalendStudio6/Export/ -bt MicroService

 

 

Its giving status as failed .Is I am missing anything 

 

Thanks

Ashish

 

Labels (4)
2 Replies
Anonymous
Not applicable
Author

Hello,

We have redirected your issue to talend ESB experts and will keep you posted.

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi 

 

I am able to build it with same command in commandline.

The issue was some jars was missing so I open project on studio and then in preferences--> un-checked offline and  build it  the route manually in studio as microservice and It has downloaded all the dependency jar require for spring.

and then tried with command line and was able to build with it too.

 

I am not sure weather it is the solution or hack but I am able to solve it

 

Thanks

Ashish