“您的请求未能完成”,但日志中没有任何内容:如何进一步调查

时间:2017-06-02 09:49:31

标签: liferay

在Liferay中,我看到以下错误:

Your request failed to complete

问题:Liferay日志中绝对没有任何内容

问题:如何进一步调查?

1 个答案:

答案 0 :(得分:2)

由于一些不明原因,Liferay已选择使用DEBUG日志级别显示一些异常(甚至非常严重的异常)。

因此,解决方案是将日志级别设置为DEBUG(对于大多数情况,com.liferay包应该足够了):

Liferay log level

别忘了按“保存”。设置完成后,再试一次(不需要重启),您可能会看到异常,这样您就可以确切地知道出了什么问题。

示例:

09:34:29,903 DEBUG [http-nio-8080-exec-5][LiferayPortlet:587] com.liferay.asset.kernel.exception.NoSuchEntryException: No AssetEntry exists with the key {classNameId=20015, classPK=36354}
com.liferay.asset.kernel.exception.NoSuchEntryException: No AssetEntry exists with the key {classNameId=20015, classPK=36354}
        at com.liferay.portlet.asset.service.persistence.impl.AssetEntryPersistenceImpl.findByC_C(AssetEntryPersistenceImpl.java:3551)

下次重新启动Liferay时,将重置此日志级别修改。