[google-appengine] Deployment

2012-06-05 Thread swapnil khamkar
What is the approximate time required to deploy a java app on google app engine? For me it takes 3-3.30 hours. Is there any solution to reduce the time?? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to g

[google-appengine] Deployment matter

2010-06-22 Thread Vik_Sintus
Learning GWT through its 'showcase' example.. with great difficulty but Im getting there, even though I am a new comer in the java world but GWT sed the light at the end of the tunnel for me. I want to show to all my fellow country men about how good this GWT is all about by explain it in my nativ

[google-appengine] Deployment Issues

2010-09-23 Thread pbadn
For the past several days, I have been having incredibly long deployment times on a Java application. Often I have to cancel and try again after about 3 minutes. Tonight I can't get it to deploy at all. Is there an issue with the Java runtime? Thanks. -- You received this message because you

[google-appengine] Deployment error

2011-06-22 Thread escion
I'm trying to deploy my app, but I have an issue. The log is posted below. Unable to update: java.io.IOException: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=ConsorzioProdottiBiologici&version=1&; 400 Bad Request Client Error (400) The request is invalid for a

[google-appengine] Deployment Errors

2011-06-27 Thread Daniel
Appengine deployment is throwing 500 errors and refusing to deploy. Anyone else having issues? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this

[google-appengine] Deployment API

2011-07-08 Thread nik cubrilovic
Is there any plan to provide a deployment API? Let me give you an idea of the scenario. I build an application, for example a CMS for small to medium businesses. Instead of hosting a single large instance that is multi-homed for each customer, I deploy the application by setting up an appengine

[google-appengine] Deployment hangs

2011-08-29 Thread User1231
Hi, I'm trying to deploy an app via Eclipse, and it hangs during deployment with message "Initializing precompilation...". This is the first time this has ever happened. My appid is "uw-books". Any idea how to solve this? Thanks! -- You received this message because you are subscribed to the

[google-appengine] Deployment errors

2011-09-14 Thread Pascal Peeters
I currently receive an error when trying my application. Error posting to the appengine url. Do you know if this is a general issue; or specific to my account/application? Brg, Pascal -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To vi

Re: [google-appengine] Deployment

2012-06-05 Thread Wilson MacGyver
you mean it takes you 3 to 3.5 hours to upload the app? That seems pretty unbelievable. On Tue, Jun 5, 2012 at 4:25 AM, swapnil khamkar wrote: > What is the approximate time required to deploy a java app on google > app engine? > For me it takes 3-3.30 hours. > Is there any solution to reduce the

Re: [google-appengine] Deployment

