Eclipse - Unable to set subquery / subversion

I canโ€™t install new plugins for the eclipse (I tried the subtitle and subversive program). Installation fails with about 47/48%. This happens with both Helios and Indigo. I tried installing using Help> Install New Software and Help> Eclipse Marketplace.

The errors in both versions are approximately the same:

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://market.eclipsesource.com/dist/.sitestore/4f/4f5ba7f7716b8c0f63ef 9b74b0173826/../../../../artifacts/plugins/org.tigris.subversion.subclipse.cor e_1.6.17.jar. Read timed out Unable to read repository at http://market.eclipsesource.com /dist/.sitestore/4f/4f 5ba7f7716b8c0f63ef9b74b0173826/../../../../artifacts/ plugins/org.tigris.subversion.subclipse.doc_1.3.0.jar. Read timed out 

I donโ€™t think itโ€™s an internet connection, since I have no problems browsing the web and many tracert tests work fine. I tried to remove sites from available software sites and tried to configure Active Provider on the network, connecting both direct and native.

Please, help. Thanks

+4
source share
3 answers

I also ran into the same problems and solved the following steps:

  • Check all .jar files that cause "Unable to read repository in ..." and "Read timeout" errors
  • Download the .jar files manually.
  • Manually enter .jar to eclipse the \ plugins folder
  • Start the installation again
  • Error will not work
  • Done.
+6
source

I had the same issue with Windows 7 / 64bit / Eclipse Java EE Juno SR1.

I had a problem installing Subversive through the Eclipse Marketplace, rather than using โ€œInstall New Softwareโ€ using the Eclipse Juno update site.

I had exactly the same problem with EGit, and above it also solved.

0
source

It worked for me, downloading and installing subloans locally, from here: http://subclipse.tigris.org/files/documents/906/49270/site-1.8.20.zip

0
source

Source: https://habr.com/ru/post/1387051/


All Articles