Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Continual problem updating or installing new features(Updating or installing new tools/features often blocked with error "No repository found...")
Continual problem updating or installing new features [message #1804295] Fri, 22 March 2019 01:45 Go to next message
Michael Murdock is currently offline Michael MurdockFriend
Messages: 26
Registered: May 2014
Location: Pittsburgh, PA
Junior Member
Running Eclipse version 2019-12R CDT variant on iMac with macOS Sierra 10.12.6 has a problem installing or updating tools, features or plugging with a resultant error of "No Repository found..."

For example on installing latest update request of Git 5.4 and Java Git support 5.4, I get the following error report.

An error occurred while collecting items to be installed
session context was:(profile=_Users_maddog_Eclipse_Eclipse 2018-12R_cpp-2018-12_Eclipse.app_Contents_Eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.bouncycastle.bcpkix,1.60.0.v20181210-2057
No repository found containing: osgi.bundle,org.bouncycastle.bcprov,1.60.0.v20181210-2057
No repository found containing: osgi.bundle,org.eclipse.egit,5.4.0.201903212153
No repository found containing: osgi.bundle,org.eclipse.egit.core,5.4.0.201903212153
No repository found containing: osgi.bundle,org.eclipse.egit.doc,5.4.0.201903212153
No repository found containing: osgi.bundle,org.eclipse.egit.gitflow,5.4.0.201903212153
No repository found containing: osgi.bundle,org.eclipse.egit.gitflow.ui,5.4.0.201903212153
No repository found containing: osgi.bundle,org.eclipse.egit.mylyn.ui,5.4.0.201903212153
No repository found containing: osgi.bundle,org.eclipse.egit.ui,5.4.0.201903212153
No repository found containing: osgi.bundle,org.eclipse.jgit,5.4.0.201903210039
No repository found containing: osgi.bundle,org.eclipse.jgit.archive,5.4.0.201903210039
No repository found containing: osgi.bundle,org.eclipse.jgit.http.apache,5.4.0.201903210039
No repository found containing: osgi.bundle,org.eclipse.jgit.lfs,5.4.0.201903210039
No repository found containing: osgi.bundle,org.eclipse.jgit.lfs.server,5.4.0.201903210039
No repository found containing: osgi.bundle,org.eclipse.jgit.ssh.apache,5.4.0.201903210039
No repository found containing: osgi.bundle,org.apache.httpcomponents.httpclient,4.5.6.v20190213-1430
No repository found containing: osgi.bundle,org.apache.httpcomponents.httpcore,4.4.10.v20190123-2214
No repository found containing: osgi.bundle,org.bouncycastle.bcpg,1.60.0.v20181210-2057
No repository found containing: org.eclipse.update.feature,org.eclipse.egit,5.4.0.201903212153
No repository found containing: org.eclipse.update.feature,org.eclipse.egit.gitflow.feature,5.4.0.201903212153
No repository found containing: org.eclipse.update.feature,org.eclipse.egit.mylyn,5.4.0.201903212153
No repository found containing: org.eclipse.update.feature,org.eclipse.jgit,5.4.0.201903210113
No repository found containing: org.eclipse.update.feature,org.eclipse.jgit.http.apache,5.4.0.201903210113
No repository found containing: org.eclipse.update.feature,org.eclipse.jgit.lfs,5.4.0.201903210113
No repository found containing: org.eclipse.update.feature,org.eclipse.jgit.ssh.apache,5.4.0.201903210113

On previous attempts, I have had succes by down loading the project from Eclipse Project website for a project like WindowBuilder Pro 1.9.2. Doing this did allow the update. When I tracked the flow of the install by pulling from the download site, I found it timed out and couldn't complete the install. My internet connect is 25 Mbps download. I am wondering if this could be because of blockage from my antiviral security software.

What I was wondering are the logs I can go read on install history. Maybe I can trace through there. Alternately, is there some quasi-rule that Eclipse can only grow so big and no bigger (number of installed projects??).

I do remember of earlier versions of Eclipse (Photon and before) had a problem with directory depth of pluggins (more a problem of Windows). Didn't know if I'm
still suffering from that.

Also, I checked my Eclipse.ini file saw that max Heap is 1024k. Didn't know if I should double that... Any suggestions.

More if this isn't the proper location for this topic. What Forum would such question be better located in. Let me know for the future.


A solution can not be found to a problem
with the same mind that created it.
- Albert Einstein
Re: Continual problem updating or installing new features [message #1804305 is a reply to message #1804295] Fri, 22 March 2019 06:22 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
What's found when updating will depend on which update sites are available and enabled in Preferences -> Install/Update -> Available Software Sites and when using Help -> Install New Software... there is the "Contact all update sites..." option that will use the enabled available software sites.

The specific things that aren't being found should be found in http://download.eclipse.org/releases/2019-03

Note that there were major network issues with the download.eclipse.org server on Wednesday and Thursday, after the 2019-03 release on Wednesday, that might have caused your install/update failures.

There is no rule that would prevent a huge installation, and on the Mac, there are no restrictive file length issues that would tend to cause you any problems.

I would definitely make my heap bigger that 1G if I were you. A 64 bit JVM supports much larger heap sizes than that and performance will degrade badly if you get close to the maximum heap size at runtime. In Preferences -> General you can enable Show heap status to see how much heap your IDE is currently using.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Continual problem updating or installing new features [message #1804580 is a reply to message #1804295] Thu, 28 March 2019 23:30 Go to previous messageGo to next message
Junchao Huang is currently offline Junchao HuangFriend
Messages: 1
Registered: March 2019
Junior Member
I have the same issue but have not found any way to solve it.
Re: Continual problem updating or installing new features [message #1804591 is a reply to message #1804580] Fri, 29 March 2019 05:39 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
Without additional details I cannot give a different answer. In the worst case, create a new 2019-03 installation instead of updating an existing one....

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Continual problem updating or installing new features [message #1804608 is a reply to message #1804295] Fri, 29 March 2019 13:09 Go to previous message
Alessandro Aiezza is currently offline Alessandro AiezzaFriend
Messages: 38
Registered: February 2017
Location: Nashville, TN
Member
This morning I updated to 2019-03 from 2018-12 and it broke my workspace so badly!
Here's my log dump.

The update process is seriously so debilitating for Eclipse. Speaking as a user for the last 7 years now, I can only say how disappointed I am... I have work to do, please fix this.
  • Attachment: 201903.log
    (Size: 18.90KB, Downloaded 174 times)

[Updated on: Fri, 29 March 2019 13:10]

Report message to a moderator

Previous Topic:Assembly project
Next Topic:Debugging in Eclipse Umple Plugin
Goto Forum:
  


Current Time: Sat Apr 20 03:43:00 GMT 2024

Powered by FUDForum. Page generated in 0.07890 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top