Uncaught URIError: URI malformed | Community
Skip to main content
Sandeep_Rawat
Level 2
October 16, 2015
Question

Uncaught URIError: URI malformed

  • October 16, 2015
  • 2 replies
  • 1753 views

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 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

edubey
Level 10
October 16, 2015

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 ?

Sandeep_Rawat
Level 2
October 16, 2015

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.