You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by IT CTO <go...@gmail.com> on 2015/08/20 18:41:37 UTC

Re: Did new build and web sockets are not working anymore

Hi,
I also got the latest code today and build it successfully but keep getting
connection refused.
I applied PR 231 build again but still can't connect to the server.
Any ideas?
Eran

On Thu, Aug 20, 2015 at 6:48 PM Jitender Aswani <ji...@sparklinedata.com>
wrote:

> I couldn’t apply the patch.  I guess I am going to wait for this error to
> be fixed (looks like today it being pulled into the main trunk).
> Appreciate the help.  This error is annoying for older users of Zeppelin on
> AWS.
>
> Cheers!
>
> On Aug 19, 2015, at 6:03 PM, Corneau Damien <co...@gmail.com> wrote:
>
> This is a known issue, and I think it is being handled here:
> https://issues.apache.org/jira/browse/ZEPPELIN-231
> On Aug 20, 2015 9:09 AM, "Chad Timmins" <ct...@trulia.com> wrote:
>
>> Hi,
>>
>> I had the same thing happen to me this morning and get the same exact
>> error.  Did you figure this out?
>>
>> From: Jitender Aswani <ji...@sparklinedata.com>
>> Reply-To: "users@zeppelin.incubator.apache.org" <
>> users@zeppelin.incubator.apache.org>
>> Date: Wednesday, August 19, 2015 at 2:02 PM
>> To: "users@zeppelin.incubator.apache.org" <
>> users@zeppelin.incubator.apache.org>
>> Subject: Re: Did new build and web sockets are not working anymore
>>
>> I am guessing that web sockets don’t run on a separate port anymore.  I
>> took out nginx and now directly connecting to zeppelin which is running
>> fine on port 8001.  I see this error in the chrome browser -
>>
>> WebSocket connection to 'ws://ec2-197.compute-1.amazonaws.com:8001/ws'
>> failed: Error during WebSocket handshake: Unexpected response code: 403
>>
>> Any clues anyone?
>>
>> Best,
>> Jitender
>>
>> On Aug 19, 2015, at 1:16 PM, Jitender Aswani <ji...@sparklinedata.com>
>> wrote:
>>
>> Hello guys,  need some help from you.
>>
>> Did a new build (0.5 branch) this afternoon and started zeppelin on port
>> 8001 using export ZEPPELIN_PORT=8001 in zeppelin-env.sh file.
>> Web-socket server should have started on 8002 but it didn't.  Chrome
>> browser is displaying following error in console.
>>
>> *WebSocket connection to
>> 'ws://ec2-52-4-253-197.compute-1.amazonaws.com/ws' failed: Error during
>> WebSocket handshake: Unexpected response code: 403*
>>
>> Checked for ports using netstat:
>>
>> tcp        0      0 0.0.0.0:80 <http://0.0.0.0/>
>> 0.0.0.0:*                   LISTEN
>> tcp        0      0 :::8080                     :::*
>>   LISTEN
>> tcp        0      0 :::8081                     :::*
>>   LISTEN
>> tcp        0      0 :::8082                     :::*
>>   LISTEN
>> tcp        0      0 :::8083                     :::*
>>   LISTEN
>> tcp        0      0 :::8001                     :::*
>>   LISTEN
>>
>> I don’t see port 8002 here. No help from the logs.
>>
>> No issues with the previous version of zeppelin. Port 8002 was active and
>> listening.
>> tcp        0      0 :::8080                     :::*
>>   LISTEN
>> tcp        0      0 :::8081                     :::*
>>   LISTEN
>> tcp        0      0 :::8082                     :::*
>>   LISTEN
>> tcp        0      0 :::8083                     :::*
>>   LISTEN
>> tcp        0      0 :::8001                     :::*
>>   LISTEN
>> tcp        0      0 :::8002                     :::*
>>   LISTEN
>>
>>
>>
>

Re: Did new build and web sockets are not working anymore

Posted by IT CTO <go...@gmail.com>.
sorry, I had a local problem which is not related to here.
Eran

On Thu, Aug 20, 2015 at 7:41 PM IT CTO <go...@gmail.com> wrote:

> Hi,
> I also got the latest code today and build it successfully but keep
> getting connection refused.
> I applied PR 231 build again but still can't connect to the server.
> Any ideas?
> Eran
>
> On Thu, Aug 20, 2015 at 6:48 PM Jitender Aswani <
> jitender@sparklinedata.com> wrote:
>
>> I couldn’t apply the patch.  I guess I am going to wait for this error to
>> be fixed (looks like today it being pulled into the main trunk).
>> Appreciate the help.  This error is annoying for older users of Zeppelin on
>> AWS.
>>
>> Cheers!
>>
>> On Aug 19, 2015, at 6:03 PM, Corneau Damien <co...@gmail.com> wrote:
>>
>> This is a known issue, and I think it is being handled here:
>> https://issues.apache.org/jira/browse/ZEPPELIN-231
>> On Aug 20, 2015 9:09 AM, "Chad Timmins" <ct...@trulia.com> wrote:
>>
>>> Hi,
>>>
>>> I had the same thing happen to me this morning and get the same exact
>>> error.  Did you figure this out?
>>>
>>> From: Jitender Aswani <ji...@sparklinedata.com>
>>> Reply-To: "users@zeppelin.incubator.apache.org" <
>>> users@zeppelin.incubator.apache.org>
>>> Date: Wednesday, August 19, 2015 at 2:02 PM
>>> To: "users@zeppelin.incubator.apache.org" <
>>> users@zeppelin.incubator.apache.org>
>>> Subject: Re: Did new build and web sockets are not working anymore
>>>
>>> I am guessing that web sockets don’t run on a separate port anymore.  I
>>> took out nginx and now directly connecting to zeppelin which is running
>>> fine on port 8001.  I see this error in the chrome browser -
>>>
>>> WebSocket connection to 'ws://ec2-197.compute-1.amazonaws.com:8001/ws'
>>> failed: Error during WebSocket handshake: Unexpected response code: 403
>>>
>>> Any clues anyone?
>>>
>>> Best,
>>> Jitender
>>>
>>> On Aug 19, 2015, at 1:16 PM, Jitender Aswani <ji...@sparklinedata.com>
>>> wrote:
>>>
>>> Hello guys,  need some help from you.
>>>
>>> Did a new build (0.5 branch) this afternoon and started zeppelin on port
>>> 8001 using export ZEPPELIN_PORT=8001 in zeppelin-env.sh file.
>>> Web-socket server should have started on 8002 but it didn't.  Chrome
>>> browser is displaying following error in console.
>>>
>>> *WebSocket connection to
>>> 'ws://ec2-52-4-253-197.compute-1.amazonaws.com/ws' failed: Error during
>>> WebSocket handshake: Unexpected response code: 403*
>>>
>>> Checked for ports using netstat:
>>>
>>> tcp        0      0 0.0.0.0:80 <http://0.0.0.0/>
>>> 0.0.0.0:*                   LISTEN
>>> tcp        0      0 :::8080                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8081                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8082                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8083                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8001                     :::*
>>>     LISTEN
>>>
>>> I don’t see port 8002 here. No help from the logs.
>>>
>>> No issues with the previous version of zeppelin. Port 8002 was active
>>> and listening.
>>> tcp        0      0 :::8080                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8081                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8082                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8083                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8001                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8002                     :::*
>>>     LISTEN
>>>
>>>
>>>
>>

Re: Did new build and web sockets are not working anymore

Posted by IT CTO <go...@gmail.com>.
sorry, I had a local problem which is not related to here.
Eran

On Thu, Aug 20, 2015 at 7:41 PM IT CTO <go...@gmail.com> wrote:

