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

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

Mark Solution

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

해결됨

cannot access components (/system/console/components)

Avatar

Level 2

On the publish instance, this gives null pointer.

08.12.2016 13:47:11.242 *WARN* [qtp615837499-242621] org.eclipse.jetty.servlet.ServletHandler /system/console/components

java.lang.NullPointerException: null

 

Critical for us to figure out. Nothing else in the logs.

One of our components is stopped (i believe the workflowlauncher). Is there another way to start it manually? I've already restarted CQ instance.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Administrator

Hi 

Please have a look at this similar forum post:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

// 

Tailing the error.log, I stopped the "org.apache.felix.webconsole.plugins.ds" bundle, then restarted it. It threw the following notice (note it's an INFO log, not a WARN or ERROR)

After uninstalling that offending bundle "aem-sightly-ide-api", and restarted the "org.apache.felix.webconsole.plugins.ds" bundle, things worked as expected (and the bundle I deleted was re-installed, apparently via the "org.apache.felix.webconsole.plugins.ds" bundle startup.

 

~kautuk



Kautuk Sahni

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Employee Advisor

Is there a complete stacktrace following this single line? I would assume, that Jetty always prints the complete stacktrace when the request handler throws an uncaught exception.

Jörg

Avatar

Level 2

Nope no other log at all. Is there any other log I should look for? Typically, what's the reasn for this to happen

Avatar

Employee

What version of AEM is this and what does the workflow launcher do? What events is it looking for and what is the purpose of the workflow?

Regards,

Opkar

Avatar

정확한 답변 작성자:
Administrator

Hi 

Please have a look at this similar forum post:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

// 

Tailing the error.log, I stopped the "org.apache.felix.webconsole.plugins.ds" bundle, then restarted it. It threw the following notice (note it's an INFO log, not a WARN or ERROR)

After uninstalling that offending bundle "aem-sightly-ide-api", and restarted the "org.apache.felix.webconsole.plugins.ds" bundle, things worked as expected (and the bundle I deleted was re-installed, apparently via the "org.apache.felix.webconsole.plugins.ds" bundle startup.

 

~kautuk



Kautuk Sahni