Unable to create a new blueprint - 6.5.10 | Community
Skip to main content
B_Sravan
Community Advisor
Community Advisor
November 26, 2021
Solved

Unable to create a new blueprint - 6.5.10

  • November 26, 2021
  • 1 reply
  • 836 views

While creating a blueprint, as soon as I click on "create", 

 

I see this error page, 

 help me out here please.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Siva_Sogalapalli

@b_sravan 

Is this your new local AEM setup?

Do you have read, write access for folder where your instance is running?

I did have similar issues sometime back and on Mac, I had to install AEM through command line for the first time & later on you can run whatever the way you want.

java -Xmx1024M -jar aem-author-p6502.jar

If its the new local, you may try to install AEM with command line and see if that resolves the issue. 

 

 

1 reply

Siva_Sogalapalli
Community Advisor
Siva_SogalapalliCommunity AdvisorAccepted solution
Community Advisor
November 26, 2021

@b_sravan 

Is this your new local AEM setup?

Do you have read, write access for folder where your instance is running?

I did have similar issues sometime back and on Mac, I had to install AEM through command line for the first time & later on you can run whatever the way you want.

java -Xmx1024M -jar aem-author-p6502.jar

If its the new local, you may try to install AEM with command line and see if that resolves the issue. 

 

 

B_Sravan
Community Advisor
B_SravanCommunity AdvisorAuthor
Community Advisor
November 26, 2021

Yes it did solve the problem, Thank you so much Siva.

But I am just wondering why is it not working when we create an instance by double clicking the jar file!

Siva_Sogalapalli
Community Advisor
Community Advisor
November 26, 2021

Good to hear that it worked for you as well. Looks like the way it extracts the jar & store it on file system makes some difference but it is still an open question to me as well 🙂