You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running this framework through Eclipse by using Gradle, Junit and feature file.
frequently I am getting below problem. If am deleting manually untitled1.lck file , its runs but only once. For next execution again below problem is accruing
Hi @Ravi8055, I have not tried to run using Eclipse or JUnit. The lock file is generated by OWASP ZAP and could mean that ZAP doesn't shutdown between executions. Check that ZAP isn't already running between different executions. If it isn't, then a quick fix would be to add a line to the "generateReport" task in build.gradle to try and delete the lck file if it exists.
Hi Everyone,
I am running this framework through Eclipse by using Gradle, Junit and feature file.
frequently I am getting below problem. If am deleting manually untitled1.lck file , its runs but only once. For next execution again below problem is accruing
10706 [main] FATAL hsqldb.db..ENGINE - could not reopen database
org.hsqldb.HsqlException: Database lock acquisition failure: lockFile: org.hsqldb.persist.LockFile@d0ec271b[file =Z:\newWorkspaceForBDD\bdd-security-master\zap\tmp\session\untitled1.lck, exists=true, locked=false, valid=false, ] method: checkHeartbeat read: 2017-10-05 07:28:24 heartbeat - read: -763 ms.
The text was updated successfully, but these errors were encountered: