I have an app - available at app.myshopus.com. The app name is myshopus, deployment worked fine on Friday. Today when I try to "appcfg.sh update war" it asks for email and password (as it should). I type them in (checking for caps lock, etc - they are correct) and it asks for them again. I do this three times and then it gives me a
"com.google.appengine.tools.admin.ServerConnection $ClientLoginException: Unknown Unable to update app: Unknown Please see the logs [/var/folders/Yh/Yhnhi3+QFV4IJTTQK9q4bE+++TI/-Tmp-/ appcfg5952276576316662153.log] for further information." The log gives me the following stack trace. Looks like I'm getting a 403 "forbidden" response for URL: https://www.google.com/accounts/ClientLogin The same credentials worked on Friday . . . I know that I got some strange issues where I set up Google apps for domains for this domain and it was telling me that [email protected] was already in use so I couldn't use it as part of the domain, but with some futzing around last week I was able to convince Google that [email protected] was indeed part of the apps for domains for myshopus.com and it allowed me to use those credentials to log in and assign the app to that domain. Any thoughts on how to fix this or what's going on? Stack trace below. Any input appreciated! Best Wishes, Peter Unable to update: com.google.appengine.tools.admin.ServerConnection $ClientLoginException: Unknown at com.google.appengine.tools.admin.ServerConnection.getAuthToken(ServerConnection.java: 296) at com.google.appengine.tools.admin.ServerConnection.authenticate(ServerConnection.java: 222) at com.google.appengine.tools.admin.ServerConnection.send(ServerConnection.java: 151) at com.google.appengine.tools.admin.ServerConnection.post(ServerConnection.java: 82) at com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java: 582) at com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java: 400) at com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java: 112) at com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java: 56) at com.google.appengine.tools.admin.AppCfg $UpdateAction.execute(AppCfg.java:547) at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:138) at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:61) at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:57) Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://www.google.com/accounts/ClientLogin at sun.reflect.GeneratedConstructorAccessor14.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java: 27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at sun.net.www.protocol.http.HttpURLConnection $6.run(HttpURLConnection.java:1368) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java: 1362) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java: 1016) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java: 234) at com.google.appengine.tools.admin.ServerConnection.connect(ServerConnection.java: 346) at com.google.appengine.tools.admin.ServerConnection.getAuthToken(ServerConnection.java: 254) ... 11 more Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://www.google.com/accounts/ClientLogin at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java: 1313) at sun.net.www.protocol.http.HttpURLConnection.getHeaderFieldKey(HttpURLConnection.java: 2226) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderFieldKey(HttpsURLConnectionImpl.java: 287) at com.google.appengine.tools.util.ClientCookieManager.readCookies(ClientCookieManager.java: 123) at com.google.appengine.tools.admin.ServerConnection.connect(ServerConnection.java: 344) ... 12 more -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
