[ 
https://issues.apache.org/jira/browse/TINKERPOP-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17104204#comment-17104204
 ] 

ASF GitHub Bot commented on TINKERPOP-2368:
-------------------------------------------

nastra opened a new pull request #1286:
URL: https://github.com/apache/tinkerpop/pull/1286


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


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