本文介绍了Aptana studio 3无法联系download.ecplise.org的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想安装一个新的插件,但我不能因为aptana无法到达存储库download.ecplise.org(超时)
也许这是一个镜像有一种方法来重置存储库缓存?
有另一种方法来获取缺少的插件?
解决方案
这通常是一个转型的问题,您应该能够在简单重新启动Aptana之后安装您的插件。
例如:
呃ror发生在收集要安装的项目
会话上下文是:
(profile = AptanaProfile,
phase = org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect,
operand =,action =)。
无法读取http://download.eclipse.org/rt/swordfish/updates/plugins/org.mortbay.management_6.1.15.v200910261235.jar上的存储库。阅读超时
解决方案是:
I want to install a new plugin but i can't because aptana cannot reach the repository at download.ecplise.org (timeout)
Maybe it's a mirror that is down, there is a way to reset repository cache ?
There is an other way to get the missing plugin ?
解决方案
This usually is a transiant issue, and you should be able to install your plugin after simply restarting Aptana.
See for instance this thread, with a similar plugin installation issue:
That kind of error message was also found here:
An error occurred while collecting items to be installed
session context was:
(profile=AptanaProfile,
phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect,
operand=, action=).
Unable to read repository at http://download.eclipse.org/rt/swordfish/updates/plugins/org.mortbay.management_6.1.15.v200910261235.jar. Read timed out
And the "solution" was:
这篇关于Aptana studio 3无法联系download.ecplise.org的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!