Blobid error on fresh AEM Instance (MacOS Monterey)
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
