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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Runtime ESB Karaf - Java.Lang.RuntimeException

Hello, I'm using Talend ESB on Ubuntu machine 16.04 64 bit.

Main Job is very simple, is Web Service capable to execute 3 subjob based on variable:

0683p000009LwRI.jpg

I made a dummy Job3 (a simple message box) and it works fine in the Talend ESB environment:

After exporting the service, creating a *.KAR file, and after deploying it to the OSGi Karaf environment everythig seems to work as expected:

0683p000009Lx63.jpg

 

Unfortunately when I run the curl command to test the service I receive following error message:

0683p000009Lx1E.jpg

 

I've already check JAVA and JAVA PATH all seems ok:

0683p000009Lx6N.jpg

Thanks in advance for any tips/comment.

Regs

SL

 

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hello,

The SOAP data service Job including the tESBProviderRequest component that implements a service operation can not be built independently. The Job has to be built with the service it is assigned to. When you export a SOAP service, all the data service Jobs that implement the service operations are built in the service archive file as well.

Best regards

Sabrina