Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 356258

Summary: testOptionsWithExchange fails in AsyncSslHttpExchangeTest
Product: [RT] Jetty Reporter: Michael Gorovoy <mgorovoy>
Component: clientAssignee: Greg Wilkins <gregw>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: jetty-inbox, joakim.erdfelt
Version: 7.5.0   
Target Milestone: 7.5.x   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
tcpdump none

Description Michael Gorovoy CLA 2011-08-30 18:52:16 EDT
The following exception is found in the log.

2011-08-30 18:41:37.085:WARN:oejc.HttpExchange:EXCEPTION ContentExchange@52639bf1=OPTIONS//localhost:51757*#EXCEPTED(0ms)sent=19ms
java.io.EOFException: closed: ContentExchange@52639bf1=OPTIONS//localhost:51757*#WAITING(18ms)sent=18ms
	at org.eclipse.jetty.client.HttpConnection.close(HttpConnection.java:676)
	at org.eclipse.jetty.client.HttpConnection.handle(HttpConnection.java:364)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:545)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:43)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)
	at java.lang.Thread.run(Thread.java:680)
Comment 1 Michael Gorovoy CLA 2011-08-30 19:48:20 EDT
Created attachment 202466 [details]
tcpdump

Running on port 8443, the OPTIONS test is last one.
Comment 2 Michael Gorovoy CLA 2011-08-30 19:50:15 EDT
It is important to note that this test completes successfully when it is run alone.
Comment 3 Joakim Erdfelt CLA 2011-09-13 15:49:04 EDT
These errors and warnings no longer occur during a linux or osx build of 7.5.2-SNAPSHOT