[jboss-jira] [JBoss JIRA] (AS7-4630) add-user script broken
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Thu Apr 26 06:10:18 EDT 2012
[ https://issues.jboss.org/browse/AS7-4630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12687912#comment-12687912 ]
Darran Lofthouse commented on AS7-4630:
---------------------------------------
I would suggest checking master as a fix has just gone in regarding the --silent option.
Also would suggest posting a full stack trace of any error here so we can see what is actually happening.
> add-user script broken
> ----------------------
>
> Key: AS7-4630
> URL: https://issues.jboss.org/browse/AS7-4630
> Project: Application Server 7
> Issue Type: Bug
> Affects Versions: 7.1.1.Final
> Reporter: Dustin Kut Moy Cheung
> Assignee: Dustin Kut Moy Cheung
>
> ./add-user.sh dustin dustin1 does not work anymore. In previous versions it worked. It has to do with the "theConsole" object being null.
> In the same breadth, the --silent=true option in add-user.sh does not work anymore. Again has to do with the need for "theConsole" object being null.
> The --silent=true option was added because in some environments, System.console() returns null[for example when the Izpack installer calls that script] and the add-user.sh script breaks because of its dependence on System.console() object to print stuff.
> [the "theConsole" object calls the System.console() object]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list