Skip to content

Instantly share code, notes, and snippets.

@Nopik
Created October 25, 2012 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nopik/3955230 to your computer and use it in GitHub Desktop.
Save Nopik/3955230 to your computer and use it in GitHub Desktop.
5477 22:34:04 NopiMac ~/Warsztat/logstash$ java -jar logstash-1.1.1-monolithic.jar agent -f hello-search.conf -- web --backend 'elasticsearch:///?local'
Exception in thread "LogStash::Runner" org.jruby.exceptions.RaiseException: (LoadError) Unable to activate ftw-0.0.19, because json-1.7.5 conflicts with json (= 1.6.5)
at Specification.raise_if_conflicts(file:/Users/nopik/Documents/Projects/logstash/logstash-1.1.1-monolithic.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/specification.rb:1637)
at Specification.activate(file:/Users/nopik/Documents/Projects/logstash/logstash-1.1.1-monolithic.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/specification.rb:746)
at (Anonymous).try_activate(file:/Users/nopik/Documents/Projects/logstash/logstash-1.1.1-monolithic.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems.rb:212)
at Kernel.require(file:/Users/nopik/Documents/Projects/logstash/logstash-1.1.1-monolithic.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:59)
at Kernel.require(file:/Users/nopik/Documents/Projects/logstash/logstash-1.1.1-monolithic.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:55)
at (Anonymous).(root)(file:/Users/nopik/Documents/Projects/logstash/logstash-1.1.1-monolithic.jar!/logstash/web/runner.rb:2)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1042)
at Kernel.require(file:/Users/nopik/Documents/Projects/logstash/logstash-1.1.1-monolithic.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36)
at logstash.runner.run(logstash/runner.rb:73)
at org.jruby.RubyProc.call(org/jruby/RubyProc.java:258)
at logstash.runner.run(logstash/runner.rb:95)
at logstash.runner.main(logstash/runner.rb:37)
at logstash.runner.(root)(logstash/runner.rb:120)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment