[google-appengine] Re: App deployment stuck and then failed with version not ready

2014-09-29 Thread Caleb Lloyd
Can't deploy on Python right now either.  Deployment keeps hanging.

On Friday, September 26, 2014 12:57:23 PM UTC-4, Markus A. wrote:

 Getting frequent errors from the admin page (appengine.google.com) also:

 Error: Server ErrorThe server encountered an error and could not complete 
 your request.

 Please try again in 30 seconds.

 On Friday, September 26, 2014 9:54:28 AM UTC-7, Markus A. wrote:

 Same problem here right now...

 Also, the admin console is EXTREMELY slow...


 On Wednesday, September 12, 2012 8:05:28 PM UTC-7, gks wrote:

 I am unable to deploy to my apps in the past 20 hrs. All deployments 
 stuck at the stage of Verifying availability of frontend and eventually 
 failed with Version not ready.

 My AppIDs are aos-prod-1  aos-prod-2.

 Any help will be greatly appreciated!



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


[google-appengine] Re: appcfg.py upload_data failing early

2009-11-18 Thread Lloyd
To follow up.  I cross posted on StackOverflow

Brit: Do you get any more information when you add --noisy ? Are you
logged in before you run above line ?

Me: Thanks, I didn't know about that flag. The odd thing is that it
seems to not make any difference on the WinXP machine that I was
working on. To make it odder, the flag, and the upload worked just
fine on my Windows 7 lappy. This helped me track down the issue with
the install on my WinXP machine.

Lloyd

On Nov 16, 10:34 pm, Lloyd cled...@gmail.com wrote:
 I am having trouble getting the bulk uploader to work.  I have been
 following the tutorial here:http://code.google.com/appengine/docs/
 python/tools/uploadingdata.html.

 When I enter the following command (from winodows, using PowerShell)
 
 appcfg.py upload_data --config_file=src/friend_loader.py --
 filename=frienddata.csv --kind=Friend ./src/
 

 I get the following error:
 
 Usage: appcfg.py [options] upload_data directory

 appcfg.py: error: Expected directory argument.
 

 This seems to happen no matter how I change the order of the
 arguments, where the files are or any other combination that I have
 tried.

 Any thoughts appreciated.

--

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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




[google-appengine] appcfg.py upload_data failing early

2009-11-17 Thread Lloyd
I am having trouble getting the bulk uploader to work.  I have been
following the tutorial here:http://code.google.com/appengine/docs/
python/tools/uploadingdata.html.

When I enter the following command (from winodows, using PowerShell)

appcfg.py upload_data --config_file=src/friend_loader.py --
filename=frienddata.csv --kind=Friend ./src/


I get the following error:

Usage: appcfg.py [options] upload_data directory

appcfg.py: error: Expected directory argument.


This seems to happen no matter how I change the order of the
arguments, where the files are or any other combination that I have
tried.

Any thoughts appreciated.

--

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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




[google-appengine] Re: Code not refreshed

2009-08-14 Thread Lloyd Dube

Thanks for the advice - i will check what copy my dev server is
loading..

On Aug 13, 4:12 pm, Wooble geoffsp...@gmail.com wrote:
 I'd check that dev_appserver isn't loading a different copy of the app
 then the one you're modifying.  Changing the python file should result
 in the changes occurring immediately.  Clearing your browser's cache
 couldn't hurt, of course, but I can't imagine the page wouldn't get
 reloaded after you've rebooting your machine unless your browser is
 being really dumb.

 On Aug 13, 7:48 am, OkaMthembo zebr...@gmail.com wrote:

  Hi guys and gals,

  I am doing the introductory app-engine tutorial on Ubuntu 9.04 (using
  Eclipse Ganymede + Pydev).
  I have a problem where, if i change the Hello World message to anything
  else, the old text still appears on the page.
  I have tried restarting the server, and even after a complete reboot my new
  text is not shown in place of Hello World.
  What could it be? It can't be caching, could it?

  I would appreciate any ideas..

  --
  Lloyd Dube
--~--~-~--~~~---~--~~
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 group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: application configuration file not found

2009-05-23 Thread Lloyd Dube

Hi,i had the same problem.Solved by moving the helloworld directory
out of google_appengine. so now i call the command as follows:
google_appengine/dev_appserver.py ./helloworld/

Both google_appengine and helloworld directory are sitting together in
a directory i created named Projects.

Hope it helps,

Lloyd Dube

On Apr 10, 3:52 am, hongxua...@gmail.com hongxua...@gmail.com
wrote:
 say you have an C:\MyDemo\HelloWorld dir which include 2 files:
 helloworld.py and app.yaml
 then you should go to C:\MyDemo rather than C:\MyDemo\HelloWorld to
 perform the cmd(dev_appserver.py helloworld/
 ). Hope this helps

 On Mar 19, 7:34 am, joshua jos...@circusjoshua.com wrote:

  hi i made a test app just to play with it and when i try to run the
  webserver cmd tells me ERROR:root:application configuration file not
  found in my selected directory

  i am running windows XP (pro)
  with the newest python

  please if you have an answer post it here or send me an email at
  jos...@circusjoshua.com
--~--~-~--~~~---~--~~
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 group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---