Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Failed to load p2 metadata repository from location

I just did a quick google search for "tycho Could not determine
installation size of file" and came up with
https://bugs.eclipse.org/bugs/show_bug.cgi?id=484000. It looks like
the same thing you faced. If you have a reproducible test case I am
sure the team would be grateful.

Also, I forgot to mention, the cache in ~/.m2 may be worth dumping
too, especially if a corrupted file ended up in there:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=373173

Jonah
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 6 December 2016 at 22:43, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
> Hi Saleem,
>
> I am not sure what happened. Do try to do a *full* clean of your
> directory, i.e. use something like git clean -dfx to remove
> everything, including ignored files.
>
> Also, it appears you are doing your build as "root", although not
> likely to be related, I would generally class that as not a good idea.
>
> Jonah
>
>
> ~~~
> Jonah Graham
> Kichwa Coders Ltd.
> www.kichwacoders.com
>
>
> On 6 December 2016 at 17:36, Saeed, Saleem <saleem.saeed@xxxxxxx> wrote:
>> Thanks, you were right - it was a proxy issue on my side. I am now running into a new problem however. After running mvn clean verify, it spends about an hour building things but gets stuck here:
>>
>> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.26.0:package-feature (default-package-feature) on project org.eclipse.jdt: Execution default-package-feature of goal org.eclipse.tycho:tycho-packaging-plugin:0.26.0:package-feature failed: Could not determine installation size of file /root/eclipse/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.13.0-SNAPSHOT.jar: zip file is empty -> [Help 1]
>>
>> Did something not get downloaded correctly? Could this possibly be another proxy issue?
>>
>> Thanks,
>>
>> Saleem
>>
>> -----Original Message-----
>> From: cbi-dev-bounces@xxxxxxxxxxx [mailto:cbi-dev-bounces@xxxxxxxxxxx] On Behalf Of Jonah Graham
>> Sent: Monday, December 05, 2016 2:55 PM
>> To: Common-build Developers discussion <cbi-dev@xxxxxxxxxxx>
>> Subject: Re: [cbi-dev] Failed to load p2 metadata repository from location
>>
>> Hi Saleem
>>
>> The download host is working from here at the moment. Perhaps it was a transient error or perhaps a firewall/proxy issue on your side.
>>
>> Can you open http://download.eclipse.org/tools/orbit/I-builds/I20161118141606/repository
>> in your browser?
>>
>> Jonah
>>
>> ~~~
>> Jonah Graham
>> Kichwa Coders Ltd.
>> www.kichwacoders.com
>>
>>
>> On 5 December 2016 at 20:37, Saeed, Saleem <saleem.saeed@xxxxxxx> wrote:
>>> Hello Everyone,
>>>
>>>
>>>
>>> I am following the instructions to build the Eclipse IDE from source on:
>>> http://www.vogella.com/tutorials/EclipsePlatformDevelopment/article.ht
>>> ml#building-the-eclipse-ide-from-source
>>>
>>>
>>>
>>> My plan is to just build the Eclipse IDE from source with maven. I
>>> cloned the master branch as described in section 9.3 in the link
>>> above, ran “mvn clean verify” but I get the following error:
>>>
>>>
>>>
>>> [ERROR] Failed to resolve target definition
>>> /<my_full_path>/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target:
>>> Failed to load p2 metadata repository from location
>>> http://download.eclipse.org/tools/orbit/I-builds/I20161118141606/repository:
>>> Unknown Host:
>>> http://download.eclipse.org/tools/orbit/I-builds/I20161118141606/repository/content.xml:
>>> Unknown host download.eclipse.org -> [Help 1]
>>>
>>> [ERROR] For more information about the errors and possible solutions,
>>> please read the following articles:
>>>
>>> [ERROR] [Help 1]
>>> http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionExcepti
>>> on
>>>
>>>
>>>
>>>
>>>
>>> I have my proxy configured in the settings.xml for maven, and a huge
>>> list of poms and jars had successfully been downloaded, but  I can’t
>>> seem to get around this error.
>>>
>>>
>>>
>>> Any ideas on how to resolve this?
>>>
>>>
>>>
>>> Thanks,
>>>
>>>
>>>
>>> Saleem
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> cbi-dev mailing list
>>> cbi-dev@xxxxxxxxxxx
>>> To change your delivery options, retrieve your password, or
>>> unsubscribe from this list, visit
>>> https://dev.eclipse.org/mailman/listinfo/cbi-dev
>> _______________________________________________
>> cbi-dev mailing list
>> cbi-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/cbi-dev
>> _______________________________________________
>> cbi-dev mailing list
>> cbi-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/cbi-dev


Back to the top