Hi I followed the below steps which I got from a different site and I could 
not yet resolve the same issue.
Would you plz share me the steps you followed to resolve the issue.

Steps to import Google' SSL certifcate 
============================= 

(1) Visit https://appengine.google.com/ using your browser (I tried 
this using IE6 but I am sure other browsers will have a similar 
functionality). 

(2) Click the "Lock" icon at the status bar. You will see Certificate 
dialog. Click "Details" tab. 

(3) Click "Copy to" button and follow the wizard. Select "DER 
encoded.." on the Export File Format page. Click "Next" 

(4) Browse to some folder, give it a name and click "Save". Example: c: 
\dev\keystore\google.cer 

(5) Run the below command from your JRE/BIN folder. Make sure you 
adjust the locations of -keystore and -file in the below command. 

keytool -import -keystore C:\programs\Java\jre6\lib\security\cacerts - 
file c:\dev\keystore\google.cer 

(7) Try Deploy again. If your Deploy tool is using the same JRE where 
you imported the google SSL certificate in above steps, you should be 
fine now. 
----------------------



On Tuesday, July 27, 2010 at 1:00:41 PM UTC+5:30, Phil wrote:
>
> I've found my problem. I needed to add the certificate of Google into 
> my cacerts of java. 
>
> Thanks 
>
> On 26 juil, 12:02, Phil <ph.de...@gmail.com> wrote: 
> > Hello, 
> > 
> > I've created the example code 'guestbook'. However, when I upload the 
> > program, I receive this error : 
> > 
> > com.google.appengine.tools.admin.AdminException: Unable to update app: 
> > sun.security.validator.ValidatorException: PKIX path building failed: 
> > sun.security.provider.certpath.SunCertPathBuilderException: unable to 
> > find valid certification path to requested target 
> >         at 
> > com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java: 
> > 62) 
> > 
> > I use the OS linux (Ubuntu). 
> > 
> > What could be the problem? 
> > 
> > Many thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3441999b-6713-41b8-a5bb-9f08ac03f173%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to