내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Level 2

Did you find a solution to it?

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

정확한 답변 작성자:
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