Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 330719 - Can't update using p2 update site
Summary: Can't update using p2 update site
Status: CLOSED INVALID
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Buckminster (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: buckminster.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-19 16:54 EST by Aleksandr Kravets CLA
Modified: 2019-02-25 14:40 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleksandr Kravets CLA 2010-11-19 16:54:46 EST
Build Identifier: Build id: 20100617-1415

I've been trying to use p2 update site for my eclipse based product and haven't been successful. I have a test application here https://code.google.com/p/akravets-sandbox/source/browse/#svn/trunk. Basically it's a mail app example but made to run in SDK. To make update site work I first create a product with com.example.mail.feature/feature.xml that does not have com.example.plugin. And then create a p2 site with the plugin in it. After launching the app and using update site I get this message http://pastebin.com/f6XsMHc9. This is happening in Eclipse 3.6 using 3.6 TP. If I do something similar in my other application using 3.4 TP, I get this message http://pastebin.com/ait69B55 which I guess is somewhat similar to the first one.
Is this problem due to the fact that I am initially installing a product and then use feature based update site? I don't really understand what is the real cause of the errors.

thanks,
Alex


 

Reproducible: Always
Comment 1 Aleksandr Kravets CLA 2010-12-08 15:56:32 EST
This was related to incomplete setup on my part.