Skip to content

Instantly share code, notes, and snippets.

@devicenull
Created March 7, 2013 22:46
Show Gist options
  • Save devicenull/5112559 to your computer and use it in GitHub Desktop.
Save devicenull/5112559 to your computer and use it in GitHub Desktop.

Revisions

  1. devicenull created this gist Mar 7, 2013.
    17 changes: 17 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    Exception in thread "LogStash::Runner" org.jruby.exceptions.RaiseException: (LoadError) no such file to load -- stud/interval
    at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1027)
    at Kernel.require(jar:file:/C:/logstash/logstash-1.1.9-monolithic.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/custom_require.rb:36)
    at Kernel.require(file:/C:/logstash/logstash-1.1.9-monolithic.jar!/logstash/JRUBY-6970.rb:10)
    at RUBY.(root)(file:/C:/logstash/logstash-1.1.9-monolithic.jar!/logstash/filterworker.rb:5)
    at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1027)
    at Kernel.require(jar:file:/C:/logstash/logstash-1.1.9-monolithic.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/custom_require.rb:36)
    at Kernel.require(file:/C:/logstash/logstash-1.1.9-monolithic.jar!/logstash/JRUBY-6970.rb:10)
    at RUBY.(root)(file:/C:/logstash/logstash-1.1.9-monolithic.jar!/logstash/agent.rb:1)
    at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1027)
    at RUBY.(root)(file:/C:/logstash/logstash-1.1.9-monolithic.jar!/logstash/agent.rb:3)
    at RUBY.(root)(jar:file:/C:/logstash/logstash-1.1.9-monolithic.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/custom_require.rb:1)
    at logstash.runner.run(logstash/runner.rb:95)
    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)