JorenSix / Panako

The Panako acoustic fingerprinting system.
GNU Affero General Public License v3.0
182 stars 38 forks source link

Could not create a lock file for the database. #3

Closed julianterzyk closed 6 years ago

julianterzyk commented 6 years ago

Hey there,

I'm currently having trouble to get panako running. I'm getting the following error message when trying to store a first fingerprint of some random mp3:

Could not create a lock file for the database. Please make sure that '/opt/panako/dbs/nfft_panako_db.lck' is writable.

I tested this in two different environments. The first one was my local installation on Mac OS. The second one was an Ubuntu based Docker container. I was able to run panako -v or panako config via the "java -jar /opt/panako/panako.jar" way you described. However I'm currently out of ideas what I still need to set up to make things working?

BTW: When I look into the /opt/panako directory I cannot see any folder named dbs.

Looking forward to hearing from you.

Cheers, Julian

julianterzyk commented 6 years ago

Seems like a mkdir /opt/panako/dbs is somehow missing during the install procedure. For more context see the issue in Pixelartist/docker-panako.