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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
IrwanAfandiGDP
Contributor
Contributor

Deploy talend component to TOS apps

Hello... could someone help me!

I have finished develop my talend component and I want to integrate my component with my friend's tosbd apps (in his PC). But I confused the step of integration. Usually I used this syntax to deploy my component from talend component kit to TOSBD apps (in my own PC ~ macos) and it was work:

  • ./mvnw clean install

  • ./mvnw talend-component:deploy-in-studio -Dtalend.component.studioHome="/Applications/TOSBD-7.3.1/studio"

0695b00000G5ayLAAR.png

Using this syntax (ref:

https://talend.github.io/component-runtime/main/1.32.0/tutorial-create-my-first-component.html

), I will got "

target

" folder where inside that folder I can found

SNAPSHOT.car

and

SNAPSHOT. jar

. Based in this tutorial (ref:

https://talend.github.io/component-runtime/main/1.32.0/studio-from-car.html

), I just need to give my SNAPSHOOT.car file (only .car file without the java file) to my friend PC and run this syntax

  • java -jar /Users/PC_user_name/custom_component/glair-component-0.0.1-SNAPSHOT.car studio-deploy --location

    /Applications/TOSBD-7.3.1/studio

Then when he open the tosbd, he didn't find these component although there wasn't an error when running these script in the mac terminal. How can I solve this problem? Thank you

Labels (5)
1 Reply
undx
Creator
Creator

Hi @Mohamad Irwan Afandi​ ,

some tracks...

  • have a look at the studio's log.
  • check in the m2 if the artifactf is present (Studio/configuration/.m2/)
  • check if the component is present in the *component.java.coordinates* property in Studio/configuration/config.ini
  • and last https://talend.github.io/component-runtime/main/1.32.0/studio-from-car.html#_troubleshooting

Best regards