You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Stephen Mallette (Jira)" <ji...@apache.org> on 2020/09/30 15:11:00 UTC

[jira] [Commented] (TINKERPOP-2429) Tinkerpop-gremlin-console-3.4.8 does NOT launch at ./gremlin.sh

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

Stephen Mallette commented on TINKERPOP-2429:
---------------------------------------------

we typically prefer usage questions to be directed to the gremlin-users mailing list:

https://groups.google.com/g/gremlin-users

but since you're here I will offer that It works fine for me on mac with {{bin/gremlin.sh}} and from inside {{bin/}} with the command you are using. i'm not sure what could be wrong. 

> 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)