Back to bug 1026418

Who When What Removed Added
Darran Lofthouse 2013-11-19 14:13:04 UTC Status NEW ASSIGNED
CC darran.lofthouse
Assignee olubyans darran.lofthouse
Darran Lofthouse 2013-11-19 14:45:23 UTC Link ID JBoss Issue Tracker WFLY-2358
Darran Lofthouse 2013-11-19 14:45:40 UTC Link ID JBoss Issue Tracker WFLY-2538
Darran Lofthouse 2013-11-19 14:45:57 UTC Link ID JBoss Issue Tracker WFLY-2358
Darran Lofthouse 2014-03-18 17:14:03 UTC Link ID JBoss Issue Tracker WFLY-2950
Darran Lofthouse 2014-03-18 17:43:42 UTC Status ASSIGNED POST
Darran Lofthouse 2014-03-18 18:37:49 UTC Doc Text Cause:

The CLI was logging a prompt to ask the user to accept a servers certificate as an error.

Consequence:

Any command passed in on starting the CLI is skipped as commands are only executed if no errors have occurred.

Fix:

The prompt to the user now outputs as normal output instead of as an error.

Result:

A command passed in on starting the CLI is successfully executed after the user has accepted the servers certificate.
Kabir Khan 2014-03-19 15:01:53 UTC Status POST MODIFIED
Target Release --- EAP 6.3.0
CC kkhan
Target Milestone --- ER1
mark yarborough 2014-03-20 15:15:43 UTC Target Milestone ER1 DR6
Paul Gier 2014-03-25 21:07:49 UTC Status MODIFIED ON_QA
Petr Kremensky 2014-03-31 07:06:30 UTC Status ON_QA VERIFIED
Lucas Costi 2014-05-06 01:26:05 UTC CC lcosti
Doc Text Cause:

The CLI was logging a prompt to ask the user to accept a servers certificate as an error.

Consequence:

Any command passed in on starting the CLI is skipped as commands are only executed if no errors have occurred.

Fix:

The prompt to the user now outputs as normal output instead of as an error.

Result:

A command passed in on starting the CLI is successfully executed after the user has accepted the servers certificate.
When starting the JBoss EAP 6 CLI with a command being passed as an argument, if that server prompted the user to accept a server certificate, it logged that prompt as an error. This resulted in any command passed as an argument being skipped, as those commands are only executed if no errors have occurred.

This issue was fixed by outputting the certificate acceptance prompt as normal output instead of as an error. As a result, a command as an argument when starting the CLI is successfully executed after the user has accepted the server's certificate.
mark yarborough 2014-06-28 15:28:09 UTC Status VERIFIED CLOSED
Resolution --- CURRENTRELEASE
Last Closed 2014-06-28 11:28:09 UTC

Back to bug 1026418