Created
December 20, 2008 03:09
-
-
Save dmilith/38219 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dmilith:(~/Projects/drAdmin)$ jgem install minigems --no-ri --no-rdoc < vks-mirmil > | |
| Run 'minigem' for instructions on how to proceed. | |
| Successfully installed minigems-0.9.8 | |
| 1 gem installed | |
| dmilith:(~/Projects/drAdmin)$ jruby -S minigem prepare merb-core < vks-mirmil > | |
| Installed minigems at /home/dmilith/Projects/jruby/lib/ruby/site_ruby/1.8/minigems.rb | |
| Adapted /home/dmilith/Projects/jruby/bin/merb to use minigems instead of rubygems. | |
| dmilith:(~/Projects/drAdmin)$ jruby -S minigem prepare merb-gen < vks-mirmil > | |
| Adapted /home/dmilith/Projects/jruby/bin/merb-gen to use minigems instead of rubygems. | |
| dmilith:(~/Projects/drAdmin)$ jruby -S minigem prepare glassfish < vks-mirmil > | |
| Adapted /home/dmilith/Projects/jruby/bin/glassfish to use minigems instead of rubygems. | |
| Adapted /home/dmilith/Projects/jruby/bin/glassfish_rails to use minigems instead of rubygems. | |
| Adapted /home/dmilith/Projects/jruby/bin/gfadmin to use minigems instead of rubygems. | |
| dmilith:(~/Projects/drAdmin)$ jruby -J-server -S merb -e production -p 4000 < vks-mirmil > | |
| Loading init file from /home/dmilith/Projects/drAdmin/config/init.rb | |
| Loading /home/dmilith/Projects/drAdmin/config/environments/production.rb | |
| Logging to file at /home/dmilith/Projects/drAdmin/log/production.log | |
| 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) | |
| The signal USR1 is in use by the JVM and will not work correctly on this platform | |
| ~ | |
| ~ 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. | |
| ~ | |
| zsh: exit 1 jruby -J-server -S merb -e production -p 4000 | |
| dmilith:(~/Projects/drAdmin)$ jruby -S minigem prepare mongrel < vks-mirmil > | |
| Adapted /home/dmilith/Projects/jruby/bin/mongrel_rails to use minigems instead of rubygems. | |
| dmilith:(~/Projects/drAdmin)$ jruby -J-server -S merb -e production -p 4000 < vks-mirmil > | |
| Loading init file from /home/dmilith/Projects/drAdmin/config/init.rb | |
| Loading /home/dmilith/Projects/drAdmin/config/environments/production.rb | |
| Logging to file at /home/dmilith/Projects/drAdmin/log/production.log | |
| 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) | |
| The signal USR1 is in use by the JVM and will not work correctly on this platform | |
| ~ | |
| ~ 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. | |
| ~ | |
| zsh: exit 1 jruby -J-server -S merb -e production -p 4000 | |
| dmilith:(~/Projects/drAdmin)$ jruby -J-server -S glassfish -e production -p 4000 < vks-mirmil > | |
| /home/dmilith/Projects/jruby/lib/ruby/site_ruby/1.8/minigems.rb:379:in `report_activate_error': Could not find RubyGem glassfish (>= 0) (Gem::LoadError) | |
| from /home/dmilith/Projects/jruby/lib/ruby/site_ruby/1.8/minigems.rb:199:in `activate' | |
| from /home/dmilith/Projects/jruby/lib/ruby/site_ruby/1.8/minigems.rb:105:in `gem' | |
| from /home/dmilith/Projects/jruby/bin/glassfish:26 | |
| zsh: exit 1 jruby -J-server -S glassfish -e production -p 4000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment