-
Notifications
You must be signed in to change notification settings - Fork 51
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
java error #25
Labels
Comments
Hi, which database are you using? You need to wait till |
bernardladenthin
added
help wanted
Extra attention is needed
question
Further information is requested
labels
Dec 21, 2022
An example log:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
When I start run_Find_1OpenCLDevice I get this error
Unrecognized option: --illegal-access=permit
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
How I can fix it?
Edit: After I updated the java from java 8 to java 19 seems to work but I got this inside the .txt file generated by the .bat file:
^CPicked up _JAVA_OPTIONS: -Xmx512M
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=permit; support was removed in 17.0
2022-12-20 16:13:44,696 [main] INFO net.ladenthin.bitcoinaddressfinder.cli.Main - Find
2022-12-20 16:13:45,650 [main] INFO net.ladenthin.bitcoinaddressfinder.persistence.lmdb.LMDBPersistence - ##### BEGIN: LMDB stats #####
2022-12-20 16:13:45,651 [main] INFO net.ladenthin.bitcoinaddressfinder.persistence.lmdb.LMDBPersistence - ... this may take a lot of time ...
2022-12-20 16:13:45,715 [main] INFO net.ladenthin.bitcoinaddressfinder.persistence.lmdb.LMDBPersistence - DatabaseSize: 4708.55859375 MiB
2022-12-20 16:13:45,715 [main] INFO net.ladenthin.bitcoinaddressfinder.persistence.lmdb.LMDBPersistence - IncreasedCounter: 0
2022-12-20 16:13:45,715 [main] INFO net.ladenthin.bitcoinaddressfinder.persistence.lmdb.LMDBPersistence - IncreasedSum: 0.0 MiB
2022-12-20 16:13:45,716 [main] INFO net.ladenthin.bitcoinaddressfinder.persistence.lmdb.LMDBPersistence - Stat: Stat{branchPages=0, depth=1, entries=1, leafPages=1, overflowPages=0, pageSize=4096}
But from Console I cant figure out if it is working or not, this is what should happen?
The text was updated successfully, but these errors were encountered: