[
https://issues.apache.org/jira/browse/TINKERPOP-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17204867#comment-17204867
]
Stephen Mallette commented on TINKERPOP-2429:
---------------------------------------------
the error is quite unfamiliar - someone as good enough to test on their mac
when i posted this issue in slack and they did not have any problems either. it
looks like it's dying in trying to load the colors for the console text:
https://github.com/apache/tinkerpop/blob/3a99ce20099361bb789fc9d71b032fbe25fc9000/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/Preferences.groovy#L285
no idea why that would matter at all....
> Tinkerpop-gremlin-console-3.4.8 does NOT launch at ./gremlin.sh
> ---------------------------------------------------------------
>
> Key: TINKERPOP-2429
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2429
> Project: TinkerPop
> Issue Type: Bug
> Reporter: Hyr
> Priority: Major
>
> Hello everyone,
>
> I just downloaded the Tinkerpop gremlin console vs. 3.4.8 and installed it on
> my Mac OS 10.12.6 (Sierra). I am using an OpenJDK vs.1.8.0_232. From the
> terminal (CL) I move inside the bin directory of the downloaded package, and
> when I launch gremlin with the command:
> ~% ./gremlin.sh
>
> I get the following result:
>
> Exception in thread "main" java.lang.NullPointerException
> at
> java.lang.invoke.BruteArgumentMoverHandle.invokeExact_thunkArchetype_X(BruteArgumentMoverHandle.java:404)
> at
> java.lang.invoke.CollectHandle.invokeExact_thunkArchetype_X(CollectHandle.java:130)
> at
> java.lang.invoke.AsTypeHandle.invokeExact_thunkArchetype_X(AsTypeHandle.java:49)
> at
> java.lang.invoke.MutableCallSiteDynamicInvokerHandle.invokeExact_thunkArchetype_X(MutableCallSiteDynamicInvokerHandle.java:64)
> at
> org.apache.tinkerpop.gremlin.console.Preferences.loadDefaultValues(Preferences.groovy:285)
> at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:485)
> at java.lang.invoke.MethodHandles$CatchHelper.helper(MethodHandles.java:2398)
> at
> org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:234)
> at
> org.apache.tinkerpop.gremlin.console.Preferences.expandoMagic(Preferences.groovy:173)
> at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:485)
> at java.lang.invoke.MethodHandles$CatchHelper.helper(MethodHandles.java:2398)
> at
> org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:234)
> at org.apache.tinkerpop.gremlin.console.Console.main(Console.groovy:454)
>
> Any hint of what's causing this nullPointerException? How to fix that?
>
> Thank you, with Best Regards
--
This message was sent by Atlassian Jira
(v8.3.4#803005)