It sounds like a Windows JVM issue.

It doesn't look to understand 0.0.0.0. I gonna take a look but we should at least document this. I gonna do a diff with RC1 too (AFAIR we used localhost by default before, I have to remember why we use 0.0.0.0 now ;)).

Regards
JB

On 01/22/2014 03:14 PM, Nicolas wrote:
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.


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to