Hello
Error while connection to my access DB the below error appear
Cannot create PoolableConnectionFactory (UCAExc:::3.0.3.1 Database lock acquisition failure: lockFile: org.hsqldb.persist.LockFile@23ae5bd[file = /my mirror path/mirror name1494138214.lck, exists=true, locked=false, valid=false, ]
I have to manually delete the .lck and reconnect
My connection string is :
jdbc:ucanaccess:/my access DB path/DB name;memory=false;readonly=true;hsqldb.lock_file=false;keepMirror=my mirror path\mirror name
Is there any solutions ?
The error message shows that you are running UCanAccess v3.0.3.1. Try upgrading to the latest version (v3.0.7) and see if that helps.
Log in to post a comment.
Hello
Error while connection to my access DB the below error appear
Cannot create PoolableConnectionFactory (UCAExc:::3.0.3.1 Database lock acquisition failure: lockFile: org.hsqldb.persist.LockFile@23ae5bd[file = /my mirror path/mirror name1494138214.lck, exists=true, locked=false, valid=false, ]
I have to manually delete the .lck and reconnect
My connection string is :
jdbc:ucanaccess:/my access DB path/DB name;memory=false;readonly=true;hsqldb.lock_file=false;keepMirror=my mirror path\mirror name
Is there any solutions ?
The error message shows that you are running UCanAccess v3.0.3.1. Try upgrading to the latest version (v3.0.7) and see if that helps.