[graylog2] Re: Unable to start graylog web interface

2016-05-12 Thread Vegesna Narasimha Raju
 

root@raju-test-ES:~# netstat -ntlp

Active Internet connections (only servers)

Proto Recv-Q Send-Q Local Address   Foreign Address State   
PID/Program name

tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN  
1048/sshd   

tcp0  0 127.0.0.1:250.0.0.0:*   LISTEN  
1180/master 

tcp0  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.(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 graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/56534dc0-c3f1-4219-8b6d-be048f01ff97%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Unable to start graylog web interface

2016-05-12 Thread Vegesna Narasimha Raju
 

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.(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 graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/e568acca-ab7d-4888-a486-d8d16eb32dc2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.