-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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.lang.IllegalStateException on startup #3072
Comments
here is the relevant part of the log:
first step I assume would be to handle the error more gracefully so that we have more information if that kind of situation happens again. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Do we handle the logging better now @freimair ? |
The problem starts already before. It is some double spending warning. |
It was in that code part:
Seems a double spent tx got added twice to the wallet, which should not be possible. |
Encountered this too, and this exactly what happened to me (double spend). |
@darosior We release to day 1.5.0. Wait until its out then update, make a backup and then do a spv resync with 1.5.0. Never downgrade back to an older version! |
huh? I didn't downgrade, but yeah will check if 1.5.0 fixes this (unlikely as the wallet seems to be in a weird state after the double spend). |
When i start bisq 1.1.5 i get the above error.
bisq.log.zip
The text was updated successfully, but these errors were encountered: