0 Replies Latest reply on Dec 15, 2014 9:38 AM by colin.guo

    Get error even test pass

    colin.guo

      Hi, i have set up the aruillian and run with Junit test with my test case in eclipse. and i got that the test pass.

      but still has error log print out in the maven console which as:

       

       

      22:18:54,479 INFO  [org.jboss.as.repository] (management-handler-thread - 1) JBAS014901: Content removed from location C:\Developer_Tool\jboss-as-7.1.1.Final\standalone\data\content\0a\4e82fa69a29d2c78facd8aa47b11dd4ea18382\content

      22:18:54,488 INFO  [org.jboss.as.server] (management-handler-thread - 1) JBAS018558: Undeployed "018e34c5-7c8f-4035-a6ed-33441d921f21.jar"

      Dec 15, 2014 10:18:54 PM org.jboss.as.arquillian.protocol.jmx.ArquillianServiceDeployer undeploy

      INFO: Undeploy arquillian service: arquillian-service: 852 assets

      22:18:54,532 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment arquillian-service in 15ms

      22:18:54,792 INFO  [org.jboss.as.repository] (management-handler-thread - 2) JBAS014901: Content removed from location C:\Developer_Tool\jboss-as-7.1.1.Final\standalone\data\content\c8\6f52b68515f750ae746803d00d2e3dbd413c20\content

      22:18:54,801 INFO  [org.jboss.as.server] (management-handler-thread - 2) JBAS018558: Undeployed "arquillian-service"

      Dec 15, 2014 10:18:54 PM org.jboss.remoting3.remote.RemoteConnection handleException

      ERROR: JBREM000200: Remote connection failed: java.io.IOException: An existing connection was forcibly closed by the remote host

      Dec 15, 2014 10:18:54 PM org.jboss.remoting3.remote.RemoteConnection handleException

      ERROR: JBREM000200: Remote connection failed: java.io.IOException: An existing connection was forcibly closed by the remote host

       

      Any one know about this??