You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Cliff Draper (JIRA)" <ji...@apache.org> on 2013/08/02 20:33:49 UTC

[jira] [Commented] (HTTPCLIENT-1173) NoSuchElementException in org.apache.http.impl.cookie.BestMatchSpec.formatCookies

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

Cliff Draper commented on HTTPCLIENT-1173:
------------------------------------------

I just ran into this with Oracle's 7update21 on Windows 7.  While I'm glad a workaround has been figured out, I would like Oracle to fix the problem, has anyone filed a bug against the JVM?
                
> NoSuchElementException in org.apache.http.impl.cookie.BestMatchSpec.formatCookies
> ---------------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1173
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1173
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient
>    Affects Versions: 4.1.2, 4.1.3
>         Environment: Ubuntu 10.04/OpenJDK 6
>            Reporter: Christian Thieme
>
> I am using the HTTP client using a ThreadSafeClientConnManager. The application is creating up to 300 client threads.
> Occasionally the client starts to throw the following exception after running for several hours:
> at java.util.ArrayList$Itr.next(ArrayList.java:757)
>         at org.apache.http.impl.cookie.BestMatchSpec.formatCookies(BestMatchSpec.java:189)
>         at org.apache.http.client.protocol.RequestAddCookies.process(RequestAddCookies.java:196)
>         at org.apache.http.protocol.ImmutableHttpProcessor.process(ImmutableHttpProcessor.java:108)
>         at org.apache.http.protocol.HttpRequestExecutor.preProcess(HttpRequestExecutor.java:174)
>         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:462)
>         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
>         at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
> The requests do not contain any cookies.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org