Well that is strangely reassuring at least.

Thanks for chiming in!


On Tue, Mar 4, 2014 at 11:24 AM, Alan deLespinasse
<adelespina...@gmail.com>wrote:

> Me too, and appengine.google.com isn't even working... it says "Server
> Error". And the email address that it shows in the upper right isn't mine;
> it looks like an internal Google service account. I can only assume that
> something is seriously wrong, and some poor Google engineer who probably
> wasn't even awake yet has now been paged and is currently in panic mode.
>
> The previous version of my app is still running, though.
>
>
> On Tuesday, March 4, 2014 11:16:34 AM UTC-5, Nikolas Gauvreau wrote:
>>
>> I have the same problem now.
>>
>> On Monday, 3 June 2013 02:46:10 UTC-4, stal...@hipergeo.net wrote:
>>>
>>> Was an answer ever forthcoming? I am having the same problem.
>>>
>>> On Monday, February 18, 2013 3:07:38 PM UTC-8, John Conti wrote:
>>>>
>>>> I am unable to upload my app:
>>>>
>>>> bash-3.2$ /usr/local/lib/appengine-java-sdk-1.7.5/bin/appcfg.sh update
>>>> war
>>>> Reading application configuration data...
>>>> Feb 18, 2013 4:00:52 PM 
>>>> com.google.apphosting.utils.config.AppEngineWebXmlReader
>>>> readAppEngineWebXml
>>>> INFO: Successfully processed war/WEB-INF/appengine-web.xml
>>>> Feb 18, 2013 4:00:52 PM 
>>>> com.google.apphosting.utils.config.AbstractConfigXmlReader
>>>> readConfigXml
>>>> INFO: Successfully processed war/WEB-INF/web.xml
>>>> Beginning server interaction for john-conti...
>>>> 0% Created staging directory at: '/var/folders/_f/5xjr_
>>>> n1n00d9n9z9ffwylp5m0000gn/T/appcfg344253979033234870.tmp'
>>>> 5% Using java7 runtime: false
>>>> 8% Scanning for jsp files.
>>>> 20% Scanning files on local disk.
>>>> 25% Initiating update.
>>>>
>>>> com.google.appengine.tools.admin.HttpIoException: Error posting to
>>>> URL: https://appengine.google.com/api/appversion/create?app_id=
>>>> john-conti&version=1&
>>>> 404 Not Found
>>>> This application does not exist (app_id=u'john-conti').
>>>>
>>>> Unable to update app: Error posting to URL:
>>>> https://appengine.google.com/api/appversion/create?app_id=
>>>> john-conti&version=1&
>>>> 404 Not Found
>>>> This application does not exist (app_id=u'john-conti').
>>>>
>>>> Please see the logs 
>>>> [/var/folders/_f/5xjr_n1n00d9n9z9ffwylp5m0000gn/T/appcfg6215812047732459518.log]
>>>> for further information.
>>>> bash-3.2$
>>>>
>>>>
>>>> The logs claim my app id doesn't exist.  However it is the same I have
>>>> been using all along, and my Dashboard confirms its existence and that it
>>>> is running properly:
>>>>
>>>> Unable to update:
>>>> com.google.appengine.tools.admin.HttpIoException: Error posting to
>>>> URL: https://appengine.google.com/api/appversion/create?app_id=
>>>> john-conti&version=1&
>>>> 404 Not Found
>>>> This application does not exist (app_id=u'john-conti').
>>>>
>>>> at com.google.appengine.tools.admin.AbstractServerConnection.send1(
>>>> AbstractServerConnection.java:293)
>>>> at com.google.appengine.tools.admin.AbstractServerConnection.send(
>>>> AbstractServerConnection.java:253)
>>>> at com.google.appengine.tools.admin.AbstractServerConnection.post(
>>>> AbstractServerConnection.java:232)
>>>> at com.google.appengine.tools.admin.AppVersionUpload.send(
>>>> AppVersionUpload.java:644)
>>>> at com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(
>>>> AppVersionUpload.java:449)
>>>> at com.google.appengine.tools.admin.AppVersionUpload.
>>>> doUpload(AppVersionUpload.java:124)
>>>> at com.google.appengine.tools.admin.AppAdminImpl.doUpdate(
>>>> AppAdminImpl.java:371)
>>>> at com.google.appengine.tools.admin.AppAdminImpl.update(
>>>> AppAdminImpl.java:53)
>>>> at com.google.appengine.tools.admin.AppCfg$UpdateAction.
>>>> execute(AppCfg.java:1163)
>>>> at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:232)
>>>> at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:109)
>>>> at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:105)
>>>> com.google.appengine.tools.admin.AdminException: Unable to update app:
>>>> Error posting to URL: https://appengine.google.com/
>>>> api/appversion/create?app_id=john-conti&version=1&
>>>> 404 Not Found
>>>> This application does not exist (app_id=u'john-conti').
>>>>
>>>> at com.google.appengine.tools.admin.AppAdminImpl.doUpdate(
>>>> AppAdminImpl.java:376)
>>>> at com.google.appengine.tools.admin.AppAdminImpl.update(
>>>> AppAdminImpl.java:53)
>>>> at com.google.appengine.tools.admin.AppCfg$UpdateAction.
>>>> execute(AppCfg.java:1163)
>>>> at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:232)
>>>> at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:109)
>>>> at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:105)
>>>> Caused by: com.google.appengine.tools.admin.HttpIoException: Error
>>>> posting to URL: https://appengine.google.com/
>>>> api/appversion/create?app_id=john-conti&version=1&
>>>> 404 Not Found
>>>> This application does not exist (app_id=u'john-conti').
>>>>
>>>> at com.google.appengine.tools.admin.AbstractServerConnection.send1(
>>>> AbstractServerConnection.java:293)
>>>> at com.google.appengine.tools.admin.AbstractServerConnection.send(
>>>> AbstractServerConnection.java:253)
>>>> at com.google.appengine.tools.admin.AbstractServerConnection.post(
>>>> AbstractServerConnection.java:232)
>>>> at com.google.appengine.tools.admin.AppVersionUpload.send(
>>>> AppVersionUpload.java:644)
>>>> at com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(
>>>> AppVersionUpload.java:449)
>>>> at com.google.appengine.tools.admin.AppVersionUpload.
>>>> doUpload(AppVersionUpload.java:124)
>>>> at com.google.appengine.tools.admin.AppAdminImpl.doUpdate(
>>>> AppAdminImpl.java:371)
>>>> ... 5 more
>>>>
>>>>
>>>> Any ideas?
>>>>
>>>>
>>>>
>>>>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/BzLuz7WiuEI/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to