[
https://issues.apache.org/jira/browse/GERONIMO-5147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Forrest Xia updated GERONIMO-5147:
----------------------------------
Attachment: deploy.sh.new.patch
The command "stty sane" will cause terminal abnormal on AIX, so remove it, and
use "> /dev/null 2>&1" to quiet deploy.sh.
> deploy.sh exits with non-zero status because of stty echo
> ---------------------------------------------------------
>
> Key: GERONIMO-5147
> URL: https://issues.apache.org/jira/browse/GERONIMO-5147
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: deployment
> Affects Versions: 2.1.4, 2.2, 3.0
> Environment: Ubuntu 9.10, but probably not restricted to.
> Reporter: Kees van Veen
> Fix For: 2.1.5, 2.2.1, 3.0
>
> Attachments: deploy.sh.new.patch, deploy.sh.patch
>
>
> The fix for issue https://issues.apache.org/jira/browse/GERONIMO-4589 has
> introduced 'stty echo' at the end of the $GERONIMO_HOME/bin/deploy.sh script.
> When this command is run with input/output redirected, the deploy.sh script
> exits with a non-zero status, as the stty echo then fails.
> As issue 4589 reports, the 'stty echo' only seems necessary when an exception
> occurred in the previous java command. Not clear is why only stty echo would
> be sufficient: it may repair the echo status of the terminal, but probably
> other settings may need to be reset as well, which would make 'stty sane' (or
> both) more appropriate.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.