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.lang.IllegalAccessException JFXTextFieldSkinBisqStyle error instead of password prompt window #3689

Closed
mercurytoxic opened this issue Nov 25, 2019 · 2 comments

Comments

@mercurytoxic
Copy link
Contributor

Description

Instead of password prompt window I get an error window, never get the password prompt, so I can't log into bisq,

Version

bisq current master g4c9d91503
4c9d915

Actual behaviour

Nov-26 10:15:37.941 [JavaFX Application Thread] INFO  bisq.core.app.BisqSetup: Wallet password required 
Nov-26 10:15:37.942 [JavaFX Application Thread] INFO  bisq.core.app.BisqSetup: onRequestWalletPassword 
Nov-26 10:15:37.944 [JavaFX Application Thread] INFO  bisq.core.app.BisqSetup: onRequestWalletPassword 
java.lang.IllegalAccessException: class bisq.desktop.components.JFXTextFieldSkinBisqStyle cannot access a member of class javafx.scene.control.skin.TextFieldSkin with modifiers "private"

Device or machine

Linux red 5.3.12-arch1-1 #1 SMP PREEMPT Wed, 20 Nov 2019 19:45:16 +0000 x86_64 GNU/Linux

Additional info

bisq.log

@chimp1984
Copy link
Contributor

I assume you run a newer JVM version which is not containing JavaFX packages. If you run from source please be sure to follow build instructions in the docs folder.

@mercurytoxic
Copy link
Contributor Author

Yes, I am using java-13-openjdk
> env JAVA_HOME=/usr/lib/jvm/java-10-openjdk /usr/bin/bisq-desktop
fixed the problem.

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