You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Matthias Broecheler (JIRA)" <ji...@apache.org> on 2016/01/26 22:59:39 UTC

[jira] [Created] (TINKERPOP-1104) new TinkerGraph() in console throws NullPointer

Matthias Broecheler created TINKERPOP-1104:
----------------------------------------------

             Summary: new TinkerGraph() in console throws NullPointer
                 Key: TINKERPOP-1104
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1104
             Project: TinkerPop
          Issue Type: Bug
            Reporter: Matthias Broecheler


{code}
gremlin> g = new TinkerGraph()
java.lang.NullPointerException
Display stack trace? [yN] y
java.lang.NullPointerException
	at org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.selectIdManager(TinkerGraph.java:535)
	at org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.<init>(TinkerGraph.java:144)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:71)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite.callConstructor(ConstructorSite.java:42)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:232)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:236)
	at groovysh_evaluate.run(groovysh_evaluate:3)
{code}



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