Is it possible that another program is already using port 8080? What happens if you direct your browser to localhost:8080?
On 18 June 2013 14:05, Anurag Mathur <[email protected]> wrote: > I am getting this error while starting the app. From the UI, it all stays > greyed out for ever. > > > banl11fd1c97d:~ amathur1$ dev_appserver.py hello-world > > Allow dev_appserver to check for updates on startup? (Y/n): Y > > dev_appserver will check for updates on startup. To change this setting, > edit /Users/amathur1/.appcfg_nag > > INFO 2013-06-18 04:07:46,967 sdk_update_checker.py:244] Checking for > updates to the SDK. > > INFO 2013-06-18 04:07:48,439 sdk_update_checker.py:272] The SDK is up > to date. > > INFO 2013-06-18 04:07:48,459 api_server.py:138] Starting API server > at: http://localhost:55576 > > INFO 2013-06-18 04:07:48,462 api_server.py:509] Applying all pending > transactions and saving the datastore > > INFO 2013-06-18 04:07:48,462 api_server.py:512] Saving search indexes > > Traceback (most recent call last): > > File "/usr/local/bin/dev_appserver.py", line 182, in <module> > > _run_file(__file__, globals()) > > File "/usr/local/bin/dev_appserver.py", line 178, in _run_file > > execfile(script_path, globals_) > > File > "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/devappserver2/devappserver2.py", > line 695, in <module> > > main() > > File > "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/devappserver2/devappserver2.py", > line 688, in main > > dev_server.start(options) > > File > "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/devappserver2/devappserver2.py", > line 663, in start > > self._dispatcher.start(apis.port, request_data) > > File > "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/devappserver2/dispatcher.py", > line 161, in start > > servr.start() > > File > "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/devappserver2/server.py", > line 933, in start > > self._balanced_server.start() > > File > "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/devappserver2/wsgi_server.py", > line 292, in start > > self._start_all_fixed_port(host_ports) > > File > "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/devappserver2/wsgi_server.py", > line 329, in _start_all_fixed_port > > raise BindError('Unable to bind %s:%s' % self.bind_addr) > > google.appengine.tools.devappserver2.wsgi_server.BindError: Unable to bind > localhost:8080 > > banl11fd1c97d:~ amathur1$ > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
