You need to create Google App Engine account first. And by that, I mean, you need to provide your mobile number and verify the code.
Try this link to get started https://appengine.google.com/ On Fri, Jun 4, 2010 at 8:51 AM, sruthi <[email protected]> wrote: > Hi all.. I am new to this.. I just tried to deploy my first > application but it dint work fine :( > when i try to deploy via eclipse i get this error > > > Compiling jsp files. > Scanning files on local disk. > Initiating update. > java.net.SocketException: java.security.NoSuchAlgorithmException: > Default SSLContext not available > > > and the stack trace is : > > > Unable to update: > java.net.SocketException: java.security.NoSuchAlgorithmException: > Default SSLContext not available > at javax.net.ssl.DefaultSSLSocketFactory.throwException(Unknown > Source) > at javax.net.ssl.DefaultSSLSocketFactory.createSocket(Unknown > Source) > at sun.net.www.protocol.https.HttpsClient.createSocket(Unknown > Source) > at sun.net.NetworkClient.doConnect(Unknown Source) > at sun.net.www.http.HttpClient.openServer(Unknown Source) > at sun.net.www.http.HttpClient.openServer(Unknown Source) > at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source) > at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) > at > > sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown > Source) > at sun.net.www.protocol.http.HttpURLConnection.plainConnect(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: > 340) > at > > com.google.appengine.tools.admin.ServerConnection.send(ServerConnection.java: > 133) > at > > com.google.appengine.tools.admin.ServerConnection.post(ServerConnection.java: > 82) > at > > com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java: > 559) > at > > com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java: > 376) > at > > com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java: > 111) > 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: > 145) > 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.security.NoSuchAlgorithmException: Default SSLContext > not available > at sun.security.jca.GetInstance.getInstance(Unknown Source) > at javax.net.ssl.SSLContext.getInstance(Unknown Source) > at javax.net.ssl.SSLContext.getDefault(Unknown Source) > at javax.net.ssl.SSLSocketFactory.getDefault(Unknown Source) > at > javax.net.ssl.HttpsURLConnection.getDefaultSSLSocketFactory(Unknown > Source) > at javax.net.ssl.HttpsURLConnection.<init>(Unknown Source) > at sun.net.www.protocol.https.HttpsURLConnectionImpl.<init>(Unknown > Source) > at sun.net.www.protocol.https.Handler.openConnection(Unknown Source) > at sun.net.www.protocol.https.Handler.openConnection(Unknown Source) > at java.net.URL.openConnection(Unknown Source) > at > > com.google.appengine.tools.admin.ServerConnection.send(ServerConnection.java: > 125) > ... 9 more > > > please do help me resolve this.. thank you in advance.. > > -- > 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 > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
