Can not access publish site on AEM from Tomcat Application Server | Community
Skip to main content
December 1, 2020
Question

Can not access publish site on AEM from Tomcat Application Server

  • December 1, 2020
  • 1 reply
  • 987 views

Today I tried to install both publish and author service in tomcat server following Application Server Install But after run tomcat and access publish site I got this error. Please give me any advice to fix this error.

author site in localhost:8080/aemauthorsite

publish site in localhost:8080

UPDATE log:

ERROR: Error creating bundle cache.
java.lang.Exception: Unable to lock bundle cache: java.nio.channels.OverlappingFileLockException
at org.apache.felix.framework.cache.BundleCache.<init>(BundleCache.java:176)
at org.apache.felix.framework.Felix.init(Felix.java:692)
at org.apache.felix.framework.Felix.init(Felix.java:626)
at org.apache.sling.launchpad.base.impl.Sling.init(Sling.java:347)
at org.apache.sling.launchpad.base.impl.Sling.<init>(Sling.java:212)
at org.apache.sling.launchpad.base.webapp.SlingBridge$1.<init>(SlingBridge.java:44)
at org.apache.sling.launchpad.base.webapp.SlingBridge.getSlingBridge(SlingBridge.java:44)
at org.apache.sling.launchpad.base.webapp.SlingServletDelegate.init(SlingServletDelegate.java:211)
at javax.servlet.GenericServlet.init(GenericServlet.java:158)
at org.apache.sling.launchpad.webapp.SlingServlet.startSling(SlingServlet.java:382)
at org.apache.sling.launchpad.webapp.SlingServlet.startSling(SlingServlet.java:325)
at org.apache.sling.launchpad.webapp.SlingServlet.access$000(SlingServlet.java:58)
at org.apache.sling.launchpad.webapp.SlingServlet$2.run(SlingServlet.java:289)
at java.lang.Thread.run(Thread.java:748)

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Mayank_Gandhi
Adobe Employee
Adobe Employee
December 2, 2020

@phuhv  is the publish also running on the same Tomcat container as author?

phuhvAuthor
December 3, 2020

Hi @2252953 I'm running publish and author on the same Tomcat server. The difference between them is only sling.run.modes and context root.