-
Notifications
You must be signed in to change notification settings - Fork 585
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
I am getting errors while building the code taken from git clone #472
Comments
I could not reproduce it, and the JAR file (commons-imaging-1.0-R1534292.jar) is present in the public repo, I was able to download it (after deleting it from my local repo directory), see [INFO] -------------< com.adobe.aem.guides:aem-guides-wknd.core >-------------- Downloaded from adobe-public-releases: https://repo.adobe.com/nexus/content/groups/public/org/apache/commons/commons-imaging/1.0-R1534292/commons-imaging-1.0-R1534292.pom (13 kB at 66 kB/s) Downloaded from adobe-public-releases: https://repo.adobe.com/nexus/content/groups/public/org/apache/commons/commons-imaging/1.0-R1534292/commons-imaging-1.0-R1534292.jar (716 kB at 8.4 MB/s) |
How can I delete it from my local |
Locate your Other debugging tips:
|
The PKIX and related valid certification suggest this is related to some corporate proxy. See if this helps. If not, try disabling the proxy. |
I have taken project clone using git clone, after this have tried to build the project using the below command
mvn clean install -PautoInstallSinglePackage -Pclassic
but getting below error. Kindly help me on this how to resolve.
Failed to read artifact descriptor for org.apache.commons:commons-imaging:jar:1.0-R1534292
[ERROR] Caused by: The following artifacts could not be resolved: org.apache.commons:commons-imaging:pom:1.0-R1534292 (absent): Could not
transfer artifact org.apache.commons:commons-imaging:pom:1.0-R1534292 from/to adobe-public-releases (https://repo.adobe.com/nexus/content/groups
/public): PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Used versions
Java
openjdk version "11.0.10" 2021-01-19 LTS
OpenJDK Runtime Environment 18.9 (build 11.0.10+9-LTS)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.10+9-LTS, mixed mode)
Maven
Maven home: C:\Apache Maven 3.9.9
Java version: 11.0.10, vendor: Red Hat, Inc., runtime: C:\Users\kk\Downloads\java-11-openjdk-11.0.10-1 3\java-11-openjdk-11.0.10-1
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
Node
v20.16.0
npm
10.8.1
AEM 6.5.0
![Screenshot 2024-11-07 191417](https://private-user-images.githubusercontent.com/51115796/383983618-c62c17d4-c669-4b53-ad8a-69f07fc18ab3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NzY5MDgsIm5iZiI6MTczOTY3NjYwOCwicGF0aCI6Ii81MTExNTc5Ni8zODM5ODM2MTgtYzYyYzE3ZDQtYzY2OS00YjUzLWFkOGEtNjlmMDdmYzE4YWIzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDAzMzAwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUwYjU0ZDg0ZjJhYWYxZGQzZTQ5M2EwNDA0ODI0MDQyMmY4YmM4N2YxYzBkZWYxOTZkNzFiN2QwOGE3YmM2YjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FWuske69_udDUc0f19AH8SVOT7ND1xn5ywKfg_8X1EQ)
Service pack - 6.5.21.0
The text was updated successfully, but these errors were encountered: