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: 
jhammer98
Contributor II
Contributor II

ESB job runs fine in Studio but not in Runtime

Hello,

I'm having troubles with an ESB web service. I can run it locally on my laptop in Studio and it performs exactly how I expect it to...however, when I install it in the Karaf web console, it produces a return code of 1 with no other information as to why it failed to start.

How can I increase logging in order to further debug this?

I'm using TOS for ESB 7.3, my runtime environment is running on CentOS 7.5.

Thanks in advance!!!

Labels (5)
2 Replies
Anonymous
Not applicable

Hello,

Did you use tRunJob component in ESB? Are your bundle active in runtime?

Is there any more error message in tesb.log?

Best regards

Sabrina           

jhammer98
Contributor II
Contributor II
Author

Hello Sabrina,

 

Thanks for the response. I do not have a tRunJob component, the flow is as follows:

 

tDBConnection (OnComponentOK)-> tRESTRequest -> tLogRow -> tFlowToIterate (Iterate)-> tDBInput -> tLogRow -> tXMLMap -> tRESTResponse

 

The tesb.log file has the following messages after I install the .war file:

 

2020-12-14T08:19:23,202 | INFO | qtp1796129182-2216 | troller.internal.JobLauncherImpl 149 | 248 - org.talend.esb.job.controller - 7.1.1 | Adding job get_item_data.

2020-12-14T08:19:23,204 | INFO | pool-34-thread-11 | internal.SimpleJobTask$JobRunner  69 | 248 - org.talend.esb.job.controller - 7.1.1 | Starting job get_item_data

2020-12-14T08:19:23,219 | INFO | pool-34-thread-11 | internal.SimpleJobTask$JobRunner  82 | 248 - org.talend.esb.job.controller - 7.1.1 | Job get_item_data finished, return code is 1

 

In the Karaf Web Console, I see that the bundle is indeed active. And also, in the tesb.log file, I can see the request coming in, but no data is returned. This only occurs in the Runtime environment, not Studio.

 

Thanks again!