FATAL: javax.jcr.NamespaceException: http://ns.esko-graphics.com/grinfo/1.0/: is not a registered namespace uri. | Community
Skip to main content
bharathie812677
Level 2
December 23, 2015
Solved

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

  • December 23, 2015
  • 4 replies
  • 2216 views

Getting this exception I build package for DAM assets.

Could someone help me to resolve the issue

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 zeeshanKhan0786

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

4 replies

Level 2
July 19, 2017

Did you find a solution to it?

viveksachdeva
Community Advisor
Community Advisor
July 21, 2017

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

zeeshanKhan0786
zeeshanKhan0786Accepted solution
Level 5
July 21, 2017

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

viveksachdeva
Community Advisor
Community Advisor
July 24, 2017

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