> Hi,
> I also got the latest code today and build it successfully but keep
> getting connection refused.
> I applied PR 231 build again but still can't connect to the server.
> Any ideas?
> Eran
>
> On Thu, Aug 20, 2015 at 6:48 PM Jitender Aswani <
> jitender@sparklinedata.com> wrote:
>
>> I couldn’t apply the patch.  I guess I am going to wait for this error to
>> be fixed (looks like today it being pulled into the main trunk).
>> Appreciate the help.  This error is annoying for older users of Zeppelin on
>> AWS.
>>
>> Cheers!
>>
>> On Aug 19, 2015, at 6:03 PM, Corneau Damien <co...@gmail.com> wrote:
>>
>> This is a known issue, and I think it is being handled here:
>> https://issues.apache.org/jira/browse/ZEPPELIN-231
>> On Aug 20, 2015 9:09 AM, "Chad Timmins" <ct...@trulia.com> wrote:
>>
>>> Hi,
>>>
>>> I had the same thing happen to me this morning and get the same exact
>>> error.  Did you figure this out?
>>>
>>> From: Jitender Aswani <ji...@sparklinedata.com>
>>> Reply-To: "users@zeppelin.incubator.apache.org" <
>>> users@zeppelin.incubator.apache.org>
>>> Date: Wednesday, August 19, 2015 at 2:02 PM
>>> To: "users@zeppelin.incubator.apache.org" <
>>> users@zeppelin.incubator.apache.org>
>>> Subject: Re: Did new build and web sockets are not working anymore
>>>
>>> I am guessing that web sockets don’t run on a separate port anymore.  I
>>> took out nginx and now directly connecting to zeppelin which is running
>>> fine on port 8001.  I see this error in the chrome browser -
>>>
>>> WebSocket connection to 'ws://ec2-197.compute-1.amazonaws.com:8001/ws'
>>> failed: Error during WebSocket handshake: Unexpected response code: 403
>>>
>>> Any clues anyone?
>>>
>>> Best,
>>> Jitender
>>>
>>> On Aug 19, 2015, at 1:16 PM, Jitender Aswani <ji...@sparklinedata.com>
>>> wrote:
>>>
>>> Hello guys,  need some help from you.
>>>
>>> Did a new build (0.5 branch) this afternoon and started zeppelin on port
>>> 8001 using export ZEPPELIN_PORT=8001 in zeppelin-env.sh file.
>>> Web-socket server should have started on 8002 but it didn't.  Chrome
>>> browser is displaying following error in console.
>>>
>>> *WebSocket connection to
>>> 'ws://ec2-52-4-253-197.compute-1.amazonaws.com/ws' failed: Error during
>>> WebSocket handshake: Unexpected response code: 403*
>>>
>>> Checked for ports using netstat:
>>>
>>> tcp        0      0 0.0.0.0:80 <http://0.0.0.0/>
>>> 0.0.0.0:*                   LISTEN
>>> tcp        0      0 :::8080                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8081                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8082                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8083                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8001                     :::*
>>>     LISTEN
>>>
>>> I don’t see port 8002 here. No help from the logs.
>>>
>>> No issues with the previous version of zeppelin. Port 8002 was active
>>> and listening.
>>> tcp        0      0 :::8080                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8081                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8082                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8083                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8001                     :::*
>>>     LISTEN
>>> tcp        0      0 :::8002                     :::*
>>>     LISTEN
>>>
>>>
>>>
>>

Re: Did new build and web sockets are not working anymore

Posted by Joel Zambrano <dj...@gmail.com>.
The fix is still under review but it's almost done.

Thanks,
Joel

> On Aug 20, 2015, at 9:41 AM, IT CTO <go...@gmail.com> wrote:
> 
> Hi,
> I also got the latest code today and build it successfully but keep getting
> connection refused.
> I applied PR 231 build again but still can't connect to the server.
> Any ideas?
> Eran
> 
> On Thu, Aug 20, 2015 at 6:48 PM Jitender Aswani <ji...@sparklinedata.com>
> wrote:
> 
>> I couldn’t apply the patch.  I guess I am going to wait for this error to
>> be fixed (looks like today it being pulled into the main trunk).
>> Appreciate the help.  This error is annoying for older users of Zeppelin on
>> AWS.
>> 
>> Cheers!
>> 
>> On Aug 19, 2015, at 6:03 PM, Corneau Damien <co...@gmail.com> wrote:
>> 
>> This is a known issue, and I think it is being handled here:
>> https://issues.apache.org/jira/browse/ZEPPELIN-231
>>> On Aug 20, 2015 9:09 AM, "Chad Timmins" <ct...@trulia.com> wrote:
>>> 
>>> Hi,
>>> 
>>> I had the same thing happen to me this morning and get the same exact
>>> error.  Did you figure this out?
>>> 
>>> From: Jitender Aswani <ji...@sparklinedata.com>
>>> Reply-To: "users@zeppelin.incubator.apache.org" <
>>> users@zeppelin.incubator.apache.org>
>>> Date: Wednesday, August 19, 2015 at 2:02 PM
>>> To: "users@zeppelin.incubator.apache.org" <
>>> users@zeppelin.incubator.apache.org>
>>> Subject: Re: Did new build and web sockets are not working anymore
>>> 
>>> I am guessing that web sockets don’t run on a separate port anymore.  I
>>> took out nginx and now directly connecting to zeppelin which is running
>>> fine on port 8001.  I see this error in the chrome browser -
>>> 
>>> WebSocket connection to 'ws://ec2-197.compute-1.amazonaws.com:8001/ws'
>>> failed: Error during WebSocket handshake: Unexpected response code: 403
>>> 
>>> Any clues anyone?
>>> 
>>> Best,
>>> Jitender
>>> 
>>> On Aug 19, 2015, at 1:16 PM, Jitender Aswani <ji...@sparklinedata.com>
>>> wrote:
>>> 
>>> Hello guys,  need some help from you.
>>> 
>>> Did a new build (0.5 branch) this afternoon and started zeppelin on port
>>> 8001 using export ZEPPELIN_PORT=8001 in zeppelin-env.sh file.
>>> Web-socket server should have started on 8002 but it didn't.  Chrome
>>> browser is displaying following error in console.
>>> 
>>> *WebSocket connection to
>>> 'ws://ec2-52-4-253-197.compute-1.amazonaws.com/ws' failed: Error during
>>> WebSocket handshake: Unexpected response code: 403*
>>> 
>>> Checked for ports using netstat:
>>> 
>>> tcp        0      0 0.0.0.0:80 <http://0.0.0.0/>
>>> 0.0.0.0:*                   LISTEN
>>> tcp        0      0 :::8080                     :::*
>>>  LISTEN
>>> tcp        0      0 :::8081                     :::*
>>>  LISTEN
>>> tcp        0      0 :::8082                     :::*
>>>  LISTEN
>>> tcp        0      0 :::8083                     :::*
>>>  LISTEN
>>> tcp        0      0 :::8001                     :::*
>>>  LISTEN
>>> 
>>> I don’t see port 8002 here. No help from the logs.
>>> 
>>> No issues with the previous version of zeppelin. Port 8002 was active and
>>> listening.
>>> tcp        0      0 :::8080                     :::*
>>>  LISTEN
>>> tcp        0      0 :::8081                     :::*
>>>  LISTEN
>>> tcp        0      0 :::8082                     :::*
>>>  LISTEN
>>> tcp        0      0 :::8083                     :::*
>>>  LISTEN
>>> tcp        0      0 :::8001                     :::*
>>>  LISTEN
>>> tcp        0      0 :::8002                     :::*
>>>  LISTEN
>>