2017-06-02 4 views

答えて

1

いくつかのわかりやすい理由から、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を再起動する次の時間にリセットされます。

+0

どのようにあなたはそれを得たか? – sanjeev

関連する問題