Setting up AEM | Adobe Higher Education
Skip to main content
Level 2
April 3, 2024
Beantwoord

Setting up AEM

  • April 3, 2024
  • 1 reactie
  • 2204 Bekeken

im trying to run the command :

mvn clean install -PautoInstallSinglePackage

 

and i'm getting de error:

[ERROR] Failed to execute goal on project aem-guides-wknd.core: Could not resolve dependencies for project com.adobe.aem.guides:aem-guides-wknd.core:jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved: com.adobe.aem:uber-jar:jar:6.5.14 (absent): Could not find artifact com.adobe.aem:uber-jar:jar:6.5.14 in adobe-public-releases (https://repo.adobe.com/nexus/content/groups/public) -> [Help 1]

 

when i go to https://repo.adobe.com/nexus/content/groups/public i'm getting:

<Error>
       <Code>BlobNotFound</Code>
       <Message>The specified blob does not exist. RequestId:4b6.. Time:2024-04-03T12:13:51.3745452Z</Message>
</Error>
Er kunnen geen reacties meer worden geplaatst op dit onderwerp.

1 reactie

CarlaOlAuteur
Level 2
April 3, 2024

Thank you! changing the version to 6.5.13 worked


But now i'm getting another error:

[ERROR] Request to http://localhost:4502/crx/packmgr/service.jsp failed, response=Service Unavailable
[INFO] Looks like the C:\Users\carla\dev\aem-guides-wknd\all\target\aem-guides-wknd.all-0.0.1-SNAPSHOT.zip package was not installed, checking the list...
[ERROR] Request to http://localhost:4502/crx/packmgr/service.jsp failed, response=Service Unavailable
[INFO] C:\Users\carla\dev\aem-guides-wknd\all\target\aem-guides-wknd.all-0.0.1-SNAPSHOT.zip package not installed, re-uploading it...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for WKND Sites Project 0.0.1-SNAPSHOT:
[INFO]
[INFO] WKND Sites Project ................................. SUCCESS [ 0.518 s]
[INFO] WKND Sites Project - Core .......................... SUCCESS [ 8.678 s]
[INFO] WKND Sites Project - UI Frontend ................... SUCCESS [01:24 min]
[INFO] WKND Sites Project - Repository Structure Package .. SUCCESS [ 1.328 s]
[INFO] WKND Sites Project - UI apps ....................... SUCCESS [ 4.929 s]
[INFO] WKND Sites Project - UI content .................... SUCCESS [ 3.292 s]
[INFO] WKND Sites Project - UI config ..................... SUCCESS [ 0.294 s]
[INFO] WKND Sites Project - All ........................... FAILURE [ 30.508 s]
[INFO] WKND Sites Project - Integration Tests ............. SKIPPED
[INFO] WKND Sites Project - Dispatcher .................... SKIPPED
[INFO] com.adobe.cq.cloud.testing.ui.cypress - UI Tests ... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:16 min
[INFO] Finished at: 2024-04-03T10:46:51-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.day.jcr.vault:content-package-maven-plugin:1.0.2:install (install-package) on project aem-guides-wknd.all: Error while installing package. Check log for details. -> [Help 1]

i've tried most solutions related to this error but it didn't work
i've already provided my license key

Rohan_Garg
Community Advisor
Community Advisor
April 3, 2024

Can you send the configuration for all/pom.xml once?

Also the detailed logs which are mentioned as part of [Help 1]

Reference Links - 

Problem Solved: Failed to execute goal com.day.jcr.vault:content-package-maven-plugin:0.0.24

AEM WKND Sites Project Build failure