Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2015
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.45 KB | None | 0 0
  1. 2015-07-22 09:57:56.543:INFO:/:INFO: jruby 1.7.6 (1.9.3p392) 2013-10-22 6004147 on OpenJDK 64-Bit Server VM 1.7.0_85-mockbuild_2015_07_15_13_10-b00 [linux-amd64]
  2. 2015-07-22 09:57:56.544:INFO:/:INFO: using a shared (threadsafe!) runtime
  3. 2015-07-22 09:58:03.109:WARN:/:INFO: failed to capture exception message
  4. org.jruby.exceptions.RaiseException: (ArgumentError) wrong number of arguments (1 for 2)
  5. at RUBY.capture(file:/opt/archivesspace/gems/gems/jruby-rack-1.1.12/lib/jruby-rack-1.1.12.jar!/jruby/rack/capture.rb:48)
  6. at RUBY.capture(file:/opt/archivesspace/gems/gems/jruby-rack-1.1.12/lib/jruby-rack-1.1.12.jar!/jruby/rack/capture.rb:59)
  7. at RUBY.capture(file:/opt/archivesspace/gems/gems/jruby-rack-1.1.12/lib/jruby-rack-1.1.12.jar!/jruby/rack/capture.rb:69)
  8. at RUBY.capture(file:/opt/archivesspace/gems/gems/jruby-rack-1.1.12/lib/jruby-rack-1.1.12.jar!/jruby/rack/capture.rb:82)
  9. at RUBY.capture(file:/opt/archivesspace/gems/gems/jruby-rack-1.1.12/lib/jruby-rack-1.1.12.jar!/jruby/rack/capture.rb:116)
  10. at launcher.launcher.start_server(launcher/launcher.rb:75)
  11. at launcher.launcher.main(launcher/launcher.rb:128)
  12. at launcher.launcher.(root)(launcher/launcher.rb:161)
  13. 2015-07-22 09:58:03.109:WARN:/:ERROR: initialization failed
  14. org.jruby.rack.RackInitializationException: no such file to load -- mysql-connector-java-5.1.13|?from org/jruby/RubyKernel.java:1082:in `require'|?from /opt/archivesspace/gems/gems/jdbc-mysql-5.1.13/lib/jdbc/mysql.rb:7:in `(root)'|?from org/jruby/RubyKernel.java:1082:in `require'|?from /opt/archivesspace/gems/gems/bundler-1.10.5/lib/bundler/runtime.rb:1:in `(root)'|?from org/jruby/RubyArray.java:1613:in `each'|?from /opt/archivesspace/gems/gems/bundler-1.10.5/lib/bundler/runtime.rb:85:in `require'|?from /opt/archivesspace/gems/gems/bundler-1.10.5/lib/bundler/runtime.rb:61:in `require'|?from /opt/archivesspace/gems/gems/bundler-1.10.5/lib/bundler.rb:134:in `require'|?from org/jruby/RubyKernel.java:1082:in `require'|?from /opt/archivesspace/data/tmp/jetty-0.0.0.0-8092-backend.war-_-any-/webapp/WEB-INF/app/main.rb:2:in `(root)'|?from jar:file:/opt/archivesspace/gems/gems/jruby-jars-1.7.6/lib/jruby-stdlib-complete-1.7.6.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:1:in `(root)'|?from org/jruby/RubyBasicObject.java:1536:in `instance_eval'|?from jar:file:/opt/archivesspace/gems/gems/jruby-jars-1.7.6/lib/jruby-stdlib-complete-1.7.6.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:55:in `require'|?from /opt/archivesspace/data/tmp/jetty-0.0.0.0-8092-backend.war-_-any-/webapp/WEB-INF/config.ru:4:in `(root)'|?from launcher/launcher.rb:75:in `start_server'|?from launcher/launcher.rb:128:in `main'|?from launcher/launcher.rb:161:in `(root)'|
  15. at org.jruby.rack.RackInitializationException.wrap(RackInitializationException.java:29)
  16. at org.jruby.rack.RackApplicationFactoryDecorator.init(RackApplicationFactoryDecorator.java:98)
  17. at org.jruby.rack.RackServletContextListener.contextInitialized(RackServletContextListener.java:50)
  18. at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:766)
  19. at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:406)
  20. at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:758)
  21. at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:242)
  22. at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1233)
  23. at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:701)
  24. at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:475)
  25. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
  26. at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:224)
  27. at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167)
  28. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
  29. at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:90)
  30. at org.eclipse.jetty.server.Server.doStart(Server.java:272)
  31. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  35. at java.lang.reflect.Method.invoke(Method.java:606)
  36. at org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(JavaMethod.java:440)
  37. at org.jruby.javasupport.JavaMethod.invokeDirect(JavaMethod.java:304)
  38. at org.jruby.java.invokers.InstanceMethodInvoker.call(InstanceMethodInvoker.java:52)
  39. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306)
  40. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136)
  41. at launcher.launcher.method__1$RUBY$start_server(launcher/launcher.rb:75)
  42. at launcher$launcher$method__1$RUBY$start_server.call(launcher$launcher$method__1$RUBY$start_server)
  43. at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218)
  44. at org.jruby.internal.runtime.methods.CompiledMethod.call(CompiledMethod.java:268)
  45. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346)
  46. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204)
  47. at launcher.launcher.chained_4_rescue_1$RUBY$SYNTHETICmain(launcher/launcher.rb:128)
  48. at launcher.launcher.method__3$RUBY$main(launcher/launcher.rb:127)
  49. at launcher$launcher$method__3$RUBY$main.call(launcher$launcher$method__3$RUBY$main)
  50. at launcher$launcher$method__3$RUBY$main.call(launcher$launcher$method__3$RUBY$main)
  51. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306)
  52. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136)
  53. at launcher.launcher.__file__(launcher/launcher.rb:161)
  54. at launcher.launcher.load(launcher/launcher.rb)
  55. at org.jruby.Ruby.runScript(Ruby.java:810)
  56. at org.jruby.Ruby.runScript(Ruby.java:803)
  57. at org.jruby.Ruby.runNormally(Ruby.java:672)
  58. at org.jruby.Ruby.runFromMain(Ruby.java:521)
  59. at org.jruby.Main.doRunFromMain(Main.java:395)
  60. at org.jruby.Main.internalRun(Main.java:290)
  61. at org.jruby.Main.run(Main.java:217)
  62. at org.jruby.Main.main(Main.java:197)
  63. Caused by:
  64. org.jruby.exceptions.RaiseException: (LoadError) no such file to load -- mysql-connector-java-5.1.13
  65. at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1082)
  66. at RUBY.(root)(/opt/archivesspace/gems/gems/jdbc-mysql-5.1.13/lib/jdbc/mysql.rb:7)
  67. at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1082)
  68. at RUBY.(root)(/opt/archivesspace/gems/gems/bundler-1.10.5/lib/bundler/runtime.rb:1)
  69. at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613)
  70. at RUBY.require(/opt/archivesspace/gems/gems/bundler-1.10.5/lib/bundler/runtime.rb:85)
  71. at RUBY.require(/opt/archivesspace/gems/gems/bundler-1.10.5/lib/bundler/runtime.rb:61)
  72. at RUBY.require(/opt/archivesspace/gems/gems/bundler-1.10.5/lib/bundler.rb:134)
  73. at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1082)
  74. at RUBY.(root)(/opt/archivesspace/data/tmp/jetty-0.0.0.0-8092-backend.war-_-any-/webapp/WEB-INF/app/main.rb:2)
  75. at RUBY.(root)(jar:file:/opt/archivesspace/gems/gems/jruby-jars-1.7.6/lib/jruby-stdlib-complete-1.7.6.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:1)
  76. at org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:1536)
  77. at RUBY.require(jar:file:/opt/archivesspace/gems/gems/jruby-jars-1.7.6/lib/jruby-stdlib-complete-1.7.6.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:55)
  78. at RUBY.(root)(/opt/archivesspace/data/tmp/jetty-0.0.0.0-8092-backend.war-_-any-/webapp/WEB-INF/config.ru:4)
  79. at launcher.launcher.start_server(launcher/launcher.rb:75)
  80. at launcher.launcher.main(launcher/launcher.rb:128)
  81. at launcher.launcher.(root)(launcher/launcher.rb:161)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement