启动Liferay 7.1时的类强制转换异常

问题描述 投票:1回答:1

当Liferay 7.1启动时,我得到一个ClassCastException:

 INFO  [main][ModuleFrameworkImpl:1636] Starting dynamic bundles
 ERROR [Start Level: Equinox Container: 08ae8322-2575-4260-9c68-db4761a17500][org_apache_felix_scr:97] bundle org.apache.felix.scr:2.1.14 (34)Error while loading components of bundle com.liferay.portal.remote.soap.extender.impl:2.0.5 (555) 
java.lang.ClassCastException: org.eclipse.osgi.internal.loader.FragmentLoader cannot be cast to org.eclipse.osgi.internal.loader.BundleLoader

任何帮助,将不胜感激

谢谢

liferay osgi equinox liferay-7 liferay-7.1
1个回答
0
投票

似乎这是已经修复的equinox框架中的错误。见https://bugs.eclipse.org/bugs/show_bug.cgi?id=423728。您可以尝试将eclipse更新到3.10.0版。

© www.soinside.com 2019 - 2024. All rights reserved.