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.

Tags:
Posted in General by Jeff Robinson. Comments Off

Liferay timeouts

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.

Tags:
Posted in General by Jeff Robinson. Comments Off

Lucene Errors

If you get “Lucene” related exception errors, try deleting the write.lock file in your local
user-document-directoryliferaylucene folder.

Tags:
Posted in General by Jeff Robinson. Comments Off