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.
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment