# Launching tribe node fails

**URL:** https://discuss.elastic.co/t/launching-tribe-node-fails/38814
**Category:** Elasticsearch
**Created:** [January 10, 2016, 5:06pm UTC](https://discuss.elastic.co/t/launching-tribe-node-fails/38814 "2016-01-10T17:06:59Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![stefws](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stefws/32/6442_2.png) [@stefws](https://discuss.elastic.co/u/stefws)
#### Post date: [January 10, 2016, 5:06pm UTC](https://discuss.elastic.co/t/launching-tribe-node-fails/38814/1 "2016-01-10T17:06:59Z")

</div>

Wanting to install a tribe node locally with kibana so as to connect to two ES clusters.  
Trying to start the tribe node first just connecting to one cluster I get an error that hunspeel is unreadable as such file isn't found.

I dont seem to be able to find a RC on the net, anyone got some pointers/hints, TIA.

> elasticsearch.yml:  
> node.name: kibana  
> network.host: 127.0.0.1

> tribe:  
> perf:  
> cluster.name: mxes\_data  
> discovery.zen.ping.multicast.enabled: false  
> discovery.zen.ping.unicast.hosts: ["es1", "es2", ... "esM"]

node log says:

> [2016-01-10 17:19:00,178][INFO][node] [kibana] version[2.1.1], pid[25793], build[40e2c53/2015-12-15T13:05:55Z]  
> [2016-01-10 17:19:00,178][INFO][node] [kibana] initializing ...  
> [2016-01-10 17:19:00,223][INFO][plugins] [kibana] loaded , sites   
> [2016-01-10 17:19:01,629][INFO][node] [kibana/perf] version[2.1.1], pid[25793], build[40e2c53/2015-12-15T13:05:55Z]  
> [2016-01-10 17:19:01,629][INFO][node] [kibana/perf] initializing ...  
> [2016-01-10 17:19:01,700][INFO][plugins] [kibana/perf] loaded , sites   
> [2016-01-10 17:19:02,736][ERROR][bootstrap] Guice Exception: java.security.AccessControlException: access denied ("java.io.FilePermission" "/usr/share/elasticsearch/config/hunspell" "read")  
> at java.security.AccessControlContext.checkPermission(Unknown Source)  
> at java.security.AccessController.checkPermission(Unknown Source)  
> at java.lang.SecurityManager.checkPermission(Unknown Source)  
> at java.lang.SecurityManager.checkRead(Unknown Source)  
> at sun.nio.fs.UnixPath.checkRead(Unknown Source)  
> at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(Unknown Source)  
> at sun.nio.fs.UnixFileSystemProvider.readAttributes(Unknown Source)  
> at sun.nio.fs.LinuxFileSystemProvider.readAttributes(Unknown Source)  
> at java.nio.file.Files.readAttributes(Unknown Source)  
> at java.nio.file.Files.isDirectory(Unknown Source)  
> at org.elasticsearch.indices.analysis.HunspellService.scanAndLoadDictionaries(HunspellService.java:127)  
> at org.elasticsearch.indices.analysis.HunspellService.(HunspellService.java:102)  
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)  
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)  
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)  
> at java.lang.reflect.Constructor.newInstance(Unknown Source)  
> at \<\<\>\>  
> at org.elasticsearch.node.Node.(Node.java:200)  
> at org.elasticsearch.tribe.TribeClientNode.(TribeClientNode.java:35)  
> at org.elasticsearch.tribe.TribeService.(TribeService.java:140)  
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)  
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)  
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)  
> at java.lang.reflect.Constructor.newInstance(Unknown Source)  
> at \<\<\>\>  
> at org.elasticsearch.node.Node.(Node.java:200)  
> at org.elasticsearch.node.Node.(Node.java:128)  
> at org.elasticsearch.node.NodeBuilder.build(NodeBuilder.java:145)  
> at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:178)  
> at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:285)  
> \<\<\>\>

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [January 10, 2016, 10:09pm UTC](https://discuss.elastic.co/t/launching-tribe-node-fails/38814/2 "2016-01-10T22:09:50Z")

</div>

You're using hunspell in one of your clusters?

---

<div class="post-metadata">

### Author: ![stefws](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stefws/32/6442_2.png) [@stefws](https://discuss.elastic.co/u/stefws)
#### Post date: [January 19, 2016, 5:16pm UTC](https://discuss.elastic.co/t/launching-tribe-node-fails/38814/3 "2016-01-19T17:16:27Z")

</div>

Sorry for the delayed reply, got riped away for other matters...

Not using hunspell by choice, would that be per cluster of maybe per index?  
Hints on how to check cluster/index for usage of spells and possible remediate would be appreciated

---

<div class="post-metadata">

### Author: ![stefws](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stefws/32/6442_2.png) [@stefws](https://discuss.elastic.co/u/stefws)
#### Post date: [January 21, 2016, 11:31pm UTC](https://discuss.elastic.co/t/launching-tribe-node-fails/38814/4 "2016-01-21T23:31:22Z")

</div>

> [@stefws](#):
>
> Hints on how to check cluster/index for usage of spells and possible remediate would be appreciated

Appreciate if anyone got a hint on this...

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 5, 2017, 11:22pm UTC](https://discuss.elastic.co/t/launching-tribe-node-fails/38814/5 "2017-07-05T23:22:22Z")

</div>


