Foren

themes For LR 6.2.0 ce m6

thumbnail
Ahmed bouchriha, geändert vor 10 Jahren.

themes For LR 6.2.0 ce m6

Junior Member Beiträge: 55 Beitrittsdatum: 04.05.12 Neueste Beiträge
Hello

I am currently upgrading a LR 6.1 ga2 theme to work with LR 6.2 m6 i got 2 problems :
- the first is that the styles for the dockbar don't work although i am using

<property name="theme.parent" value="classic" />


on my build.xml

-the second is that i got problem while importing the site template with the res sources importer (compiled from github)
the trace is :

14:17:11,040 ERROR [liferay/hot_deploy-1][SerialDestination:68] Unable to process message {destinationName=liferay/hot_deploy, response=null, responseDestinationName=null, responseId=null, payload=null, values={command=deploy, companyId=0, servletContextName=biznizz-theme}}
com.liferay.portal.kernel.messaging.MessageListenerException: com.liferay.portlet.dynamicdatamapping.RequiredStructureException
at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:32)
at com.liferay.portal.kernel.messaging.InvokerMessageListener.receive(InvokerMessageListener.java:72)
at com.liferay.portal.kernel.messaging.SerialDestination$1.run(SerialDestination.java:65)
at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask._runTask(ThreadPoolExecutor.java:682)
at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask.run(ThreadPoolExecutor.java:593)
at java.lang.Thread.run(Thread.java:722)
Caused by: com.liferay.portlet.dynamicdatamapping.RequiredStructureException
at com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureLocalServiceImpl.deleteStructure(DDMStructureLocalServiceImpl.java:402)
at com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureLocalServiceImpl.deleteStructures(DDMStructureLocalServiceImpl.java:505)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:117)
at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:62)
at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:52)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:113)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:113)
at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:169)
at com.liferay.portal.security.pacl.PACLInvocationHandler.doInvoke(PACLInvocationHandler.java:62)
at com.liferay.portal.security.pacl.PACLInvocationHandler.invoke(PACLInvocationHandler.java:51)
at com.sun.proxy.$Proxy446.deleteStructures(Unknown Source)
at com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalServiceUtil.deleteStructures(DDMStructureLocalServiceUtil.java:698)
at com.liferay.resourcesimporter.util.FileSystemImporter.setupAssets(FileSystemImporter.java:887)
at com.liferay.resourcesimporter.util.FileSystemImporter.doImportResources(FileSystemImporter.java:657)
at com.liferay.resourcesimporter.util.ResourceImporter.importResources(ResourceImporter.java:38)
at com.liferay.resourcesimporter.servlet.ResourcesImporterServletContextListener.initialize(ResourcesImporterServletContextListener.java:262)
at com.liferay.resourcesimporter.servlet.ResourcesImporterServletContextListener$1.onDeploy(ResourcesImporterServletContextListener.java:86)
at com.liferay.portal.kernel.messaging.HotDeployMessageListener.doReceive(HotDeployMessageListener.java:55)
at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:26)
... 5 more