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

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

Community Advisor

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

Community Advisor

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