[
https://issues.jboss.org/browse/AS7-6169?page=com.atlassian.jira.plugin.s...
]
Ståle Pedersen commented on AS7-6169:
-------------------------------------
this is fixed in æsh-0.27 and should be fixed in this pull request;
https://github.com/jbossas/jboss-as/pull/3667
CLI does not work on windows
----------------------------
Key: AS7-6169
URL:
https://issues.jboss.org/browse/AS7-6169
Project: Application Server 7
Issue Type: Bug
Components: CLI
Affects Versions: 7.2.0.Alpha1
Environment: Windows 7, Windows 8, Windows Server 2008r2
Reporter: Tomaz Cerar
Assignee: Alexey Loubyansky
Priority: Blocker
Labels: cli, windows
Fix For: 7.2.0.Alpha1
Typing in CLI crashes with error below after any character is entered
{noformat}
[standalone@localhost:9999 /] ajava.lang.ArithmeticException: / by zero
at org.jboss.aesh.console.Console.writeChar(Console.java:752)
at org.jboss.aesh.console.Console.writeChars(Console.java:735)
at org.jboss.aesh.console.Console.parseOperation(Console.java:432)
at org.jboss.aesh.console.Console.read(Console.java:377)
at org.jboss.aesh.console.Console.read(Console.java:331)
at org.jboss.as.cli.impl.Console$Factory$1.readLine(Console.java:171)
at
org.jboss.as.cli.impl.CommandContextImpl.interact(CommandContextImpl.java:1167)
at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:259)
at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34)
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:601)
at org.jboss.modules.Module.run(Module.java:270)
at org.jboss.modules.Main.main(Main.java:294)
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira