Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

FATAL: javax.jcr.NamespaceException: http://ns.esko-graphics.com/grinfo/1.0/: is not a registered namespace uri.

Avatar

Level 2

Getting this exception I build package for DAM assets.

Could someone help me to resolve the issue

1 Accepted Solution

Avatar

Correct answer by
Level 5

Hi

This exception occur due using of ":" in your property or node name

it's probably easiest to avoid the colon (":") character in property or node names.

Thanks

View solution in original post

4 Replies

Avatar

Level 7

Seems you have a property with a namespace a new namespace not yet registered in AEM. You can add namespace by going to crx/eplorer:

http://localhost:4502/crx/explorer/ui/namespace_editor.jsp?ck=1500618159363&Path=&Callback=reload

Once that is done, you should not see this issue

Avatar

Correct answer by
Level 5

Hi

This exception occur due using of ":" in your property or node name

it's probably easiest to avoid the colon (":") character in property or node names.

Thanks

Avatar

Level 7

If you use, ":", then it needs to be registered as namespace in AEM