Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

aem publish instance not running.

Avatar

Level 1

Hi Team,

I have my AEM instance installed in my local., My author instance runs successfully. I have copied both Jar file and license file into publish and renamed file as

cq-publish-p4503.jar. and I unpacked jar file also. I started the instance by double clicking start.bat file. If I click on browser localhost:4503 I am getting the below error.

Unable to compile class for JSP: An error occurred at line: 31 in the jsp file: /libs/foundation/components/primary/cq/Page/proxy.jsp The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files 28: 29: Resource cr = resourceResolver.getResource(resource, NameConstants.NN_CONTENT); 30: if (cr == null) { 31: logger.error("resource has no content. path={} referrer={}", request.getRequestURI(), request.getHeader("Referrer")); 32: response.sendError(HttpServletResponse.SC_NOT_FOUND, "no content"); 33: return; 34: }

2 Replies

Avatar

Level 10

Can you try recompiling the JSP from here http://localhost:4503/system/console/slingjsp  and restart the instance once.

Also double check if all bundles are active http://localhost:4503/system/console/bundles

Avatar

Administrator

Also, do make sure AEM's compatibility with JDK.



Kautuk Sahni