Sign in or 

|
PaulHoehne |
Error during jruby-rack initialization
Jul 24 2009, 6:40 PM EDT
I followed the instructions (except postgres instead of Oracle and JRuby-1.3.1). On both the OC4J and Weblogic containers I get an exception thrown during jruby-rack initialization. As this is an empty application, only updated to include a valid database connection for production and configured for warbler, I find it a little odd. I'm able to deploy the same war file on glassfish 2.1 with no problem. I'm trying to deploy on either 10.1.3.4 (OC4J) or the current WebLogic server.
Do you find this valuable?
Keyword tags:
None
|
|
PaulHoehne |
1. RE: Error during jruby-rack initialization
Jul 25 2009, 9:53 PM EDT
| Post edited: Jul 25 2009, 11:02 PM EDT
It seems to be a problem with jruby-rack 0.9.4. If you install the current version of Warbler, it comes with jruby-complete-1.3RC1 and jruby-rack-0.9.4. http://www.ruby-forum.com/topic/186848 (for more information). My work-around was to pluginize warbler and in the vendor/plugins/warbler-0.9.13/lib directory, replace jruby-complete-RC1.3RC1 with jruby-complete-1.3.1 and jruby-rack-0.9.4 with jruby-rack-0.9.3. This work around worked on the JVM on 64 bit linux and OS X.
Do you find this valuable?
|