How to identify the other instance which is running and how to kill it.

On Friday, May 13, 2016 at 1:10:22 PM UTC+5:30, Jochen Schalanda wrote:
>
> Hi Vegesna,
>
> there's another instance of the web interface already running on that 
> system so that the new instance can't bind to port 9000. You'll have to 
> stop or kill the old instance before the new one can be started.
>
> Cheers,
> Jochen
>
> On Friday, 13 May 2016 06:43:15 UTC+2, Vegesna Narasimha Raju wrote:
>>
>> root@raju-test-ES:~# netstat -ntlp
>>
>> Active Internet connections (only servers)
>>
>> Proto Recv-Q Send-Q Local Address           Foreign Address         State 
>>       PID/Program name
>>
>> tcp        0      0 0.0.0.0:22              0.0.0.0:*               
>> LISTEN      1048/sshd       
>>
>> tcp        0      0 127.0.0.1:25            0.0.0.0:*               
>> LISTEN      1180/master     
>>
>> tcp        0      0 127.0.0.1:27017         0.0.0.0:*               
>> LISTEN      11565/mongod    
>>
>> tcp6       0      0 :::22                   :::*                    
>> LISTEN      1048/sshd       
>>
>> tcp6       0      0 ::1:25                  :::*                    
>> LISTEN      1180/master     
>>
>> tcp6       0      0 127.0.0.1:12900         :::*                    
>> LISTEN      12656/java      
>>
>> tcp6       0      0 127.0.0.1:9350          :::*                    
>> LISTEN      12656/java      
>>
>> tcp6       0      0 ::1:9350                :::*                    
>> LISTEN      12656/java      
>>
>> tcp6       0      0 127.0.0.1:9000          :::*                    
>> LISTEN      12656/java      
>>
>> tcp6       0      0 :::9200                 :::*                    
>> LISTEN      11486/java      
>>
>> tcp6       0      0 :::9300                 :::*                    
>> LISTEN      11486/java   
>>
>>
>>
>>
>>
>>
>>
>> On Friday, May 13, 2016 at 10:11:13 AM UTC+5:30, Vegesna Narasimha Raju 
>> wrote:
>>>
>>> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option 
>>> MaxPermSize=256m; support was removed in 8.0
>>>
>>> Play server process ID is 23707
>>>
>>> [debug] application - Loading timeout value into cache from 
>>> configuration for key DEFAULT: Not configured, falling back to default.
>>>
>>> [debug] application - Loading timeout value into cache from 
>>> configuration for key node_refresh: Not configured, falling back to default.
>>>
>>> [info] play - Application started (Prod)
>>>
>>> Oops, cannot start the server.
>>>
>>> org.jboss.netty.channel.ChannelException: Failed to bind to: /
>>> 0.0.0.0:9000
>>>
>>> at 
>>> org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:272)
>>>
>>> at play.core.server.NettyServer$$anonfun$10.apply(NettyServer.scala:134)
>>>
>>> at play.core.server.NettyServer$$anonfun$10.apply(NettyServer.scala:131)
>>>
>>> at scala.Option.map(Option.scala:145)
>>>
>>> at play.core.server.NettyServer.<init>(NettyServer.scala:131)
>>>
>>> at play.core.server.NettyServer$.createServer(NettyServer.scala:242)
>>>
>>> at 
>>> play.core.server.NettyServer$$anonfun$main$3.apply(NettyServer.scala:279)
>>>
>>> at 
>>> play.core.server.NettyServer$$anonfun$main$3.apply(NettyServer.scala:274)
>>>
>>> at scala.Option.map(Option.scala:145)
>>>
>>> at play.core.server.NettyServer$.main(NettyServer.scala:274)
>>>
>>> at play.core.server.NettyServer.main(NettyServer.scala)
>>>
>>> Caused by: java.net.BindException: Address already in use
>>>
>>> at sun.nio.ch.Net.bind0(Native Method)
>>>
>>> at sun.nio.ch.Net.bind(Net.java:433)
>>>
>>> at sun.nio.ch.Net.bind(Net.java:425)
>>>
>>> at 
>>> sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
>>>
>>> at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
>>>
>>> at 
>>> org.jboss.netty.channel.socket.nio.NioServerBoss$RegisterTask.run(NioServerBoss.java:193)
>>>
>>> at 
>>> org.jboss.netty.channel.socket.nio.AbstractNioSelector.processTaskQueue(AbstractNioSelector.java:366)
>>>
>>> at 
>>> org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:290)
>>>
>>> at 
>>> org.jboss.netty.channel.socket.nio.NioServerBoss.run(NioServerBoss.java:42)
>>>
>>> at 
>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>>>
>>> at 
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>>>
>>> at java.lang.Thread.run(Thread.java:745)
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/0c83369b-571e-4cf9-8360-b7e5534a42e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to