'CannotAcquireLockFileErr how to fix this

I not able to remove the vm.lockfiles. I also do not know what this error means. What I am trying to do, is to replace a file on this old location.

After executing this :

@echo off

call
"C:\opt\skyspark\skyspark-09b2c7e8-f5cc-5f80-a180-005056c00003/bin/skyspark.bat"
%* -var "file:/C:/opt/skyspark/skyspark-3.0.22/var/"

I end up with this error

ERROR: Cannot boot: debug::CannotAcquireLockFileErr: C:\SkySpark\skyspark-3.0.28\var\vm.lock debug::LockFile.acquire (LockFile.fan:34) skyarcd::Boot.initLockFile (Boot.fan:500)
skyarcd::Boot.init (Boot.fan:170) fan.sys.Func$Indirect0.call (Func.java:128) skyarcd::Boot.asCur (Boot.fan:154)
skyarcd::Boot.init (Boot.fan:162) skyarcd::Boot.run (Boot.fan:235)
skyarcd::Main.main (Main.fan:26) java.lang.reflect.Method.invoke (Unknown) fan.sys.Method.invoke (Method.java:573)
fan.sys.Method$MethodFunc.callList (Method.java:212)
fan.sys.Method.callList (Method.java:138) fanx.tools.Fan.callMain (Fan.java:183) fanx.tools.Fan.executeType (Fan.java:147)
fanx.tools.Fan.execute (Fan.java:41) fanx.tools.Fan.run (Fan.java:308) fanx.tools.Fan.main (Fan.java:346)

cmd


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source