Cannot load rails: java.lang.VerifyError - wrong return type in function
-------------------------------------------------------------------------
Key: JRUBY-2331
URL: http://jira.codehaus.org/browse/JRUBY-2331
Project: JRuby
Issue Type: Bug
Components: ActiveRecord-JDBC, Application Error, Core
Classes/Modules, GoldSpike, JRuby-extras, OpenSSL
Affects Versions: JRuby 1.1RC3
Environment: Tomcat 5.5
Windows Server 2003
jruby 1.1-RC3
ruby-cas-client
postgresql 8.2
goldspike
jruby-openssl 0.2
activerecord-jdbcpostgresql-adapter 0.8
Reporter: Jin Lee
Hello -
When using goldspike to create a war with the following additions to war.rb:
add_gem 'jruby-openssl', '= 0.2'
add_gem 'activerecord-jdbcpostgresql-adapter', '= 0.8'
and deploying out to Tomcat 5.5 using Java 6 and Windows Server 2003, I am
getting the following error:
I am not sure what to make of it. Let me know what I can do to further help -
thanks, Jin Lee
javax.servlet.ServletException: Could not load Rails. See the logs for more
details.
at org.jruby.webapp.RailsFactory.makeObject(RailsFactory.java:139)
at
org.jruby.webapp.util.CustomObjectPool.addObjectInternal(CustomObjectPool.java:111)
at
org.jruby.webapp.util.CustomObjectPool.access$200(CustomObjectPool.java:15)
at
org.jruby.webapp.util.CustomObjectPool$PoolSizeManager.run(CustomObjectPool.java:193)
java.lang.VerifyError: (class: org/jruby/ext/openssl/ASN1$ASN1Data, method:
toASN1 signature: ()Lorg/bouncycastle/asn1/ASN1Encodable;) Wrong return type in
function
at org.jruby.ext.openssl.ASN1.createASN1(ASN1.java:269)
at org.jruby.ext.openssl.OpenSSLReal.createOpenSSL(OpenSSLReal.java:81)
at JopensslService.basicLoad(JopensslService.java:38)
at
org.jruby.runtime.load.ClassExtensionLibrary.load(ClassExtensionLibrary.java:50)
at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
at org.jruby.RubyKernel.require(RubyKernel.java:678)
at org.jruby.RubyKernelInvoker$require_method_1_0.call(Unknown Source)
at
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
at
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:78)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:354)
at require10993101_16503292.__rescue_1(file:/C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/lib/jruby-complete-1.1RC2.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27)
at require10993101_16503292.__file__(file:/C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/lib/jruby-complete-1.1RC2.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at org.jruby.RubyClass.invoke(RubyClass.java:239)
at
org.jruby.javasupport.util.RuntimeHelpers.invokeAs(RuntimeHelpers.java:330)
at org.jruby.RubyObject.callSuper(RubyObject.java:462)
at require13438254_16503292.closure0(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496)
at require13438254_16503292Blockclosure0xx1.call(Unknown Source)
at
org.jruby.runtime.CompiledBlockLight.yield(CompiledBlockLight.java:111)
at org.jruby.runtime.Block.yield(Block.java:114)
at new_constants_in22992871_16503292.__ensure_2(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342)
at new_constants_in22992871_16503292.__ensure_1(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:341)
at new_constants_in22992871_16503292.__file__(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:82)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:365)
at require13438254_16503292.__rescue_1(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496)
at require13438254_16503292.__file__(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:166)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:301)
at
org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
at org.jruby.Ruby.loadFile(Ruby.java:1798)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
at org.jruby.RubyKernel.require(RubyKernel.java:678)
at org.jruby.RubyKernelInvoker$require_method_1_0.call(Unknown Source)
at
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
at
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:78)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:354)
at require10993101_16503292.__rescue_1(file:/C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/lib/jruby-complete-1.1RC2.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27)
at require10993101_16503292.__file__(file:/C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/lib/jruby-complete-1.1RC2.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at org.jruby.RubyClass.invoke(RubyClass.java:239)
at
org.jruby.javasupport.util.RuntimeHelpers.invokeAs(RuntimeHelpers.java:330)
at org.jruby.RubyObject.callSuper(RubyObject.java:462)
at require13438254_16503292.closure0(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496)
at require13438254_16503292Blockclosure0xx1.call(Unknown Source)
at
org.jruby.runtime.CompiledBlockLight.yield(CompiledBlockLight.java:111)
at org.jruby.runtime.Block.yield(Block.java:114)
at new_constants_in22992871_16503292.__ensure_2(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342)
at new_constants_in22992871_16503292.__ensure_1(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:341)
at new_constants_in22992871_16503292.__file__(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:82)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:365)
at require13438254_16503292.__rescue_1(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496)
at require13438254_16503292.__file__(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:298)
at
org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
at
org.jruby.evaluator.ASTInterpreter.rescueNode(ASTInterpreter.java:1517)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:452)
at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
at
org.jruby.evaluator.ASTInterpreter.ensureNode(ASTInterpreter.java:1072)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:348)
at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
at org.jruby.Ruby.loadFile(Ruby.java:1798)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
at org.jruby.RubyKernel.require(RubyKernel.java:678)
at org.jruby.RubyKernelInvoker$require_method_1_0.call(Unknown Source)
at
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
at
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:78)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:354)
at require10993101_16503292.__rescue_1(file:/C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/lib/jruby-complete-1.1RC2.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27)
at require10993101_16503292.__file__(file:/C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/lib/jruby-complete-1.1RC2.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at org.jruby.RubyClass.invoke(RubyClass.java:239)
at
org.jruby.javasupport.util.RuntimeHelpers.invokeAs(RuntimeHelpers.java:330)
at org.jruby.RubyObject.callSuper(RubyObject.java:462)
at require13438254_16503292.closure0(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496)
at require13438254_16503292Blockclosure0xx1.call(Unknown Source)
at
org.jruby.runtime.CompiledBlockLight.yield(CompiledBlockLight.java:111)
at org.jruby.runtime.Block.yield(Block.java:114)
at new_constants_in22992871_16503292.__ensure_2(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342)
at new_constants_in22992871_16503292.__ensure_1(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:341)
at new_constants_in22992871_16503292.__file__(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:82)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:365)
at require13438254_16503292.__rescue_1(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496)
at require13438254_16503292.__file__(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:166)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:301)
at
org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
at
org.jruby.evaluator.ASTInterpreter.rescueNode(ASTInterpreter.java:1517)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:452)
at
org.jruby.evaluator.ASTInterpreter.ensureNode(ASTInterpreter.java:1072)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:348)
at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
at org.jruby.Ruby.loadFile(Ruby.java:1798)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
at org.jruby.RubyKernel.require(RubyKernel.java:678)
at org.jruby.RubyKernelInvoker$require_method_1_0.call(Unknown Source)
at
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
at
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:78)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:354)
at require10993101_16503292.__rescue_1(file:/C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/lib/jruby-complete-1.1RC2.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27)
at require10993101_16503292.__file__(file:/C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/lib/jruby-complete-1.1RC2.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at org.jruby.RubyClass.invoke(RubyClass.java:239)
at
org.jruby.javasupport.util.RuntimeHelpers.invokeAs(RuntimeHelpers.java:330)
at org.jruby.RubyObject.callSuper(RubyObject.java:462)
at require13438254_16503292.closure0(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496)
at require13438254_16503292Blockclosure0xx1.call(Unknown Source)
at
org.jruby.runtime.CompiledBlockLight.yield(CompiledBlockLight.java:111)
at org.jruby.runtime.Block.yield(Block.java:114)
at new_constants_in22992871_16503292.__ensure_2(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342)
at new_constants_in22992871_16503292.__ensure_1(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:341)
at new_constants_in22992871_16503292.__file__(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:82)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:365)
at require13438254_16503292.__rescue_1(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496)
at require13438254_16503292.__file__(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:166)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:301)
at
org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
at org.jruby.Ruby.loadFile(Ruby.java:1798)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
at org.jruby.Ruby$1.load(Ruby.java:1090)
at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
at org.jruby.RubyKernel.require(RubyKernel.java:678)
at org.jruby.RubyKernelInvoker$require_method_1_0.call(Unknown Source)
at
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
at
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:78)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:354)
at require10993101_16503292.__rescue_1(file:/C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/lib/jruby-complete-1.1RC2.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27)
at require10993101_16503292.__file__(file:/C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/lib/jruby-complete-1.1RC2.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at org.jruby.RubyClass.invoke(RubyClass.java:239)
at
org.jruby.javasupport.util.RuntimeHelpers.invokeAs(RuntimeHelpers.java:330)
at org.jruby.RubyObject.callSuper(RubyObject.java:462)
at require13438254_16503292.closure0(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496)
at require13438254_16503292Blockclosure0xx1.call(Unknown Source)
at
org.jruby.runtime.CompiledBlockLight.yield(CompiledBlockLight.java:111)
at org.jruby.runtime.Block.yield(Block.java:114)
at new_constants_in22992871_16503292.__ensure_2(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342)
at new_constants_in22992871_16503292.__ensure_1(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:341)
at new_constants_in22992871_16503292.__file__(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:82)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:365)
at require13438254_16503292.__rescue_1(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496)
at require13438254_16503292.__file__(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:166)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:301)
at
org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
at org.jruby.Ruby.loadFile(Ruby.java:1798)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
at org.jruby.RubyKernel.require(RubyKernel.java:678)
at org.jruby.RubyKernelInvoker$require_method_1_0.call(Unknown Source)
at
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
at
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:78)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:354)
at require10993101_16503292.__rescue_1(file:/C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/lib/jruby-complete-1.1RC2.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27)
at require10993101_16503292.__file__(file:/C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/lib/jruby-complete-1.1RC2.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at org.jruby.RubyClass.invoke(RubyClass.java:239)
at
org.jruby.javasupport.util.RuntimeHelpers.invokeAs(RuntimeHelpers.java:330)
at org.jruby.RubyObject.callSuper(RubyObject.java:462)
at require13438254_16503292.closure0(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496)
at require13438254_16503292Blockclosure0xx1.call(Unknown Source)
at
org.jruby.runtime.CompiledBlockLight.yield(CompiledBlockLight.java:111)
at org.jruby.runtime.Block.yield(Block.java:114)
at new_constants_in22992871_16503292.__ensure_2(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342)
at new_constants_in22992871_16503292.__ensure_1(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:341)
at new_constants_in22992871_16503292.__file__(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:82)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:365)
at require13438254_16503292.__rescue_1(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496)
at require13438254_16503292.__file__(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:166)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:301)
at
org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
at org.jruby.Ruby.loadFile(Ruby.java:1798)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
at org.jruby.RubyKernel.require(RubyKernel.java:678)
at org.jruby.RubyKernelInvoker$require_method_1_0.call(Unknown Source)
at
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
at
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:78)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:354)
at require10993101_16503292.__rescue_1(file:/C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/lib/jruby-complete-1.1RC2.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27)
at require10993101_16503292.__file__(file:/C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/lib/jruby-complete-1.1RC2.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at org.jruby.RubyClass.invoke(RubyClass.java:239)
at
org.jruby.javasupport.util.RuntimeHelpers.invokeAs(RuntimeHelpers.java:330)
at org.jruby.RubyObject.callSuper(RubyObject.java:462)
at require13438254_16503292.closure0(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496)
at require13438254_16503292Blockclosure0xx1.call(Unknown Source)
at
org.jruby.runtime.CompiledBlockLight.yield(CompiledBlockLight.java:111)
at org.jruby.runtime.Block.yield(Block.java:114)
at new_constants_in22992871_16503292.__ensure_2(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342)
at new_constants_in22992871_16503292.__ensure_1(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:341)
at new_constants_in22992871_16503292.__file__(C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:82)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:365)
at require13438254_16503292.__rescue_1(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496)
at require13438254_16503292.__file__(C:/Program Files/Apache Software
Foundation/Tomcat
5.5/webapps/acp/WEB-INF/gems/gems/activesupport-2.0.2/lib/active_support/dependencies.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:166)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:301)
at
org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
at org.jruby.Ruby.loadFile(Ruby.java:1798)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
at org.jruby.RubyKernel.require(RubyKernel.java:678)
at org.jruby.RubyKernelInvoker$require_method_1_0.call(Unknown Source)
at
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:139)
at
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:78)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:211)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:357)
at require10993101_16503292.__rescue_1(file:/C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/lib/jruby-complete-1.1RC2.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27)
at require10993101_16503292.__file__(file:/C:/Program Files/Apache
Software Foundation/Tomcat
5.5/webapps/acp/WEB-INF/lib/jruby-complete-1.1RC2.jar!/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:298)
at
org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)
at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:154)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:119)
at org.jruby.runtime.Block.yield(Block.java:109)
at org.jruby.RubyArray.each(RubyArray.java:1184)
at org.jruby.RubyArrayInvoker$each_method_0_0.call(Unknown Source)
at
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:101)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:151)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:312)
at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:662)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:308)
at
org.jruby.evaluator.ASTInterpreter.rescueNode(ASTInterpreter.java:1517)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:452)
at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:70)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:181)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:329)
at
org.jruby.evaluator.ASTInterpreter.vcallNode(ASTInterpreter.java:1748)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:484)
at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)
at org.jruby.RubyObject.send(RubyObject.java:1180)
at org.jruby.RubyObjectInvoker$send_method_1_0.call(Unknown Source)
at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:298)
at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:657)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:308)
at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:151)
at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:312)
at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:662)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:308)
at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
at org.jruby.evaluator.ASTInterpreter.rootNode(ASTInterpreter.java:1615)
at
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:458)
at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
at org.jruby.Ruby.loadFile(Ruby.java:1798)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:58)
at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:319)
at org.jruby.runtime.load.LoadService.require(LoadService.java:345)
at org.jruby.webapp.RailsFactory.require(RailsFactory.java:219)
at org.jruby.webapp.RailsFactory.makeObject(RailsFactory.java:132)
at
org.jruby.webapp.util.CustomObjectPool.addObjectInternal(CustomObjectPool.java:111)
at
org.jruby.webapp.util.CustomObjectPool.access$200(CustomObjectPool.java:15)
at
org.jruby.webapp.util.CustomObjectPool$PoolSizeManager.run(CustomObjectPool.java:193)
JRuby limited openssl loaded. gem install jruby-openssl for full support.
http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email