Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Problem with aggregator model of Eclipse update site
Problem with aggregator model of Eclipse update site [message #514853] Tue, 16 February 2010 21:06 Go to next message
John is currently offline JohnFriend
Messages: 107
Registered: July 2009
Senior Member
[The problem has been solved]

[Updated on: Tue, 16 February 2010 21:54]

Report message to a moderator

Re: Problem with aggregator model of Eclipse update site [message #514876 is a reply to message #514853] Tue, 16 February 2010 23:36 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi John,
You get a SocketException witch normally indicates that there was a network problem. I know we had some issues at
build.eclipse.org (our Hudson server was down for a while), perhaps this was related.

Please try again and see if its OK now.

- thomas

On 02/16/2010 10:06 PM, John wrote:
> Hi!
>
>
> In my Aggregator model I have previously used the Galileo update site
> http://download.eclipse.org/releases/galileo as a validation site. Today
> for some reason I start getting errors accessing the site. My first
> thought was that it's the usual problem with sitting behind a proxy. So
> I headed home and tried it from my own internet connection, which
> usually doesn't disappoint me.
>
> I created a brand new model with the Galileo site as a Contribution ->
> Mapped Repository.
>
> <?xml version="1.0" encoding="UTF-8"?>
> <aggregator:Aggregator xmi:version="2.0"
> xmlns:xmi="http://www.omg.org/XMI"
> xmlns:aggregator="http://www.eclipse.org/buckminster/2009/aggregator"
> description="sadaedw" label="ABC">
> <contributions description="asddsdadsa" label="XYZ">
> <repositories location="http://download.eclipse.org/releases/galileo"
> description="asadwdsa" categoryPrefix="Q"/>
> </contributions>
> </aggregator:Aggregator>
>
> When the tool tries to load the repository I get the error below.
>
> I know that the Galileo update site can be accessed from my computer,
> since I've tried using it to resolve org.eclipse plugins from a headless
> build , with the following in my rmap:
>
> <searchPath name="ECLIPSE">
> <provider
> readerType="eclipse.import"
> componentTypes="osgi.bundle,eclipse.feature"
> mutable="false"
> source="false">
> <uri
> format=" http://download.eclipse.org/releases/galileo?importType=bina ry">
> </uri>
> </provider> </searchPath>
> <locator searchPathRef="ECLIPSE" />
>
> The headless build works, so why does the repository load fail in the IDE?
>
> Thanks in advance.
>
> /John
> Loading repository http://download.eclipse.org/releases/galileo
> Unable to load repository http://download.eclipse.org/releases/galileo
> org.eclipse.equinox.internal.provisional.p2.core.ProvisionEx ception:
> Unable to read repository at
> http://download.eclipse.org/releases/galileo/content.xml
> at org.eclipse.equinox.internal.p2.metadata.repository.CacheMan
> ager.createCache(CacheManager.java:179)
> at org.eclipse.equinox.internal.provisional.spi.p2.metadata.rep
> ository.SimpleMetadataRepositoryFactory.getLocalFile(SimpleM
> etadataRepositoryFactory.java:60)
> at org.eclipse.equinox.internal.provisional.spi.p2.metadata.rep
> ository.SimpleMetadataRepositoryFactory.validateAndLoad(Simp
> leMetadataRepositoryFactory.java:99)
> at org.eclipse.equinox.internal.provisional.spi.p2.metadata.rep
> ository.SimpleMetadataRepositoryFactory.load(SimpleMetadataR
> epositoryFactory.java:87)
> at org.eclipse.equinox.internal.p2.metadata.repository.Metadata
> RepositoryManager.factoryLoad(MetadataRepositoryManager.java :54)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractR
> epositoryManager.loadRepository(AbstractRepositoryManager.ja va:669)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractR
> epositoryManager.loadRepository(AbstractRepositoryManager.ja va:617)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractR
> epositoryManager.basicRefreshRepository(AbstractRepositoryMa
> nager.java:186)
> at org.eclipse.equinox.internal.p2.metadata.repository.Metadata
> RepositoryManager.refreshRepository(MetadataRepositoryManage r.java:139)
> at org.eclipse.buckminster.aggregator.p2.util.P2RepositoryLoade
> r.load(P2RepositoryLoader.java:114)
> at org.eclipse.buckminster.aggregator.p2.util.P2RepositoryLoade
> r.reload(P2RepositoryLoader.java:90)
> at org.eclipse.buckminster.aggregator.p2.util.MetadataRepositor
> yResourceImpl$RepositoryLoaderJob.run(MetadataRepositoryReso
> urceImpl.java:235)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: java.net.SocketException: Connection reset
> at java.net.SocketInputStream.read(Unknown Source)
> at java.io.BufferedInputStream.fill(Unknown Source)
> at java.io.BufferedInputStream.read(Unknown Source)
> at org.apache.commons.httpclient.HttpParser.readRawLine(HttpPar
> ser.java:78)
> at org.apache.commons.httpclient.HttpParser.readLine(HttpParser .java:106)
> at org.apache.commons.httpclient.HttpConnection.readLine(HttpCo
> nnection.java:1116)
> at org.apache.commons.httpclient.MultiThreadedHttpConnectionMan
> ager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnect
> ionManager.java:1413)
> at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(
> HttpMethodBase.java:1973)
> at org.apache.commons.httpclient.HttpMethodBase.readResponse(Ht
> tpMethodBase.java:1735)
> at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMet
> hodBase.java:1098)
> at org.apache.commons.httpclient.HttpMethodDirector.executeWith
> Retry(HttpMethodDirector.java:398)
> at org.apache.commons.httpclient.HttpMethodDirector.executeMeth
> od(HttpMethodDirector.java:171)
> at org.apache.commons.httpclient.HttpClient.executeMethod(HttpC
> lient.java:397)
> at org.apache.commons.httpclient.HttpClient.executeMethod(HttpC
> lient.java:346)
> at org.eclipse.ecf.provider.filetransfer.httpclient.HttpClientF
> ileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java :188)
> at org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSys
> temBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:7 1)
> ... 1 more
>
Previous Topic:Bucky 3.6 Subversive feature broken?
Next Topic:What does promote do?
Goto Forum:
  


Current Time: Fri Apr 26 14:12:58 GMT 2024

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

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

Back to the top