[
https://issues.jboss.org/browse/RTGOV-483?page=com.atlassian.jira.plugin....
]
Gary Brown resolved RTGOV-483.
------------------------------
Fix Version/s: (was: 2.0.0.Final)
Resolution: Rejected
Port configuration issue - the Elasticsearch Java client needs to use the internal
transport port, not the same port used by http clients.
In the default ports, the http port is 9200 while the transport port is 9300.
Kibana console cannot access elasticsearch in Karaf
---------------------------------------------------
Key: RTGOV-483
URL:
https://issues.jboss.org/browse/RTGOV-483
Project: RTGov (Run Time Governance)
Issue Type: Bug
Reporter: Gary Brown
Assignee: Gary Brown
Get the following exception in Elasticsearch console when being accessed with Kibana via
the proxy:
{noformat}
[2014-05-29 14:01:01,073][WARN ][transport.netty ] [Brynocki] exception caught
on transport layer [[id: 0xe20d9657, /127.0.0.1:36983 :> /127.0.0.1:9700]], closing
connection
java.io.StreamCorruptedException: invalid internal transport message format
at
org.elasticsearch.transport.netty.SizeHeaderFrameDecoder.decode(SizeHeaderFrameDecoder.java:46)
at
org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:425)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)