Can you confirm whether you see a similar error when you try to deploy using
the command line utility?

http://code.google.com/appengine/docs/java/tools/uploadinganapp.html#Uploading_the_App

- Jason

On Thu, Oct 15, 2009 at 5:01 PM, bizkut <mcgroga...@gmail.com> wrote:

>
> Hey, I just got my Wave account, and am working on making some test
> Robots, so I went ahead and followed all the instructions, and have a
> test Robot made.  I go to deploy through the panel button, enter my
> login information, and about halfway through, I come across this in
> the error logs:
> Unable to update:
> javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected
> error: java.security.InvalidAlgorithmParameterException: the
> trustAnchors parameter must be non-empty
>        at com.sun.net.ssl.internal.ssl.Alerts.getSSLException
> (Unknown
> Source)
>        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(Unknown
> Source)
>        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(Unknown
> Source)
>        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException
> (Unknown
> Source)
>        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake
> (Unknown
> Source)
>        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake
> (Unknown
> Source)
>        at sun.net.www.protocol.https.HttpsClient.afterConnect
> (Unknown
> Source)
>        at
> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect
> (Unknown Source)
>        at
> sun.net.www.protocol.http.HttpURLConnection.getOutputStream
> (Unknown Source)
>        at
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream
> (Unknown Source)
>        at com.google.appengine.tools.admin.ServerConnection.connect
> (ServerConnection.java:333)
>        at
> com.google.appengine.tools.admin.ServerConnection.getAuthToken
> (ServerConnection.java:250)
>        at
> com.google.appengine.tools.admin.ServerConnection.authenticate
> (ServerConnection.java:218)
>        at com.google.appengine.tools.admin.ServerConnection.send
> (ServerConnection.java:145)
>        at com.google.appengine.tools.admin.ServerConnection.post
> (ServerConnection.java:81)
>        at com.google.appengine.tools.admin.AppVersionUpload.send
> (AppVersionUpload.java:427)
>        at
> com.google.appengine.tools.admin.AppVersionUpload.beginTransaction
> (AppVersionUpload.java:241)
>        at com.google.appengine.tools.admin.AppVersionUpload.doUpload
> (AppVersionUpload.java:98)
>        at com.google.appengine.tools.admin.AppAdminImpl.update
> (AppAdminImpl.java:56)
>        at
> com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy
> (AppEngineBridgeImpl.java:271)
>        at
> com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace
> (DeployProjectJob.java:148)
>        at
> org.eclipse.core.internal.resources.InternalWorkspaceJob.run
> (InternalWorkspaceJob.java:38)
>        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: java.lang.RuntimeException: Unexpected error:
> java.security.InvalidAlgorithmParameterException: the trustAnchors
> parameter must be non-empty
>        at sun.security.validator.PKIXValidator.<init>(Unknown
> Source)
>        at sun.security.validator.Validator.getInstance(Unknown
> Source)
>        at
> com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.getValidator
> (Unknown Source)
>        at
> com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted
> (Unknown Source)
>        at
> com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted
> (Unknown Source)
>        at
> com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate
> (Unknown Source)
>        at
> com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage
> (Unknown Source)
>        at com.sun.net.ssl.internal.ssl.Handshaker.processLoop
> (Unknown
> Source)
>        at com.sun.net.ssl.internal.ssl.Handshaker.process_record
> (Unknown
> Source)
>        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord
> (Unknown
> Source)
>        at
> com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake
> (Unknown Source)
>        ... 19 more
> Caused by: java.security.InvalidAlgorithmParameterException: the
> trustAnchors parameter must be non-empty
>        at java.security.cert.PKIXParameters.setTrustAnchors(Unknown
> Source)
>        at java.security.cert.PKIXParameters.<init>(Unknown Source)
>        at java.security.cert.PKIXBuilderParameters.<init>(Unknown
> Source)
>        ... 30 more
> Possibly Relevant Instillation Details:
>  Running Windows Vista
>  Eclipse Version: 1.7.0.v200908280400-47C08w95ENAK6AFDFK7 (Galileo)
>  Eclipse Installed Software says...
>    Eclipse IDE for Java EE Developers  1.2.1.20090918-0703
> epp.package.jee
>    Google App Engine Java SDK 1.2.6    1.2.6.v200910131704
> com.google.appengine.eclipse.sdkbundle.e35.feature.feature.group
>    Google Plugin for Eclipse 3.5       1.1.2.v200910131704
> com.google.gdt.eclipse.suite.e35.feature.feature.group
>    Google Web Toolkit SDK 1.7.1        1.7.1.v200909221731
> com.google.gwt.eclipse.sdkbundle.e35.feature.feature.group
>  Using Java version 1.6.0_16
> Thanks for any help you guys can give me here.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to