Foros de discusión

Getting exception NoSuchLayoutException

thumbnail
Harshal Shah, modificado hace 13 años.

Getting exception NoSuchLayoutException

Junior Member Mensajes: 49 Fecha de incorporación: 25/05/10 Mensajes recientes
Liferay 6.0.3 bundled tomcat
On Amazon Cloud EC2
I get this exception 22:05:07,597 INFO [PortalImpl:3760] com.liferay.portal.NoSuchLayoutException
com.liferay.portal.NoSuchLayoutException
at com.liferay.portal.service.impl.LayoutLocalServiceImpl.getFriendlyURLLayout(LayoutLocalServiceImpl.java:538)


I do not this exception on localmachine
Everything works fine but keep getting these huge logs of exception

Deleted the database recreated the database but get the exception any idea
thumbnail
Harshal Shah, modificado hace 13 años.

WorkAround: Getting exception NoSuchLayoutException

Junior Member Mensajes: 49 Fecha de incorporación: 25/05/10 Mensajes recientes
Close the info logging for PortalImpl class

Follow the link below to disable logging for Portal Impl

1. Create portal-log4j-ext.xml and place the file in TomcatRoot/lib
2. Also copy log4j.dtd from portalimpl.jar file to the above location.

http://www.liferay.com/community/wiki/-/wiki/Main/How+to+configure+the+logs+in+Liferay/pop_up;jsessionid=126D1D472FB93B31AE431480023BC721.node-1
thumbnail
Jorge Ferrer, modificado hace 13 años.

RE: WorkAround: Getting exception NoSuchLayoutException

Liferay Legend Mensajes: 2871 Fecha de incorporación: 31/08/06 Mensajes recientes
Not sure what the problem is, but to start I would recommend updating to 6.0.5 (aka 6.0 GA3) which is the latest stable version of the 6.0 series.