2 Replies Latest reply on Aug 2, 2013 1:42 AM by se77en

    Error when I start JBoss Fuse

    se77en

      Hi,

      I am getting the following error while trying to start JBoss Fuse 6.0.0.redhat-024

       

       

       

      Error connecting 0.0.0.0:8101 : SSH client error: java.net.ConnectException: Connection refused: connect

       

       

      Error connecting 0.0.0.0:8101 : SSH client error: java.net.ConnectException: Connection refused: connect

       

       

      Error connecting 0.0.0.0:8101 : SSH client error: java.net.ConnectException: Connection refused: connect

       

       

      And I searched this error by Google and get some information.So I change all 0.0.0.0 to 127.0.0.1 in etc floder,it doesn't work.

       

      Please help,thanks~

        • 1. Re: Error when I start JBoss Fuse
          ffang

          Hi,

           

          First, please remove $JBOSS_FUSE/data folder after this change and restart to see if this helps.

          If this still doesn't work, most likely this is due to your local machine network configuration, which can't bind a listening port 8101 on 0.0.0.0, neither 127.0.0.1,  you can try write a small piece of java code to start a socket server, listening some port on 127.0.0.1, to see if it comes from your network configuration.

           

           

          Freeman

          1 of 1 people found this helpful
          • 2. Re: Error when I start JBoss Fuse
            se77en

            Hi Freeman,

             

            Thanks,I found my error reason.I forgot config username and password in $JBOSS_FUSE/etc/users.properties.

            It's my fault,thank you all the same:)

             

            Damon