Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not able to install logstash-input-jmx #32

Open
ghost opened this issue Dec 1, 2016 · 1 comment
Open

not able to install logstash-input-jmx #32

ghost opened this issue Dec 1, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 1, 2016

Please post all product and debugging questions on our forum. Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.

For all general issues, please provide the following details for fast resolution:

  • Version: 5.0.2
  • Operating System: RHEL 7.2
  • Config File (if you have sensitive info, please remove it):
  • Sample Data:

bin/logstash-plugin install logstash-input-jmx
Validating logstash-input-jmx
Installing logstash-input-jmx
Error Bundler::InstallError, retrying 1/10
An error occurred while installing logstash-core-event-java (5.0.2), and Bundler cannot continue.
Make sure that gem install logstash-core-event-java -v '5.0.2' succeeds before bundling.
WARNING: SSLSocket#session= is not supported

  • Steps to Reproduce:
@tarinidash
Copy link

looks like its logstash issue.

I was able to do a workaround to install this plugin

  1. export JRUBY_OPTS="-J-Dhttp.proxyHost=X.X.X.X -J-Dhttp.proxyPort=YY"
  2. add proxy to $logstash_install_dir/vendor/bundle/jruby/1.9/gems/ruby-maven-libs-3.3.9/maven-home/conf/settings.xml
optional true http X.X.X.X YY localhost

Please refer : elastic/logstash#6044

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant