You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Alen Jacob (JIRA)" <ji...@apache.org> on 2015/08/21 14:00:46 UTC

[jira] [Created] (TINKERPOP3-806) Installed neo4j-gremlin and still neo4j plugin not shown in the list

Alen Jacob created TINKERPOP3-806:
-------------------------------------

             Summary: Installed neo4j-gremlin and still neo4j plugin not shown in the list
                 Key: TINKERPOP3-806
                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-806
             Project: TinkerPop 3
          Issue Type: Bug
          Components: build-release, neo4j, plugin
    Affects Versions: 3.0.0-incubating
         Environment: Cent OS 6.5
            Reporter: Alen Jacob
            Assignee: stephen mallette
             Fix For: 3.0.0-incubating


[root@master incubator-tinkerpop]# ./bin/gremlin.sh 

         \,,,/
         (o o)
-----oOOo-(3)-oOOo-----
plugin activated: tinkerpop.server
plugin activated: tinkerpop.utilities
plugin activated: tinkerpop.tinkergraph
gremlin> g = Neo4jGraph.open('/tmp/neo4j')
No such property: Neo4jGraph for class: groovysh_evaluate
Display stack trace? [yN] N
gremlin> :plugin list
==>tinkerpop.server[active]
==>tinkerpop.gephi
==>tinkerpop.utilities[active]
==>tinkerpop.sugar
==>tinkerpop.tinkergraph[active]
gremlin> :install com.tinkerpop neo4j-gremlin 3.0.0.M7
Detected a non-standard Gremlin directory structure during install.  Expecting a 'lib' directory sibling to 'ext'. This message does not necessarily imply failure, however the console requires a certain directory structure for proper execution. Altering that structure can lead to unexpected behavior.
==>Loaded: [com.tinkerpop, neo4j-gremlin, 3.0.0.M7]
gremlin> :plugin list
==>tinkerpop.server[active]
==>tinkerpop.gephi
==>tinkerpop.utilities[active]
==>tinkerpop.sugar
==>tinkerpop.tinkergraph[active]
gremlin> :plugin use tinkerpop.neo4j
==>tinkerpop.neo4j could not be found - use ':plugin list' to see available plugins
gremlin> 




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