[LRA-210] Issue when creating user pages Created: 25/Jun/15  Updated: 08/Sep/15  Resolved: 08/Sep/15

Status: Closed
Project: Liferay Apps
Component/s: ArmorFuel Theme
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major
Reporter: mcalvo Assignee: Abner Diaz [X] (Inactive)
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   
At this time, your app has not been approved for the Liferay Marketplace due to: - User created pages do not show up in navigation bar. - Errors are thrown in console when deploying to Liferay Portal 6.2 CE GA 1 using glassfish. [#|2015-06-18T21:23:54.922+0000|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=399;_ThreadName=liferay/hot_deploy-1;|21:23:54,916 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=armourfuel-theme}} com.liferay.portal.kernel.messaging.MessageListenerException: java.lang.IllegalStateException: WEB9031: WebappClassLoader unable to load resource [com.liferay.portlet.documentlibrary.service.DLFolderLocalServiceUtil], because it has not yet been started, or was already stopped 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:745) Caused by: java.lang.IllegalStateException: WEB9031: WebappClassLoader unable to load resource [com.liferay.portlet.documentlibrary.service.DLFolderLocalServiceUtil], because it has not yet been started, or was already stopped at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1401) at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1359) at com.liferay.resourcesimporter.util.FileSystemImporter.addDLFolder(FileSystemImporter.java:328) at com.liferay.resourcesimporter.util.ResourceImporter.addDLFolder(ResourceImporter.java:140) at com.liferay.resourcesimporter.util.ResourceImporter.addDLFileEntries(ResourceImporter.java:110) at com.liferay.resourcesimporter.util.FileSystemImporter.setupAssets(FileSystemImporter.java:897) at com.liferay.resourcesimporter.util.FileSystemImporter.doImportResources(FileSystemImporter.java:657) at com.liferay.resourcesimporter.util.ResourceImporter.importResources(ResourceImporter.java:38) at com.liferay.resourcesimporter.messaging.ResourcesImporterHotDeployMessageListener.initialize(ResourcesImporterHotDeployMessageListener.java:226) at com.liferay.resourcesimporter.messaging.ResourcesImporterHotDeployMessageListener.onDeploy(ResourcesImporterHotDeployMessageListener.java:278) at com.liferay.portal.kernel.messaging.HotDeployMessageListener.doReceive(HotDeployMessageListener.java:55) at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:26) ... 5

 Comments   
Comment by mcalvo [ 28/Aug/15 ]
This error happens after creating a new site using the ArmorFuel theme in Liferay 6.2 CE GA1 JBoss and CE GA4 JBoss

23:06:12,042 WARN [org.apache.struts.action.RequestProcessor] (http--127.0.0.1-8080-4) Unhandled Exception thrown: class java.lang.IllegalArgumentException
23:06:12,044 INFO [stdout] (http--127.0.0.1-8080-4) 23:06:12,043 ERROR [http--127.0.0.1-8080-4][render_portlet_jsp:132] null
23:06:12,044 INFO [stdout] (http--127.0.0.1-8080-4) java.lang.IllegalArgumentException: null is not a valid redirect
23:06:12,044 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portlet.ActionResponseImpl.sendRedirect(ActionResponseImpl.java:37)
23:06:12,044 INFO [stdout] (http--127.0.0.1-8080-4) at com.rivetlogic.microsite.action.struts.MySitesCustomAction.processAction(MySitesCustomAction.java:41)
23:06:12,045 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portal.kernel.bean.ClassLoaderBeanHandler.invoke(ClassLoaderBeanHandler.java:67)
23:06:12,045 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portal.struts.PortletActionAdapter.processAction(PortletActionAdapter.java:55)
23:06:12,045 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portal.struts.PortletRequestProcessor.process(PortletRequestProcessor.java:166)
23:06:12,045 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portlet.StrutsPortlet.processAction(StrutsPortlet.java:216)
23:06:12,045 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portlet.FilterChainImpl.doFilter(FilterChainImpl.java:71)
23:06:12,046 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portal.kernel.portlet.PortletFilterUtil.doFilter(PortletFilterUtil.java:48)
23:06:12,046 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portlet.InvokerPortletImpl.invoke(InvokerPortletImpl.java:618)
23:06:12,046 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portlet.InvokerPortletImpl.invokeAction(InvokerPortletImpl.java:649)
23:06:12,046 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portlet.InvokerPortletImpl.processAction(InvokerPortletImpl.java:312)
23:06:12,046 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portlet.PortletContainerImpl._doProcessAction(PortletContainerImpl.java:402)
23:06:12,047 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portlet.PortletContainerImpl.processAction(PortletContainerImpl.java:110)
23:06:12,047 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portlet.SecurityPortletContainerWrapper.processAction(SecurityPortletContainerWrapper.java:109)
23:06:12,047 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portlet.RestrictPortletContainerWrapper.processAction(RestrictPortletContainerWrapper.java:75)
23:06:12,047 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portal.kernel.portlet.PortletContainerUtil.processAction(PortletContainerUtil.java:115)
23:06:12,047 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portal.action.LayoutAction.processLayout(LayoutAction.java:356)
23:06:12,048 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portal.action.LayoutAction.doExecute(LayoutAction.java:178)
23:06:12,048 INFO [stdout] (http--127.0.0.1-8080-4) at com.liferay.portal.action.LayoutAction.execute(LayoutAction.java:79)
23:06:12,048 INFO [stdout] (http--127.0.0.1-8080-4) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)

Comment by mcalvo [ 28/Aug/15 ]
It also displays these warning when creating a new site using this theme:
23:05:14,603 INFO [stdout] (http--127.0.0.1-8080-6) 23:05:14,602 WARN [http--127.0.0.1-8080-6][DLPreviewableProcessor:596] No thumbnail found for file entry 10813
23:05:14,604 INFO [stdout] (http--127.0.0.1-8080-6) 23:05:14,604 WARN [http--127.0.0.1-8080-6][DLPreviewableProcessor:596] No thumbnail found for file entry 10813
23:05:14,632 INFO [stdout] (http--127.0.0.1-8080-6) 23:05:14,631 WARN [http--127.0.0.1-8080-6][DLPreviewableProcessor:596] No thumbnail found for file entry 10823
23:05:14,633 INFO [stdout] (http--127.0.0.1-8080-6) 23:05:14,633 WARN [http--127.0.0.1-8080-6][DLPreviewableProcessor:596] No thumbnail found for file entry 10823
23:05:14,647 INFO [stdout] (http--127.0.0.1-8080-6) 23:05:14,646 WARN [http--127.0.0.1-8080-6][DLPreviewableProcessor:596] No thumbnail found for file entry 10835
23:05:14,647 INFO [stdout] (http--127.0.0.1-8080-6) 23:05:14,647 WARN [http--127.0.0.1-8080-6][DLPreviewableProcessor:596] No thumbnail found for file entry 10835
Comment by Abner Diaz [X] (Inactive) [ 08/Sep/15 ]
This was a liferay issue https://issues.liferay.com/browse/LPS-45425 resolved in the latest versions (in the version 6.2 CE ga3 I couldn't reproduce this issue)
Comment by Abner Diaz [X] (Inactive) [ 08/Sep/15 ]
Fixed
Generated at Sat Feb 10 05:49:23 GMT 2024 using Jira 8.1.3#801003-sha1:6b6f07cffadda9a0d6efe24639daed8ce94dcdd6.