我在安装RSA V8.5时遇到以下异常,但我会再次安装它,但很想知道它背后的原因是什么,我们如何解决它。
Error during "complete" phase:
CRIMA1084E: The singleton bundle "org.eclipse.epf.richtext_1.6.0.v20101028_0720"
cannot be installed in this Eclipse configuration because there is a
non-singleton bundle "org.eclipse.epf.richtext_1.5.0.v20080714-1745"
that is already installed.
感谢您分享您的知识。
答案 0 :(得分:1)
您提到您选择通过扩展现有Eclipse安装来安装RSA。此消息告诉您RSA未安装特定组件,因为相同类型的组件(org.eclipse.epf.richtext
)已作为非单例存在。
这可能会导致问题。虽然IBM确实为您提供了扩展现有Eclipse配置的机会,但它没有具体说明您允许扩展哪些Eclipse版本。您现有的Eclipse安装似乎是早于RSA本身提供的版本。
您应该执行以下操作之一: