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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Runtime Karaf and log

Hi guys.
I'd like to know how to write some log messages in the karaf runtime inside a job used by a Web service.
I've tried to use a tLogRow. It works in my console of the Studio, but not in the Karaf Runtime...
Any idea ?
Cheers.
Labels (2)
2 Replies
Anonymous
Not applicable

Hi,
We can support the component tLogrow to write some log messages in the karaf runtime. Maybe something wrong with your job. I need confirm that what service do you use? the talend demo service?or you designed a service by yourself?
If it is the service you have designed, we need the related job screenshots. We doubt that there are something wrong with it which cause the tLogrow ineffective.
Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III
Author

Hi Sabrina.
Thank you for your response.
The job I've designed is very simple.
I looks like this :

tESBProviderRequest->tXMLMap->tFlowToIterate->tRunJob->tXMLMap->tESBProviderResponse
I use the tRunJob to execute a request on a database and I get the result in a tBufferOutput (classical method)
The problem is that all the tWarn I use in the subjob (and which work perfectly in the console of the Studio) don't write anything in the Karaf console...
I use Talend ESB 5.1.2 and I've precised in the tLogcatcher to catch all the exceptions.
Madjid