[
https://issues.apache.org/jira/browse/HTTPCORE-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505506
]
Roland Weber commented on HTTPCORE-83:
--------------------------------------
I'm at revision 547954. I can reproduce one failure which gives two stack
traces.
Environment is dual core Linux, nothing going on in the background. Increasing
the timeout has no effect.
[java] .........................................
[java] .........................................
[java] Exception in thread "worker-thread-24"
java.lang.IllegalStateException: Buffer already closed for writing
[java] at
org.apache.http.nio.util.SharedOutputBuffer.write(SharedOutputBuffer.java:112)
[java] at
org.apache.http.nio.entity.ContentOutputStream.write(ContentOutputStream.java:67)
[java] at
org.apache.http.entity.ByteArrayEntity.writeTo(ByteArrayEntity.java:76)
[java] at
org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.handleRequest(ThrottlingHttpServiceHandler.java:509)
[java] at
org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.access$000(ThrottlingHttpServiceHandler.java:91)
[java] at
org.apache.http.nio.protocol.ThrottlingHttpServiceHandler$1.run(ThrottlingHttpServiceHandler.java:205)
[java] at
org.apache.http.nio.mockup.SimpleThreadPoolExecutor$WorkerThread.run(SimpleThreadPoolExecutor.java:204)
[java] .....F.............
[java] Time: 18.252
[java] There was 1 failure:
[java] 1)
testSimpleHttpGets(org.apache.http.nio.protocol.TestNIOHttp)junit.framework.AssertionFailedError:
expected:<20> but was:<11>
[java] at
org.apache.http.nio.protocol.TestNIOHttp.testSimpleHttpGets(TestNIOHttp.java:412)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at
junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
[java] at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
[java] at junit.extensions.TestSetup.run(TestSetup.java:23)
[java]
[java] FAILURES!!!
[java] Tests run: 100, Failures: 1, Errors: 0
> Test failures in SVN head
> -------------------------
>
> Key: HTTPCORE-83
> URL: https://issues.apache.org/jira/browse/HTTPCORE-83
> Project: HttpComponents Core
> Issue Type: Bug
> Components: HttpCore NIO
> Affects Versions: 4.0-alpha5
> Environment: Dual core windows vista
> Reporter: Anders Wallgren
> Fix For: 4.0-alpha5
>
>
> In the current svn head (revision 547953), I'm getting these test failures:
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.http.nio.TestAll
> Exception in thread "worker-thread-28" java.lang.IllegalStateException:
> Buffer already closed for writing
> at
> org.apache.http.nio.util.SharedOutputBuffer.write(SharedOutputBuffer.java:112)
> at
> org.apache.http.nio.entity.ContentOutputStream.write(ContentOutputStream.java:67)
> at
> org.apache.http.entity.ByteArrayEntity.writeTo(ByteArrayEntity.java:76)
> at
> org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.handleRequest(ThrottlingHttpServiceHandler.java:578)
> at
> org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.access$000(ThrottlingHttpServiceHandler.java:94)
> at
> org.apache.http.nio.protocol.ThrottlingHttpServiceHandler$1.run(ThrottlingHttpServiceHandler.java:274)
> at
> org.apache.http.nio.mockup.SimpleThreadPoolExecutor$WorkerThread.run(SimpleThreadPoolExecutor.java:204)
> Exception in thread "worker-thread-34" java.lang.IllegalStateException:
> Buffer already closed for writing
> at
> org.apache.http.nio.util.SharedOutputBuffer.write(SharedOutputBuffer.java:112)
> at
> org.apache.http.nio.entity.ContentOutputStream.write(ContentOutputStream.java:67)
> at
> org.apache.http.entity.ByteArrayEntity.writeTo(ByteArrayEntity.java:76)
> at
> org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.handleRequest(ThrottlingHttpServiceHandler.java:578)
> at
> org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.access$000(ThrottlingHttpServiceHandler.java:94)
> at
> org.apache.http.nio.protocol.ThrottlingHttpServiceHandler$1.run(ThrottlingHttpServiceHandler.java:274)
> at
> org.apache.http.nio.mockup.SimpleThreadPoolExecutor$WorkerThread.run(SimpleThreadPoolExecutor.java:204)
> Exception in thread "worker-thread-39" java.lang.IllegalStateException:
> Buffer already closed for writing
> at
> org.apache.http.nio.util.SharedOutputBuffer.write(SharedOutputBuffer.java:112)
> at
> org.apache.http.nio.entity.ContentOutputStream.write(ContentOutputStream.java:67)
> at
> org.apache.http.entity.ByteArrayEntity.writeTo(ByteArrayEntity.java:76)
> at
> org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.handleRequest(ThrottlingHttpServiceHandler.java:578)
> at
> org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.access$000(ThrottlingHttpServiceHandler.java:94)
> at
> org.apache.http.nio.protocol.ThrottlingHttpServiceHandler$1.run(ThrottlingHttpServiceHandler.java:274)
> at
> org.apache.http.nio.mockup.SimpleThreadPoolExecutor$WorkerThread.run(SimpleThreadPoolExecutor.java:204)
> Tests run: 100, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 11.224 sec
> <<< FAILURE!
> Results :
> Failed tests:
> testSimpleHttpGets(org.apache.http.nio.protocol.TestNIOHttp)
>
> testSimpleHttpPostsWithContentLength(org.apache.http.nio.protocol.TestNIOHttp)
> testSimpleHttpPostsHTTP10(org.apache.http.nio.protocol.TestNIOHttp)
> testSimpleHttpHeads(org.apache.http.nio.protocol.TestNIOHttp)
> Tests run: 100, Failures: 4, Errors: 0, Skipped: 0
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]