1

I try to use logstash, mssql, elasticsearch and kibana. However, I didn't run logstash.
Logstash gives the error below:

Logstash - java.lang.IllegalStateException: org.jruby.exceptions.RaiseException: (NameError) missing class name (`org.apache.http.─impl.client.StandardHttpRequestRetryHandler')

How can I correct that error?

Note: Java Jdk and jre version 1.8.0_161, logstash's version is 6.2.2, elasticsearch version 6.2.2, OS Windows 7.

0

1 Answer 1

3

Problem is my regional setting of the windows , it is Turkish . The plugin tries to load org.apache.http.impl.client.StandardHttpRequestRetryHa ndler, with lowercasing the the letter (I) resulting in character (ý) /xFD. Problem will solve by changing regional setting to english .

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.