通过cli安装Eclipse插件需要10分钟

Installing Eclipse plugins through cli takes 10 minutes

我正在 Ubuntu 16.04 上使用 cli 安装一些 Eclipse (Neon) 插件。例如:

eclipse -application org.eclipse.equinox.p2.director -noSplash -repository http://download.eclipse.org/releases/neon -installIUs org.eclipse.team.svn.revision.graph.feature.group

org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized.  
Will retry after the state location is initialized.
Installing org.eclipse.team.svn.revision.graph.feature.group 4.0.0.I20160226-1700.
Operation completed in 497738 ms.

我想知道为什么这需要这么长时间以及 "state location" 是什么。

花了这么长时间

今天早上 Eclipse 下载服务器非常慢。 New download servers are currently being provisioned to hopefully resolve the regular Tuesday morning slowdown(简而言之,默认情况下每个 Eclipse 安装都会在星期二上午 10 点连接以检查更新)。

状态位置

这是工作空间的另一种说法。显然,您不需要 运行 该应用程序的工作区,但看起来 org.eclipse.m2e.logback.configuration 对其警告过于谨慎。我相信它正在尝试设置一些设置以从您的工作区设置进行日志记录,但是因为没有工作区(状态位置)它失败并且您收到该信息消息。