2 Replies Latest reply on Mar 17, 2017 6:42 AM by coolakash

    issue with connectecting server

    coolakash

      when i am executing below command to connect with server then unable to connect

      ./jboss-cli.sh -c --controller=127.0.0.1:9990

       

      org.jboss.as.cli.CliInitializationException: Failed to connect to the controller

          at org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:229)

          at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:207)

          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:260)

          at org.jboss.modules.Main.main(Main.java:291)

      Caused by: org.jboss.as.cli.CommandLineException: The controller is not available at https://127.0.0.1:9990

          at org.jboss.as.cli.impl.CommandContextImpl.connectController(CommandContextImpl.java:639)

          at org.jboss.as.cli.impl.CommandContextImpl.connectController(CommandContextImpl.java:613)

          at org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:227)

          ... 8 more