Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 347404 - Exceptions during build
Summary: Exceptions during build
Status: RESOLVED FIXED
Alias: None
Product: Jetty
Classification: RT
Component: build (show other bugs)
Version: 8.0.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 7.2.x   Edit
Assignee: Greg Wilkins CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-27 03:14 EDT by Greg Wilkins CLA
Modified: 2011-08-29 01:15 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Wilkins CLA 2011-05-27 03:14:53 EDT
Several exceptions are being produced during the jetty-8 build.  These don't make the tests fails, so may be benign.   But tests should not produce stack traces like these.

The exceptions need to be investigated to see if they are expected or not.  If they cannot be avoided, then stack logging should be disabled for those tests.


Running org.eclipse.jetty.client.TimeoutExchangeTest
2011-05-27 17:11:40.971:INFO::jetty-8.0.0.M3-SNAPSHOT
2011-05-27 17:11:40.974:INFO::Started SelectChannelConnector@0.0.0.0:47178 STARTING
2011-05-27 17:11:41.540:INFO::Graceful shutdown SelectChannelConnector@0.0.0.0:47178 STARTED
2011-05-27 17:11:42.114:INFO::jetty-8.0.0.M3-SNAPSHOT
2011-05-27 17:11:42.115:INFO::Started SelectChannelConnector@0.0.0.0:48458 STARTING
2011-05-27 17:11:42.717:WARN::EXPIRED CustomContentExchange@544454777=POST//localhost:48458/?sleep=1000#8
2011-05-27 17:11:42.778:INFO::Graceful shutdown SelectChannelConnector@0.0.0.0:48458 STARTED
2011-05-27 17:11:43.118:WARN::/?sleep=1000
org.eclipse.jetty.io.RuntimeIOException: org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.io.UncheckedPrintWriter.setError(UncheckedPrintWriter.java:107)
	at org.eclipse.jetty.io.UncheckedPrintWriter.write(UncheckedPrintWriter.java:280)
	at org.eclipse.jetty.io.UncheckedPrintWriter.write(UncheckedPrintWriter.java:295)
	at org.eclipse.jetty.io.UncheckedPrintWriter.print(UncheckedPrintWriter.java:460)
	at org.eclipse.jetty.io.UncheckedPrintWriter.println(UncheckedPrintWriter.java:642)
	at org.eclipse.jetty.client.TimeoutExchangeTest$1.handle(TimeoutExchangeTest.java:72)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
	at org.eclipse.jetty.server.Server.handle(Server.java:347)
	at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:590)
	at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1071)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:823)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:220)
	at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:535)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:529)
	at java.lang.Thread.run(Thread.java:662)
Caused by: 
org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:150)
	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:97)
	at java.io.ByteArrayOutputStream.writeTo(ByteArrayOutputStream.java:109)
	at org.eclipse.jetty.server.HttpWriter.write(HttpWriter.java:283)
	at org.eclipse.jetty.server.HttpWriter.write(HttpWriter.java:107)
	at org.eclipse.jetty.io.UncheckedPrintWriter.write(UncheckedPrintWriter.java:271)
	at org.eclipse.jetty.io.UncheckedPrintWriter.write(UncheckedPrintWriter.java:295)
	at org.eclipse.jetty.io.UncheckedPrintWriter.print(UncheckedPrintWriter.java:460)
	at org.eclipse.jetty.io.UncheckedPrintWriter.println(UncheckedPrintWriter.java:642)
	at org.eclipse.jetty.client.TimeoutExchangeTest$1.handle(TimeoutExchangeTest.java:72)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
	at org.eclipse.jetty.server.Server.handle(Server.java:347)
	at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:590)
	at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1071)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:823)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:220)
	at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:535)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:529)
	at java.lang.Thread.run(Thread.java:662)
