Skip to content

Instantly share code, notes, and snippets.

@lance
Created September 17, 2010 14:42
Show Gist options
  • Save lance/584316 to your computer and use it in GitHub Desktop.
Save lance/584316 to your computer and use it in GitHub Desktop.
>> () ~/Dev/RHT/steamcannon [master] <<
$ rake torquebox:server:run
(in /Users/lanceball/Dev/RHT/steamcannon)
rake aborted!
no such file to load -- torquebox/tasks
/Users/lanceball/Dev/RHT/steamcannon/rakefile:10
(See full trace by running task with --trace)
>> () ~/Dev/RHT/steamcannon [master] <<
$ which rake
/Users/lanceball/Dev/RHT/torquebox/current/jruby/bin/rake
>> () ~/Dev/RHT/steamcannon [master] <<
$ gem info
ERROR: While executing gem ... (RuntimeError)
Unknown command info
>> () ~/Dev/RHT/steamcannon [master] <<
$ gem env
RubyGems Environment:
- RUBYGEMS VERSION: 1.3.6
- RUBY VERSION: 1.8.7 (2010-08-20 patchlevel 249) [java]
- INSTALLATION DIRECTORY: /Users/lanceball/Dev/RHT/torquebox/torquebox-1.0.0.Beta22-SNAPSHOT/jruby/lib/ruby/gems/1.8
- RUBY EXECUTABLE: /Users/lanceball/Dev/RHT/torquebox/current/jruby/bin/jruby
- EXECUTABLE DIRECTORY: /Users/lanceball/Dev/RHT/torquebox/current/jruby/bin
- RUBYGEMS PLATFORMS:
- ruby
- universal-java-1.6
- GEM PATHS:
- /Users/lanceball/Dev/RHT/torquebox/torquebox-1.0.0.Beta22-SNAPSHOT/jruby/lib/ruby/gems/1.8
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- "install" => "--env-shebang"
- "update" => "--env-shebang"
- :sources => ["http://gemcutter.org", "http://gems.rubyforge.org/", "http://gems.github.com"]
- REMOTE SOURCES:
- http://gemcutter.org
- http://gems.rubyforge.org/
- http://gems.github.com
>> () ~/Dev/RHT/steamcannon [master] <<
$ rake torquebox:server:run --trace
(in /Users/lanceball/Dev/RHT/steamcannon)
** Invoke torquebox:server:run (first_time)
** Invoke torquebox:server:check (first_time)
** Execute torquebox:server:check
TorqueBox Server OK: /Users/lanceball/Dev/RHT/torquebox/current/jboss/server/default
** Execute torquebox:server:run
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /Users/lanceball/Dev/RHT/torquebox/current/jboss
JAVA: /Library/Java/Home/bin/java
JAVA_OPTS: -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dprogram.name=run.sh -Djava.library.path=/Users/lanceball/Dev/RHT/torquebox/current/jboss/bin/native/lib64
CLASSPATH: /Users/lanceball/Dev/RHT/torquebox/current/jboss/bin/run.jar
=========================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment