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

On Monday, February 18, 2013 4:07:38 PM UTC-7, 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 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/d/optout.

Reply via email to