Still trying to get my first page displayed after upgrading to LR 4.4 from the source tree.
So far, I've managed to get the server started, but when I hit the server with "http://127.0.0.1/c", I get:
1
211:20:41,593 WARN [com.liferay.portal.service.impl.ThemeLocalUtil] No theme found for specified theme id classic. Returning the default theme.
311:20:41,593 ERROR [com.liferay.portal.service.impl.ThemeLocalUtil] No theme found for default theme id classic. Returning a random theme.
411:20:41,609 ERROR [com.liferay.portal.events.ServicePreAction] java.lang.NullPointerException
5java.lang.NullPointerException
6 at com.liferay.portal.model.impl.LayoutSetImpl.getColorScheme(LayoutSetImpl.java:50)
7 at com.liferay.portal.model.impl.LayoutImpl.getColorScheme(LayoutImpl.java:501)
8 at com.liferay.portal.events.ServicePreAction.servicePre(ServicePreAction.java:1055)
9 at com.liferay.portal.events.ServicePreAction.run(ServicePreAction.java:139)
10 at com.liferay.portal.events.EventsProcessor._process(EventsProcessor.java:132)
11 at com.liferay.portal.events.EventsProcessor.process(EventsProcessor.java:70)
12 at com.liferay.portal.servlet.MainServlet.service(MainServlet.java:613)
If I look back in the log, I see this line:
1
211:16:53,953 ERROR [com.liferay.portal.service.impl.ThemeLocalUtil] Themes in this WAR are not compatible with Liferay Enterprise Portal / 4.4.0
So, it appears I've got something floating around in my ext environment that didn't get replaced when I did a "build-ext" from the portal/build.xml.
What should I be looking for in my ext environment?
P.S. Originally, I had "genesis" as my default theme. I updated my database LayoutSet table to use "classic" instead, as well as modified the "default.regular.theme.id" setting in my portal-ext.properties, as it appears that "genesis" is no longer in the source tree. Was "genesis" removed on purpose? Do I need to get some plugins?
Please sign in to flag this as inappropriate.