[
https://issues.jboss.org/browse/FORGE-1875?page=com.atlassian.jira.plugin...
]
Vineet Reynolds updated FORGE-1875:
-----------------------------------
Description:
When I TAB out for auto-complete options for JPA entities during scaffold generation, like
so:
{noformat}
scaffold-generate --provider AngularJS --targets <TAB> com.redhat.sessions.model.
{noformat}
then the console hangs after displaying the initial package selection i.e.
{{com.redhat.sessions.model.}}.
The following stacktrace is reported:
{noformat}
!ENTRY org.jboss.tools.forge.aesh.core 4 1 2014-06-09 20:44:52.663
!MESSAGE Error logged from Aesh Core Plugin:
!STACK 0
java.lang.Throwable: Unimplemented command: DEVICE_STATUS_REPORT
at
org.jboss.tools.aesh.core.internal.ansi.AbstractCommand.handle(AbstractCommand.java:11)
at
org.jboss.tools.aesh.core.internal.io.DocumentHandler.handleCommand(DocumentHandler.java:35)
at
org.jboss.tools.aesh.core.internal.io.CommandFilter.filterOutput(CommandFilter.java:34)
at
org.jboss.tools.aesh.core.internal.io.AeshOutputStream.write(AeshOutputStream.java:21)
at java.io.PrintStream.write(PrintStream.java:480)
at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
at sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:104)
at java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:185)
at java.io.PrintStream.write(PrintStream.java:527)
at java.io.PrintStream.print(PrintStream.java:669)
at org.jboss.aesh.console.Console$ConsoleShell.getCursor(Console.java:935)
at
org.jboss.aesh.console.AeshConsoleBuffer.redrawMultipleLines(AeshConsoleBuffer.java:156)
at org.jboss.aesh.console.AeshConsoleBuffer.drawLine(AeshConsoleBuffer.java:125)
at org.jboss.aesh.console.AeshConsoleBuffer.drawLine(AeshConsoleBuffer.java:114)
at
org.jboss.aesh.console.AeshCompletionHandler.displayCompletion(AeshCompletionHandler.java:218)
at org.jboss.aesh.console.AeshCompletionHandler.complete(AeshCompletionHandler.java:162)
at org.jboss.aesh.console.AeshInputProcessor.complete(AeshInputProcessor.java:381)
at org.jboss.aesh.console.AeshInputProcessor.parseOperation(AeshInputProcessor.java:149)
at org.jboss.aesh.console.Console.processInternalOperation(Console.java:596)
at org.jboss.aesh.console.Console.execute(Console.java:586)
at org.jboss.aesh.console.Console.access$700(Console.java:60)
at org.jboss.aesh.console.Console$6.run(Console.java:503)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{noformat}
was:
When I TAB out for auto-complete options for JPA entities during scaffold generation, like
so:
{noformat}
scaffold-generate --provider AngularJS --targets <TAB> com.redhat.sessions.model.
{noformat}
tnen the console hangs after displaying the initial package selection i.e.
{{com.redhat.sessions.model.}}.
The following stacktrace is reported:
{noformat}
!ENTRY org.jboss.tools.forge.aesh.core 4 1 2014-06-09 20:44:52.663
!MESSAGE Error logged from Aesh Core Plugin:
!STACK 0
java.lang.Throwable: Unimplemented command: DEVICE_STATUS_REPORT
at
org.jboss.tools.aesh.core.internal.ansi.AbstractCommand.handle(AbstractCommand.java:11)
at
org.jboss.tools.aesh.core.internal.io.DocumentHandler.handleCommand(DocumentHandler.java:35)
at
org.jboss.tools.aesh.core.internal.io.CommandFilter.filterOutput(CommandFilter.java:34)
at
org.jboss.tools.aesh.core.internal.io.AeshOutputStream.write(AeshOutputStream.java:21)
at java.io.PrintStream.write(PrintStream.java:480)
at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
at sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:104)
at java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:185)
at java.io.PrintStream.write(PrintStream.java:527)
at java.io.PrintStream.print(PrintStream.java:669)
at org.jboss.aesh.console.Console$ConsoleShell.getCursor(Console.java:935)
at
org.jboss.aesh.console.AeshConsoleBuffer.redrawMultipleLines(AeshConsoleBuffer.java:156)
at org.jboss.aesh.console.AeshConsoleBuffer.drawLine(AeshConsoleBuffer.java:125)
at org.jboss.aesh.console.AeshConsoleBuffer.drawLine(AeshConsoleBuffer.java:114)
at
org.jboss.aesh.console.AeshCompletionHandler.displayCompletion(AeshCompletionHandler.java:218)
at org.jboss.aesh.console.AeshCompletionHandler.complete(AeshCompletionHandler.java:162)
at org.jboss.aesh.console.AeshInputProcessor.complete(AeshInputProcessor.java:381)
at org.jboss.aesh.console.AeshInputProcessor.parseOperation(AeshInputProcessor.java:149)
at org.jboss.aesh.console.Console.processInternalOperation(Console.java:596)
at org.jboss.aesh.console.Console.execute(Console.java:586)
at org.jboss.aesh.console.Console.access$700(Console.java:60)
at org.jboss.aesh.console.Console$6.run(Console.java:503)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{noformat}
Console hangs during auto-complete
----------------------------------
Key: FORGE-1875
URL:
https://issues.jboss.org/browse/FORGE-1875
Project: Forge
Issue Type: Bug
Components: UI - Shell
Affects Versions: 2.6.0.Final
Environment: JBDS 8 Beta 2, Mac OS X Mavericks 10.9.3, Oracle JDK 1.8.0_05
Reporter: Vineet Reynolds
When I TAB out for auto-complete options for JPA entities during scaffold generation,
like so:
{noformat}
scaffold-generate --provider AngularJS --targets <TAB> com.redhat.sessions.model.
{noformat}
then the console hangs after displaying the initial package selection i.e.
{{com.redhat.sessions.model.}}.
The following stacktrace is reported:
{noformat}
!ENTRY org.jboss.tools.forge.aesh.core 4 1 2014-06-09 20:44:52.663
!MESSAGE Error logged from Aesh Core Plugin:
!STACK 0
java.lang.Throwable: Unimplemented command: DEVICE_STATUS_REPORT
at
org.jboss.tools.aesh.core.internal.ansi.AbstractCommand.handle(AbstractCommand.java:11)
at
org.jboss.tools.aesh.core.internal.io.DocumentHandler.handleCommand(DocumentHandler.java:35)
at
org.jboss.tools.aesh.core.internal.io.CommandFilter.filterOutput(CommandFilter.java:34)
at
org.jboss.tools.aesh.core.internal.io.AeshOutputStream.write(AeshOutputStream.java:21)
at java.io.PrintStream.write(PrintStream.java:480)
at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
at sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:104)
at java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:185)
at java.io.PrintStream.write(PrintStream.java:527)
at java.io.PrintStream.print(PrintStream.java:669)
at org.jboss.aesh.console.Console$ConsoleShell.getCursor(Console.java:935)
at
org.jboss.aesh.console.AeshConsoleBuffer.redrawMultipleLines(AeshConsoleBuffer.java:156)
at org.jboss.aesh.console.AeshConsoleBuffer.drawLine(AeshConsoleBuffer.java:125)
at org.jboss.aesh.console.AeshConsoleBuffer.drawLine(AeshConsoleBuffer.java:114)
at
org.jboss.aesh.console.AeshCompletionHandler.displayCompletion(AeshCompletionHandler.java:218)
at
org.jboss.aesh.console.AeshCompletionHandler.complete(AeshCompletionHandler.java:162)
at org.jboss.aesh.console.AeshInputProcessor.complete(AeshInputProcessor.java:381)
at
org.jboss.aesh.console.AeshInputProcessor.parseOperation(AeshInputProcessor.java:149)
at org.jboss.aesh.console.Console.processInternalOperation(Console.java:596)
at org.jboss.aesh.console.Console.execute(Console.java:586)
at org.jboss.aesh.console.Console.access$700(Console.java:60)
at org.jboss.aesh.console.Console$6.run(Console.java:503)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)