Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Uncaught URIError: URI malformed

Avatar

Level 2

Hi,

I am facing the below js errors while opening the pages in editor.html mode. The coralui2.js file is throwing the errors and page is not getting loaded in touch ui mode whereas the same is perfectly working the existing ui. Please help me out to resolve this issue which started coming suddenly into our application.

URIError: URI malformed
#7 http://localhost:4502/etc/clientlibs/granite/coralui2.js:17880:10
#6 decodeURIComponent (native) 
#5 http://localhost:4502/etc/clientlibs/granite/coralui2.js:17880:10 decoded()
#4 http://localhost:4502/etc/clientlibs/granite/coralui2.js:17914:8 Function.$.cookie()
#3 http://localhost:4502/libs/cq/gui/components/authoring/clientlibs/editor.js:14947:15 
#2 http://localhost:4502/libs/cq/gui/components/authoring/clientlibs/editor.js:14952:6 
#1 http://localhost:4502/libs/cq/gui/components/authoring/clientlibs/editor.js:14960:2 

TypeError: Cannot read property 'Overlay' of undefined
#3 http://localhost:4502/libs/wcm/msm/content/touch-ui/authoring/editor.js:50:45
#2 http://localhost:4502/libs/wcm/msm/content/touch-ui/authoring/editor.js:50:45 
#1 http://localhost:4502/libs/wcm/msm/content/touch-ui/authoring/editor.js:94:2 

TypeError: Cannot read property 'prototype' of undefined
#4 http://localhost:4502/libs/cq/gui/components/authoring/clientlibs/editor.js:461:68
#3 http://localhost:4502/libs/cq/gui/components/authoring/clientlibs/editor.js:461:68 Object.ns.util.inherits()
#2 http://localhost:4502/libs/cq/personalization/touch-ui/clientlibs/targeteditor.js:3078:13 
#1 http://localhost:4502/libs/cq/personalization/touch-ui/clientlibs/targeteditor.js:3477:2 

TypeError: Cannot read property 'Layer' of undefined
#3 http://localhost:4502/libs/cq/gui/components/authoring/clientlibs/annotate.js:2812:48
#2 http://localhost:4502/libs/cq/gui/components/authoring/clientlibs/annotate.js:2812:48 
#1 http://localhost:4502/libs/cq/gui/components/authoring/clientlibs/annotate.js:3043:2 

ReferenceError: hobs is not defined
#2 http://localhost:4502/apps/geometrixx-outdoors/tests.js:1:5
#1 http://localhost:4502/apps/geometrixx-outdoors/tests.js:1:5 

2 Replies

Avatar

Level 10

Did you tried to customized anythings in AEM default files.?

How you are trying to access page.

Did you recently added any JS code in you AEM instance. is this the one http://localhost:4502/apps/geometrixx-outdoors/tests.js:1:5 ?

Avatar

Level 2

I haven't changed anything, no js file, no geometric, it was working fine last week in chrome perfectly, but now it is showing heaps of js errors as explained in the above post.

The pages are showing up properly in firefox(33.0.2) but not on chrome(Version 45.0.2454.85 (64-bit)).

It could be the reason of the chrome update but this problem still persist in my machine.