2 Replies Latest reply on Dec 19, 2014 7:19 AM by jotpal

    JBoss Developer Studio - JBoss Fuse start ssh problem

    grzegorz.ziemski

      In JBoss Developer Studio I run Servers -> Jboss Fuse 6.1. The console doesn't have any errors. It seems that everything is working properly, but when trying to connect to ssh I get the error:

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

       

      I attach the log:

      fuse-cmd.log - When I run the Jboss Fuse by cmd and everything works properly.

      fuse-ide.log - When I run the Jboss Fuse by JBoss Developer Studio ssh didn't work.

       

       

      I'm use:

      - jboss-fuse-6.1.0.redhat-379

      - jdk1.6.0_45

      - JBoss Developer Studio 7.1.1.GA

      - Windows 8.1

        • 1. Re: JBoss Developer Studio - JBoss Fuse start ssh problem
          vrlgohel

          You should first check to make sure if you have un-commented the credentials you provide for SSH port in the etc/users.properties file.

          By default, you need to un-comment, admin/admin credentials.

           

          You then need to make sure that SSH port in JBDS for Fuse is set to 8101 and you use the credentials as in the users.properties file.

          On the 'shell' view, make sure that everything is also setup properly by looking at the 'properties' view from the 'shell'.

           

          If this still does not work, then try changing the sshHost in the file, 'etc/org.apache.karaf.shell.cfg' to the real IP address.

          • 2. Re: JBoss Developer Studio - JBoss Fuse start ssh problem
            jotpal

            Thanks Viral for your suggestions. I was struggling to get the shell going in Eclipse. Un-commenting admin/admin did the trick.

             

            Cheers

            JP