Skip to content

Instantly share code, notes, and snippets.

@davidavarga
Created June 20, 2018 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidavarga/cf2c213f342c9ca8dfff8a9a9c847861 to your computer and use it in GitHub Desktop.
Save davidavarga/cf2c213f342c9ca8dfff8a9a9c847861 to your computer and use it in GitHub Desktop.
LPS-82702
2018-06-20 13:30:08.055 ERROR [http-nio-8080-exec-3][IncludeTag:128] Current URL /group/maybeasite-staging/~/control_panel/manage?p_p_id=com_liferay_layout_admin_web_portlet_GroupPagesPortlet&p_p_lifecycle=0&p_p_state=maximized&p_v_l_s_g_id=36924&p_p_auth=hvTxjwkD generates exception: com.liferay.portal.kernel.exception.NoSuchLayoutSetBranchException: No LayoutSetBranch exists with the key {groupId=36924, privateLayout=false, master=true}
com.liferay.portal.kernel.exception.NoSuchLayoutSetBranchException: No LayoutSetBranch exists with the key {groupId=36924, privateLayout=false, master=true}
at com.liferay.portal.service.persistence.impl.LayoutSetBranchPersistenceImpl.findByG_P_M_First(LayoutSetBranchPersistenceImpl.java:2428)
at com.liferay.portal.service.impl.LayoutSetBranchLocalServiceImpl.getMasterLayoutSetBranch(LayoutSetBranchLocalServiceImpl.java:354)
at com.liferay.portal.service.impl.LayoutSetBranchLocalServiceImpl.getUserLayoutSetBranch(LayoutSetBranchLocalServiceImpl.java:387)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:158)
at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:54)
at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:58)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:145)
at com.liferay.portal.kernel.service.LayoutSetBranchLocalServiceUtil.getUserLayoutSetBranch(LayoutSetBranchLocalServiceUtil.java:302)
at com.liferay.layout.admin.web.internal.display.context.LayoutsAdminDisplayContext._getActiveLayoutSetBranchId(LayoutsAdminDisplayContext.java:990)
at com.liferay.layout.admin.web.internal.display.context.LayoutsAdminDisplayContext._getLayoutsJSONArray(LayoutsAdminDisplayContext.java:1214)
at com.liferay.layout.admin.web.internal.display.context.LayoutsAdminDisplayContext._getLayoutColumnsJSONArray(LayoutsAdminDisplayContext.java:1131)
at com.liferay.layout.admin.web.internal.display.context.LayoutsAdminDisplayContext.getLayoutColumnsJSONArray(LayoutsAdminDisplayContext.java:353)
at org.apache.jsp.view_005flayouts_jsp._jspService(view_005flayouts_jsp:559)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:411)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:473)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment