Local AEM instance missing container_jsp | Community
Skip to main content
stiegjo
Level 2
January 26, 2022
Solved

Local AEM instance missing container_jsp

  • January 26, 2022
  • 1 reply
  • 1155 views

I'm trying to set up a new local AEM instance (version 6.5.11) but all the pages are showing up blank. (including the We-Retail pages) I see the following error message in the logs. I've tried restarting and rebuilding client libraries but no luck.

 

 

java.lang.RuntimeException: java.io.FileNotFoundException: /Users/stiegjo/aem/author/crx-quickstart/launchpad/felix/bundle527/data/classes/org/apache/jsp/libs/granite/ui/components/foundation/container/container_jsp.java (No such file or directory) at org.apache.sling.commons.fsclassloader.impl.FSClassLoaderProvider.getOutputStream(FSClassLoaderProvider.java:287)

 

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 stiegjo

which version of acs commons are you using? Also, before installing acs commons, did you verify the pages were loading?


I decided to re-build my AEM local author from scratch and the issue has gone away. Thanks anyways for your help.

1 reply

Anish-Sinha
Adobe Employee
Adobe Employee
January 26, 2022

Hi @stiegjo ,
Can you check if all the bundles are active?

also verify you have only on jre available. If you have multiple, make sure only compatible version is present.

stiegjo
stiegjoAuthor
Level 2
January 26, 2022

All the bundles are active but I see that many components (especially ACS AEM Commons) are in the unsatisfied status (next to reference types). Please see example below:

 

Reference integrationService	Unsatisfied
Service Name: com.adobe.acs.commons.adobeio.service.IntegrationService
Cardinality: 1..1
Policy: static
Policy Option: reluctant
No Services bound
Anish-Sinha
Adobe Employee
Adobe Employee
January 27, 2022

which version of acs commons are you using? Also, before installing acs commons, did you verify the pages were loading?