Created
April 2, 2013 21:10
-
-
Save kbighorse/5296227 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ java -jar logstash-1.1.9-monolithic.jar agent -f apache-elasticsearch.conf -- web --backend 'elasticsearch:///?local' | |
| /Users/kimball/.rvm/gems/ruby-1.9.3-p392@tradingpost/gems/json-1.7.7/lib/json/version.rb:4 warning: already initialized constant VERSION | |
| /Users/kimball/.rvm/gems/ruby-1.9.3-p392@tradingpost/gems/json-1.7.7/lib/json/version.rb:5 warning: already initialized constant VERSION_ARRAY | |
| /Users/kimball/.rvm/gems/ruby-1.9.3-p392@tradingpost/gems/json-1.7.7/lib/json/version.rb:6 warning: already initialized constant VERSION_MAJOR | |
| /Users/kimball/.rvm/gems/ruby-1.9.3-p392@tradingpost/gems/json-1.7.7/lib/json/version.rb:7 warning: already initialized constant VERSION_MINOR | |
| /Users/kimball/.rvm/gems/ruby-1.9.3-p392@tradingpost/gems/json-1.7.7/lib/json/version.rb:8 warning: already initialized constant VERSION_BUILD | |
| /Users/kimball/.rvm/gems/ruby-1.9.3-p392@tradingpost/gems/json-1.7.7/lib/json/common.rb:100 warning: already initialized constant NaN | |
| /Users/kimball/.rvm/gems/ruby-1.9.3-p392@tradingpost/gems/json-1.7.7/lib/json/common.rb:102 warning: already initialized constant Infinity | |
| /Users/kimball/.rvm/gems/ruby-1.9.3-p392@tradingpost/gems/json-1.7.7/lib/json/common.rb:104 warning: already initialized constant MinusInfinity | |
| /Users/kimball/.rvm/gems/ruby-1.9.3-p392@tradingpost/gems/json-1.7.7/lib/json/common.rb:129 warning: already initialized constant UnparserError | |
| Exception in thread "LogStash::Runner" org.jruby.exceptions.RaiseException: (LoadError) no such file to load -- sass | |
| at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1027) | |
| at Kernel.require(jar:file:/usr/local/logstash/logstash-1.1.9-monolithic.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/custom_require.rb:60) | |
| at Kernel.require(jar:file:/usr/local/logstash/logstash-1.1.9-monolithic.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/custom_require.rb:55) | |
| at Kernel.require(file:/usr/local/logstash/logstash-1.1.9-monolithic.jar!/logstash/JRUBY-6970.rb:10) | |
| at RUBY.(root)(file:/usr/local/logstash/logstash-1.1.9-monolithic.jar!/logstash/web/server.rb:19) | |
| at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1027) | |
| at Kernel.require(jar:file:/usr/local/logstash/logstash-1.1.9-monolithic.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/custom_require.rb:55) | |
| at Kernel.require(file:/usr/local/logstash/logstash-1.1.9-monolithic.jar!/logstash/JRUBY-6970.rb:10) | |
| at RUBY.(root)(file:/usr/local/logstash/logstash-1.1.9-monolithic.jar!/logstash/web/runner.rb:1) | |
| at logstash.runner.run(logstash/runner.rb:104) | |
| at org.jruby.RubyProc.call(org/jruby/RubyProc.java:249) | |
| at logstash.runner.run(logstash/runner.rb:173) | |
| at logstash.runner.main(logstash/runner.rb:71) | |
| at logstash.runner.(root)(logstash/runner.rb:198) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment