console exit with error and hang
--------------------------------
Key: SM-1164
URL: https://issues.apache.org/activemq/browse/SM-1164
Project: ServiceMix
Issue Type: Bug
Affects Versions: 4.0
Environment: SUSE Linux 10.1
Reporter: Bozhong Lin
Fix For: 4.0-m1
existing console with following error and shell hangs ( I have to kill the
process manually):
[EMAIL PROTECTED]:/> exit
Exception in thread "Thread-5" org.apache.geronimo.gshell.ExitNotification
at
org.apache.geronimo.gshell.commands.builtins.ExitCommand.doExecute(ExitCommand.java:46)
at
org.apache.geronimo.gshell.command.CommandSupport.execute(CommandSupport.java:101)
at
org.apache.geronimo.gshell.DefaultCommandExecutor.execute(DefaultCommandExecutor.java:209)
at
org.apache.geronimo.gshell.spring.SpringCommandExecutor.execute(SpringCommandExecutor.java:64)
at
org.apache.geronimo.gshell.ExecutingVisitor.visit(ExecutingVisitor.java:96)
at
org.apache.geronimo.gshell.parser.ASTExpression.jjtAccept(ASTExpression.java:17)
at
org.apache.geronimo.gshell.parser.SimpleNode.childrenAccept(SimpleNode.java:57)
at
org.apache.geronimo.gshell.ExecutingVisitor.visit(ExecutingVisitor.java:79)
at
org.apache.geronimo.gshell.parser.ASTCommandLine.jjtAccept(ASTCommandLine.java:17)
at
org.apache.geronimo.gshell.spring.SpringCommandLineBuilder$1.execute(SpringCommandLineBuilder.java:87)
at
org.apache.geronimo.gshell.DefaultCommandExecutor.execute(DefaultCommandExecutor.java:86)
at
org.apache.geronimo.gshell.spring.SpringCommandExecutor.execute(SpringCommandExecutor.java:60)
at
org.apache.geronimo.gshell.DefaultShell.execute(DefaultShell.java:120)
at
org.apache.geronimo.gshell.DefaultShell$1.execute(DefaultShell.java:152)
at org.apache.geronimo.gshell.console.Console.work(Console.java:187)
at org.apache.geronimo.gshell.console.Console.run(Console.java:128)
at
org.apache.geronimo.gshell.console.JLineConsole.run(JLineConsole.java:68)
at org.apache.geronimo.gshell.DefaultShell.run(DefaultShell.java:213)
at org.apache.geronimo.gshell.spring.GShell.run(GShell.java:69)
at java.lang.Thread.run(Thread.java:595)
I also noted console occasionally hangs at startup, and it takes a bit time for
shell to appear.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.