Skip to content

Instantly share code, notes, and snippets.

@pheaver
Created November 20, 2012 20:55
Show Gist options
  • Save pheaver/4121034 to your computer and use it in GitHub Desktop.
Save pheaver/4121034 to your computer and use it in GitHub Desktop.
D, [2012-11-20T20:37:16.233000 #3328] DEBUG -- : Debugging mode enabled.
W, [2012-11-20T20:37:16.238000 #3328] WARN -- : Warnings mode enabled.
D, [2012-11-20T20:37:16.239000 #3328] DEBUG -- : CONNECTING:
jabber.janrain.com:5222
D, [2012-11-20T20:37:16.333000 #3328] DEBUG -- : SENDING:
<stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' to='jabber.janrain.com' xml:lang='en' version='1.0' >
D, [2012-11-20T20:37:16.427000 #3328] DEBUG -- : RECEIVED:
<stream:stream from='jabber.janrain.com' id='4e884f62-4596-40d2-a1fb-ca4d13f19b95' xml:lang='en' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xmlns='jabber:client'/>
D, [2012-11-20T20:37:16.429000 #3328] DEBUG -- : FEATURES: waiting...
D, [2012-11-20T20:37:16.433000 #3328] DEBUG -- : RECEIVED:
<stream:features><starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'><required/></starttls></stream:features>
D, [2012-11-20T20:37:16.434000 #3328] DEBUG -- : FEATURES: received
D, [2012-11-20T20:37:16.434000 #3328] DEBUG -- : FEATURES: waiting finished
D, [2012-11-20T20:37:16.435000 #3328] DEBUG -- : SENDING:
<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
NoMethodError: undefined method `error' for nil:NilClass
to_s at jar:file:/home/pweaver/logstash-1.1.5-monolithic.jar!/gems/xmpp4r-0.5/lib/xmpp4r/errors.rb:43
accept_features at jar:file:/home/pweaver/logstash-1.1.5-monolithic.jar!/gems/xmpp4r-0.5/lib/xmpp4r/connection.rb:111
connect at jar:file:/home/pweaver/logstash-1.1.5-monolithic.jar!/gems/xmpp4r-0.5/lib/xmpp4r/connection.rb:79
connect at jar:file:/home/pweaver/logstash-1.1.5-monolithic.jar!/gems/xmpp4r-0.5/lib/xmpp4r/client.rb:70
connect at file:/home/pweaver/logstash-1.1.5-monolithic.jar!/logstash/outputs/xmpp.rb:55
register at file:/home/pweaver/logstash-1.1.5-monolithic.jar!/logstash/outputs/xmpp.rb:35
run_output at file:/home/pweaver/logstash-1.1.5-monolithic.jar!/logstash/agent.rb:735
synchronize at org/jruby/ext/thread/Mutex.java:149
run_output at file:/home/pweaver/logstash-1.1.5-monolithic.jar!/logstash/agent.rb:735
start_output at file:/home/pweaver/logstash-1.1.5-monolithic.jar!/logstash/agent.rb:365
Exception in thread "LogStash::Runner" org.jruby.exceptions.RaiseException: (SystemExit) undefined method `error' for nil:NilClass
at org.jruby.RubyThread.join(org/jruby/RubyThread.java:598)
at RUBY.wait(file:/home/pweaver/logstash-1.1.5-monolithic.jar!/logstash/agent.rb:329)
at logstash.runner.main(logstash/runner.rb:53)
at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1612)
at logstash.runner.main(logstash/runner.rb:52)
at logstash.runner.(root)(logstash/runner.rb:156)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment