ElasticSearch not starting after switching network

Hi,

I've been using ES from my office and home. I really liked it but suddenly
today it stopped working when I tried to start at my home. See below the
log file details. Restarting my machine/ES many times but did not help.
AFAIK nothing has changed from network and my machine. Please help! I won't
be going to ofice for a few days and getting this working on my local with
out re-installing ES is very imp for me.

[2014-06-15 08:12:18,530][WARN ][bootstrap ] jvm uses the
client vm, make sure to run java with the server vm for best performance
by adding -server to the command line
[2014-06-15 08:12:18,747][INFO ][node ] [Kymaera]
version[1.1.1], pid[7608], build[f1585f0/2014-04-16T14:27:12Z]
[2014-06-15 08:12:18,747][INFO ][node ] [Kymaera]
initializing ...
[2014-06-15 08:12:19,012][INFO ][plugins ] [Kymaera]
loaded [marvel, support-1.1.0.7-1720683, jdbc-1.1.0.2-b016a06], sites
[marvel]
[2014-06-15 08:12:22,868][INFO ][node ] [Kymaera]
initialized
[2014-06-15 08:12:22,869][INFO ][node ] [Kymaera]
starting ...
[2014-06-15 08:12:23,159][INFO ][transport ] [Kymaera]
bound_address {inet[/0.0.0.0:9300]}, publish_address
{inet[/192.168.1.73:9300]}
[2014-06-15 08:12:26,344][INFO ][cluster.service ] [Kymaera]
new_master
[Kymaera][eC55kfbfSpqPjRCxhMcThA][SVCCN-ACHIDIGE2][inet[/192.168.1.73:9300]],
reason: zen-disco-join (elected_as_master)
[2014-06-15 08:12:26,479][WARN ][transport.netty ] [Kymaera]
exception caught on transport layer [[id: 0x4b95b541]], closing connection
java.net.SocketException: Permission denied: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source)
at
org.elasticsearch.common.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:150)
at
org.elasticsearch.common.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
at
org.elasticsearch.common.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:79)
at
org.elasticsearch.common.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:318)
at
org.elasticsearch.common.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
at
org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
at
org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/b8fbfe85-58a9-429a-95bf-3fc37cc8fd00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Are you on Windows, is your firewall enabled?

Regards,
Mark Walkom

Infrastructure Engineer
Campaign Monitor
email: markw@campaignmonitor.com
web: www.campaignmonitor.com

On 16 June 2014 01:39, Ashok Chidige achidige@gmail.com wrote:

Hi,

I've been using ES from my office and home. I really liked it but suddenly
today it stopped working when I tried to start at my home. See below the
log file details. Restarting my machine/ES many times but did not help.
AFAIK nothing has changed from network and my machine. Please help! I won't
be going to ofice for a few days and getting this working on my local with
out re-installing ES is very imp for me.

[2014-06-15 08:12:18,530][WARN ][bootstrap ] jvm uses the
client vm, make sure to run java with the server vm for best performance
by adding -server to the command line
[2014-06-15 08:12:18,747][INFO ][node ] [Kymaera]
version[1.1.1], pid[7608], build[f1585f0/2014-04-16T14:27:12Z]
[2014-06-15 08:12:18,747][INFO ][node ] [Kymaera]
initializing ...
[2014-06-15 08:12:19,012][INFO ][plugins ] [Kymaera]
loaded [marvel, support-1.1.0.7-1720683, jdbc-1.1.0.2-b016a06], sites
[marvel]
[2014-06-15 08:12:22,868][INFO ][node ] [Kymaera]
initialized
[2014-06-15 08:12:22,869][INFO ][node ] [Kymaera]
starting ...
[2014-06-15 08:12:23,159][INFO ][transport ] [Kymaera]
bound_address {inet[/0.0.0.0:9300]}, publish_address {inet[/
192.168.1.73:9300]}
[2014-06-15 08:12:26,344][INFO ][cluster.service ] [Kymaera]
new_master
[Kymaera][eC55kfbfSpqPjRCxhMcThA][SVCCN-ACHIDIGE2][inet[/192.168.1.73:9300]],
reason: zen-disco-join (elected_as_master)
[2014-06-15 08:12:26,479][WARN ][transport.netty ] [Kymaera]
exception caught on transport layer [[id: 0x4b95b541]], closing connection
java.net.SocketException: Permission denied: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source)
at
org.elasticsearch.common.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:150)
at
org.elasticsearch.common.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
at
org.elasticsearch.common.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:79)
at
org.elasticsearch.common.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:318)
at
org.elasticsearch.common.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
at
org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
at
org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/b8fbfe85-58a9-429a-95bf-3fc37cc8fd00%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/b8fbfe85-58a9-429a-95bf-3fc37cc8fd00%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEM624a2%3DNkhdUS_41%2BfaPEG6MzuL-sROcN7o%2BWPVp%2Bc3waUKw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

yes, but I've not changed anything in the firewall. not sure if the my
company pushed anything silently. i'll check. Regardless I cannot turn off
the firewall. What firewall rules do I've to enable to get it working?

On Sunday, June 15, 2014 6:59:14 PM UTC-4, Mark Walkom wrote:

Are you on Windows, is your firewall enabled?

Regards,
Mark Walkom

Infrastructure Engineer
Campaign Monitor
email: ma...@campaignmonitor.com <javascript:>
web: www.campaignmonitor.com

On 16 June 2014 01:39, Ashok Chidige <achi...@gmail.com <javascript:>>
wrote:

Hi,

I've been using ES from my office and home. I really liked it but
suddenly today it stopped working when I tried to start at my home. See
below the log file details. Restarting my machine/ES many times but did not
help. AFAIK nothing has changed from network and my machine. Please help! I
won't be going to ofice for a few days and getting this working on my local
with out re-installing ES is very imp for me.

[2014-06-15 08:12:18,530][WARN ][bootstrap ] jvm uses the
client vm, make sure to run java with the server vm for best performance
by adding -server to the command line
[2014-06-15 08:12:18,747][INFO ][node ] [Kymaera]
version[1.1.1], pid[7608], build[f1585f0/2014-04-16T14:27:12Z]
[2014-06-15 08:12:18,747][INFO ][node ] [Kymaera]
initializing ...
[2014-06-15 08:12:19,012][INFO ][plugins ] [Kymaera]
loaded [marvel, support-1.1.0.7-1720683, jdbc-1.1.0.2-b016a06], sites
[marvel]
[2014-06-15 08:12:22,868][INFO ][node ] [Kymaera]
initialized
[2014-06-15 08:12:22,869][INFO ][node ] [Kymaera]
starting ...
[2014-06-15 08:12:23,159][INFO ][transport ] [Kymaera]
bound_address {inet[/0.0.0.0:9300]}, publish_address {inet[/
192.168.1.73:9300]}
[2014-06-15 08:12:26,344][INFO ][cluster.service ] [Kymaera]
new_master
[Kymaera][eC55kfbfSpqPjRCxhMcThA][SVCCN-ACHIDIGE2][inet[/192.168.1.73:9300]],
reason: zen-disco-join (elected_as_master)
[2014-06-15 08:12:26,479][WARN ][transport.netty ] [Kymaera]
exception caught on transport layer [[id: 0x4b95b541]], closing connection
java.net.SocketException: Permission denied: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source)
at
org.elasticsearch.common.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:150)
at
org.elasticsearch.common.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
at
org.elasticsearch.common.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:79)
at
org.elasticsearch.common.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:318)
at
org.elasticsearch.common.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
at
org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
at
org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearc...@googlegroups.com <javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/b8fbfe85-58a9-429a-95bf-3fc37cc8fd00%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/b8fbfe85-58a9-429a-95bf-3fc37cc8fd00%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/de4e1721-a9c3-4cec-83ac-08bafcda2814%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

It could be a change of network interface which has caused problems with
the firewall?

Regards,
Mark Walkom

Infrastructure Engineer
Campaign Monitor
email: markw@campaignmonitor.com
web: www.campaignmonitor.com

On 16 June 2014 19:06, Ashok Chidige achidige@gmail.com wrote:

yes, but I've not changed anything in the firewall. not sure if the my
company pushed anything silently. i'll check. Regardless I cannot turn off
the firewall. What firewall rules do I've to enable to get it working?

On Sunday, June 15, 2014 6:59:14 PM UTC-4, Mark Walkom wrote:

Are you on Windows, is your firewall enabled?

Regards,
Mark Walkom

Infrastructure Engineer
Campaign Monitor
email: ma...@campaignmonitor.com
web: www.campaignmonitor.com

On 16 June 2014 01:39, Ashok Chidige achi...@gmail.com wrote:

Hi,

I've been using ES from my office and home. I really liked it but
suddenly today it stopped working when I tried to start at my home. See
below the log file details. Restarting my machine/ES many times but did not
help. AFAIK nothing has changed from network and my machine. Please help! I
won't be going to ofice for a few days and getting this working on my local
with out re-installing ES is very imp for me.

[2014-06-15 08:12:18,530][WARN ][bootstrap ] jvm uses the
client vm, make sure to run java with the server vm for best performance
by adding -server to the command line
[2014-06-15 08:12:18,747][INFO ][node ] [Kymaera]
version[1.1.1], pid[7608], build[f1585f0/2014-04-16T14:27:12Z]
[2014-06-15 08:12:18,747][INFO ][node ] [Kymaera]
initializing ...
[2014-06-15 08:12:19,012][INFO ][plugins ] [Kymaera]
loaded [marvel, support-1.1.0.7-1720683, jdbc-1.1.0.2-b016a06], sites
[marvel]
[2014-06-15 08:12:22,868][INFO ][node ] [Kymaera]
initialized
[2014-06-15 08:12:22,869][INFO ][node ] [Kymaera]
starting ...
[2014-06-15 08:12:23,159][INFO ][transport ] [Kymaera]
bound_address {inet[/0.0.0.0:9300]}, publish_address {inet[/
192.168.1.73:9300]}
[2014-06-15 08:12:26,344][INFO ][cluster.service ] [Kymaera]
new_master [Kymaera][eC55kfbfSpqPjRCxhMcThA][SVCCN-ACHIDIGE2][inet[/
192.168.1.73:9300]], reason: zen-disco-join (elected_as_master)
[2014-06-15 08:12:26,479][WARN ][transport.netty ] [Kymaera]
exception caught on transport layer [[id: 0x4b95b541]], closing connection
java.net.SocketException: Permission denied: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source)
at org.elasticsearch.common.netty.channel.socket.nio.
NioClientBoss.connect(NioClientBoss.java:150)
at org.elasticsearch.common.netty.channel.socket.nio.NioClientBoss.
processSelectedKeys(NioClientBoss.java:105)
at org.elasticsearch.common.netty.channel.socket.nio.
NioClientBoss.process(NioClientBoss.java:79)
at org.elasticsearch.common.netty.channel.socket.nio.
AbstractNioSelector.run(AbstractNioSelector.java:318)
at org.elasticsearch.common.netty.channel.socket.nio.NioClientBoss.run(
NioClientBoss.java:42)
at org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(
ThreadRenamingRunnable.java:108)
at org.elasticsearch.common.netty.util.internal.
DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

--
You received this message because you are subscribed to the Google
Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to elasticsearc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/
msgid/elasticsearch/b8fbfe85-58a9-429a-95bf-3fc37cc8fd00%
40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/de4e1721-a9c3-4cec-83ac-08bafcda2814%40googlegroups.com
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEM624Ys8A%2B3mytsONxBdLL5UhBGKi7KsDrKeMfDyN00BZ7jEg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.