Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys, I just installed the Talend Runtime ESB Container to start a webservice. The problem is that I am getting an error all the time, I can check this error at the file "wrapper.log".
INFO | jvm 1 | 2017/08/04 09:22:44 | Aug 04, 2017 9:22:44 AM org.apache.karaf.main.lock.SimpleFileLock lock
INFO | jvm 1 | 2017/08/04 09:22:44 | INFO: Trying to lock C:\Users\dferre\Desktop\TALEND\Runtime_ESBSE\container\lock
INFO | jvm 1 | 2017/08/04 09:22:44 | Aug 04, 2017 9:22:44 AM org.apache.karaf.main.lock.SimpleFileLock lock
INFO | jvm 1 | 2017/08/04 09:22:44 | INFO: Lock failed
INFO | jvm 1 | 2017/08/04 09:22:45 | Aug 04, 2017 9:22:45 AM org.apache.karaf.main.lock.SimpleFileLock lock
INFO | jvm 1 | 2017/08/04 09:22:45 | INFO: Trying to lock C:\Users\dferre\Desktop\TALEND\Runtime_ESBSE\container\lock
INFO | jvm 1 | 2017/08/04 09:22:45 | Aug 04, 2017 9:22:45 AM org.apache.karaf.main.lock.SimpleFileLock lock
INFO | jvm 1 | 2017/08/04 09:22:45 | INFO: Lock failed
Any Ideas? I have been searching but I don't know how I should configurate the "lock" file.
Thanks!
Hello,
Could you please indicate on which build version you got this issue?
Best regards
Sabrina
Hi,
This is the version: 6.3.1_SE_206_release/6.3.1
This can also happen when you try and run two instances - the second one tried to grab the lock and fails. Check with
ps -ef | grep java
And see if you have two instances running.