Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR Alephium.app.Boot$ #60

Open
Good2Myself opened this issue Apr 18, 2024 · 2 comments
Open

ERROR Alephium.app.Boot$ #60

Good2Myself opened this issue Apr 18, 2024 · 2 comments

Comments

@Good2Myself
Copy link

�[33m2024-04-11 12:37:22,745�[0;39m �[32m[main]�[0;39m �[1;31mERROR�[0;39m �[36mo.alephium.app.Boot$�[0;39m - Cannot initialize system: {}
org.rocksdb.RocksDBException: Failed to create lock file: C:\Users\h.alephium\mainnet\db/LOCK: The process cannot access the file because it is being used by another process.

at org.rocksdb.RocksDB.open(Native Method)
at org.rocksdb.RocksDB.open(RocksDB.java:306)
at org.alephium.io.RocksDBSource$.openUnsafeWithOptions(RocksDBSource.scala:176)
at org.alephium.io.RocksDBSource$.openUnsafe(RocksDBSource.scala:156)
at org.alephium.flow.io.Storages$.createRocksDBUnsafe(Storages.scala:92)
at org.alephium.flow.io.Storages$.createUnsafe(Storages.scala:46)
at org.alephium.app.Server$Impl.<init>(Server.scala:123)
at org.alephium.app.Server$.apply(Server.scala:105)
at org.alephium.app.BootUp.<init>(Boot.scala:58)
at org.alephium.app.Boot$.delayedEndpoint$org$alephium$app$Boot$1(Boot.scala:37)
at org.alephium.app.Boot$delayedInit$body.apply(Boot.scala:35)
at scala.Function0.apply$mcV$sp(Function0.scala:42)
at scala.Function0.apply$mcV$sp$(Function0.scala:42)
at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
at scala.App.$anonfun$main$1(App.scala:98)
at scala.App.$anonfun$main$1$adapted(App.scala:98)
at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:575)
at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:573)
at scala.collection.AbstractIterable.foreach(Iterable.scala:933)
at scala.App.main(App.scala:98)
at scala.App.main$(App.scala:96)
at org.alephium.app.Boot$.main(Boot.scala:35)
at org.alephium.app.Boot.main(Boot.scala)
@tdroxler
Copy link
Member

The process cannot access the file because it is being used by another process.

You might have another instance of the node running, try to kill all your java processes and restart

@Good2Myself
Copy link
Author

I can't find it in task manager or open windows, could it be - Wowlet or Wownerod?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants