To create a fresh instance of AEM locally I...
1) grab a 6.5 quickstart jar from Adobe and add it and my license.properties file to a new folder
2) double clicked the jar to create my new "crx-quickstart" folder
3) After a bit, a browser pops asking me to log in to AEM (even tho the license file is in it's proper place, which seems odd?)
4) I shut down that instance and restart it by going to the directory and running the ./quickstart command
Cd /Users/myusername/Documents/aem-65-23/crx-quickstart/bin
./quickstart
5) Browser window pops with the login page but with this error
Caused by: java.io.IOException: org.apache.jackrabbit.core.data.DataStoreException: Record e6b6cedc11892898ce266a01a0c885120bcc3ce8b3a6f73de8ebc5f72e55efc9 does not exist at org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore.getStream(DataStoreBlobStore.java:608) at org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore.getInputStream(DataStoreBlobStore.java:355) at org.apache.jackrabbit.oak.plugins.blob.BlobStoreBlob.getNewStream(BlobStoreBlob.java:46) ... 151 more
I've made sure I have almost 200GB disk space available. I've tried both Java 8 and Java 11. These steps use to create a new instance of AEM for me on this same machine. Other devs on my team haven't had this issue.
Any ideas? I'm stumped. Thx for any help
Solved! Go to Solution.
Views
Replies
Total Likes
This post helped a bit. this issue seemed related to the license.properties file. when I deleted it and used the values in it (license.downloadID and license.customer.name) to log in I was able to avoid the issue. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-license-and-installati...
Still a little buggy at the moment, the blob id error shows up on occasion
I also faced same kind of issue, when I created instance by double clicking on the .jar and then If try to start the instance with the help of terminal it throws same error.
Below are the chain for the same issue.
Thanks for the reply but the "Accepted Solution" in the other thread (or this one for that matter) was "The error is pretty clear" which really doesn't solve anything. This is a fresh instance of everything so an error of "
Record xxx does not exist
...isn't really helpful to me. I guess if I had made updates to the data store that might apply but that's not the case here
Views
Replies
Total Likes
This post helped a bit. this issue seemed related to the license.properties file. when I deleted it and used the values in it (license.downloadID and license.customer.name) to log in I was able to avoid the issue. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-license-and-installati...
Still a little buggy at the moment, the blob id error shows up on occasion