You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2015/11/27 14:17:10 UTC

[jira] [Created] (IGNITE-2019) schema import utility failed to start on Mac OS X EI Capitan

Pavel Konstantinov created IGNITE-2019:
------------------------------------------

             Summary: schema import utility failed to start on Mac OS X EI Capitan
                 Key: IGNITE-2019
                 URL: https://issues.apache.org/jira/browse/IGNITE-2019
             Project: Ignite
          Issue Type: Bug
            Reporter: Pavel Konstantinov
            Assignee: Alexey Kuznetsov
            Priority: Critical
             Fix For: 1.5


{code}
/Users/kope/Downloads/gridgain-enterprise-fabric-7.5.0/bin/ignite-schema-import.sh ; exit;
kope-mac:~ kope$ /Users/kope/Downloads/gridgain-enterprise-fabric-7.5.0/bin/ignite-schema-import.sh ; exit;
Exception in Application start method
Exception in Application stop method
Exception in thread "main" java.lang.RuntimeException: Exception in Application start method
	at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:403)
	at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:47)
	at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:115)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ExceptionInInitializerError
	at javafx.scene.control.TableColumn.impl_setWidth(TableColumn.java:1259)
	at javafx.scene.control.TableColumn$7.invalidated(TableColumn.java:763)
	at javafx.beans.property.DoublePropertyBase.markInvalid(DoublePropertyBase.java:129)
	at javafx.beans.property.DoublePropertyBase.set(DoublePropertyBase.java:163)
	at javafx.scene.control.TableColumn.setMinWidth(TableColumn.java:749)
	at org.apache.ignite.schema.ui.Controls.tableColumn(Controls.java:437)
	at org.apache.ignite.schema.ui.Controls.customColumn(Controls.java:472)
	at org.apache.ignite.schema.ui.SchemaImportApp.createGeneratePane(SchemaImportApp.java:1033)
	at org.apache.ignite.schema.ui.SchemaImportApp.start(SchemaImportApp.java:1590)
	at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:319)
	at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:219)
	at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
	at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
	at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
Caused by: java.lang.NullPointerException
	at com.sun.t2k.MacFontFinder.initPSFontNameToPathMap(MacFontFinder.java:339)
	at com.sun.t2k.MacFontFinder.getFontNamesOfFontFamily(MacFontFinder.java:390)
	at com.sun.t2k.T2KFontFactory.getFontResource(T2KFontFactory.java:233)
	at com.sun.t2k.LogicalFont.getSlot0Resource(LogicalFont.java:184)
	at com.sun.t2k.LogicalFont.getSlotResource(LogicalFont.java:228)
	at com.sun.t2k.CompositeStrike.getStrikeSlot(CompositeStrike.java:86)
	at com.sun.t2k.CompositeStrike.getMetrics(CompositeStrike.java:132)
	at com.sun.javafx.font.PrismFontUtils.getFontMetrics(PrismFontUtils.java:31)
	at com.sun.javafx.font.PrismFontLoader.getFontMetrics(PrismFontLoader.java:466)
	at javafx.scene.text.Text.<init>(Text.java:153)
	at com.sun.javafx.scene.control.skin.Utils.<clinit>(Utils.java:52)
	... 16 more

{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)