Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am having a problem with Talend RunTime at the file wrapper.log. This is the Talend ESB version: 6.3.1_SE_206_release/6.3.1
I am having this error all the time, I just need this to stop.
INFO | jvm 1 | 2017/10/23 13:23:39 | Oct 23, 2017 1:23:39 PM org.apache.karaf.main.lock.SimpleFileLock lock
INFO | jvm 1 | 2017/10/23 13:23:39 | INFO: Trying to lock C:\Users\dor\Desktop\TALEND\Runtime_ESBSE\container\lock
INFO | jvm 1 | 2017/10/23 13:23:39 | Oct 23, 2017 1:23:39 PM org.apache.karaf.main.lock.SimpleFileLock lock
INFO | jvm 1 | 2017/10/23 13:23:39 | INFO: Lock failed
INFO | jvm 1 | 2017/10/23 13:23:40 | Oct 23, 2017 1:23:40 PM org.apache.karaf.main.lock.SimpleFileLock lock
Have you tried deleting the lock file and starting the service again?
Have you tried deleting the lock file and starting the service again?
Did this resolve your question? If so can you set it to resolved so that others can benefit from this?
Yes!!!
What is the solution to this?
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.