[bisq-network/bisq-desktop] java.lang.NoClassDefFoundError: Could not initialize class com.sun.javafx.scene.control.skin.ProgressBarSkin (#566)

Joachim Neumann notifications at github.com
Mon Sep 3 21:29:52 UTC 2018


I have this problem, too (MacOS 10.13.6). From my log file:

Log files under: /Users/joachimneumann/Library/Application Support/Bisq/bisq
Sep-03 23:22:48.469 [main] INFO  b.c.u.Utilities: System info: os.name=Mac OS X; os.version=10.13.6; os.arch=x86_64; sun.arch.data.model=64; JRE=1.8.0_172-b11 (Oracle Corporation); JVM=25.172-b11 (Java HotSpot(TM) 64-Bit Server VM)
Sep-03 23:22:48.663 [main] INFO  b.c.app.Version: Version{VERSION=0.8.0, P2P_NETWORK_VERSION=1, LOCAL_DB_VERSION=1, TRADE_PROTOCOL_VERSION=1, BASE_CURRENCY_NETWORK=0, getP2PNetworkId()=10}
Sep-03 23:22:48.663 [main] INFO  b.c.s.CoreSetup: Path to Bisq jar file: /Applications/Bisq.app/Contents/Java/Bisq-0.8.0.jar
Sep-03 23:22:49.892 [JavaFX Application Thread] INFO  b.c.p.ProvidersRepository: Selected provider baseUrl=http://62nvujg5iou3vu3i.onion/, providerList=[http://62nvujg5iou3vu3i.onion/, http://5bmpx76qllutpcyp.onion/, http://44mgyoe2b6oqiytt.onion/, http://xc3nh4juf2hshy7e.onion/, http://ceaanhbvluug4we6.onion/]
Sep-03 23:22:51.070 [JavaFX Application Thread] ERROR b.d.app.BisqApp: Error during app init java.lang.ExceptionInInitializerError: null
	at javafx.scene.control.ProgressBar.createDefaultSkin(ProgressBar.java:97)
	at javafx.scene.control.Control.impl_processCSS(Control.java:872)
	at javafx.scene.Parent.impl_processCSS(Parent.java:1280)
	at javafx.scene.Parent.impl_processCSS(Parent.java:1280)
	at javafx.scene.Parent.impl_processCSS(Parent.java:1280)
	at javafx.scene.Parent.impl_processCSS(Parent.java:1280)
	at javafx.scene.Node.processCSS(Node.java:9056)
	at javafx.scene.Scene.doCSSPass(Scene.java:545)
	at javafx.scene.Scene.preferredSize(Scene.java:1643)
	at javafx.scene.Scene.impl_preferredSize(Scene.java:1720)
	at javafx.stage.Window$9.invalidated(Window.java:864)
	at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:109)
	at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:144)
	at javafx.stage.Window.setShowing(Window.java:940)
	at javafx.stage.Window.show(Window.java:955)
	at javafx.stage.Stage.show(Stage.java:259)
	at bisq.desktop.app.BisqApp.setupStage(BisqApp.java:235)
	at bisq.desktop.app.BisqApp.startApplication(BisqApp.java:123)
	at bisq.desktop.app.BisqAppMain.startApplication(BisqAppMain.java:121)
	at bisq.core.app.BisqExecutable.onApplicationLaunched(BisqExecutable.java:181)
	at bisq.desktop.app.BisqAppMain.onApplicationLaunched(BisqAppMain.java:89)
	at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)
	at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
Caused by: java.lang.NullPointerException: null
	at com.sun.javafx.font.MacFontFinder.populateFontFileNameMap(MacFontFinder.java:99)
	at com.sun.javafx.font.PrismFontFactory.getFullNameToFileMap(PrismFontFactory.java:1740)
	at com.sun.javafx.font.PrismFontFactory.getFontResource(PrismFontFactory.java:469)
	at com.sun.javafx.font.LogicalFont.getSlot0Resource(LogicalFont.java:194)
	at com.sun.javafx.font.LogicalFont.getDefaultAAMode(LogicalFont.java:409)
	at com.sun.javafx.font.LogicalFont.getStrike(LogicalFont.java:413)
	at com.sun.javafx.font.PrismFont.getStrike(PrismFont.java:73)
	at com.sun.javafx.text.PrismTextLayout.setContent(PrismTextLayout.java:138)
	at javafx.scene.text.Text.getTextLayout(Text.java:229)
	at javafx.scene.text.Text.needsFullTextLayout(Text.java:184)
	at javafx.scene.text.Text.access$200(Text.java:95)
	at javafx.scene.text.Text$2.invalidated(Text.java:389)
	at javafx.beans.property.StringPropertyBase.markInvalid(StringPropertyBase.java:109)
	at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:144)
	at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:49)
	at javafx.scene.text.Text.setText(Text.java:370)
	at javafx.scene.text.Text.<init>(Text.java:129)
	at com.sun.javafx.scene.control.skin.ProgressIndicatorSkin.<clinit>(ProgressIndicatorSkin.java:169)
	... 25 common frames omitted

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-desktop/issues/566#issuecomment-418195232
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180903/e5f662cc/attachment.html>


More information about the bisq-github mailing list