Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse Modeling Tools - no access to update site mars
Eclipse Modeling Tools - no access to update site mars [message #1700655] Mon, 06 July 2015 09:16 Go to next message
Charlotte Rambaud is currently offline Charlotte RambaudFriend
Messages: 4
Registered: May 2015
Junior Member
Hello,

I installed "Eclipse Modeling Tools" 64 bit.
I don't have access to update site mars.

I have this error :
Unable to connect to repository http://download.eclipse.org/releases/mars/compositeContent.xml
Unable to connect to repository http://download.eclipse.org/releases/mars/compositeContent.xml
Connection timed out: connect


Any ideas what the problem is?
Re: Eclipse Modeling Tools - no access to update site mars [message #1700679 is a reply to message #1700655] Mon, 06 July 2015 12:33 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 06.07.2015 um 11:16 schrieb Charlotte Rambaud:
> Hello,
> I installed "Eclipse Modeling Tools" 64 bit.
> I don't have access to update site mars.
>
> I have this error : Unable to connect to repository http://download.eclipse.org/releases/mars/compositeContent.xml
> Unable to connect to repository http://download.eclipse.org/releases/mars/compositeContent.xml
> Connection timed out: connect
>
>
> Any ideas what the problem is?
Is it a recurring problem or a temporary network problem on your end?

Do you have the same problem for other update sites?

Are there any other entries in the Error Log view that might help to understand your problem?

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Re: Eclipse Modeling Tools - no access to update site mars [message #1700889 is a reply to message #1700679] Tue, 07 July 2015 21:40 Go to previous messageGo to next message
Tristan Faure is currently offline Tristan FaureFriend
Messages: 460
Registered: July 2009
Senior Member
Hello Eike
it is a recurring problem occuring with professional network behind proxy and personal network. Nobody encounter this issue ?




Re: Eclipse Modeling Tools - no access to update site mars [message #1700910 is a reply to message #1700889] Wed, 08 July 2015 07:03 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 07.07.2015 um 23:40 schrieb Tristan Faure:
> Hello Eike it is a recurring problem occuring with professional network behind proxy and personal network. Nobody
> encounter this issue ?
Are there any other entries in the Error Log view that might help to understand your problem?

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Re: Eclipse Modeling Tools - no access to update site mars [message #1700928 is a reply to message #1700910] Wed, 08 July 2015 08:55 Go to previous messageGo to next message
David Rabely is currently offline David RabelyFriend
Messages: 2
Registered: July 2015
Junior Member
index.php/fa/22426/0/

Hello Eike,
I also installed "Eclipse Modeling Tools" 64 bit. and I don't have access to update site mars.
From my Error log:

org.eclipse.equinox.p2.core.ProvisionException: Unable to read repository at http://download.eclipse.org/releases/mars.
at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.addChild(CompositeMetadataRepository.java:185)
at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.<init>(CompositeMetadataRepository.java:106)
at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepositoryFactory.load(CompositeMetadataRepositoryFactory.java:122)
....
at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:232)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.eclipse.equinox.p2.core.ProvisionException: No repository found at http://download.eclipse.org/technology/epp/packages/mars/.
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail(AbstractRepositoryManager.java:395)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
...

Notify me if you want all the stack trace.

Re: Eclipse Modeling Tools - no access to update site mars [message #1700948 is a reply to message #1700928] Wed, 08 July 2015 11:24 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 08.07.2015 um 13:05 schrieb David Rabely:
> Hello Eike,
> I also installed "Eclipse Modeling Tools" 64 bit. and I don't have access to update site mars.
> From my Error log:
>
> org.eclipse.equinox.p2.core.ProvisionException: Unable to read repository at http://download.eclipse.org/releases/mars.
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.addChild(CompositeMetadataRepository.java:185)
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.<init>(CompositeMetadataRepository.java:106)
> at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepositoryFactory.load(CompositeMetadataRepositoryFactory.java:122)
> ....
> at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:232)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: org.eclipse.equinox.p2.core.ProvisionException: No repository found at http://download.eclipse.org/technology/epp/packages/mars/.
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail(AbstractRepositoryManager.java:395)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> ...
>
> Notify me if you want all the stack trace.
I'm not sure if it's related but for some users who used Mars milestone builds it helped to delete the
${user.home}/.eclipse/org.eclipse.oomph.p2/cache folder. Maybe you try that?

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Re: Eclipse Modeling Tools - no access to update site mars [message #1700965 is a reply to message #1700948] Wed, 08 July 2015 12:44 Go to previous message
David Rabely is currently offline David RabelyFriend
Messages: 2
Registered: July 2015
Junior Member
It's ok with your solution.
I deleted the C:\Users\{Me}\.eclipse\org.eclipse.oomph.p2 folder
The update site is now reachable

Cheers Eike

David
Previous Topic:Added Mars update site but 'No updates were found'
Next Topic:Problem with Mars on Kali
Goto Forum:
  


Current Time: Thu Mar 28 12:50:57 GMT 2024

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

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

Back to the top