Which port do i check and what is the command ?

Log says

WARN [2015-09-30 21:24:41,926] ({main}
AbstractLifeCycle.java[setFailed]:204) - FAILED
SelectChannelConnector@0.0.0.0:8080: java.net.BindException: Address
already in use

java.net.BindException: Address already in use

        at sun.nio.ch.Net.bind0(Native Method)

        at sun.nio.ch.Net.bind(Net.java:444)

        at sun.nio.ch.Net.bind(Net.java:436)

        at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)

        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)

        at
org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187)

        at
org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316)

        at
org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265)

        at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)

        at org.eclipse.jetty.server.Server.doStart(Server.java:293)

        at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)

        at
org.apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.java:103)

 WARN [2015-09-30 21:24:41,928] ({main}
AbstractLifeCycle.java[setFailed]:204) - FAILED
org.eclipse.jetty.server.Server@6405ae77: java.net.BindException: Address
already in use

java.net.BindException: Address already in use

On Wed, Sep 30, 2015 at 9:53 PM, Corneau Damien <cornead...@gmail.com>
wrote:

> 'Check which processes are listening on this port. Kill the process if it
> is ok.'
>
> 'doesn't have to be Zeppelin necessary'
>
> On Thu, Oct 1, 2015 at 1:47 PM, ÐΞ€ρ@Ҝ (๏̯͡๏) <deepuj...@gmail.com> wrote:
>
>> $ ps aux | grep zeppelin
>>
>> root      6652  0.0  0.0 212676 13052 ?        S    Aug03   0:00
>> /usr/bin/python2.6
>> /usr/lib/python2.6/site-packages/ambari_agent/AmbariAgent.py start
>> --expected-hostname=zeppelin-3529.phx01.dev.ebayc3.com
>>
>> root      6660  2.1 15.8 4606312 3928832 ?     Sl   Aug03 1821:53
>> /usr/bin/python2.6 /usr/lib/python2.6/site-packages/ambari_agent/main.py
>> start --expected-hostname=zeppelin-3529.phx01.dev.ebayc3.com
>>
>> root     29811  0.0  0.0 158120  1820 pts/0    S    21:45   0:00 su -
>> zeppelin
>>
>> zeppelin 29812  0.0  0.0 108304  1984 pts/0    S    21:45   0:00 -bash
>>
>> zeppelin 29914  2.0  0.0 121124  1260 pts/0    R+   21:47   0:00 ps aux
>>
>> zeppelin 29915  0.0  0.0 103240   880 pts/0    S+   21:47   0:00 grep
>> zeppelin
>>
>> [zeppelin@zeppelin-3529 ~]$
>>
>> On Wed, Sep 30, 2015 at 9:44 PM, ÐΞ€ρ@Ҝ (๏̯͡๏) <deepuj...@gmail.com>
>> wrote:
>>
>>> If you see my investigation section earlier.
>>>
>>> Investigation
>>>
>>> ==========
>>>
>>> $ ps -ef | grep zeppelin
>>>
>>>
>>> there is nothing.
>>>
>>> On Wed, Sep 30, 2015 at 9:32 PM, madhuka udantha <
>>> madhukaudan...@gmail.com> wrote:
>>>
>>>>
>>>> On Thu, Oct 1, 2015 at 9:55 AM, ÐΞ€ρ@Ҝ (๏̯͡๏) <deepuj...@gmail.com>
>>>> wrote:
>>>>
>>>>> java.net.BindException: Address already in use
>>>>
>>>>
>>>> you have another process bound to the same port.
>>>>
>>>> Check which processes are listening on this port. Kill the process if
>>>> it is ok.
>>>>
>>>>
>>>> --
>>>> Cheers,
>>>> Madhuka Udantha
>>>> http://madhukaudantha.blogspot.com
>>>>
>>>
>>>
>>>
>>> --
>>> Deepak
>>>
>>>
>>
>>
>> --
>> Deepak
>>
>>
>


-- 
Deepak

Reply via email to