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

java.io.UncheckedIOException on startup #5518

Closed
blex97 opened this issue May 21, 2021 · 3 comments
Closed

java.io.UncheckedIOException on startup #5518

blex97 opened this issue May 21, 2021 · 3 comments

Comments

@blex97
Copy link

blex97 commented May 21, 2021

during startup of bisq my machine suddenly rebootet. now all i get is the following when trying to start bisq

bisq version 1.6.4

lenovo x230
ubuntu 21.04

/opt/bisq/bin/Bisq
fault: An unexpected error occurred. Please file a report at https://bisq.network/issues
java.io.UncheckedIOException: java.nio.charset.MalformedInputException: Input length = 1
at bisq.common.config.ConfigFileReader.getLines(ConfigFileReader.java:33)
at bisq.common.config.ConfigFileReader.getOptionLines(ConfigFileReader.java:38)
at bisq.common.config.Config.parseOptionsFrom(Config.java:822)
at bisq.common.config.Config.(Config.java:720)
at bisq.core.app.BisqExecutable.execute(BisqExecutable.java:84)
at bisq.desktop.app.BisqAppMain.main(BisqAppMain.java:54)
Caused by: java.nio.charset.MalformedInputException: Input length = 1
at java.base/java.nio.charset.CoderResult.throwException(Unknown Source)
at java.base/sun.nio.cs.StreamDecoder.implRead(Unknown Source)
at java.base/sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.base/java.io.InputStreamReader.read(Unknown Source)
at java.base/java.io.BufferedReader.fill(Unknown Source)
at java.base/java.io.BufferedReader.readLine(Unknown Source)
at java.base/java.io.BufferedReader.readLine(Unknown Source)
at java.base/java.nio.file.Files.readAllLines(Unknown Source)
at java.base/java.nio.file.Files.readAllLines(Unknown Source)
at bisq.common.config.ConfigFileReader.getLines(ConfigFileReader.java:29)
... 5 more

@boring-cyborg
Copy link

boring-cyborg bot commented May 21, 2021

Thanks for opening your first issue here!

Be sure to follow the issue template. Your issue will be reviewed by a maintainer and labeled for further action.

@ripcurlx
Copy link
Member

@blex97 Please have a look at your bisq.properties file in your data directory. It might be that the file got corrupted. If you haven't configured anything yourself, just delete the file and start Bisq again.

@blex97
Copy link
Author

blex97 commented May 21, 2021

perfect advice, works :)

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