Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Blobid error on fresh AEM Instance (MacOS Monterey)

Avatar

Level 1

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.

pixelpete44_0-1677184069357.png

pixelpete44_1-1677184110245.png

 

 

Any ideas?  I'm stumped.  Thx for any help

1 Accepted Solution

Avatar

Correct answer by
Level 1

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

View solution in original post

3 Replies

Avatar

Community Advisor

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.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/getting-java-io-ioexceptio...

 

Avatar

Level 1

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 

Avatar

Correct answer by
Level 1

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