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

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

Hyr created TINKERPOP-2429:
------------------------------

             Summary: 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


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)