[ https://issues.apache.org/jira/browse/GERONIMO-5147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849055#action_12849055 ]
Forrest Xia commented on GERONIMO-5147: --------------------------------------- Commit "deploy.sh.new.patch" to 2.1 at revision 926933, 2.2 at revision 926934, trunk at revision 926935. > 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 > Assignee: Forrest Xia > 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.