Skip to content

java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Base64 #32

@meliezer

Description

@meliezer

Describe the bug
Exception right after calling curl.

Stacktrace
Caused by: java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Base64.(I)V
at org.apache.http.impl.auth.BasicScheme.authenticate (BasicScheme.java:166)
at org.apache.http.impl.auth.HttpAuthenticator.doAuth (HttpAuthenticator.java:233)
at org.apache.http.impl.auth.HttpAuthenticator.generateAuthResponse (HttpAuthenticator.java:198)
at org.apache.http.impl.execchain.MainClientExec.execute (MainClientExec.java:262)
at org.apache.http.impl.execchain.ProtocolExec.execute (ProtocolExec.java:186)
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:83)
at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:108)
at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:56)
at org.toilelibre.libe.curl.Curl.curl (Curl.java:72)
at org.toilelibre.libe.curl.Curl.curl (Curl.java:61)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions