How long is this planned mainteneance going to last?

I have been trying to invite a developer into some of my projects and
getting 'Server error' messages.
Also one of my apps is failing with The API call datastore_v3.Put() is
temporarily unavailable



On Sep 22, 5:41 pm, "Jeff S (Google)" <[email protected]> wrote:
> Hi Jason,
>
> How recently did you see the error? We are currently undergoing
> planned mainteneance so if this error was in the past few minutes that
> may be the cause.
>
> Thank you,
>
> Jeff
>
> On Sep 22, 5:37 pm, JasonGoecke <[email protected]> wrote:
>
> > I am having this same error with appid 'tropo-robot' with only
> > consuming 4 of my available 250 deploys. Any ideas?
>
> > On Aug 17, 5:51 am, "Nick Johnson (Google)" <[email protected]>
> > wrote:
>
> > > Hi acocarla,
> > > I've reset your index quota. You should be able to upload your app again
> > > now.
>
> > > -Nick Johnson
>
> > > On Fri, Aug 14, 2009 at 12:15 PM, acocarla <[email protected]> wrote:
>
> > > > Hi,
>
> > > > I am having a similar problem but with the indexes. I deleted all
> > > > indexes of the application (voucherapp) using the python appcfg, and
> > > > now I cannot upload the application anymore. The error I get is the
> > > > following:
>
> > > > Unable to upload:
> > > > java.io.IOException: Error posting to URL:
>
> > > >http://appengine.google.com/api/datastore/index/add?app_id=voucherapp...
> > > > 500 Internal Server Error
>
> > > > Server Error (500)
> > > > A server error has occurred.
>
> > > >        at com.google.appengine.tools.admin.ServerConnection.send
> > > > (ServerConnection.java:143)
> > > >        at com.google.appengine.tools.admin.ServerConnection.post
> > > > (ServerConnection.java:81)
> > > >        at com.google.appengine.tools.admin.AppVersionUpload.send
> > > > (AppVersionUpload.java:415)
> > > >         at 
> > > > com.google.appengine.tools.admin.AppVersionUpload.updateIndexes
> > > > (AppVersionUpload.java:143)
> > > >        at com.google.appengine.tools.admin.AppVersionUpload.doUpload
> > > > (AppVersionUpload.java:120)
> > > >         at com.google.appengine.tools.admin.AppAdminImpl.update
> > > > (AppAdminImpl.java:53)
> > > >         at com.google.appengine.tools.admin.AppCfg$UpdateAction.execute
> > > > (AppCfg.java:504)
> > > >        at 
> > > > com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:129)
> > > >        at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:57)
> > > >        at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:53)
> > > > com.google.appengine.tools.admin.AdminException: Unable to upload app:
> > > > Error posting to URL:
> > > >http://appengine.google.com/api/datastore/index/add?app_id=voucherapp...
> > > > 500 Internal Server Error
>
> > > > Server Error (500)
> > > > A server error has occurred.
>
> > > >         at com.google.appengine.tools.admin.AppAdminImpl.update
> > > > (AppAdminImpl.java:59)
> > > >        at com.google.appengine.tools.admin.AppCfg$UpdateAction.execute
> > > > (AppCfg.java:504)
> > > >        at 
> > > > com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:129)
> > > >        at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:57)
> > > >        at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:53)
> > > > Caused by: java.io.IOException: Error posting to URL:
>
> > > >http://appengine.google.com/api/datastore/index/add?app_id=voucherapp...
> > > > 500 Internal Server Error
>
> > > > Server Error (500)
> > > > A server error has occurred.
>
> > > >        at com.google.appengine.tools.admin.ServerConnection.send
> > > > (ServerConnection.java:143)
> > > >        at com.google.appengine.tools.admin.ServerConnection.post
> > > > (ServerConnection.java:81)
> > > >        at com.google.appengine.tools.admin.AppVersionUpload.send
> > > > (AppVersionUpload.java:415)
> > > >         at 
> > > > com.google.appengine.tools.admin.AppVersionUpload.updateIndexes
> > > > (AppVersionUpload.java:143)
> > > >        at com.google.appengine.tools.admin.AppVersionUpload.doUpload
> > > > (AppVersionUpload.java:120)
> > > >         at com.google.appengine.tools.admin.AppAdminImpl.update
> > > > (AppAdminImpl.java:53)
> > > >         ... 4 more
>
> > > > I did not modify my indexes in any way. Before deleting them, I was
> > > > able to upload the very same file I'm now trying to upload.
>
> > > > I tried removing stuff from the datastore-indexes.xml in order to see
> > > > if I could upload only one index.
> > > > So I cannot upload even the following sample file:
>
> > > > <!-- Indices written at 19-5-09 10:05 -->
>
> > > > <datastore-indexes autoGenerate="true">
>
> > > >    <datastore-index kind="Voucher" ancestor="true" source="auto">
> > > >        <property name="vouchers_INTEGER_IDX" direction="asc"/>
> > > >    </datastore-index>
>
> > > > </datastore-indexes>
>
> > > > Can somebody please help me figuring out what the problem is?
>
> > > > Thanks,
> > > > Alecsandru
>
> > > > On Jul 31, 10:24 am, Geetha <[email protected]> wrote:
> > > > > Hi Jeff,
>
> > > > > Even i'm facing the same problem.. i'm trying to deploy my java web
> > > > > application where i'm using my cron.xml as mentioned below.
> > > > > <?xml version="1.0" encoding="UTF-8"?>
> > > > > <cronentries>
> > > > >         <cron>
> > > > >                 <url>index.jsp</url>
> > > > >                 <description>Test cron service</description>
> > > > >                 <schedule>every 1 minutes</schedule>
> > > > >         </cron>
> > > > > </cronentries>
> > > > > i have not given any security access in web.xml , though i'm getting
>
> > > > > Unable to upload:
> > > > > java.io.IOException:ErrorpostingtoURL:
> > > >http://appengine.google.com/api/datastore/cron/update?app_id=crmitrep...
> > > > > 500 Internal ServerError
>
> > > > > ServerError(500)
> > > > > A servererrorhas occurred.
>
> > > > >         at com.google.appengine.tools.admin.ServerConnection.send
> > > > > (ServerConnection.java:143)
> > > > >         at com.google.appengine.tools.admin.ServerConnection.post
> > > > > (ServerConnection.java:81)
> > > > >         at com.google.appengine.tools.admin.AppVersionUpload.send
> > > > > (AppVersionUpload.java:415)
> > > > >         at 
> > > > > com.google.appengine.tools.admin.AppVersionUpload.updateCron
> > > > > (AppVersionUpload.java:151)
> > > > >         at com.google.appengine.tools.admin.AppVersionUpload.doUpload
> > > > > (AppVersionUpload.java:121)
> > > > >         at com.google.appengine.tools.admin.AppAdminImpl.update
> > > > > (AppAdminImpl.java:53)
> > > > >         at
> > > > com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy
> > > > > (AppEngineBridgeImpl.java:271)
> > > > >         at
> > > > > com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace
> > > > > (DeployProjectJob.java:148)
> > > > >         at 
> > > > > org.eclipse.core.internal.resources.InternalWorkspaceJob.run
> > > > > (InternalWorkspaceJob.java:38)
> > > > >         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>
> > > > > My application id is crmitreport.. Please help me..its urgent...
>
> > > > > On Jul 14, 10:59 pm, "Jeff S (Google)" <[email protected]> wrote:
>
> > > > > > Is this consistent and reproducible? There are occasional failures 
> > > > > > when
> > > > > > uploading the app, but they tend to be rare. Also if you provide the
> > > > app ID
> > > > > > you are uploading to, I can look into this for you.
>
> > > > > > Thank you,
>
> > > > > > Jeff
>
> > > > > > On Mon, Jul 13, 2009 at 6:51 AM, Upperstage <[email protected]>
> > > > wrote:
>
> > > > > > > Unable to upload app:ErrorpostingtoURL:
>
> > > >http://appengine.google.com/api/datastore/cron/update?app_id=xxxx&ver...
> > > > > > > 500 Internal ServerError
>
> > > > > > > ServerError(500)
> > > > > > > A servererrorhas occurred.
>
> > > > > > > Theerrordialog directs me to the deployment console:
>
> > > > > > > Unable to upload:
> > > > > > > java.io.IOException:ErrorpostingtoURL:
>
> > > >http://appengine.google.com/api/datastore/cron/update?app_id=xxx&vers...
> > > > > > > 500 Internal ServerError
>
> > > > > > > ServerError(500)
> > > > > > > A servererrorhas occurred.
>
> > > > > > >        at com.google.appengine.tools.admin.ServerConnection.send
> > > > > > > (ServerConnection.java:140)
> > > > > > >        at com.google.appengine.tools.admin.ServerConnection.post
> > > > > > > (ServerConnection.java:78)
> > > > > > >        at com.google.appengine.tools.admin.AppVersionUpload.send
> > > > > > > (AppVersionUpload.java:345)
> > > > > > >        at
> > > > com.google.appengine.tools.admin.AppVersionUpload.updateCron
> > > > > > > (AppVersionUpload.java:101)
> > > > > > >        at 
> > > > > > > com.google.appengine.tools.admin.AppVersionUpload.doUpload
> > > > > > > (AppVersionUpload.java:87)
> > > > > > >        at com.google.appengine.tools.admin.AppAdminImpl.update
> > > > > > > (AppAdminImpl.java:49)
> > > > > > >        at
> > > > > > > com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy
> > > > > > > (AppEngineBridgeImpl.java:271)
> > > > > > >        at
>
> > > > com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace
> > > > > > > (DeployProjectJob.java:148)
> > > > > > >        at
> > > > org.eclipse.core.internal.resources.InternalWorkspaceJob.run
> > > > > > > (InternalWorkspaceJob.java:38)
> > > > > > >        at 
> > > > > > > org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>
> > > > > > > Any ideas???
>
> > > --
> > > Nick Johnson, Developer Programs Engineer, App Engine

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to