[
https://issues.apache.org/jira/browse/KARAF-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14580856#comment-14580856
]
Jean-Baptiste Onofré commented on KARAF-3768:
---------------------------------------------
It doesn't work on Unix as well :(
I'm fixing, sorry about that.
> Unable to start child instance
> ------------------------------
>
> Key: KARAF-3768
> URL: https://issues.apache.org/jira/browse/KARAF-3768
> Project: Karaf
> Issue Type: Bug
> Affects Versions: 4.0.0.M3
> Environment: Windows 7 x64
> Reporter: Gary Hodgson
> Assignee: Jean-Baptiste Onofré
>
> Attempting to start a child instance on a freshly unzipped copy of 4.0.0.M3
> throws the following exception, and the instance fails to start.
> {code}
> 2015-06-10 16:02:26,419 | WARN | 9]-nio2-thread-3 | ServerSession
> | 46 - org.apache.sshd.core - 0.14.0 | Exception caught
> java.io.IOException: An established connection was aborted by the software in
> your host machine
> at sun.nio.ch.WindowsAsynchronousSocketChannelImpl.read0(Native
> Method)[:1.8.0_25]
> at
> sun.nio.ch.WindowsAsynchronousSocketChannelImpl.access$700(WindowsAsynchronousSocketChannelImpl.java:43)[:1.8.0_25]
> at
> sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ReadTask.run(WindowsAsynchronousSocketChannelImpl.java:511)[:1.8.0_25]
> at
> sun.nio.ch.WindowsAsynchronousSocketChannelImpl.implRead(WindowsAsynchronousSocketChannelImpl.java:657)[:1.8.0_25]
> at
> sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:276)[:1.8.0_25]
> at
> sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:297)[:1.8.0_25]
> at
> java.nio.channels.AsynchronousSocketChannel.read(AsynchronousSocketChannel.java:420)[:1.8.0_25]
> at
> org.apache.sshd.common.io.nio2.Nio2Session.startReading(Nio2Session.java:170)[46:org.apache.sshd.core:0.14.0]
> at
> org.apache.sshd.common.io.nio2.Nio2Acceptor$AcceptCompletionHandler.onCompleted(Nio2Acceptor.java:135)[46:org.apache.sshd.core:0.14.0]
> at
> org.apache.sshd.common.io.nio2.Nio2Acceptor$AcceptCompletionHandler.onCompleted(Nio2Acceptor.java:120)[46:org.apache.sshd.core:0.14.0]
> at
> org.apache.sshd.common.io.nio2.Nio2CompletionHandler$1.run(Nio2CompletionHandler.java:32)
> at java.security.AccessController.doPrivileged(Native
> Method)[:1.8.0_25]
> at
> org.apache.sshd.common.io.nio2.Nio2CompletionHandler.completed(Nio2CompletionHandler.java:30)[46:org.apache.sshd.core:0.14.0]
> at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)[:1.8.0_25]
> at sun.nio.ch.Invoker$2.run(Invoker.java:218)[:1.8.0_25]
> at
> sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)[:1.8.0_25]
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_25]
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_25]
> at java.lang.Thread.run(Thread.java:745)[:1.8.0_25]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)