zoukankan      html  css  js  c++  java
  • eclipse 安装 spring boot suite 插件遇到的问题

    问题:安装失败,报如下错误:

    An error occurred while collecting items to be installed
    session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
    Unable to read repository at http://dist.springsource.com/release/TOOLS/update/3.8.4.RELEASE/e4.5/plugins/org.eclipse.m2e.core_1.7.0.20160603-1933.jar.
    Read timed out
    Unable to read repository at http://dist.springsource.com/release/TOOLS/update/3.8.4.RELEASE/e4.5/plugins/org.springframework.ide.eclipse.metadata_3.8.4.201703310634-RELEASE.jar.
    Read timed out
    Unable to read repository at http://dist.springsource.com/release/TOOLS/update/3.8.4.RELEASE/e4.5/plugins/org.springframework.ide.eclipse.quickfix_3.8.4.201703310634-RELEASE.jar.
    Read timed out

    解决办法:

    在eclipse 安装目录,即eclipse .exe所在目录敲如下命令:

    eclipse -application org.eclipse.equinox.p2.garbagecollector.application -profile epp.package.jee

    问题分析:

    出现错误的原因是Eclipse的更新管理P2出错了。
    p2有它的一个垃圾回收机制,之前删除的JAR包在未被回收之前,再次重装,系统不会做重新download的动作,但是它又找不到那个JAR包了,故而报错。

  • 相关阅读:
    tensorflow_知识点
    Win10 1803 谷歌内核浏览器出现假死现象的解决方法汇总
    今日笑话
    留存率例子(待优化)
    安装ODOO13
    freepascal获取进程列表
    vba给图片添加logo
    wps中开始支持javascript了
    获取本地ip
    判断素数
  • 原文地址:https://www.cnblogs.com/huangjianping/p/7926165.html
Copyright © 2011-2022 走看看