I am trying to deploy an app onto Google App Engine localhost but it hangs during the deployment process.

Any idea what I can do?

Thanks, Tarlo

link|improve this question
Please clarify. Are you trying to deploy to localhost, or to appspot.com? – Dave W. Smith Sep 30 '11 at 3:34
hi, am trying to deploy on localhost. – t_lo Sep 30 '11 at 7:46
someone please helpppppppppp.. it's urgent. I think it something to do with my netbeans memory! – t_lo Sep 30 '11 at 9:03
O.K., this narrows it down. You're using Java. The App Engine SDK lets you run locally (using bin/dev_appserver.sh or equivalent in the SDK), but apps install into a special application server environment, which you aren't going to have on localhost. What is it that you're trying to do? – Dave W. Smith Sep 30 '11 at 15:30
The term "deploy" is usually used when you upload your application to the internet, such as a *.appspot.com domain. Are you trying to run the application locally (ie. on localhost)? – Eric G Oct 4 '11 at 4:24
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.