cq5 – AEM:错误日志

我有一些不同的错误

在蓝图中

com.day.cq.wcm.msm.impl.commands.RolloutCommand Error during roll-out.
com.day.cq.wcm.api.WCMException: javax.jcr.InvalidItemStateException:
OakState0001: Unresolved conflicts in /content/sites/…/jcr:content

推出:

POST /bin/wcmcommand HTTP/1.1]
org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate Attempted to
perform getValue while thread pool-7-thread-14-(cq/wcm/msm/job/pageEvent) was concurrently writing to this
session. Blocked until the other thread finished using this session.
Please review your code to avoid concurrent use of a session.

对于所有页面:

com.day.cq.wcm.commons.ReferenceSearch Adjusted property
/content/sites/…/jcr:content/header/reqInfoURL.

谁有人可以帮忙?是什么导致了这些错误以及如何解决这些错误?

最佳答案

Old question so answering here in case someone is looking for a solution to same problem as I did.

此问题是由早期版本的AEM 6.0中的问题引起的,并且已在AEM 6.0 SP3及更高版本的产品中得到解决.它与锁定页面上的多个会话无关,而是与同一代码中的竞争条件无关.

点赞