Fórum

Import site private pages

Venkata G, modificado 11 Anos atrás.

Import site private pages

New Member Postagens: 20 Data de Entrada: 29/01/11 Postagens Recentes
I have test lab set up where I have liferay site with 10-15 private pages. I want to create the same in on my local desktop. I did the following steps

1. Exported the all private pages into LAR.
2. Created new empty site XXX in my local liferay.
3. Tried to import the exported LAR from my test lab into the local liferay instance.
4. Import was successful.

When I tried to change the page layout, I am getting the below exception.


16:39:30,532 ERROR [IncludeTag:426] Current URL /group/control_panel/manage?p_p_auth=XHBokQ8s&p_p_id=88&p_p_lifecycle=2&p_p_state=pop_up&p_p_mode=view
&p_p_cacheability=cacheLevelPage&controlPanelCategory=portlet_88&_88_struts_action=%2Flayouts_admin%2Fedit_layouts&_88_tabs1=private-pages&_88_redirec
t=&_88_closeRedirect=%2Fgroup%2Fpmas1%2Fhome%2Fwelcome&_88_backURL=&_88_groupId=13774&_88_viewLayout=true&_88_selPlid=13820&_88_historyKey= generates
exception: com.liferay.portal.NoSuchLayoutPrototypeException: No LayoutPrototype exists with the key {uuid=9ae58bee-4709-4fde-ac25-7623a88da4d3}
16:39:30,547 ERROR [IncludeTag:154] com.liferay.portal.NoSuchLayoutPrototypeException: No LayoutPrototype exists with the key {uuid=9ae58bee-4709-4fde
-ac25-7623a88da4d3}
at com.liferay.portal.service.persistence.LayoutPrototypePersistenceImpl.findByUuid_First(LayoutPrototypePersistenceImpl.java:714)
at com.liferay.portal.service.impl.LayoutPrototypeLocalServiceImpl.getLayoutPrototypeByUuid(LayoutPrototypeLocalServiceImpl.java:128)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:112)
at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:71)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:108)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:59)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:108)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:59)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:108)
at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:211)
at com.liferay.portal.service.LayoutPrototypeLocalServiceUtil.getLayoutPrototypeByUuid(LayoutPrototypeLocalServiceUtil.java:280)
at org.apache.jsp.html.portlet.layouts_005fadmin.layout.details_jsp._jspService(details_jsp.java:1149)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at com.liferay.portal.kernel.servlet.DirectRequestDispatcher.include(DirectRequestDispatcher.java:45)
at com.liferay.taglib.util.IncludeTag.include(IncludeTag.java:323)
at com.liferay.taglib.util.IncludeTag._doInclude(IncludeTag.java:418)
at com.liferay.taglib.util.IncludeTag.doEndTag(IncludeTag.java:92)
at org.apache.jsp.html.taglib.ui.form_005fnavigator.page_jsp._jspService(page_jsp.java:509)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
Venkata G, modificado 11 Anos atrás.

RE: Import site private pages

New Member Postagens: 20 Data de Entrada: 29/01/11 Postagens Recentes
I am using 6.1 CE GA1