[jboss-jira] [JBoss JIRA] (WFLY-8186) CS tool, can't list --help without NPE occurence

Kabir Khan (JIRA) issues at jboss.org
Wed Dec 6 12:27:26 EST 2017


     [ https://issues.jboss.org/browse/WFLY-8186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kabir Khan updated WFLY-8186:
-----------------------------
    Fix Version/s: 11.0.0.Final


I am bulk closing old issues that were resolved with no fix version. There are quite many of these so I am not checking the history properly. From the lastModified date of this issue it looks like it was done for 11.0.0.Final (I am not caring about alpha/beta etc. for this exercise). If that is incorrect please adjust as needed.

> CS tool, can't list --help without NPE occurence
> ------------------------------------------------
>
>                 Key: WFLY-8186
>                 URL: https://issues.jboss.org/browse/WFLY-8186
>             Project: WildFly
>          Issue Type: Bug
>          Components: Security
>            Reporter: Martin Choma
>            Assignee: Peter Skopek
>            Priority: Critical
>              Labels: credential-store
>             Fix For: 11.0.0.Final
>
>
> {code}
> java -jar wildfly-elytron-tool.jar credential-store -h 
> {code}
> or because of WFLY-8176
> {code}
> java -jar wildfly-elytron-tool.jar credential-store -h --salt 12345678 --iteration 230
> {code}
> leads to 
> {code}
> usage: java -jar wildfly-elytron-tool.jar credential-store <sub-command>
>        <options> -a <arg> | -e <arg> | -h | -r <arg> | -v [-c]  [-f]  [-i
>        <arg>] [-l <arg>] [-p <arg>]  [-s <arg>] [-t <arg>] [-u <arg>]  [-x
>        <arg>]
> Exception in thread "main" java.lang.NullPointerException
>     at java.util.regex.Matcher.getTextLength(Matcher.java:1283)
>     at java.util.regex.Matcher.reset(Matcher.java:309)
>     at java.util.regex.Matcher.<init>(Matcher.java:229)
>     at java.util.regex.Pattern.matcher(Pattern.java:1093)
>     at java.util.Formatter.parse(Formatter.java:2547)
>     at java.util.Formatter.format(Formatter.java:2501)
>     at java.io.PrintStream.format(PrintStream.java:970)
>     at java.io.PrintStream.printf(PrintStream.java:871)
>     at org.wildfly.security.tool.ElytronTool.main(ElytronTool.java:58)
> {code}



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list