[jboss-jira] [JBoss JIRA] (AS7-5061) CLONE - add-user script broken
Samuel Doyle (JIRA)
jira-events at lists.jboss.org
Fri Jun 22 16:32:13 EDT 2012
[ https://issues.jboss.org/browse/AS7-5061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703080#comment-12703080 ]
Samuel Doyle commented on AS7-5061:
-----------------------------------
As suggested in AS7-4630
{code}
[root at RHEL61-64bit-1C bin]# su jboss -c "./add-user.sh --silent=true foo bar" > /tmp/capture.log 2>&1
[root at RHEL61-64bit-1C bin]# cat /tmp/capture.log
Exception in thread "main" java.lang.IllegalStateException: JBAS015232: No java.io.Console available to interact with user.
at org.jboss.as.domain.management.security.AddPropertiesUser.<init>(AddPropertiesUser.java:108)
at org.jboss.as.domain.management.security.AddPropertiesUser.<init>(AddPropertiesUser.java:119)
at org.jboss.as.domain.management.security.AddPropertiesUser.main(AddPropertiesUser.java:167)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.jboss.modules.Module.run(Module.java:270)
at org.jboss.modules.Main.main(Main.java:294)
{code}
> CLONE - add-user script broken
> ------------------------------
>
> Key: AS7-5061
> URL: https://issues.jboss.org/browse/AS7-5061
> Project: Application Server 7
> Issue Type: Bug
> Reporter: Samuel Doyle
> Assignee: Darran Lofthouse
> Fix For: 7.1.3.Final (EAP), 7.2.0.Alpha1
>
>
> ./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