Skip to content

Instantly share code, notes, and snippets.

@dmilith
Created December 17, 2008 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmilith/37264 to your computer and use it in GitHub Desktop.
Save dmilith/37264 to your computer and use it in GitHub Desktop.
dmilith:(~/Projects/drAdmin)$ jgem install mongrel --no-ri --no-rdoc < vks-mirmil >
Successfully installed mongrel-1.1.5-java
1 gem installed
dmilith:(~/Projects/drAdmin)$ jruby -S merb -a mongrel < vks-mirmil >
Loading init file from /home/dmilith/Projects/drAdmin/config/init.rb
Loading /home/dmilith/Projects/drAdmin/config/environments/development.rb
~ Connecting to database...
DEPRECATION WARNING: ActiveRecord::Base.verification_timeout= has been deprecated and no longer has any effect. Please remove all references to verification_timeout=.. (called from verification_timeout= at /home/dmilith/Projects/jruby/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:106)
~ Using ActiveRecord sessions
~ Loaded slice 'MerbAuthSlicePassword' ...
The signal USR1 is in use by the JVM and will not work correctly on this platform
~ Compiling routes...
~ Activating slice 'MerbAuthSlicePassword' ...
~
~ FATAL: Mongrel is not installed, but you are trying to use it. You need to either install mongrel or a different Ruby web server, like thin.
dmilith:(~)$ jgem install glassfish --no-ri --no-rdoc < vks-mirmil >
Successfully installed glassfish-0.9.1-universal-java
1 gem installed
dmilith:(~/Projects/drAdmin)$ jruby -S merb -a glassfish < vks-mirmil >
Loading init file from /home/dmilith/Projects/drAdmin/config/init.rb
Loading /home/dmilith/Projects/drAdmin/config/environments/development.rb
~ Connecting to database...
DEPRECATION WARNING: ActiveRecord::Base.verification_timeout= has been deprecated and no longer has any effect. Please remove all references to verification_timeout=.. (called from verification_timeout= at /home/dmilith/Projects/jruby/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:106)
~ Using ActiveRecord sessions
~ Loaded slice 'MerbAuthSlicePassword' ...
The signal USR1 is in use by the JVM and will not work correctly on this platform
~ Compiling routes...
~ Activating slice 'MerbAuthSlicePassword' ...
~
~ FATAL: The adapter glassfish did not exist
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment