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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Wrapper lock file

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!

Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hello,

Could you please indicate on which build version you got this issue?

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi,

 

This is the version: 6.3.1_SE_206_release/6.3.1

andrew_bates
Contributor
Contributor

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.