2011-05-27 17:11:43.351:INFO::jetty-8.0.0.M3-SNAPSHOT
2011-05-27 17:11:43.353:INFO::Started SelectChannelConnector@0.0.0.0:60428 STARTING
2011-05-27 17:11:44.419:INFO::Graceful shutdown SelectChannelConnector@0.0.0.0:60428 STARTED
2011-05-27 17:11:44.991:INFO::jetty-8.0.0.M3-SNAPSHOT
2011-05-27 17:11:44.993:INFO::Started SelectChannelConnector@0.0.0.0:47286 STARTING
2011-05-27 17:11:45.596:WARN::EXPIRED CustomContentExchange@1248633254=POST//localhost:47286/?sleep=1000#8
2011-05-27 17:11:45.658:INFO::Graceful shutdown SelectChannelConnector@0.0.0.0:47286 STARTED
2011-05-27 17:11:45.997:WARN::/?sleep=1000
org.eclipse.jetty.io.RuntimeIOException: org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.io.UncheckedPrintWriter.setError(UncheckedPrintWriter.java:107)
	at org.eclipse.jetty.io.UncheckedPrintWriter.write(UncheckedPrintWriter.java:280)
	at org.eclipse.jetty.io.UncheckedPrintWriter.write(UncheckedPrintWriter.java:295)
	at org.eclipse.jetty.io.UncheckedPrintWriter.print(UncheckedPrintWriter.java:460)
	at org.eclipse.jetty.io.UncheckedPrintWriter.println(UncheckedPrintWriter.java:642)
	at org.eclipse.jetty.client.TimeoutExchangeTest$1.handle(TimeoutExchangeTest.java:72)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
	at org.eclipse.jetty.server.Server.handle(Server.java:347)
	at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:590)
	at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1071)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:823)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:220)
	at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:535)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:529)
	at java.lang.Thread.run(Thread.java:662)
Caused by: 
org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:150)
	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:97)
	at java.io.ByteArrayOutputStream.writeTo(ByteArrayOutputStream.java:109)
	at org.eclipse.jetty.server.HttpWriter.write(HttpWriter.java:283)
	at org.eclipse.jetty.server.HttpWriter.write(HttpWriter.java:107)
	at org.eclipse.jetty.io.UncheckedPrintWriter.write(UncheckedPrintWriter.java:271)
	at org.eclipse.jetty.io.UncheckedPrintWriter.write(UncheckedPrintWriter.java:295)
	at org.eclipse.jetty.io.UncheckedPrintWriter.print(UncheckedPrintWriter.java:460)
	at org.eclipse.jetty.io.UncheckedPrintWriter.println(UncheckedPrintWriter.java:642)
	at org.eclipse.jetty.client.TimeoutExchangeTest$1.handle(TimeoutExchangeTest.java:72)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
	at org.eclipse.jetty.server.Server.handle(Server.java:347)
	at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:590)
	at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1071)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:823)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:220)
	at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:535)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:529)
	at java.lang.Thread.run(Thread.java:662)
2011-05-27 17:11:46.232:INFO::jetty-8.0.0.M3-SNAPSHOT
2011-05-27 17:11:46.234:INFO::Started SelectChannelConnector@0.0.0.0:47111 STARTING
2011-05-27 17:11:48.289:INFO::Graceful shutdown SelectChannelConnector@0.0.0.0:47111 STARTED
2011-05-27 17:11:48.862:INFO::jetty-8.0.0.M3-SNAPSHOT
2011-05-27 17:11:48.864:INFO::Started SelectChannelConnector@0.0.0.0:50254 STARTING
2011-05-27 17:11:49.930:INFO::Graceful shutdown SelectChannelConnector@0.0.0.0:50254 STARTED
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.536 sec
Comment 1 Jan Bartel CLA 2011-07-04 05:21:28 EDT
Info: I haven't been able to reproduce these errors with jetty-8.0.0.RC0-SNAPSHOT, which is svn rev 3461.
Comment 2 Jan Bartel CLA 2011-07-04 05:22:09 EDT
Greg,


Could these errors have been removed by recent merges from jetty-7?

Jan
Comment 3 Greg Wilkins CLA 2011-08-29 01:15:36 EDT
resolved