For some reason it looks like when I press start on the Google App Engine Launcher it registers in some way that the application is 'started' and hence won't let me start again but it does not actually run dev_appserver.py. If I run dev_appserver.py myself I can start the application. Any reason why the app engine launcher wouldn't run dev_appserver.py?
Thanks, Bryan On Mon, Sep 13, 2010 at 12:05 PM, bryan rasmussen <[email protected]> wrote: > the log (for the helloworld) is: > > 2010-09-13 12:04:32 Running command: "['C:\\Python25\\pythonw.exe', > 'C:\\Program Files\\Google\\google_appengine\\dev_appserver.py', > '--admin_console_server=', '--port=8080', 'C:\\Program > Files\\Google\\google_appengine\\helloworld']" > > Thanks, > Bryan Rasmussen > > > On Mon, Sep 13, 2010 at 12:02 PM, bryan rasmussen > <[email protected]> wrote: >> Hi, >> >> I am running GoogleAppEngine-1.3.7.msi with Python 2.5 >> >> After installation I tried to 'add existing application' for the >> guestbook application from the demos folder, as well as the helloworld >> application described in >> http://code.google.com/appengine/docs/python/gettingstarted/helloworld.html >> >> In both cases after I added and pressed start I had the following result: >> >> 1. The browse button in the google apps launcher was not active. >> 2. When I used the browser to localhost:8080 I was unable to connect >> . didn't work with >> 127.0.0.1:8080 either, nor did it work if I bound to another port than >> 8080 >> 3. When I press stop with a started application selected, nothing >> happens. I can press stop and then start and it tells me that the >> application is already started. >> the only way to stop the application is to remove. >> >> Any suggestions? >> >> Thanks, >> Bryan Rasmussen >> > -- 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.
