Hello, recently i have been trying to solve some problems with my AEM instance i dont know what is causing the problem.
Me and my team received this file which i run with the comand java -jar, the crx-quickstart and the instance starts.
The problem is that i can properly edit the projects becase the page looks aas following
I read that you need to install a certain version of java and apach maven to creato proejct so currently:
I have also set these variables but noting changed
Am i missing something? Maybe im missing some installation or the java version is incorrect.
Solved! Go to Solution.
Views
Replies
Total Likes
Thanks everyone for the answers, i guess the only way to achive this is to first do the developer exam and become a full adobe partner.
Is there any useful guide that you guys know to take the AEM front end dev exam?
I have been studying from solution partners training, the front end section.
But you might know other cool guides.
Anyway thanks everyone for the help
Hello @SantiagoAlba -
Can you get the AEM logs to get more insights here?
and then you can share potential errors to understand this issue better.
Hi @SantiagoAlba ,
The usage of Java and Maven is to enable AEM to run properly and be able to run any project (website). The issue you are seeing is specific to the WeRetail project which is deprecated, instead, you can download the Wknd project which is the demo website Adobe has put together for starters and learning purposes.
You can download the Wknd project from here: https://github.com/adobe/aem-guides-wknd
In case you don't know how to install a package, you can refer to this documentation: https://experienceleague.adobe.com/docs/experience-manager-65/administering/contentmanagement/packag... or watch this video https://www.youtube.com/watch?v=Zq5YO2XlWdA (its old but still works the same way)
Hola esteban!
I uploaded and installed the package, this one:
the installation lasted about 10min and it showed no errors
In port 4502 i can see the WKND project but i cant edit or do aything, pages are blank.
In the OSGI bundle console i have a problem, but i dont know the cause
Am i missing something? whats the next step? the next step in the git shows
But thats not fot this kind of package installation right?
Thanks in advance.
I would suggest to try couple of things here based on the OSGI Console errors:
1) Use either Java JDK 8 or 11 nothing higher than JDK 11. Based on your screenshot you have JDK 19 installed.
2) Install AEM Service pack 4 or higher. You can get AEM Service pack from Adobe Software distribution site: https://experience.adobe.com/#/downloads/content/software-distribution/en/aem.html
Note: you need Adobe enterprise account login to download the service package.
3) Install the AEM Service pack 4 or higher as any other normal AEM package using CRX PackageManager window. Service pack installation takes a little time, so leave the package manager window for about 15-20mins before accessing the pages.
Try to edit he WKND pages after following the above steps.
Hope this helps!
Thanks,
Sudheer.
Hi sudheer i will set jdk version to 8 or 11 and try again.
About the service pack, i have little information is it 100% necesary for the wknd project to work? We don have access to an Enterprise account yet, is there any other way?
Thanks, Santiago.
The AEM service pack is only available from Adobe Software distribution site. You may need to work with your Adobe representative to get access.
Based on the WKND project version you installed, you need Service Package 13 or higher.
Thanks for the quick answer.
What about installing a new project from scratch with the maven archetype command do i still need the service pack?
For example:
mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate \
-D archetypeGroupId=com.adobe.aem \
-D archetypeArtifactId=aem-project-archetype \
-D archetypeVersion=42 \
-D appTitle="My Demo" \
-D appId="mydemo" \
-D groupId="com.my.demo" \
-D aemVersion=6.5.0 \
-D singleCountry=n
Correct me if i am totally wrong since im new but i think i should be able to create a project like that, but probably im missing some requierements like the service pack you mention.
Hola Santi!,
Yes, the maven archetype will only download the "project" (a website that runs on AEM) but the service pack contains core AEM functionality. You need to install at least[1] the SP13 to properly run the "wknd" project, you can find the available SP here: https://experience.adobe.com/#/downloads/content/software-distribution/en/aem.html, just download the package and install it through the package manager.
[1].
Thanks everyone for the answers, i guess the only way to achive this is to first do the developer exam and become a full adobe partner.
Is there any useful guide that you guys know to take the AEM front end dev exam?
I have been studying from solution partners training, the front end section.
But you might know other cool guides.
Anyway thanks everyone for the help
Views
Likes
Replies