# Shield problems "Transport response handler not found"

**URL:** https://discuss.elastic.co/t/shield-problems-transport-response-handler-not-found/60854
**Category:** Elasticsearch
**Tags:** elastic-stack-security
**Created:** [September 19, 2016, 9:18am UTC](https://discuss.elastic.co/t/shield-problems-transport-response-handler-not-found/60854 "2016-09-19T09:18:43Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![sergiolr100](https://avatars.discourse-cdn.com/v4/letter/s/9de0a6/32.png) [@sergiolr100](https://discuss.elastic.co/u/sergiolr100)
#### Post date: [September 19, 2016, 9:18am UTC](https://discuss.elastic.co/t/shield-problems-transport-response-handler-not-found/60854/1 "2016-09-19T09:18:43Z")

</div>

Hello everyone,

I have a problem with the Shield installation when I upgrade to 2.4.0. I follow this link: [https://www.elastic.co/guide/en/shield/current/getting-started.html](https://www.elastic.co/guide/en/shield/current/getting-started.html) but when I submit a request without a username and password, my request is ACCEPTED.

My cluster nodes configuration is:

```
cluster.name: msocESClus
node.name: ${HOSTNAME}
bootstrap.memory_lock: true
network.host: ["172.26.11.31", "127.0.0.1"]
discovery.zen.ping.unicast.hosts: ["msocel01", "msocel02", "msocel03", "msocel04", "msocel05"]
discovery.zen.minimum_master_nodes: 2
discovery.zen.ping.multicast.enabled: false
action.auto_create_index: true
index.routing.allocation.enable: all

```

When I check the ES logs, I can find this:  
`.... Using [org.elasticsearch.http.netty.NettyHttpServerTransport] as http transport, overridden by [shield] Using [org.elasticsearch.shield.transport.ShieldServerTransportService] as transport service, overridden by [shield] Using [org.elasticsearch.shield.transport.netty.ShieldNettyTransport] as transport, overridden by [shield] .... [WARN][shield.transport] [msocel01] Transport response handler not found of id [229] [WARN][shield.transport] [msocel01] Transport response handler not found of id [387] ....`  
This warning are similar to the ticket: [Upgraded from ES2.3.5 to 2.4.0, seeing: Transport response handler not found of id](https://discuss.elastic.co/t/upgraded-from-es2-3-5-to-2-4-0-seeing-transport-response-handler-not-found-of-id/59742)

All the nodes in my cluster have ES 2.4.0 with the last license and shield plugins.  
If a remove the _discovery.zen.ping.unicast.hosts: ["msocel01", "msocel02", "msocel03", "msocel04", "msocel05"]_ Shield works correctly but I lost my cluster...

Info: My logstash and beats are down, when I see this logs.

Anybody know what is happening?

Thanks!

---

<div class="post-metadata">

### Author: ![jaymode](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jaymode/32/50103_2.png) [@jaymode](https://discuss.elastic.co/u/jaymode)
#### Post date: [September 19, 2016, 11:09am UTC](https://discuss.elastic.co/t/shield-problems-transport-response-handler-not-found/60854/2 "2016-09-19T11:09:03Z")

</div>

Do you have a license installed in the cluster or are you using a trial license? You can check by issuing a GET /\_license and seeing what that returns

---

<div class="post-metadata">

### Author: ![sergiolr100](https://avatars.discourse-cdn.com/v4/letter/s/9de0a6/32.png) [@sergiolr100](https://discuss.elastic.co/u/sergiolr100)
#### Post date: [September 19, 2016, 12:57pm UTC](https://discuss.elastic.co/t/shield-problems-transport-response-handler-not-found/60854/3 "2016-09-19T12:57:01Z")

</div>

Hello Jay,

yes I have, I installed in all the ES nodes. This is the output:

```
curl -XGET 'http://localhost:9200/_license'
{
  "license" : {
    "status" : "active",
    "uid" : "xxxxx",
    "type" : "basic",
    "issue_date" : "xxxxx",
    "issue_date_in_millis" : xxxxx,
    "expiry_date" : "xxxxx",
    "expiry_date_in_millis" : xxxxx,
    "max_nodes" : 100,
    "issued_to" : "Sergio",
    "issuer" : "Web Form"
  }
}
```

---

<div class="post-metadata">

### Author: ![jaymode](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jaymode/32/50103_2.png) [@jaymode](https://discuss.elastic.co/u/jaymode)
#### Post date: [September 19, 2016, 1:08pm UTC](https://discuss.elastic.co/t/shield-problems-transport-response-handler-not-found/60854/4 "2016-09-19T13:08:27Z")

</div>

The `basic` license does not allow the use of shield. I suggest sending a email to [info@elastic.co](mailto:info@elastic.co) to request an trial license that will allow you to evaluate shield.

---

<div class="post-metadata">

### Author: ![sergiolr100](https://avatars.discourse-cdn.com/v4/letter/s/9de0a6/32.png) [@sergiolr100](https://discuss.elastic.co/u/sergiolr100)
#### Post date: [September 19, 2016, 1:14pm UTC](https://discuss.elastic.co/t/shield-problems-transport-response-handler-not-found/60854/5 "2016-09-19T13:14:35Z")

</div>

Thanks Jay,

and I am sorry, I though that basic license allow shield and marvel. I just checked here [https://www.elastic.co/subscriptions](https://www.elastic.co/subscriptions) your answer.

Regards.

---

<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 6, 2017, 1:41pm UTC](https://discuss.elastic.co/t/shield-problems-transport-response-handler-not-found/60854/6 "2017-07-06T13:41:49Z")

</div>


