bokeh server can not be launched

Hi guys,

My bokeh server is embedded, the same code can be run on IIS 7 but not on IIS 10. the error appears on IIS 10 is posted below.

2018-09-11_9-13-27.png

Could someone give me a clue what that means? I have no idea that issue is from my code or associated with server configuration.

Thanks a lot

That appears to indicate that the URL for the autoload script cannot be loaded. That could be either because:

* the request reached the bokeh server, but the bokeh server decided to reject it

* the request never reached the bokeh server at all

If it is the former, there will be some kind of error message in the Bokeh server log stating why it rejected the request. If there is nothing in the Bokeh server logs, then it is some network configuration issue, preventing the request from reaching the server at all. In that case I can't really speculate further, however.

Bryan

···

On Sep 11, 2018, at 08:19, peng wang <[email protected]> wrote:

Hi guys,

My bokeh server is embedded, the same code can be run on IIS 7 but not on IIS 10. the error appears on IIS 10 is posted below.

<2018-09-11_9-13-27.png>

Could someone give me a clue what that means? I have no idea that issue is from my code or associated with server configuration.

Thanks a lot

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" 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].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/7265b6bc-b934-4e3a-a92f-fa22516dd056%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
<2018-09-11_9-13-27.png>

Thanks for response, I add this:
allow_websocket_origin=[“127...*:8011”] ob bokeh server.

``

and the problem is fixed.

···

On Tuesday, September 11, 2018 at 9:52:22 AM UTC-6, Bryan Van de ven wrote:

That appears to indicate that the URL for the autoload script cannot be loaded. That could be either because:

  • the request reached the bokeh server, but the bokeh server decided to reject it

  • the request never reached the bokeh server at all

If it is the former, there will be some kind of error message in the Bokeh server log stating why it rejected the request. If there is nothing in the Bokeh server logs, then it is some network configuration issue, preventing the request from reaching the server at all. In that case I can’t really speculate further, however.

Bryan

On Sep 11, 2018, at 08:19, peng wang [email protected] wrote:

Hi guys,

My bokeh server is embedded, the same code can be run on IIS 7 but not on IIS 10. the error appears on IIS 10 is posted below.

<2018-09-11_9-13-27.png>

Could someone give me a clue what that means? I have no idea that issue is from my code or associated with server configuration.

Thanks a lot


You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” 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].

To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/7265b6bc-b934-4e3a-a92f-fa22516dd056%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

<2018-09-11_9-13-27.png>