You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Gary Hodgson (JIRA)" <ji...@apache.org> on 2015/06/10 16:10:00 UTC

[jira] [Created] (KARAF-3768) Unable to start child instance

Gary Hodgson created KARAF-3768:
-----------------------------------

             Summary: 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


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)