Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-92

cli deploy command with unpaired quotation mark causes StringIndexOutOfBoundsException

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.0.Alpha6
    • 1.0.0.Alpha5, 1.0.0.Alpha6
    • CLI
    • None
    • Hide
      • Use a Windows OS (like Windows 2008 R2) and install WildFly in it.
      • Using "jboss-cli.bat" script connect to JBoss and then try the following command which contains incomplete quotation mark then press tab.
        deploy "test<TAB>
        
      Show
      Use a Windows OS (like Windows 2008 R2) and install WildFly in it. Using "jboss-cli.bat" script connect to JBoss and then try the following command which contains incomplete quotation mark then press tab. deploy "test<TAB>
      • Use paired "" quotation mark with deploy cli command.

    Description

      • CLI "deploy" command with open quote and tab for completion results in a "StringIndexOutOfBoundsException" exception
      • Type 'connect' to connect to the server or 'help' for the list of supported commands.
        [disconnected /] connect
        [standalone@localhost:9999 /] deploy "d<Tab>
        
        [standalone@localhost:9990 /] deploy "djava.lang.StringIndexOutOfBoundsException: String index out of range: -1
                at java.lang.String.substring(String.java:1958)
                at org.jboss.as.cli.handlers.WindowsFilenameTabCompleter.complete(WindowsFilenameTabCompleter.java:54)
                at org.jboss.as.cli.operation.OperationRequestCompleter.complete(OperationRequestCompleter.java:229)
                at org.jboss.as.cli.operation.OperationRequestCompleter.complete(OperationRequestCompleter.java:73)
                at org.jboss.as.cli.CommandCompleter.doComplete(CommandCompleter.java:126)
                at org.jboss.as.cli.CommandCompleter.complete(CommandCompleter.java:63)
                at org.jboss.as.cli.impl.Console$Factory$1$1.complete(Console.java:102)
                at org.jboss.aesh.console.Console.complete(Console.java:1155)
                at org.jboss.aesh.console.Console.parseOperation(Console.java:550)
                at org.jboss.aesh.console.Console.read(Console.java:452)
                at org.jboss.aesh.console.Console.read(Console.java:346)
                at org.jboss.as.cli.impl.Console$Factory$1.readLine(Console.java:178)
                at org.jboss.as.cli.impl.CommandContextImpl.interact(CommandContextImpl.java:1283)
                at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:254)
                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:312)
                at org.jboss.modules.Main.main(Main.java:460)
        Press any key to continue . . .
        

      Attachments

        Activity

          People

            olubyans@redhat.com Alexey Loubyansky
            jaysensharma Jay SenSharma (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: