I got the error message below while trying to deploy liferay on Ubuntu Server 7.10 using tomcat 5.5 and i got 404 error on the browser.
I was trying a production standard install of liferay portal,
tomcat start fine, mysql start fine, lportal database was created
the jar files were in the common/lib/ext (and the loader reference was added in the catalina.properties file)
using ROOT.xml (mysql, mail and jaas configured) and the liferay portal files unzipped into /webapps/ROOT/
jaas.config file containing "PortalRealm {com.liferay.portal.kernel.security.jaas.PortalLoginModule required;};"
i actually traced the PortalPrincipal & PortalRole shown in the error to the portal-impl.jar file and it was there
Hopping someone will give me a pointer as to what i might have missed.
INFO: Starting Servlet Engine: Apache Tomcat/5.5
Jan 7, 2008 11:49:45 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Jan 7, 2008 11:49:47 PM org.apache.catalina.realm.JAASRealm parseClassNames
SEVERE: Class com.liferay.portal.security.jaas.PortalPrincipal not found! Class not added.
Jan 7, 2008 11:49:47 PM org.apache.catalina.realm.JAASRealm parseClassNames
SEVERE: Class com.liferay.portal.security.jaas.PortalRole not found! Class not added.
Jan 7, 2008 11:49:47 PM org.apache.catalina.realm.JAASRealm setUseContextClassLoader
INFO: Setting useContextClassLoader = false
Jan 7, 2008 11:49:49 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Jan 7, 2008 11:49:49 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [] startup failed due to previous errors
Thanks
Please sign in to flag this as inappropriate.