Expand my Community achievements bar.

Author performance issue

Avatar

Level 1

We are facing page slowness while logging to the author page. we have done all the checks like (disk usage, memory, cpu and network traffic). No issues were found.

I am able to open CRX/DE pages fastly but having slowness only with the home.html

 

Please check the below error logs and let me know for any pointers. Is the performance issue occurs due to the application as well ?

18.10.2016 12:49:59.978 *ERROR* [0:0:0:0:0:0:0:1 [1476791395943] HEAD /libs/cq/core/content/login.html HTTP/1.1] com.day.cq.wcm.cq-wcm-core [com.d
ay.cq.wcm.core.impl.PageManagerFactoryImpl(1345)] Cannot create component instance due to failure to bind reference eventAdmin
18.10.2016 12:49:59.978 *ERROR* [0:0:0:0:0:0:0:1 [1476791395943] HEAD /libs/cq/core/content/login.html HTTP/1.1] com.day.cq.wcm.cq-wcm-core [com.d
ay.cq.wcm.core.impl.PageManagerFactoryImpl(1345)] Failed creating the component instance; see log for reason
18.10.2016 12:49:59.978 *WARN* [0:0:0:0:0:0:0:1 [1476791395943] HEAD /libs/cq/core/content/login.html HTTP/1.1] com.day.cq.wcm.cq-wcm-core [com.da
y.cq.wcm.core.impl.WCMAdapterFactory(1354)] Could not get service from ref [com.day.cq.wcm.api.PageManagerFactory]
18.10.2016 12:49:59.978 *ERROR* [FelixDispatchQueue] com.day.cq.cq-replication FrameworkEvent ERROR (org.osgi.framework.ServiceException: Service
factory returned null.)
org.osgi.framework.ServiceException: Service factory returned null.
        at org.apache.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:354)
        at org.apache.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:232)
        at org.apache.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:319)
        at org.apache.felix.framework.Felix.getService(Felix.java:3574)

3 Replies

Avatar

Administrator

Did you checked if there was some blocked process ?

Link:- https://helpx.adobe.com/experience-manager/kb/AnalyzeSlowAndBlockedProcesses.html ??

~kautuk



Kautuk Sahni

Avatar

Employee Advisor

Hi,

if you have performance problems on login of the page, this exception is hardly the root cause of it. As suggested, please qualify the slowness (especially which request is slow) and then use the recommended appraoch to check, if you can spot any hotspot in that specific request.

Jörg