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

./gradlew :system-tests:end2end-test:catalog-runtime:shadowJar returns error Failed to create Jar file C:\Users\XXX\.gradle\caches\jars-9\87491e8cdb0229bafcb7120e23222513\jackson-core-2.15.2.jar. #127

Closed
xdxxxdx opened this issue Jul 28, 2023 · 3 comments
Labels
bug_report Suspected bugs, awaiting triage triage all new issues awaiting classification

Comments

@xdxxxdx
Copy link

xdxxxdx commented Jul 28, 2023

Bug Report

Observed Behavior

I followed the guide written in https://github.com/eclipse-edc/FederatedCatalog/blob/main/system-tests/end2end-test/README.md
When I run command: ./gradlew :system-tests:end2end-test:catalog-runtime:shadowJar
The system returns following error:
image

Expected Behavior

BUILD SUCCESSFUL should be returned

Context Information

  • Used version [e.g. EDC v1.0.0]
  • OS: Windows 11 + WSL2
  • java version "20.0.1" 2023-04-18

Investigations

This issue doesn't occurs if I run: gradle :system-tests:end2end-test:catalog-runtime:shadowJar
To use local configured gradle

PS C:\EDC\FederatedCatalog> gradle --version

------------------------------------------------------------
Gradle 8.2.1
------------------------------------------------------------

Build time:   2023-07-10 12:12:35 UTC
Revision:     a38ec64d3c4612da9083cc506a1ccb212afeecaa

Kotlin:       1.8.20
Groovy:       3.0.17
Ant:          Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM:          20.0.1 (Oracle Corporation 20.0.1+9-29)
OS:           Windows 11 10.0 amd64
@xdxxxdx xdxxxdx added bug_report Suspected bugs, awaiting triage triage all new issues awaiting classification labels Jul 28, 2023
@github-actions
Copy link

Thanks for your contribution 🔥 We will take a look asap 🚀

@ndr-brt
Copy link
Member

ndr-brt commented Jul 31, 2023

could you please report the full stacktrace?
it could be related to java version... could you try it with version 17? (the current supported one)

@xdxxxdx
Copy link
Author

xdxxxdx commented Aug 10, 2023

Java sdk 17 works, thanks

@xdxxxdx xdxxxdx closed this as completed Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug_report Suspected bugs, awaiting triage triage all new issues awaiting classification
Projects
None yet
Development

No branches or pull requests

2 participants