AEM:错误日志

标签 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 和该产品的更高版本中得到解决。它与锁定页面上的多个 session 无关,而是同一代码中的竞争条件。

关于AEM:错误日志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36357376/

相关文章:

aem - CQ5 - 在选择 xtype 中动态填充选项

aem - CQ5 页面中的多个段落不起作用

aem - 使用 AEM 净化输入

aem - 如何使用监听器使文本字段成为必需

aem - SQL2 - 获取子节点属性

java - 将自定义节点类型添加到 Apache Sling WebApp

java - 如何在 CQ5 中执行 JSP 之前调用 Servlet/Filter?

javascript - AEM Sightly 获取子节点的属性。

jsp - Adobe CQ/AEM Client Lib channel 属性与 cq :includeClientLib tag 交互

java - 获取加载到cq5图像组件中的图像的文件大小?