Simple Debugging Tip
If your portlet view doesn’t render correctly, you can take a look at the raw html generated source to help figure out the cause. Just access View Source from your browser window.
If your portlet view doesn’t render correctly, you can take a look at the raw html generated source to help figure out the cause. Just access View Source from your browser window.
You can set timeouts using Liferay’s portal.properties (or portal-ext.properties). But its best to set timeouts in the web.xml since it overrides any setting in portal.properties. You can still use portal.propeties to set the timeout warning interval.
If you get “Lucene” related exception errors, try deleting the write.lock file in your local user-document-directoryliferaylucene folder.