掲示板

Error when importing lar-file : No theme loaders are deployed

13年前 に H K によって更新されました。

Error when importing lar-file : No theme loaders are deployed

Junior Member 投稿: 32 参加年月日: 09/09/15 最新の投稿
Hi!

I am trying to import a lar-file to Liferay.

The file was exported from Liferay 5.2.2 and I am trying to import it to Liferay 6.0.4. I have changed the build number from "5202" to "6004" in manifest.xml file inside the lar-file.

Everything, including the theme, is inside the lar-file (at least so I think).

However when trying to import it to the new Liferay version I get the error message "An unexpected error occurred while importing your file."

Checking the Tomcat console I see a long stacktrace:

ERROR [LayoutImporter:897] No theme loaders are deployed
ERROR [ImportPagesAction:73] com.liferay.portal.kernel.exception.SystemException: java.lang.NullPointerException

[..]

Caused by: java.lang.NullPointerException
at com.liferay.portal.lar.PortletImporter.readCategories(PortletImporter.java:937)
... 193 more


Do anyone know what can be the problem?