Re: Unable to deploy

859 views
Skip to first unread message

Nikolas Gauvreau

unread,
Mar 4, 2014, 11:16:34 AM3/4/14
to google-a...@googlegroups.com, jhc...@icloud.com
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').

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? 
 

Alan deLespinasse

unread,
Mar 4, 2014, 11:24:57 AM3/4/14
to google-a...@googlegroups.com, jhc...@icloud.com
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.

Nikolas Gauvreau

unread,
Mar 4, 2014, 11:29:19 AM3/4/14
to google-a...@googlegroups.com
Well that is strangely reassuring at least. 

Thanks for chiming in!


--
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-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Chris

unread,
Mar 4, 2014, 11:51:17 AM3/4/14
to google-a...@googlegroups.com, jhc...@icloud.com
Same problem people I was scared!!!but viewing this I hope that this just was error...

John Conti

unread,
Mar 4, 2014, 1:54:43 PM3/4/14
to google-a...@googlegroups.com, jhc...@icloud.com
No I wasn't able to resolve the issue.  After spending some time with the author of the library I was using, he decided to stop supporting AppEngine all together because debugging is so hard without support.  Google suggests using Stack Overflow.

AppEngine *is* a great product.  But as a developer with a limited amount of time to trace down issues such as this, I decided to switch to Heroku (heroku.com).  I've had such a great experience since then that I recently gave a talk to our local JUG about it: http://youtu.be/sX6jxrEKNMU

Good luck and cheers,
John


On Monday, June 3, 2013 12:46:10 AM UTC-6, 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:

John Conti

unread,
Mar 4, 2014, 1:57:43 PM3/4/14
to google-a...@googlegroups.com
By way of follow up:

No I wasn't able to resolve the issue.  After spending some time with the author of the library I was using, he decided to stop supporting AppEngine all together because debugging is so hard without support.  Google suggests using Stack Overflow, which isn't much of an answer.


AppEngine *is* a great product.  But as a developer with a limited amount of time to trace down issues such as this, I decided to switch to Heroku (heroku.com).  I've had such a great experience since then that I recently gave a talk to our local JUG about it: http://youtu.be/sX6jxrEKNMU

Good luck and cheers,
John

Nikolas Gauvreau

unread,
Mar 4, 2014, 2:00:54 PM3/4/14
to google-a...@googlegroups.com, jhc...@icloud.com
If someone could post here if they manage to get deployments working that would be helpful! That way I'll know if its an individual problem or an appengine-being-down issue.

Alan deLespinasse

unread,
Mar 4, 2014, 6:51:14 PM3/4/14
to google-a...@googlegroups.com, jhc...@icloud.com
Is the admin console broken for everyone? It's been completely broken for me all day.

Alan deLespinasse

unread,
Mar 4, 2014, 8:17:34 PM3/4/14
to google-a...@googlegroups.com, jhc...@icloud.com
Seems to be working again (both the admin console and deployment).

Nikolas Gauvreau

unread,
Mar 4, 2014, 8:26:04 PM3/4/14
to google-a...@googlegroups.com, jhc...@icloud.com
Yussss

Can confirm working.

Saurabh Jain

unread,
Mar 19, 2014, 3:07:51 AM3/19/14
to google-a...@googlegroups.com
Facing same error !!!!

Ian White

unread,
May 27, 2014, 3:35:13 AM5/27/14
to google-a...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages