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: 
DNguyen1628280781
Contributor
Contributor

How to get to karaf console in Talend Remote Engine (not Talend runtime)

I have Remote Engine (2.10.6_tipaas-base/release) installed on Linux. Earlier, I can goto TalendRemoteEngine/bin and run ./trun to take me to karaf console. But now, after do ./trun, the screen just hang up and nothing happens. I have to Ctrl+C to exit the command.

Labels (3)
3 Replies
Anonymous
Not applicable

Hello,

Is there any message in karaf log when do ./trun and the screen just hang up and nothing happens? What's Java version used to start the remote engine?

Best regards

Sabrina

 

DNguyen1628280781
Contributor
Contributor
Author

i run "tail -f karaf.log" and see this repeating error when running "./trun" :

 

Nov 09, 2021 4:29:34 AM org.apache.karaf.main.lock.SimpleFileLock lock

INFO: Trying to lock /app/TalendRemoteEngine/lock

Nov 09, 2021 4:29:34 AM org.apache.karaf.main.lock.SimpleFileLock lock

INFO: Lock failed

Nov 09, 2021 4:29:35 AM org.apache.karaf.main.lock.SimpleFileLock lock

INFO: Trying to lock /app/TalendRemoteEngine/lock

Nov 09, 2021 4:29:35 AM org.apache.karaf.main.lock.SimpleFileLock lock

INFO: Lock failed

 

After i exit ./trun, the karaf log file backs to normal

Anonymous
Not applicable

Hello,

Do you intentionally restart the RE? For info, I grep the lock line, that shows RE satrup on log.

Note: Restarting a RE is no an issue if there is no job running on the RE

Best regards

Sabrina