[ 
https://issues.apache.org/jira/browse/GEODE-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15334191#comment-15334191
 ] 

Kirk Lund commented on GEODE-1551:
----------------------------------

Maybe we're shutting down Jetty during an unsafe window. If so then fixing up 
how it's handled in tearDown would be one fix.

Another fix is to just ignore this exception with:
{noformat}
  @Before
  public void before() {
    IgnoredException.addIgnoredException("org.eclipse.jetty.io.EofException");
  }
{noformat}


> CommandOverHttpDUnitTest
> ------------------------
>
>                 Key: GEODE-1551
>                 URL: https://issues.apache.org/jira/browse/GEODE-1551
>             Project: Geode
>          Issue Type: Bug
>          Components: management
>            Reporter: Scott Jewell
>            Assignee: Jinmei Liao
>
> Various tests within the test suite are failing with the following error:
> Found suspect string in log4j at line 582
> [fatal 2016/06/14 21:03:21.748 PDT <qtp829939131-141> tid=0x8d] 
> org.eclipse.jetty.io.EofException
>       at 
> org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:663)
>       at 
> org.eclipse.jetty.server.HttpConnection$SendCallback.access$300(HttpConnection.java:627)
>       at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:508)
>       at 
> org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:668)
>       at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:722)
>       at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:177)
>       at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:163)
>       at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:297)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to