[ 
https://issues.apache.org/jira/browse/IGNITE-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15039756#comment-15039756
 ] 

ASF GitHub Bot commented on IGNITE-2019:
----------------------------------------

GitHub user nva opened a pull request:

    https://github.com/apache/ignite/pull/292

    IGNITE-2019 Fixed schema import on Mac OSX El Capitan.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nva/ignite ignite-2019

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/292.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #292
    
----
commit 30126a0046263dcd5d8027cc2e44654b90c316f3
Author: Andrey <anovi...@gridgain.com>
Date:   2015-12-04T05:02:55Z

    IGNITE-2019 Fixed schema import on Mac OSX El Capitan.

----


> 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: Andrey Novikov
>            Priority: Critical
>             Fix For: 1.5
>
>         Attachments: screenshot.png
>
>
> {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}
> {code}
> kope-mac:~ kope$ java -version
> java version "1.7.0_67"
> Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
> Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
> {code}



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

Reply via email to