hi Takano,

On 17 March 2013 13:48, takanao ENDOH <[email protected]> wrote:

> Hi, Janani
>
> 2013年3月13日水曜日 23時50分00秒 UTC+9 Janani Thanigachalam:
>
>> - Fixed an issue with the new dev_appserver to have fix_sys_path add the
>>   necessary libraries to sys.path making it now compatible with the
>> testbed.
>>     https://code.google.com/p/**appengine-devappserver2-**
>> experiment/issues/detail<https://code.google.com/p/appengine-devappserver2-experiment/issues/detail>
>> ?
>>     id=45
>>
>
> That's great!
>
> But I have a new problem on 1.7.6 pre-release.
> I must be use `--address` option of dev_appserver.py for access from other
> devices.
> Probably `--address` option was changing to `--host` on 1.7.6.
> So I tried use `--host` option instead `--address` and then got errors
> bellow:
>
> > google.appengine.tools.devappserver2.wsgi_server.BindError: Unable to
> bind 0.0.0.0:8081
>
> Seems to have failed starting server "b1".
>

Yes, it is correct to now use '--host' (instead of '--address') with the
new dev_appserver.

Re: your error, I am guessing you have a backends.yaml file, with a backend
'b1' defined?
If you specify '--host 0.0.0.0', and use the default 8080 port, you should
indeed see the first backend start up on http://0.0.0.0:8081, and so on.
This works fine in my tests.
Is it possible that your port 8081 was already in use at the time?

 -Amy


>
> Thanks,
> Takanao
>
>>  --
> 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?hl=en.
> 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to