Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] P2 Auto Update Implementation

Hi

I have developed a standalone RCP application and now I am trying to integrate the P2 auto update to my application. For that I referred to the standard wiki example and accordingly changed my Activator and AppplicationWorkbenchAdvisor files and added the P2Utility file also.

Also I added the p2.inf file in META-INF folder. But when I run the application, I am getting the following error:

! ENTRY org.eclipse.equinox.p2.operations 4 10050 2010-04-20 13:58:08.984
! MESSAGE Cannot complete the request.  See the error log for details.

But there is nothing in the error log. Also when I debug the application I found out that the status returned by " operation.resolveModal(sub.newChild(100);" is 10050 and this the problem.

Could anyone please help me out. Its really urgent as I have very less days to submit my work. 

Thanks
Saurabh


Back to the top