Skip to content

Instantly share code, notes, and snippets.

@tavisto
Created January 4, 2013 19:27
Show Gist options
  • Save tavisto/4455203 to your computer and use it in GitHub Desktop.
Save tavisto/4455203 to your computer and use it in GitHub Desktop.
Logstash geoip filter traceback
Exception in thread "LogStash::Runner" org.jruby.exceptions.RaiseException: (ENOENT) No such file or directory - file:/home/user/logstash/logstash-1.1.7-monolithic.jar!GeoLiteCity.dat
at org.jruby.RubyFile.initialize(org/jruby/RubyFile.java:333)
at org.jruby.RubyIO.open(org/jruby/RubyIO.java:1179)
at RUBY.initialize(jar:file:/home/user/logstash/logstash-1.1.7-monolithic.jar!/gems/geoip-1.2.1/lib/geoip.rb:155)
at RUBY.register(file:/home/user/logstash/logstash-1.1.7-monolithic.jar!/logstash/filters/geoip.rb:43)
at RUBY.run_with_config(file:/home/user/logstash/logstash-1.1.7-monolithic.jar!/logstash/agent.rb:432)
at org.jruby.ext.thread.Mutex.synchronize(org/jruby/ext/thread/Mutex.java:149)
at RUBY.run_with_config(file:/home/user/logstash/logstash-1.1.7-monolithic.jar!/logstash/agent.rb:431)
at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1612)
at RUBY.run_with_config(file:/home/user/logstash/logstash-1.1.7-monolithic.jar!/logstash/agent.rb:429)
at org.jruby.ext.thread.Mutex.synchronize(org/jruby/ext/thread/Mutex.java:149)
at RUBY.run_with_config(file:/home/user/logstash/logstash-1.1.7-monolithic.jar!/logstash/agent.rb:386)
at RUBY.run(file:/home/user/logstash/logstash-1.1.7-monolithic.jar!/logstash/agent.rb:335)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment