Created
November 29, 2011 06:20
-
-
Save rurounijones/1403681 to your computer and use it in GitHub Desktop.
Torquebox issue
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
Ubuntu 10.04.3 LTS 64-bit | |
pwd: /home/jjones/Projects/gemini/castor | |
>>> environment <<< | |
$TORQUEBOX_HOME: /home/jjones/Projects/torquebox-1.1.1 | |
$JBOSS_HOME: /home/jjones/Projects/torquebox-1.1.1/jboss | |
$JRUBY_HOME: /home/jjones/.rvm/rubies/jruby-1.6.5 | |
$GEM_HOME: /home/jjones/.rvm/gems/jruby-1.6.5@gemini | |
>>> JRuby <<< | |
which jruby: /home/jjones/.rvm/rubies/jruby-1.6.5/bin/jruby | |
>>> Torquebox <<< | |
rake torquebox:check: TorqueBox Server OK: /home/jjones/Projects/torquebox-1.1.1/jboss/server/default | |
gem env: | |
- RUBYGEMS VERSION: 1.8.9 | |
- RUBY VERSION: 1.8.7 (2011-10-25 patchlevel 330) [java] | |
- INSTALLATION DIRECTORY: /home/jjones/.rvm/gems/jruby-1.6.5@gemini | |
- RUBY EXECUTABLE: /home/jjones/.rvm/rubies/jruby-1.6.5/bin/jruby | |
- EXECUTABLE DIRECTORY: /home/jjones/.rvm/gems/jruby-1.6.5@gemini/bin | |
- RUBYGEMS PLATFORMS: | |
- ruby | |
- universal-java-1.6 | |
- GEM PATHS: | |
- /home/jjones/.rvm/gems/jruby-1.6.5@gemini | |
- /home/jjones/.rvm/gems/jruby-1.6.5@global | |
- GEM CONFIGURATION: | |
- :update_sources => true | |
- :verbose => true | |
- :benchmark => false | |
- :backtrace => false | |
- :bulk_threshold => 1000 | |
- "install" => "--no-rdoc --no-ri" | |
- "update" => "--no-rdoc --no-ri" | |
- :sources => ["http://gems.rubyforge.org/", "http://gems.github.com", "http://rubygems.torquebox.org", "http://gems.neurogami.com"] | |
- REMOTE SOURCES: | |
- http://gems.rubyforge.org/ | |
- http://gems.github.com | |
- http://rubygems.torquebox.org | |
- http://gems.neurogami.com |
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
jjones@jjones-desktop:~/Projects/gemini/castor$ rails console | |
29-Nov-2011 15:04:07 org.infinispan.factories.AbstractComponentRegistry internalStart | |
INFO: Infinispan version: Infinispan 'Ursus' 4.2.0.FINAL | |
29-Nov-2011 15:04:07 org.infinispan.factories.AbstractComponentRegistry internalStart | |
INFO: Infinispan version: Infinispan 'Ursus' 4.2.0.FINAL | |
LoadError: load error: /home/jjones/Projects/gemini/castor/config/environment -- java.lang.NoClassDefFoundError: org/jboss/kernel/Kernel | |
require at org/jruby/RubyKernel.java:1038 | |
require at /home/jjones/.rvm/gems/jruby-1.6.5@gemini/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240 | |
load_dependency at /home/jjones/.rvm/gems/jruby-1.6.5@gemini/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:223 | |
new_constants_in at /home/jjones/.rvm/gems/jruby-1.6.5@gemini/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:640 | |
new_constants_in at /home/jjones/.rvm/gems/jruby-1.6.5@gemini/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:639 | |
load_dependency at /home/jjones/.rvm/gems/jruby-1.6.5@gemini/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:223 | |
require at /home/jjones/.rvm/gems/jruby-1.6.5@gemini/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240 | |
require_environment! at /home/jjones/.rvm/gems/jruby-1.6.5@gemini/gems/railties-3.1.3/lib/rails/application.rb:83 | |
(root) at /home/jjones/.rvm/gems/jruby-1.6.5@gemini/gems/railties-3.1.3/lib/rails/commands.rb:39 | |
require at org/jruby/RubyKernel.java:1038 | |
(root) at script/rails:6 | |
jjones@jjones-desktop:~/Projects/gemini/castor$ |
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
GEM | |
remote: http://rubygems.org/ | |
specs: | |
actionmailer (3.1.3) | |
actionpack (= 3.1.3) | |
mail (~> 2.3.0) | |
actionpack (3.1.3) | |
activemodel (= 3.1.3) | |
activesupport (= 3.1.3) | |
builder (~> 3.0.0) | |
erubis (~> 2.7.0) | |
i18n (~> 0.6) | |
rack (~> 1.3.5) | |
rack-cache (~> 1.1) | |
rack-mount (~> 0.8.2) | |
rack-test (~> 0.6.1) | |
sprockets (~> 2.0.3) | |
activemodel (3.1.3) | |
activesupport (= 3.1.3) | |
builder (~> 3.0.0) | |
i18n (~> 0.6) | |
activerecord (3.1.3) | |
activemodel (= 3.1.3) | |
activesupport (= 3.1.3) | |
arel (~> 2.2.1) | |
tzinfo (~> 0.3.29) | |
activeresource (3.1.3) | |
activemodel (= 3.1.3) | |
activesupport (= 3.1.3) | |
activesupport (3.1.3) | |
multi_json (~> 1.0) | |
arel (2.2.1) | |
bcrypt-ruby (3.0.1-java) | |
bouncy-castle-java (1.5.0146.1) | |
bson (1.3.1-java) | |
builder (3.0.0) | |
cancan (1.6.7) | |
capybara (1.0.1) | |
mime-types (>= 1.16) | |
nokogiri (>= 1.3.3) | |
rack (>= 1.0.0) | |
rack-test (>= 0.5.4) | |
selenium-webdriver (~> 2.0) | |
xpath (~> 0.1.4) | |
childprocess (0.2.2) | |
ffi (~> 1.0.6) | |
coffee-rails (3.1.0) | |
coffee-script (>= 2.2.0) | |
railties (~> 3.1.0.rc1) | |
coffee-script (2.2.0) | |
coffee-script-source | |
execjs | |
coffee-script-source (1.1.2) | |
cucumber (1.0.2) | |
builder (>= 2.1.2) | |
diff-lcs (>= 1.1.2) | |
gherkin (~> 2.4.5) | |
json (>= 1.4.6) | |
term-ansicolor (>= 1.0.5) | |
cucumber-rails (1.0.2) | |
capybara (>= 1.0.0) | |
cucumber (~> 1.0.0) | |
nokogiri (>= 1.4.6) | |
database_cleaner (0.6.7) | |
devise (1.5.1) | |
bcrypt-ruby (~> 3.0) | |
orm_adapter (~> 0.0.3) | |
warden (~> 1.1) | |
diff-lcs (1.1.3) | |
dragonfly (0.9.5) | |
rack | |
erubis (2.7.0) | |
execjs (1.2.4) | |
multi_json (~> 1.0) | |
factory_girl (2.0.5) | |
factory_girl_rails (1.1.0) | |
factory_girl (~> 2.0.0) | |
railties (>= 3.0.0) | |
ffi (1.0.9-java) | |
gherkin (2.4.16-java) | |
json (>= 1.4.6) | |
haml (3.1.2) | |
haml-rails (0.3.4) | |
actionpack (~> 3.0) | |
activesupport (~> 3.0) | |
haml (~> 3.0) | |
railties (~> 3.0) | |
hike (1.2.1) | |
hoptoad_notifier (2.4.11) | |
activesupport | |
builder | |
i18n (0.6.0) | |
jquery-rails (1.0.13) | |
railties (~> 3.0) | |
thor (~> 0.14) | |
jruby-openssl (0.7.4) | |
bouncy-castle-java | |
json (1.5.4-java) | |
json_pure (1.5.4) | |
spruz (~> 0.2.8) | |
mail (2.3.0) | |
i18n (>= 0.4.0) | |
mime-types (~> 1.16) | |
treetop (~> 1.4.8) | |
mime-types (1.17.2) | |
mongo (1.3.1) | |
bson (>= 1.3.1) | |
multi_json (1.0.4) | |
newrelic_rpm (3.1.1) | |
nokogiri (1.5.0-java) | |
orm_adapter (0.0.5) | |
polyglot (0.3.3) | |
rack (1.3.5) | |
rack-cache (1.1) | |
rack (>= 0.4) | |
rack-mount (0.8.3) | |
rack (>= 1.0.0) | |
rack-ssl (1.3.2) | |
rack | |
rack-test (0.6.1) | |
rack (>= 1.0) | |
rails (3.1.3) | |
actionmailer (= 3.1.3) | |
actionpack (= 3.1.3) | |
activerecord (= 3.1.3) | |
activeresource (= 3.1.3) | |
activesupport (= 3.1.3) | |
bundler (~> 1.0) | |
railties (= 3.1.3) | |
rails_config (0.2.4) | |
activesupport (>= 3.0) | |
railties (3.1.3) | |
actionpack (= 3.1.3) | |
activesupport (= 3.1.3) | |
rack-ssl (~> 1.3.2) | |
rake (>= 0.8.7) | |
rdoc (~> 3.4) | |
thor (~> 0.14.6) | |
rake (0.9.2.2) | |
rcov (0.9.10-java) | |
rdoc (3.11) | |
json (~> 1.4) | |
rpm_contrib (2.1.4) | |
newrelic_rpm (>= 3.1.1) | |
rspec (2.6.0) | |
rspec-core (~> 2.6.0) | |
rspec-expectations (~> 2.6.0) | |
rspec-mocks (~> 2.6.0) | |
rspec-core (2.6.4) | |
rspec-expectations (2.6.0) | |
diff-lcs (~> 1.1.2) | |
rspec-mocks (2.6.0) | |
rspec-rails (2.6.1) | |
actionpack (~> 3.0) | |
activesupport (~> 3.0) | |
railties (~> 3.0) | |
rspec (~> 2.6.0) | |
rubyzip (0.9.4) | |
sass (3.1.7) | |
sass-rails (3.1.0) | |
actionpack (~> 3.1.0) | |
railties (~> 3.1.0) | |
sass (>= 3.1.4) | |
selenium-webdriver (2.5.0) | |
childprocess (>= 0.2.1) | |
ffi (>= 1.0.7) | |
json_pure | |
rubyzip | |
shoulda-matchers (1.0.0.beta3) | |
sprockets (2.0.3) | |
hike (~> 1.2) | |
rack (~> 1.0) | |
tilt (~> 1.1, != 1.3.0) | |
spruz (0.2.13) | |
term-ansicolor (1.0.6) | |
therubyrhino (1.72.8) | |
thor (0.14.6) | |
tilt (1.3.3) | |
torquebox (1.1.2) | |
torquebox-base (= 1.1.2) | |
torquebox-messaging (= 1.1.2) | |
torquebox-naming (= 1.1.2) | |
torquebox-rake-support (= 1.1.2) | |
torquebox-vfs (= 1.1.2) | |
torquebox-web (= 1.1.2) | |
torquebox-base (1.1.2-java) | |
torquebox-messaging (1.1.2-java) | |
torquebox-base (= 1.1.2) | |
torquebox-naming (= 1.1.2) | |
torquebox-naming (1.1.2-java) | |
torquebox-rake-support (1.1.2) | |
torquebox-vfs (1.1.2-java) | |
torquebox-web (1.1.2-java) | |
treetop (1.4.10) | |
polyglot | |
polyglot (>= 0.3.1) | |
tzinfo (0.3.31) | |
uglifier (1.0.2) | |
execjs (>= 0.3.0) | |
multi_json (>= 1.0.2) | |
warden (1.1.0) | |
rack (>= 1.0) | |
xpath (0.1.4) | |
nokogiri (~> 1.3) | |
yard (0.7.2) | |
PLATFORMS | |
java | |
DEPENDENCIES | |
bson (= 1.3.1) | |
cancan | |
coffee-rails (~> 3.1.0) | |
cucumber-rails | |
database_cleaner | |
devise | |
dragonfly (~> 0.9.2) | |
factory_girl_rails | |
haml-rails | |
hoptoad_notifier | |
jquery-rails | |
jruby-openssl | |
json | |
mongo (= 1.3.1) | |
mongoid (~> 2.0)! | |
newrelic_rpm | |
nokogiri (~> 1.5.0) | |
rack-cache | |
rails (= 3.1.3) | |
rails_config | |
rcov (~> 0.9) | |
rpm_contrib | |
rspec-rails (~> 2.6) | |
sass-rails (~> 3.1.0) | |
shoulda-matchers | |
therubyrhino | |
torquebox (~> 1.1.0) | |
uglifier | |
yard | |
yard-rest-plugin (~> 0.2.5) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment