0 Replies Latest reply on Dec 4, 2016 3:23 PM by apham1075

    JBREM000200: Remote connection failed: java.io.IOException: An established connection was aborted by the software in your host machine

    apham1075

      Could someone please tell me why I'm seeing this error in the server.log when I start JBoss EAP 6.2 server in JBoss Developer Studio 10.1? I can connect to my enterprise application just fine, but I don't understand why I'm always seeing that error message in the console. I running JBoss Developer Studio 10.1 and JBoss EAP 6.2 on a Windows 7 test machine at work. Below is the stack trace captured in the server.log. I'm still learning how to support JBoss application server and need some help. Is this message safe to ignore? Please advise.

       

      12:59:45,030 TRACE [org.jboss.remoting.remote.connection] (Remoting "win7testmachine:MANAGEMENT" read-1) Connection error detail: java.io.IOException: An established connection was aborted by the software in your host machine
        at sun.nio.ch.SocketDispatcher.read0(Native Method) [rt.jar:1.7.0_79]
        at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) [rt.jar:1.7.0_79]
        at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) [rt.jar:1.7.0_79]
        at sun.nio.ch.IOUtil.read(IOUtil.java:197) [rt.jar:1.7.0_79]
        at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:379) [rt.jar:1.7.0_79]
        at org.xnio.nio.AbstractNioStreamChannel.read(AbstractNioStreamChannel.java:249)
        at org.xnio.channels.FramedMessageChannel.receive(FramedMessageChannel.java:87) [xnio-api-3.0.7.GA-redhat-1.jar:3.0.7.GA-redhat-1]
        at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:72) [jboss-remoting-3.2.18.GA-redhat-1.jar:3.2.18.GA-redhat-1]
        at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:45) [jboss-remoting-3.2.18.GA-redhat-1.jar:3.2.18.GA-redhat-1]
        at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72) [xnio-api-3.0.7.GA-redhat-1.jar:3.0.7.GA-redhat-1]
        at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:189) [xnio-api-3.0.7.GA-redhat-1.jar:3.0.7.GA-redhat-1]
        at org.xnio.channels.TranslatingSuspendableChannel$1.handleEvent(TranslatingSuspendableChannel.java:103) [xnio-api-3.0.7.GA-redhat-1.jar:3.0.7.GA-redhat-1]
        at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72) [xnio-api-3.0.7.GA-redhat-1.jar:3.0.7.GA-redhat-1]
        at org.xnio.nio.NioHandle.run(NioHandle.java:90)
        at org.xnio.nio.WorkerThread.run(WorkerThread.java:187)
      12:59:45,053 ERROR [org.jboss.remoting.remote.connection] (Remoting "win7testmachine:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: An established connection was aborted by the software in your host machine