Advertisement
Guest User

Untitled

a guest
May 7th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. C:\Users\m1d4s\baza>jruby -W2 test3.rb # with :log => true
  2. INFO 07/29 11:04:23 o.b.p.Main - Starting up...
  3. 2011-07-29 13:04:25.346:INFO::jetty-7.3.0.v20110203
  4. 2011-07-29 13:04:25.850:INFO::started o.e.j.s.ServletContextHandler{/,null}
  5. 2011-07-29 13:04:26.459:INFO::Started SelectChannelConnector@0.0.0.0:8080
  6. net/http: warning: Content-Type did not set; using application/x-www-form-urlenc
  7. oded
  8. INFO 07/29 11:04:27 o.b.p.j.h.HttpServer - Version Jetty/5.1.x
  9. INFO 07/29 11:04:27 o.b.p.j.u.Container - Started HttpContext[/,/]
  10. INFO 07/29 11:04:27 o.b.p.j.h.SocketLis~ - Started SocketListener on 0.0.0.0:909
  11. 1
  12. INFO 07/29 11:04:27 o.b.p.j.u.Container - Started org.browsermob.proxy.jetty.je
  13. tty.Server@e41bc3
  14. c:/jruby-1.6.1/lib/ruby/gems/1.8/gems/selenium-webdriver-2.1.0/lib/selenium/webd
  15. river/chrome.rb:20 warning: instance variable @path not initialized
  16. 2NativeException: java.lang.IndexOutOfBoundsException: null
  17. run at c:/jruby-1.6.1/lib/ruby/gems/1.8/gems/childprocess-0.1.9/lib/child
  18. process/jruby/redirector.rb:17
  19. redirect at c:/jruby-1.6.1/lib/ruby/gems/1.8/gems/childprocess-0.1.9/lib/child
  20. process/jruby/process.rb:87
  21. call at org/jruby/RubyProc.java:268
  22. call at org/jruby/RubyProc.java:232
  23.  
  24. ##
  25.  
  26. C:\Users\m1d4s\Aplikacje\baza>jruby -W2 test3.rb # without :log
  27. net/http: warning: Content-Type did not set; using application/x-www-form-urlenc
  28. oded
  29. c:/jruby-1.6.1/lib/ruby/gems/1.8/gems/selenium-webdriver-2.1.0/lib/selenium/webd
  30. river/chrome.rb:20 warning: instance variable @path not initialized
  31. RestClient::InternalServerError: 500 Internal Server Error
  32. return! at c:/jruby-1.6.1/lib/ruby/gems/1.8/gems/rest-client-1.6.3/lib/
  33. restclient/abstract_response.rb:48
  34. process_result at c:/jruby-1.6.1/lib/ruby/gems/1.8/gems/rest-client-1.6.3/lib/
  35. restclient/request.rb:228
  36. transmit at c:/jruby-1.6.1/lib/ruby/gems/1.8/gems/rest-client-1.6.3/lib/
  37. restclient/request.rb:176
  38. start at c:/jruby-1.6.1/lib/ruby/1.8/net/http.rb:543
  39. transmit at c:/jruby-1.6.1/lib/ruby/gems/1.8/gems/rest-client-1.6.3/lib/
  40. restclient/request.rb:170
  41. execute at c:/jruby-1.6.1/lib/ruby/gems/1.8/gems/rest-client-1.6.3/lib/
  42. restclient/request.rb:64
  43. execute at c:/jruby-1.6.1/lib/ruby/gems/1.8/gems/rest-client-1.6.3/lib/
  44. restclient/request.rb:33
  45. put at c:/jruby-1.6.1/lib/ruby/gems/1.8/gems/rest-client-1.6.3/lib/
  46. restclient/resource.rb:80
  47. new_har at c:/jruby-1.6.1/lib/ruby/gems/1.8/gems/browsermob-proxy-0.0.2
  48. /lib/browsermob/proxy/client.rb:23
  49. (root) at test3.rb:13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement