Tag Archive

Simple Debugging Tip

Published on September 24, 2008 By Jeff Robinson

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.

Liferay timeouts

Published on September 22, 2008 By Jeff Robinson

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.

Lucene Errors

Published on September 11, 2008 By Jeff Robinson

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