com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl No library configured at | Community
Skip to main content
VictorToledo_
New Participant
November 2, 2017
Solved

com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl No library configured at

  • November 2, 2017
  • 18 replies
  • 15807 views

Hi all, when we open a page we can see in our log file these WARN:

02.11.2017 16:18:12.377 *WARN* [0:0:0:0:0:0:0:1 [1509650292355] GET /en_US.html HTTP/1.1] com.day.cq.wcm.webservicesupport.impl.ConfigurationManagerImpl Cloud service [] not found

02.11.2017 16:18:12.398 *WARN* [0:0:0:0:0:0:0:1 [1509650292355] GET /en_US.html HTTP/1.1] com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl No library configured at /apps/clientlibs/granite/jquery

02.11.2017 16:18:12.398 *WARN* [0:0:0:0:0:0:0:1 [1509650292355] GET /en_US.html HTTP/1.1] com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl No library configured at /apps/clientlibs/granite/utils

02.11.2017 16:18:12.399 *WARN* [0:0:0:0:0:0:0:1 [1509650292355] GET /en_US.html HTTP/1.1] com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl No library configured at /apps/clientlibs/granite/jquery/granite

do you know how can I remove this warning?

AEM 6.3.0

Thanks in advance

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 kautuk_sahni

Please create a support ticket for this and also share the solution with the community.

~kautuk

18 replies

VictorToledo_
New Participant
November 15, 2017

Hi nandand81957514 , yes, will be overwritten.  I just did it to test if that is the problem. By changing that property in those folders within libs, the warning stopped appearing. So, my conclusion was that this was the problem.

New Participant
November 15, 2017

If you change allowProxy to false under /libs...would it not get overwritten once you install an AEM Update/CFP or SP ?

kautuk_sahni
Employee
November 15, 2017

Customer Care Link:- https://daycare.day.com/public/contact.html

If you are not to register the above then email at :- cuscare@adobe.com and request the access.

Kautuk Sahni
New Participant
November 14, 2017

victor.toledo.3share​ - Thank you very much.

VictorToledo_
New Participant
November 14, 2017

Sure,

I changed in the original clientlib path the property allowProxy to 'false'. For exmaple for the next WARN

02.11.2017 16:18:12.398 *WARN* [0:0:0:0:0:0:0:1 [1509650292355] GET /en_US.html HTTP/1.1] com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl No library configured at /apps/clientlibs/granite/utils

I know that library is in /libs/clientlibs/granite/utils, so using the crx/de, go to that location and change the value.

This path /apps/clientlibs/granite/utils is requested by the new ClientLib Servlet because /libs/clientlibs/granite/utils has allowProxy = true

New Participant
November 14, 2017

Hi @victor.toledo.3share

Could you please share the detail steps you did to get rid of those warnings?

The paths you mentioned in the previous comment don't exist for me when I go to crx/de.

Thanks,

Ananta

smacdonald2008
New Participant
November 14, 2017

We added those instructions to the featured content at the beginning of this forum. See the Post by Peter Nash.

VictorToledo_
New Participant
November 14, 2017

@@kautuksahni how can i create a support ticket?

VictorToledo_
New Participant
November 14, 2017

Hi edubey, i think you're right, if I change the allowProxy property for those paths (/apps/clientlibs/granite/jquery,

/apps/clientlibs/granite/utils, /apps/clientlibs/granite/jquery/granite) the warnings disappear

smacdonald2008 kautuksahni

I think we found something, this seems to come configured ootb, could you help us?

Thanks in advance

edubey
New Participant
November 14, 2017

I am not quite sure but looks it has to do with something with clientlib proxy. Check the allowProxy once

https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/clientlibs.html#main-pars_title_8ced

Thanks