0 Replies Latest reply on Dec 2, 2019 6:56 AM by jawb-dit

    Wildfly 10 - CLI Session closing immediately

    jawb-dit

      Hello

       

      I'm trying to start a CLI session but it does not work. The session is closing immediately:

       

      dit@ubuntu:~/wildfly/wildfly-10.1.0.Final/bin$ ./jboss-cli.sh
      You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
      [disconnected /]
      dit@ubuntu:~/wildfly/wildfly-10.1.0.Final/bin$

       

      and then:

      dit@ubuntu:~/wildfly/wildfly-10.1.0.Final/bin$ ./jboss-cli.sh --connect
      [standalone@localhost:9990 /] 
      dit@ubuntu:~/wildfly/wildfly-10.1.0.Final/bin$ 

       

      I can execute cli commands:

      dit@ubuntu:~/wildfly/wildfly-10.1.0.Final/bin$ ./jboss-cli.sh --connect ls
      core-service
      deployment
      deployment-overlay
      extension
      interface
      path
      socket-binding-group
      subsystem
      system-property
      launch-type=STANDALONE
      management-major-version=4
      management-micro-version=0
      management-minor-version=2
      name=ubuntu
      namespaces=[]
      organization=undefined
      process-type=Server
      product-name=WildFly Full
      product-version=10.1.0.Final
      profile-name=undefined
      release-codename=Kenny
      release-version=2.2.0.Final
      running-mode=NORMAL
      schema-locations=[]
      server-state=running
      suspend-state=RUNNING
      uuid=48b81dde-7166-49e5-b8f2-82b0b586cca3
      dit@ubuntu:~/wildfly/wildfly-10.1.0.Final/bin$ 

       

      No configuration was changed by me. Just downloaded Wildfly 10.1.0.Final and started standalone.sh

       

      So, how can I start a CLI Management console session?

       

      Regards

      Dieter