Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8D0E217886 for ; Thu, 18 Jun 2015 08:43:01 +0000 (UTC) Received: (qmail 12695 invoked by uid 500); 18 Jun 2015 08:43:01 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 12680 invoked by uid 500); 18 Jun 2015 08:43:01 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 12667 invoked by uid 99); 18 Jun 2015 08:43:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2015 08:43:01 +0000 Date: Thu, 18 Jun 2015 08:43:01 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-3768) Unable to start child instance MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-3768?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1459= 1489#comment-14591489 ]=20 Jean-Baptiste Onofr=C3=A9 commented on KARAF-3768: --------------------------------------------- I tested on Windows, and the instance starts without problem. Now, I gonna = fix the instance:connect issue (KARAF-3791). > 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=C3=A9 > Priority: Blocker > Fix For: 4.0.0 > > > 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 softwar= e in your host machine > at sun.nio.ch.WindowsAsynchronousSocketChannelImpl.read0(Native M= ethod)[:1.8.0_25] > at sun.nio.ch.WindowsAsynchronousSocketChannelImpl.access$700(Win= dowsAsynchronousSocketChannelImpl.java:43)[:1.8.0_25] > at sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ReadTask.run(W= indowsAsynchronousSocketChannelImpl.java:511)[:1.8.0_25] > at sun.nio.ch.WindowsAsynchronousSocketChannelImpl.implRead(Windo= wsAsynchronousSocketChannelImpl.java:657)[:1.8.0_25] > at sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSock= etChannelImpl.java:276)[:1.8.0_25] > at sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSock= etChannelImpl.java:297)[:1.8.0_25] > at java.nio.channels.AsynchronousSocketChannel.read(AsynchronousS= ocketChannel.java:420)[:1.8.0_25] > at org.apache.sshd.common.io.nio2.Nio2Session.startReading(Nio2Se= ssion.java:170)[46:org.apache.sshd.core:0.14.0] > at org.apache.sshd.common.io.nio2.Nio2Acceptor$AcceptCompletionHa= ndler.onCompleted(Nio2Acceptor.java:135)[46:org.apache.sshd.core:0.14.0] > at org.apache.sshd.common.io.nio2.Nio2Acceptor$AcceptCompletionHa= ndler.onCompleted(Nio2Acceptor.java:120)[46:org.apache.sshd.core:0.14.0] > at org.apache.sshd.common.io.nio2.Nio2CompletionHandler$1.run(Nio= 2CompletionHandler.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(AsynchronousChan= nelGroupImpl.java:112)[:1.8.0_25] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolEx= ecutor.java:1142)[:1.8.0_25] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolE= xecutor.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)