Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
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
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