1 2 Previous Next 16 Replies Latest reply on Aug 27, 2014 5:21 AM by sonicaaaa Go to original post
      • 15. Re: Can't connect to managed container on fabric8 1.1.0-SNAPSHOT.
        akhettar

        Some annoying stack trace while trying to connect to managed container. Sorry guys, but this is really really bad and getting on my nerve...

         

         

        610379 | Exception caught while executing command

        io.fabric8.api.FabricAuthenticationException: Failed to authenticate.

          at io.fabric8.commands.ContainerConnectAction.executSshCommand(ContainerConnectAction.java:159)

          at io.fabric8.commands.ContainerConnectAction.doExecute(ContainerConnectAction.java:103)

          at org.apache.karaf.shell.console.AbstractAction.execute(AbstractAction.java:33)

          at org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:35)

          at org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:78)[14:org.apache.felix.gogo.runtime:0.11.0.redhat-610379]

          at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:477)[14:org.apache.felix.gogo.runtime:0.11.0.redhat-610379]

          at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:403)[14:org.apache.felix.gogo.runtime:0.11.0.redhat-610379]

          at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)[14:org.apache.felix.gogo.runtime:0.11.0.redhat-610379]

          at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)[14:org.apache.felix.gogo.runtime:0.11.0.redhat-610379]

          at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)[14:org.apache.felix.gogo.runtime:0.11.0.redhat-610379]

          at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)

          at org.apache.karaf.shell.console.jline.Console.run(Console.java:189)

          at java.lang.Thread.run(Thread.java:744)[:1.7.0_45]

          at org.apache.karaf.shell.ssh.ShellFactoryImpl$ShellImpl$4.doRun(ShellFactoryImpl.java:158)[47:org.apache.karaf.shell.ssh:2.3.0.redhat-610379]

          at org.apache.karaf.shell.ssh.ShellFactoryImpl$ShellImpl$4$1.run(ShellFactoryImpl.java:149)

          at java.security.AccessController.doPrivileged(Native Method)[:1.7.0_45]

          at org.apache.karaf.jaas.modules.JaasHelper.doAs(JaasHelper.java:47)[25:org.apache.karaf.jaas.modules:2.3.0.redhat-610379]

          at org.apache.karaf.shell.ssh.ShellFactoryImpl$ShellImpl$4.run(ShellFactoryImpl.java:147)[47:org.apache.karaf.shell.ssh:2.3.0.redhat-610379]

        • 16. Re: Can't connect to managed container on fabric8 1.1.0-SNAPSHOT.
          sonicaaaa

          Hi Ayache, recent Fabric8 has bumped the version of ssh-core form 0.9.0 to 0.12.0 .

           

          This should fixed sshd issue I linked in a previous post.

           

          Could you try to see if the problem is solved with a custom build?

          1 2 Previous Next