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

BuildStepsExecutionException: org.apache.http.client.config.RequestConfig$Builder.setNormalizeUri #2519

Closed
jamesward opened this issue Jun 9, 2020 · 5 comments

Comments

@jamesward
Copy link
Contributor

Environment:

  • Jib version: 2.4.0
  • Build tool: Gradle 6.5
  • OS: Linux

Description of the issue:
I ran:

./gradlew :server:jib --image=grpc-kotlin-sample-androi

Got:

Execution failed for task ':server:jib'.
> com.google.cloud.tools.jib.plugins.common.BuildStepsExecutionException: org.apache.http.client.config.RequestConfig$Builder.setNormalizeUri(Z)Lorg/apache/http/client/config/RequestConfig$Builder;

Expected behavior:
No error

Steps to reproduce:
I'm working on a project to reproduce and will share that shortly.

@jamesward
Copy link
Contributor Author

Here is the project I tried this one:
https://github.com/jamesward/kotlin-samples/tree/master/run/grpc-sample-android

I tried adding jib to the server subproject.

@chanseokoh
Copy link
Member

@chanseokoh
Copy link
Member

@jamesward did it work?

@chanseokoh
Copy link
Member

I'm pretty sure this is a dup of #2183. The FAQ above explains a fix.

@golery
Copy link

golery commented Jan 16, 2021

For my case, I use maven with version 0.34.1. Just downgrade to 0.34.0 and it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants