Hello Community,
I've been attempting to rebuild my Local AEM Development Environment for the last couple days and every time I'm running into several errors no matter what I've tried to do. I'm also getting errors in the VS Code when I do a clean install of my branch. Here is my situation:
Any help would be greatly appreciated as I'm at a complete loss as to what is causing all these issues.
Here are the errors I'm getting:
[INFO] --- content-package-maven-plugin:1.0.2:install (install-package) @ mchp.ui.content ---
[INFO] Installing mchp.ui.content (/Users/c10824/Desktop/AEM/ui.content/target/mchp.ui.content-1.0-SNAPSHOT.zip) to http://localhost:4502/crx/packmgr/service.jsp
[ERROR] Request failed: java.io.IOException: java.io.IOException: org.apache.jackrabbit.core.data.DataStoreException: Record 3e15c88da9b46267141b60826c0734007c3e5a5f804c953edb0280eda680a9be does not exist (500)
NOTE: When I google this error I get the Adobe Datastore page fix as a result (https://helpx.adobe.com/experience-manager/kb/datastore-inconsistency-record-not-found-.html ) I've visited this error page and gone through the steps and was unsuccessful. After walking through a repository consistency check on the Adobe site; received a "0 Errors" result. This is completely inconsistent and very confounding, because according to Adobe's inconsistency records page, the Datastore error cause is that there are actual missing files, therefore there should be errors rather than a "0 Errors" result?:4502/content/mchp/en-us/products/microcontrollers-and-microprocessors/8-bit-mcus/jcr:content/root/responsivegrid/container_1848417680_303242752/simpletable_copy.html?forceeditcontext=true&_=1674842387943:1 Failed to load resource: the server responded with a status of 404 (Not Found)
foundation.min.js:55 @deprecated $.validator ; use foundation-validation
c @ foundation.min.js:55
contentScript.bundle.js:1 Content script works!
contentScript.bundle.js:1 Must reload extension for modifications to take effect.
contentScript.bundle.js:1 ===> FROM THE PRINT MODULE: Using the 'printLine' function from the Print Module
testing.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)
blog0886f664eede437ca574d9c1cf31b2c5.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)
imgpsh_fullsize_anim%20(1).png:1 Failed to load resource: the server responded with a status of 404 (Not Found)
200605-corp-soc-treelink-blog-745x450.jpg:1 Failed to load resource: the server responded with a status of 404 (Not Found)
microchip-future-electronics-goodlock-application-development-platform2d219eadac124a95ae52072e27884792.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)
air-conditioner-units.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)
contexthub:9 Uncaught ReferenceError: ContextHubJQ is not defined
at contexthub:9:412
8-bit-mcus.html:147 Uncaught ReferenceError: ContextHubJQ is not defined
at 8-bit-mcus.html:147:19
favicon.ico:1 GET http://localhost:4502/favicon.ico 404 (Not Found)
coralui3.min.css:1 GET http://localhost:4502/etc.clientlibs/clientlibs/granite/coralui3/resources/components/icon/AdobeIcons.woff?272cfe83bfd86bced07a76f8d09e3c34 net::ERR_ABORTED 500 (Server Error)
coralui3.min.css:1 GET http://localhost:4502/etc.clientlibs/clientlibs/granite/coralui3/resources/components/icon/AdobeIcons.ttf?272cfe83bfd86bced07a76f8d09e3c34 net::ERR_ABORTED 500 (Server Error)
granite.min.js:266 GET http://localhost:4502/content/mchp/en-us/products/microcontrollers-and-microprocessors/8-bit-mcus/jcr:content/root/responsivegrid/container_1848417680_303242752/simpletable_copy.html?forceeditcontext=true&_=1674842387951 404 (Not Found)
XMLHttpRequest.send @ granite.min.js:266
send @ jquery.min.js:10259
ajax @ jquery.min.js:9743
ns.persistence.Request.send @ core.min.js:434
sendReadParagraph @ core.min.js:456
self.readParagraph @ core.min.js:453
self.loadConfig @ core.min.js:930
(anonymous) @ core.min.js:1049
loadFromPersistentStorage @ core.min.js:1049
(anonymous) @ core.min.js:1052
dispatch @ jquery.min.js:5232
elemData.handle @ jquery.min.js:4884
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @judahlow
Per the error statement you have shared, looks like problem is with content package - /mchp.ui.content-1.0-SNAPSHOT.zip
I suggest to try the following to narrow down the issue :
Seems failing to access local package manager to auto install package. Can you check you author instance is running in port 4502? If not
Hi @judahlow
You are getting this error after any specific change you have made to the site or from the beginning itself when you are trying to setup the application locally?
Also are you able to setup the application without installing the content package on the server?
Thanks
Hi @judahlow
Per the error statement you have shared, looks like problem is with content package - /mchp.ui.content-1.0-SNAPSHOT.zip
I suggest to try the following to narrow down the issue :
Thank You @Vijayalakshmi_S
I will try these steps and get back to you on what I find.
Views
Likes
Replies
Views
Likes
Replies