Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BdbCookieStore not implemented iterator at RetryExec #200

Closed
airshiplay opened this issue Mar 8, 2018 · 1 comment
Closed

BdbCookieStore not implemented iterator at RetryExec #200

airshiplay opened this issue Mar 8, 2018 · 1 comment
Labels

Comments

@airshiplay
Copy link

java.lang.RuntimeException: not implemented
at org.archive.modules.fetcher.BdbCookieStore$RestrictedCollectionWrappedList.iterator(BdbCookieStore.java:81)
at org.apache.http.client.protocol.RequestAddCookies.process(RequestAddCookies.java:164)
at org.apache.http.protocol.ImmutableHttpProcessor.process(ImmutableHttpProcessor.java:133)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:183)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at org.archive.modules.fetcher.FetchHTTPRequest.execute(FetchHTTPRequest.java:745)
at org.archive.modules.fetcher.FetchHTTP.innerProcess(FetchHTTP.java:658)
at org.archive.modules.Processor.innerProcessResult(Processor.java:175)
at org.archive.modules.Processor.process(Processor.java:142)
at org.archive.modules.ProcessorChain.process(ProcessorChain.java:131)
at org.archive.crawler.framework.ToeThread.run(ToeThread.java:148)

@ato ato added the bug label Aug 2, 2018
@ato
Copy link
Collaborator

ato commented Jul 7, 2022

I believe this was fixed by #434.

@ato ato closed this as completed Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants