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

Stephen Mallette updated TINKERPOP-2368:
----------------------------------------
    Component/s: console

> JAVA_OPTIONS are not properly expanded in gremlin-console
> ---------------------------------------------------------
>
>                 Key: TINKERPOP-2368
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2368
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: console
>    Affects Versions: 3.4.2
>            Reporter: Eduard Tudenhoefner
>            Priority: Major
>
> {code}
> $ export JAVA_OPTIONS="-Djava.security.krb5.conf=/tinkerpop/krb5.conf 
> -Djava.security.auth.login.config=/tinkerpop/gremlin-console-jaas.conf"
> $ bin/gremlin.sh
>          \,,,/
>          (o o)
> -----oOOo-(3)-oOOo-----
> plugin activated: tinkerpop.server
> plugin activated: tinkerpop.utilities
> plugin activated: tinkerpop.tinkergraph
> gremlin> System.getProperty("java.security.krb5.conf")
> ==>/tinkerpop/krb5.conf 
> -Djava.security.auth.login.config=/tinkerpop/gremlin-console-jaas.conf
> gremlin> System.getProperty("java.security.krb5.conf")
> ==>/tinkerpop/krb5.conf 
> -Djava.security.auth.login.config=/tinkerpop/gremlin-console-jaas.conf
> gremlin> System.getProperty("java.security.auth.login.config")
> ==>null
> {code}
> This was reported here: 
> https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/gremlin-users/OzxgOQFD7I0/yymf0K9xAAAJ



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to