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 2017/11/20 18:44:00 UTC

[jira] [Updated] (TINKERPOP-1788) gremlin.sh does not work correctly under Cygwin

     [ https://issues.apache.org/jira/browse/TINKERPOP-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stephen mallette updated TINKERPOP-1788:
----------------------------------------
    Description: 
On my machine (Windows 10), I have a Cygwin setup. Attempting to execute gremlin.sh to launch the console errors out. gremlin.bat under cmd runs fine, so I have the general prerequisites (Java, etc.).

I have partially patched out the shell script (modified off of 3.3.0 attached) and it no longer errors out (I initially received issues around CP setting and absolute paths). The big issues I identified were inconsistent usage of the separate classpath separator on Cygwin (; vs. :) and that absolute paths need to be translated when running under Cygwin.

Something is still broken, though, as I cannot use the shell after it starts up (note that this trivial example works fine in cmd):

{code}
gremlin> :plugin list
:plugin list
==>tinkerpop.server
==>tinkerpop.gephi
==>tinkerpop.utilities
==>tinkerpop.sugar
==>tinkerpop.credentials
==>tinkerpop.hadoop
==>tinkerpop.tinkergraph
gremlin>  g = TinkerFactory.createModern()
 g = TinkerFactory.createModern()
No such property: TinkerFactory for class: groovysh_evaluate
Type ':help' or ':h' for help.
{code}

  was:
On my machine (Windows 10), I have a Cygwin setup. Attempting to execute gremlin.sh to launch the console errors out. gremlin.bat under cmd runs fine, so I have the general prerequisites (Java, etc.).

I have partially patched out the shell script (modified off of 3.3.0 attached) and it no longer errors out (I initially received issues around CP setting and absolute paths). The big issues I identified were inconsistent usage of the separate classpath separator on Cygwin (; vs. :) and that absolute paths need to be translated when running under Cygwin.

Something is still broken, though, as I cannot use the shell after it starts up (note that this trivial example works fine in cmd):

{{gremlin> :plugin list
:plugin list
==>tinkerpop.server
==>tinkerpop.gephi
==>tinkerpop.utilities
==>tinkerpop.sugar
==>tinkerpop.credentials
==>tinkerpop.hadoop
==>tinkerpop.tinkergraph
gremlin>  g = TinkerFactory.createModern()
 g = TinkerFactory.createModern()
No such property: TinkerFactory for class: groovysh_evaluate
Type ':help' or ':h' for help.
}}


> gremlin.sh does not work correctly under Cygwin
> -----------------------------------------------
>
>                 Key: TINKERPOP-1788
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1788
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: console
>    Affects Versions: 3.3.0
>            Reporter: Michael McDermott
>         Attachments: gremlin.sh
>
>
> On my machine (Windows 10), I have a Cygwin setup. Attempting to execute gremlin.sh to launch the console errors out. gremlin.bat under cmd runs fine, so I have the general prerequisites (Java, etc.).
> I have partially patched out the shell script (modified off of 3.3.0 attached) and it no longer errors out (I initially received issues around CP setting and absolute paths). The big issues I identified were inconsistent usage of the separate classpath separator on Cygwin (; vs. :) and that absolute paths need to be translated when running under Cygwin.
> Something is still broken, though, as I cannot use the shell after it starts up (note that this trivial example works fine in cmd):
> {code}
> gremlin> :plugin list
> :plugin list
> ==>tinkerpop.server
> ==>tinkerpop.gephi
> ==>tinkerpop.utilities
> ==>tinkerpop.sugar
> ==>tinkerpop.credentials
> ==>tinkerpop.hadoop
> ==>tinkerpop.tinkergraph
> gremlin>  g = TinkerFactory.createModern()
>  g = TinkerFactory.createModern()
> No such property: TinkerFactory for class: groovysh_evaluate
> Type ':help' or ':h' for help.
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)