5 Replies Latest reply on Aug 5, 2014 8:38 AM by badtea

    Cannot use git ssh with 6.1.0.CR1

    badtea

      I was using git ssh with jBPM 6.0.0.Final, to clone repositories and work in eclipse on my personal machine.  I upgraded to 6.1.0.CR1 to test something, and I found that git ssh would not work.  I think the issue is that git ssh is binding to 127.0.0.1.

       

      As jBoss starts, here is the section of the log file with 6.0.0.Final.  Notice that it binds to 0.0.0.0, so you can connect from any machine.

       

      11:05:33,729 DEBUG [org.apache.sshd.common.io.nio2.Nio2Acceptor] (MSC service thread 1-1) Creating Nio2Acceptor

      11:05:33,744 DEBUG [org.apache.sshd.common.io.nio2.Nio2Acceptor] (MSC service thread 1-1) Binding Nio2Acceptor to address 0.0.0.0/0.0.0.0:8001

       

      And here is the section of the log file with 6.1.0.CR1.  Notice that it binds to 127.0.0.1, which means you can only connect from that machine.

       

      10:43:15,669 DEBUG [org.apache.sshd.common.io.nio2.Nio2Acceptor] (MSC service thread 1-2) Creating Nio2Acceptor

      10:43:15,672 DEBUG [org.apache.sshd.common.io.nio2.Nio2Acceptor] (MSC service thread 1-2) Binding Nio2Acceptor to address /127.0.0.1:8001

       

      I think that is why I could no longer connect to the git ssh.  Is this a bug in 6.1.0.CR1, or am I missing some configuration?  I did not have to do any special configuration for the git ssh with 6.0.0.Final.

       

      Thanks.