2011-02-24 40 views
4

在我的Windows XP機器上使用Eclipse Helios的RCP版本時,我試圖從標準更新站點安裝一些相當基本的插件,如PyDev和EPIC。不幸的是,我不斷收到以下錯誤信息:安裝插件時出錯:「無法獲取框架操縱器服務」

An error occurred while installing the items 
session context was:(profile=epp.package.rcp, 
phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> 
{plugin name}, 
action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction). 
Could not acquire the framework manipulator service. 
Could not acquire the framework manipulator service.

它看起來不像是有極少數的事情在網上出現此錯誤非常多。關於我的Eclipse安裝的一切都非常標準。是否有解決此問題的一些解決方法?

回答

0

看起來像這是一個提取問題。我的一個插件第一次沒有正確解壓,導致這種行爲。我在一個新的位置再次解壓縮它,現在它工作正常。

相關問題