You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install offline and it seems to be looking for jmx4r. When I successfully install that locally first via: <logstash_dir>/vendor/jruby/bin/jruby -S gem install --local jmx4r-0.1.4.gem I continue to get the dependency error on the local install:
bin/plugin install --local logstash-input-jmx-2.0.2.gem
Validating logstash-input-jmx-2.0.2.gem
Installing logstash-input-jmx
Plugin version conflict, aborting
ERROR: Installation Aborted, message: Bundler could not find compatible versions for gem "jmx4r":
In Gemfile:
logstash-input-jmx (= 2.0.2) java depends on
jmx4r (>= 0) java
Could not find gem 'jmx4r (>= 0) java', which is required by gem 'logstash-input-jmx (= 2.0.2) java', in any of the sources.
The text was updated successfully, but these errors were encountered:
I did the first step of "Running your unpublished Plugin in Logstash" (editing the gemfile) forgot to call bin/logstash-plugin install --no-verify
and started logstash.
Then the error mentioned in the original issue description occurred.
After calling bin/logstash-plugin install --no-verify
in the plugin dir it worked fine.
Trying to install offline and it seems to be looking for jmx4r. When I successfully install that locally first via: <logstash_dir>/vendor/jruby/bin/jruby -S gem install --local jmx4r-0.1.4.gem I continue to get the dependency error on the local install:
bin/plugin install --local logstash-input-jmx-2.0.2.gem
Validating logstash-input-jmx-2.0.2.gem
Installing logstash-input-jmx
Plugin version conflict, aborting
ERROR: Installation Aborted, message: Bundler could not find compatible versions for gem "jmx4r":
In Gemfile:
logstash-input-jmx (= 2.0.2) java depends on
jmx4r (>= 0) java
Could not find gem 'jmx4r (>= 0) java', which is required by gem 'logstash-input-jmx (= 2.0.2) java', in any of the sources.
The text was updated successfully, but these errors were encountered: