Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 356258 - testOptionsWithExchange fails in AsyncSslHttpExchangeTest
Summary: testOptionsWithExchange fails in AsyncSslHttpExchangeTest
Status: RESOLVED WORKSFORME
Alias: None
Product: Jetty
Classification: RT
Component: client (show other bugs)
Version: 7.5.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 7.5.x   Edit
Assignee: Greg Wilkins CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-30 18:52 EDT by Michael Gorovoy CLA
Modified: 2011-09-13 15:49 EDT (History)
2 users (show)

See Also:


Attachments
tcpdump (1.87 MB, application/octet-stream)
2011-08-30 19:48 EDT, Michael Gorovoy CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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