After little debug on the Main.class from the karaf-client.jar, we have found
an exception on the Main in the line :     -> ConnectFuture future =
client.connect(config.getHost(), config.getPort());In the Nio2Connector, we
have a CompletionHandler with a failed callback. In this callback, we have
an exception with the stacktrace :java.io.IOException: Le format du nom
réseau spécifié n’est pas valide.        at
sun.nio.ch.Iocp.translateErrorToIOException(Iocp.java:309)        at
sun.nio.ch.Iocp.access$700(Iocp.java:46)        at
sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:399)        at
java.lang.Thread.run(Thread.java:744)This might help you :)Nico,



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Failed-to-get-the-console-with-client-bat-on-windows-with-Karaf-3-0-0-tp4031248p4031265.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to