Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 330719

Summary: Can't update using p2 update site
Product: z_Archived Reporter: Aleksandr Kravets <aleksandr.kravets>
Component: BuckminsterAssignee: buckminster.core-inbox <buckminster.core-inbox>
Status: CLOSED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

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.