当我尝试在Eclipse Oxygen上安装一些依赖项时,突然遇到了这个错误。完整的错误消息是:
Cannot open Eclipse Marketplace
Cannot install remote marketplace locations: Cannot complete request to http://marketplace.eclipse.org/catalogs/api/p: Invalid response content: The element type "link" must be terminated by the matching end-tag "</link>".
Cannot complete request to http://marketplace.eclipse.org/catalogs/api/p: Invalid response content: The element type "link" must be terminated by the matching end-tag "</link>".
Invalid response content: The element type "link" must be terminated by the matching end-tag "</link>".
The element type "link" must be terminated by the matching end-tag "</link>".
Received response begins with:
1: <!DOCTYPE html>
2:
3: <html lang="en">
Cannot complete request to http://marketplace.eclipse.org/catalogs/api/p: Invalid response content: The element type "link" must be terminated by the matching end-tag "</link>".
Invalid response content: The element type "link" must be terminated by the matching end-tag "</link>".
The element type "link" must be terminated by the matching end-tag "</link>".
Received response begins with:
1: <!DOCTYPE html>
2:
3: <html lang="en">
以前挺好的。我在安装IBMWebApplicationServerV8.5x开发人员工具for Oxygen后开始看到这个错误。我对Eclipse非常陌生,所以我不确定如何调试它。
是的,我有互联网,但我没有安装杀毒软件(它在CentOS虚拟机中运行)。我还尝试将网络连接设置重置为默认设置,但不起作用。
发布于 2019-03-15 18:55:51
将marketplace.eclipse.org/catalogs/api*
添加到代理旁路设置解决了此问题
https://stackoverflow.com/questions/55179874
复制相似问题