2012-06-05 Thread Leandro Rezende
mine take about 20 minutes, and my app is really small.. =( 2012/6/5 Wilson MacGyver > you mean it takes you 3 to 3.5 hours to upload the app? That seems > pretty unbelievable. > > On Tue, Jun 5, 2012 at 4:25 AM, swapnil khamkar wrote: > > What is the approximate time required to deploy a java

Re: [google-appengine] Deployment

2012-06-05 Thread Wilson MacGyver
really? mine takes 10-30 secs. On Tue, Jun 5, 2012 at 11:00 PM, Leandro Rezende wrote: > mine take about 20 minutes, and my app is really small.. =( > > > 2012/6/5 Wilson MacGyver >> >> you mean it takes you 3 to 3.5 hours to upload the app? That seems >> pretty unbelievable. >> >> On Tue, Jun 5

Re: [google-appengine] Deployment

2012-06-05 Thread swapnil khamkar
My app is around 32Mb and it take 3 hours to deploy. I have used taglibsdo u know any solution for this?? On Wed, Jun 6, 2012 at 8:32 AM, Wilson MacGyver wrote: > really? mine takes 10-30 secs. > > On Tue, Jun 5, 2012 at 11:00 PM, Leandro Rezende > wrote: > > mine take about 20 minutes, and

Re: [google-appengine] Deployment

2012-06-05 Thread alex
Sounds like a dialup to me. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/2EmSvJPrTdwJ. To post to this group, send email to google-appengine@goo

Re: [google-appengine] Deployment

2012-06-05 Thread swapnil khamkar
do the jstl like > Sounds like a dialup to me. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/3GkU9vfQZioJ. To post to this group, send email to

Re: [google-appengine] Deployment

2012-06-06 Thread Leandro Rezende
i have noticed that if i change only HTML files, the deployment is faster, but, if i change any line in a .JAVA, the deploy becomes slower 2012/6/6 swapnil khamkar > > do the jstl like do you no which factors have an imp-act on the deployment time?? > Thanks... > > On Wednesday, June 6, 2012 11

Re: [google-appengine] Deployment

2012-06-07 Thread swapnil khamkar
Thanksis there any other factor which affects it?? On Thu, Jun 7, 2012 at 5:52 AM, Leandro Rezende wrote: > i have noticed that if i change only HTML files, the deployment is faster, > but, if i change any line in a .JAVA, the deploy becomes slower > > > 2012/6/6 swapnil khamkar > >> >> do

Re: [google-appengine] Deployment

2012-06-07 Thread Wilson MacGyver
the deployment only upload changes. surely you aren't changing that much each time? On Thu, Jun 7, 2012 at 12:05 PM, swapnil khamkar wrote: > Thanksis there any other factor which affects it?? > > > > On Thu, Jun 7, 2012 at 5:52 AM, Leandro Rezende > wrote: >> >> i have noticed that if i cha

Re: [google-appengine] Deployment

2012-06-07 Thread swapnil khamkar
I am not making many changes all the time..but the compiling is taking a lot of time.. On Thu, Jun 7, 2012 at 9:43 PM, Wilson MacGyver wrote: > the deployment only upload changes. surely you aren't changing that > much each time? > > On Thu, Jun 7, 2012 at 12:05 PM, swapnil khamkar > wrote: > >

Re: [google-appengine] Deployment

2012-06-08 Thread swapnil khamkar
Hello Wilson, Do i need to deploy only the files which i have changed or the complete project each time? On Thu, Jun 7, 2012 at 10:42 PM, swapnil khamkar wrote: > I am not making many changes all the time..but the compiling is taking a > lot of time.. > > > On Thu, Jun 7, 2012 at 9:43 PM, Wilso

Re: [google-appengine] Deployment

2012-06-08 Thread Nikhil Jain
Dear All, as per my experience (in IT) GAE is ever simplest to deployed than any other. Its does takes hardly 20-30 seconds whether its on python or java. Dear Swapnil, Better is to deploy whole project because while deploying on GAE, GAE clones all static and application files then it compiles it

Re: [google-appengine] Deployment

2012-06-09 Thread swapnil khamkar
Thank Nikhil, But my project is taking around 3 hours to get deployed. The compiling takes much time. My project is around 32Mb in size. What could be the reason any idea? On Sat, Jun 9, 2012 at 12:00 PM, Nikhil Jain wrote: > Dear All, > as per my experience (in IT) GAE is ever simplest to deploy

Re: [google-appengine] Deployment

2012-06-09 Thread Nikhil Jain
But my project size is of around 45-50 Mb & working for me (In Python). BTW which SDK version are you using? On Sat, Jun 9, 2012 at 12:42 PM, swapnil khamkar wrote: > Thank Nikhil, > But my project is taking around 3 hours to get deployed. The compiling > takes much time. My project is around 32

Re: [google-appengine] Deployment

2012-06-09 Thread swapnil khamkar
i am using 1.6.6 previously i was using 1.5.2. It had the same problem. I am using taglib, is it the thing?or are there any other factors that are affecting it? On Sat, Jun 9, 2012 at 1:04 PM, Nikhil Jain wrote: > But my project size is of around 45-50 Mb & working for me (In Python). > BTW which

Re: [google-appengine] Deployment

2012-06-11 Thread Mauricio Aristizabal
Same here Swapnil, it takes me about 3 hours as well. Always has even as I've upgraded to latest SDK multiple times. I am using Spring, with several other libraries. But the step that seems to take most of that time is jsp compilation. I only have about 30 jsps. I always make a copy of my war

Re: [google-appengine] Deployment

2012-06-11 Thread swapnil khamkar
Thanks Mauricio Aristizabal, But is there any solution to reduce the deployment time?For others it takes about 5-10min... On Sun, Jun 10, 2012 at 10:02 AM, Mauricio Aristizabal wrote: > Same here Swapnil, it takes me about 3 hours as well. Always has even as > I've upgraded to la

Re: [google-appengine] Deployment

2012-06-11 Thread Mauricio Aristizabal
No, sorry, no idea, as I said I'm in the same boat as you. Perhaps you should log a production issue and I'll vote for it. http://code.google.com/p/googleappengine/issues/list On Mon, Jun 11, 2012 at 8:47 PM, swapnil khamkar wrote: > Thanks Mauricio Aristizabal, > But is there

Re: [google-appengine] Deployment

2012-06-11 Thread Takashi Matsuo
Hi swapnil, Mauricio, It seems that 3 hours is totally strange to me. Can you tell me the spec of your computer? Can you also try deploying a very simple project like one jsp and one servlet, and tell me how long it took? Thanks, -- Takashi On Tue, Jun 12, 2012 at 1:13 PM, Mauricio Aristizabal

Re: [google-appengine] Deployment

2012-06-12 Thread swapnil khamkar
I have registered the issue. Check link http://code.google.com/p/googleappengine/issues/detail?id=7677&thanks=7677&ts=1339489279 On Tue, Jun 12, 2012 at 10:57 AM, Takashi Matsuo wrote: > Hi swapnil, Mauricio, > > It seems that 3 hours is totally strange to me. > > Can you tell me the spec of

[google-appengine] Deployment quota

2013-08-21 Thread Gianni Di Noia
I'm sorry, this is an unnecessary question, but I can't sleep on :) The deployment quotas docs say: "The number of times the application has been uploaded by *a developer*. The current quota is 10,000 per day." Now, a day is 86,400 seconds. An optimistic average times for a deploy is 15 seconds. o

[google-appengine] Deployment Issues

2013-10-21 Thread Tristan Davey
Our development team has noticed a heavily increased rate of deployment failures in the last 9 or so hours. At times we seem to be entirely unable to deploy code to any App Engine projects with appcfg. The standard deployment process runs up to a point (generally "Cloning x static files." or "S

[google-appengine] Deployment issues

2016-03-28 Thread Mayank Bhagya
We face this issue every day. And no, I am not exaggerating. EVERY SINGLE DAY! Every day, from about 12 in the afternoon to 5 in the evening (GMT+0530), the push-to-deploy bitnami-jenkins setup complains that it couldn't copy files to cloud storage. The error is intermittent. Certain deployments

[google-appengine] Deployment Issues

2017-03-30 Thread Joshua Smith
I got a weird error when I tried to deploy. I updated to the latest Python Launcher code, and tried again, and it said I need to rollback. This was the result: $ appcfg.py rollback . 10:54 AM Application: kaon-log 10:54 AM Host: appengine.google.com 10:54 AM Rolling back the update. Error 404: -

[google-appengine] Deployment Errors

2017-03-31 Thread Richard Cheesmar
I'm using Pycharm to deploy my App, normally work no problem, but today all I keep getting is the following error: 01:12 PM Uploading 51 files and blobs. 01:13 PM Rolling back the update. Error 500: --- begin server output --- Server Error (500) A server error has occurred. --- end server outp

[google-appengine] Deployment fails

2017-04-16 Thread Roy Lee
Hello, I'm trying to deploy to App Engine Flex env (NodeJS), but I'm constantly getting the following error. *ERROR: (gcloud.app.deploy) Error Response: [13] Unexpected Error. ()* I attached the --verbosity debug output.txt file, and the screenshot of activity update. Please help! Thank you,

[google-appengine] Deployment Errors

2017-10-26 Thread Joshua Smith
Google’s dashboard shows everything green, but I’m getting deployment errors. Anyone else? Updating service [default]...failed. ERROR: (gcloud.app.deploy) Error Response: [3] Errors were encountered while

[google-appengine] Deployment issue

2018-05-21 Thread Bhuvaneshwari Arkala
Hello team, I am trying to deploy/run maven app engine project from Eclipse, but it is throwing always error/exception. Eclipse version I used is Oxygen. An internal error occurred during: "Deploying to App Engine". java.lang.IndexOutOfBoundsException Please can anyone help me Thanks, Bhuv

[google-appengine] Deployment error.

2010-05-14 Thread bvelasquez
I've been getting this for a while in trying to deploy my app. google_appengine/google/appengine/tools/https_wrapper.py", line 136, in https_open return self.do_open(http_class_wrapper, req) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 1082, in do_

[google-appengine] Deployment Limit?

2009-07-28 Thread JeremyT
Hello all! Today I reached ~105 deployments. It says my daily limit is 250, but it's saying I've reached my limit and won't let me deploy anymore for that specific ID. I know the day is almost over and it will reset then, but it's still kind of annoying when that happens... I expected another ~

[google-appengine] Deployment Limit

2009-06-02 Thread nikhil bharadwaj
Is the deployment limited to 250 per day (or) per week (or) per month? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.co

[google-appengine] Deployment failing

2011-01-12 Thread Ryan Goldstein
I've been updating and redeploying my app today (appid: mobergdrmserver). It took progressively longer to deploy, and my most recent attempt failed. >From my Eclipse console during my most recent deployment attempt: ... Creating staging directory Scanning for jsp files. Scanning files on local di

[google-appengine] Deployment failing

2011-03-28 Thread Sameer Lodha
As of right now (& since the past hour), the deployment on GAE is falling!! Anybody else facing similar issue? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubs

[google-appengine] Deployment getting stuck

2010-06-06 Thread Kelly A
Every time I try to deploy it just gets stuck. I have let it run for over an hour but the update never completes. Updates were happening fine earlier this morning. Any one have any suggestions on how I might fix this? -- You received this message because you are subscribed to the Google Groups

Re: [google-appengine] Deployment Issues

2010-09-23 Thread Eli Jones
I am stuck waiting for my python app to deploy (appcfg.py update is still running after several minutes) as well... so there may be an issue with deployment at this very moment. I've already canceled one update.. this is the second one. On Thu, Sep 23, 2010 at 11:51 PM, pbadn wrote: > For the p

Re: [google-appengine] Deployment Issues

2010-09-23 Thread Eli Jones
Also, my app Dashboard is throwing 500 errors too.. so they must be up to some sort of temp maintenance thingy.. On Thu, Sep 23, 2010 at 11:59 PM, Eli Jones wrote: > I am stuck waiting for my python app to deploy (appcfg.py update is still > running after several minutes) as well... so there may

[google-appengine] Deployment having issues.

2010-10-18 Thread johnP
Having deployment issues from 11:40PDT --> ? Symptoms: 1. When uploading, it Checks if version is ready to be served.. Until it gives up. 2. Switched from version X to version Y in Versions screen. The Versions screen says that Y is the default version. But it continues to serve X (7 instanc

Re: [google-appengine] Deployment Errors

2011-06-27 Thread Branko Vukelic
You mean the default (ugly) Google's error page? Or your application's error page? I had strage 500 errors before and they were gone before I could troubleshoot the error, so I assumed they were temporary failures. On Mon, Jun 27, 2011 at 6:41 PM, Daniel wrote: > Appengine deployment is throwing

Re: [google-appengine] Deployment API

2011-07-08 Thread Ikai Lan (Google)
There already is something like this for apps customers called the "Apps Marketplace": https://www.google.com/enterprise/marketplace/?pli=1 As far as a deploy API goes: the answer is "maybe". Even for developers that don't sell apps, there are

Re: [google-appengine] Deployment API

2011-09-12 Thread Rajkumar Radhakrishnan
Updating this thread, so that if someone ends up on this thread looking a deployment API to enable deployment to multiple customers.. > Ideally, there would be a deployment API, and even better, an appengine > 'app store' where apps customers or appengine customers can shop for apps > and click t

[google-appengine] Deployment oauth2 tokens

2013-02-12 Thread Daniel Woelfel
I'm working for company doing continuous integration as a service, and we want to offer better support for deployment to App Engine. We'd really like to get an oauth token for deploys, but the process in the documentation is very onerous. For Python we'd have to: 1. Check out the user's repo an

[google-appengine] Deployment unusually slow

2013-03-21 Thread chris . ritter
Anyone else seeing deployment take forever? Will check again in 1 seconds. Will check again in 2 seconds. Will check again in 4 seconds. Will check again in 8 seconds. Will check again in 16 seconds. Will check again in 32 seconds. Will check again in 60 seconds. Will check again in 60 seconds. Wi

[google-appengine] Deployment with java

2013-05-20 Thread Vincenzo Chindemi
Hi, i would develope an app for App Engine with an internet page(index.html) to need the deployment of my own app server to my own servers. I've studied GAE's deploy, I read that it uses a script (cmd or bash) for start a java class AppCfg (into a package .jar of sdk) to use for deploying but I

Re: [google-appengine] Deployment quota

2013-08-21 Thread Vinny P
On Wed, Aug 21, 2013 at 2:51 PM, Gianni Di Noia wrote: > The deployment quotas docs say: "The number of times the application has > been uploaded by *a developer*. The current quota is 10,000 per day." > The quota is per application ID, but each application ID can have multiple versions. Each u

[google-appengine] deployment happening forever

2015-02-23 Thread aleena davy
app id : aleenadavy1. Is there any way to solve this issue? -- You received this message be

Re: [google-appengine] Deployment fails

2017-04-17 Thread 'Justin Beckwith' via Google App Engine
Greetings! Would you mind filing a bug with these details over at bit.ly/appengine-bug? On Sun, Apr 16, 2017 at 3:27 AM, Roy Lee wrote: > Hello, > > I'm trying to deploy to App Engine Flex env (NodeJS), but I'm constantly > getting the following error. > > *ERROR: (gcloud.app.deploy) Error Resp

[google-appengine] Deployment failing today?

2009-12-04 Thread bugaco
Hi, I am unable to deploy application today. Creating staging directory Scanning for jsp files. Compiling jsp files. Compiling java files. Scanning files on local disk. Initiating update. Cloning 20 static files. Cloning 125 application files. Cloned 100 files. Uploading 0 files. Deploying new ve

[google-appengine] deployment issues - HELP

2009-04-13 Thread pumplove
Hi, I have created a simple application and uploaded it to the app engine and though i have given the app a unique Id (nostalgia- register.appspot.com) whenever i click on the link it tells me the url is invalid. Do i need a domain name ? becuase this is what is given in the docs " You can now

Re: [google-appengine] Deployment failing

2011-03-28 Thread Ian Gillett
Yes - same here and overall response time is also very slow On Mon, Mar 28, 2011 at 2:52 PM, Sameer Lodha wrote: > As of right now (& since the past hour), the deployment on GAE is > falling!! Anybody else facing similar issue? > > -- > You received this message because you are subscribed to

Re: [google-appengine] Deployment having issues.

2010-10-19 Thread Chris Copeland
Others on the Python list are reporting this as well. You can star this issue and add your details: http://code.google.com/p/googleappengine/issues/detail?id=3905 -Chris On Mon, Oct 18, 2010 at 2:24 PM, johnP wrote: > Having deployment issues from 11:40PDT --> ? > > Symptoms: > > 1. When upl

Re: [google-appengine] Deployment having issues.

2010-10-19 Thread Nathan VanHoudnos
I'm also having deployment issues. Mine are slightly different. It gets stuck on: Checking if new version is ready to serve. Will check again in 60 seconds. And if I increment the version number in app.yaml, no effect. I even upgrade to the most recent version of the SDK! My app id is nathanvan

Re: [google-appengine] Deployment with java

2013-05-20 Thread Google Tasks Backup Moderator
You may find some useful information at https://developers.google.com/appengine/docs/java/gettingstarted/ On 21 May 2013 03:17, Vincenzo Chindemi wrote: > Hi, i would develope an app for App Engine with an internet > page(index.html) to need the deployment of my own app server to my own > serv

Re: [google-appengine] Deployment with java

2013-05-21 Thread Vincenzo Chindemi
In this page, the informations are about deploy with eclipse plugin or command line (cmd or bash), I would create the same thing but with Java language. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and st

Re: [google-appengine] Deployment with java

2013-05-21 Thread Chad Vincent
Then you want to use the cmd/bash scripting instructions, but write your script with Java or Groovy. You'll still have to call the external tools, as there are no Java libraries to perform the deployment. On Tuesday, May 21, 2013 2:30:19 AM UTC-5, Vincenzo Chindemi wrote: > > In this page, the

Re: [google-appengine] Deployment with java

2013-05-22 Thread Vinny P
On Tuesday, May 21, 2013 2:30:19 AM UTC-5, Vincenzo Chindemi wrote: > > the informations are about deploy with eclipse plugin or command line (cmd > or bash), I would create the same thing but with Java language. > Just to be clear: you want to deploy your application to your own servers, and

Re: [google-appengine] Deployment with java

2013-05-23 Thread Vincenzo Chindemi
Yes Vinny, i want develope a deployment with java language. I'm studying your link, I will tell you soon if I could do it. Thank you so much :) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receivin

[google-appengine] Deployment suddenly failed today

2016-04-13 Thread Yan Zhou
I tried to deploy my two projects today, one in python ,one in php, both failed. It was OK yesterday, I wonder if anyone has the same problem. Here is the error for python project: Error 404: --- begin server output --- https://developers.google.com/accounts/docs/AuthForInstalledApps --- end se

Re: [google-appengine] deployment happening forever

2015-02-23 Thread Vinny P
On Mon, Feb 23, 2015 at 3:54 PM, aleena davy wrote: > app id : aleenadavy1. Is there any way to solve this issue? > When you say deployment is taking forever, do you mean deployment takes a long time but eventually deploys your app, or deployment takes forever and never finishes the process?

Re: [google-appengine] deployment happening forever

2015-02-24 Thread Gerrit Vermeulen
Having a similar issue with our apps as well. Everything seems to work fine until "Checking if deployment succeeded", at which point it just keeps checking every minute until it times out. This started happening today - we first noticed it at 08h30 UTC. 11:11 AM Starting deployment. 11:11 AM C

Re: [google-appengine] deployment happening forever

2015-02-24 Thread Gerrit Vermeulen
This seems to be fixed for us now across all our apps. What on earth...? On Tuesday, February 24, 2015 at 11:29:28 AM UTC+2, Gerrit Vermeulen wrote: > > Having a similar issue with our apps as well. Everything seems to work > fine until "Checking if deployment succeeded", at which point it just k

Re: [google-appengine] deployment happening forever

2015-02-24 Thread PK
Based on my long experience with GAE this happens once in a while and then fixes itself. There is never an announcement of downtime from Google. It is probably not happening across all clusters at the same time so it might not work for you but works for many others at the same time. PK > On F

Re: [google-appengine] deployment happening forever

2015-02-24 Thread PK
But today there was an announcement for this issue in the downtime-notify group, so either Google is improving its communication or this was wide spread enough that could not be ignored. > Date: February 24, 2015 at 3:24:42 AM PST > Subject: Elevated latency in deploying applications to App Engi

[google-appengine] Deployment fails with error

2021-02-08 Thread duynhan bui
Hello everyone, I am trying to deploy GAE from jenkins but I get this error: + gcloud app deploy build/gcloud_staging.yaml --project=abcdefe --quiet --version=20211789 ERROR: gcloud crashed (ValueError): invalid literal for int() with base 10: 'c010:101:5476:1c09:2::51]:3128' 10: 'c010:101:5476:

[google-appengine] Deployment fails with error

2021-03-11 Thread 'nibrass' via Google App Engine
Hello, I understand that you are getting the following error [1] when deploying to App Engine. Could you please update your Cloud SDK using the next command [2] , restart your Cloud Shell and try again? - gcloud components update Best Regards, Nibrass [1]: ERR

[google-appengine] deployment issues, missing files

2010-04-29 Thread frogrod
when i deploy an app and check under under ##.latest.applicationid.appspot.com it works fine but when i make that version default some the javascript gets screwed up. i search the javascript and it seems like it's a different file all together. version 13 is default but when it's deployed javasc

[google-appengine] Deployment error with Eclipse

2009-11-24 Thread Clarence
Hi all: I'm new to Google AppEngine and Eclipse. I've created a basic application that allows a user to enter GPS coordinates and display them as markers on a Google Map. The application works perfectly when I run it in hosted model; however, I receive the following error if I try to deploy it to

[google-appengine] Deployment failures during clonefiles

2010-12-17 Thread John
Beginning about 5:30PT, we've been unable to deploy to Appengine for Java. We get a 500 error on clonefiles in most cases. We did make a change to add some 0.5MB media files to the deployment. Is there a problem with deployment? -- You received this message because you are subscribed to the Goog

[google-appengine] Deployment error: Client Error (400)

2011-06-22 Thread escion
I have an issue when I try to deploy my app on Google App Engine (using Eclipse). This is the log: Unable to update: java.io.IOException: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=ConsorzioProdottiBiologici&version=1&; 400 Bad Request Client Error (400) The

[google-appengine] Deployment Issues 11/05/2013

2013-11-05 Thread Jay
Deploying a python app, I am getting Error 409: --- begin server output --- No transaction is in progress. --- end server output --- I have tried rollback followed by another attempt, but I get the same error. Anyone else having issues? -- You received this message because you are subscribed

[google-appengine] Deployment Error: Server Connection Error

2009-07-13 Thread Upperstage
Unable to upload app: Error posting to URL: http://appengine.google.com/api/datastore/cron/update?app_id=&version=1&; 500 Internal Server Error Server Error (500) A server error has occurred. The error dialog directs me to the deployment console: Unable to upload: java.io.IOException: Err

[google-appengine] Deployment Failing with 503 error.

2010-12-08 Thread Daniel
My deployments are currently failing with a 503 error. If it seems like I'm posting messages like this every few days, that's because every time I decide to deploy app engine is broken. :( -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Deployment Failing with 500 error.

2010-12-08 Thread Nick Renny
Not getting anything through with deploy. failing at pre-compilation with 500 errors - for the last 2 hours -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscri

[google-appengine] Deployment failure with Python SDK 1.6.1

2012-01-29 Thread Aaron Steele
Hey Everyone, I'm seeing a strange deployment error when uploading my app via "appcfg.py update -V test ." with Python SDK 1.6.1 and Python 2.7.2+ on Ubuntu: Cloning 212 static files. Cloned 100 files. Cloned 200 files. Cloning 25 application files. Rolling back the update. Error 400: --- begin

[google-appengine] Deployment stuck at "INFO: Successfully processed"

2012-03-28 Thread j
We have upgraded to GAEJ 1.6.4 today, and found that the deployment is stuck at "INFO: Successfully processed" e.g. 0% Created staging directory at: 'c:\temp \appcfg2293963006887644422.tmp' 5% Scanning for jsp files. 8% Compiling jsp files. Mar 28, 2012 4:33:17 PM com.google.apphosting.utils.confi

[google-appengine] Deployment stuck at "INFO: Successfully processed"

2012-03-28 Thread j
We have upgraded to GAEJ 1.6.4 today, and found that the deployment is stuck at "INFO: Successfully processed" e.g. 0% Created staging directory at: 'c:\temp \appcfg2293963006887644422.tmp' 5% Scanning for jsp files. 8% Compiling jsp files. Mar 28, 2012 4:33:17 PM com.google.apphosting.utils.confi

[google-appengine] Deployment error after upgrading to 1.8.3

2013-09-11 Thread Deepak Singh
Hi, my project was being deployed successfully. I upgraded to GAE Java 1.8.3 and since after that i am getting the following error during deployment. Preparing to deploy: Created staging directory at: 'C:\Users\Deepak\AppData\Local\Temp\appcfg9147832672184820845.tmp' Scanning for jsp files. Compi

[google-appengine] Deployment issue in gae (standard envoirement)

2020-05-01 Thread Skm Villa
HI Team, when gcloud app deploy it shows an issue: ERROR: (gcloud.app.deploy) Maven source deployment is not supported for Java8 GAE project. Error: 2020-05-01 21:00:48.610:WARN:oeja.AnnotationParser:qtp1166807841-18: com.google.common.base.Splitter$3 scanned from multiple locations: jar:fil

[google-appengine] Deployment fails with Error Response: [5]

2021-02-04 Thread Prashant Hegde
Hello Team, Since this morning, our app deployment has been failing with an unusual error. This was working till IST midnight. The error we see is: *"ERROR: (gcloud.app.deploy) Error Response: [5] Cannot get cloud region in global job."* I also see that there are multiple stackoverflow questio

[google-appengine] Deployment error when using a maven property

2013-04-15 Thread Stefan Betermieux
Hi, it took me some time to figure out a reproducible deployment error (500 Internal Server Error) when using "mvn appengine:update" on a java project. It all boiled down to naming a maven property "appengine.version" in the pom. You can reproduce the error quite easily with the guestbook arche

Re: [google-appengine] Deployment error after upgrading to 1.8.3

2013-09-11 Thread Vinny P
On Wed, Sep 11, 2013 at 3:04 PM, Deepak Singh wrote: > my project was being deployed successfully. I upgraded to GAE Java 1.8.3 > and since after that i am getting the following error during deployment. > > Preparing to deploy: > Created staging directory at: > 'C:\Users\Deepak\AppData\Local\Te

Re: [google-appengine] Deployment error after upgrading to 1.8.3

2013-09-11 Thread Shilendra Sharma
Thanks vinny for your support.. On Sep 12, 2013 8:29 AM, "Vinny P" wrote: > On Wed, Sep 11, 2013 at 3:04 PM, Deepak Singh > wrote: > >> my project was being deployed successfully. I upgraded to GAE Java 1.8.3 >> and since after that i am getting the following error during deployment. >> >> Prep

Re: [google-appengine] Deployment error after upgrading to 1.8.3

2013-09-12 Thread Deepak Singh
It did not work. When i switched back to GAEJ 1.7.3 with all the configurations remaining the same, it worked. But with GAEJ 1.83 it fails. On Thu, Sep 12, 2013 at 8:52 AM, Shilendra Sharma wrote: > Thanks vinny for your support.. > On Sep 12, 2013 8:29 AM, "Vinny P" wrote: > >> On Wed, Sep 11,

Re: [google-appengine] Deployment error after upgrading to 1.8.3

2013-09-12 Thread Vinny P
On Thu, Sep 12, 2013 at 11:40 AM, Deepak Singh wrote: > When i switched back to GAEJ 1.7.3 with all the configurations remaining > the same, it worked. But with GAEJ 1.83 it fails. > > Then you may have other build paths and your computer's classpath set improperly. Make sure that they all incl

Re: [google-appengine] Deployment error after upgrading to 1.8.3

2013-09-12 Thread Deepak Singh
All points that you mentioned are correct. I cross verified. Problem is it works with 1.7.3 but not with 1.8.3 On Thu, Sep 12, 2013 at 11:22 PM, Vinny P wrote: > On Thu, Sep 12, 2013 at 11:40 AM, Deepak Singh > wrote: > > When i switched back to GAEJ 1.7.3 with all the configurations remaini

[google-appengine] Deployment of existing app from the web

2010-03-30 Thread PoulS
While app engine is great for those who want to develop their own apps, how about those who have little technical skills and just want to deploy an app that someone else has made available on the web. Shouldn't they be able to do so from within the web interface ? -- You received this message bec

[google-appengine] Deployment - Unable to find a javac compiler

2009-08-18 Thread mouadbox
Hi All, I am meeting a problem whilst updating my appengine application, it is not compling the JSP files during deployment operations'. I search this forum but found no such thing posted. Is it a bug or am I missing something ? Appengine is throwing an exception, here below : Unable to upload

[google-appengine] deployment hangs on "Initiating update" (using eclipse)

2009-11-26 Thread plasticfloor
I'm deperatly trying to deploy another version of my application. I have many times before and didn't show any problem I'm getting a ConnectionReset exception after a few minutes of hanging on Initiating update. What can cause such a problem? I've had the problem before and it went away and now i

[google-appengine] Deployment failing with HTTP Error 400: Bad Request

2016-04-15 Thread Alan Keister
I am trying to deploy changes to an existing project. This worked yesterday. My command line is: appcfg.py update . --noauth_local_webserver --verbose I get this "Bad request" error today back from app engine. I have reauthenticated and then blew away my local copy of the project and re-d

Re: [google-appengine] Deployment of existing app from the web

2010-03-30 Thread Jeevan Dongre
even thought one wants to deploy a app which is already available, one needs the strong skills about app engine and its technology i needs more skills to do that Warm Regards, Jeevan Dongre. || Wisdom is Power || On Tue, Mar 30, 2010 at 10:34 AM, PoulS wrote: > While app engine is great for t

[google-appengine] Deployment problem : appcfg.py:2161 An error occurred processing file ''

2012-09-25 Thread Sadaf Noor
This is what I have got when I try to deploy my app :/ What can be done? >From where this blank file process is getting appeared? :/ Starting update of app: sadaf2605, version: 1 Getting current resource limits. 2012-09-26 02:03:49,990 ERROR appcfg.py:2161 An error occurred processing file '': . A

[google-appengine] Deployment fails every time on Monday January 28 2013

2013-01-28 Thread Jacob G
Issue filed here: http://code.google.com/p/googleappengine/issues/detail?id=8734 Star it if you are also having this problem! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegrou

[google-appengine] Deployment fails: Version still not ready to serve, aborting.

2013-02-02 Thread André Lahs
My deployment gets stuck in a "Checking if deployment succeeded." which terminates with "Version still not ready to serve, aborting." Running on appengine for python 2.7... Another weird thing is that it shows no running instances for the actual deployed version (1 - both frontend and backend)

  1   2   >