Created
June 9, 2011 01:16
-
-
Save jcrossley3/1015818 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
17:23:24,050 INFO [stdout] (MSC service thread 1-7) JC: create daemon opts={"argv"=>#<Java::JavaUtil::ArrayList:0xb13da8b>, "pwd"=>"/Users/jim/src/torquespec"} | |
17:23:24,106 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC00001: Failed to start service jboss.deployment.unit."in_container_tests-knob.yml"."service ".TorqueSpec::Daemon.create: org.jboss.msc.service.StartException in service jboss.deployment.unit."in_container_tests-knob.yml"."service ".TorqueSpec::Daemon.create: org.jruby.exceptions.RaiseException: (ENOENT) No such file or directory | |
at org.torquebox.services.RubyServiceCreate$1.run(RubyServiceCreate.java:55) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_22] | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_22] | |
at java.lang.Thread.run(Thread.java:680) [:1.6.0_22] | |
Caused by: org.jruby.exceptions.RaiseException: (ENOENT) No such file or directory | |
at #<Class:0x16a8b11f5>.vfs_open(/Users/jim/local/torquebox/jruby/lib/ruby/gems/1.8/gems/torquebox-vfs-2.0.0-java/lib/torquebox/vfs/ext/io.rb:97) at #<Class:0x16a8b11f5>.read(/Users/jim/local/torquebox/jruby/lib/ruby/gems/1.8/gems/torquebox-vfs-2.0.0-java/lib/torquebox/vfs/ext/io.rb:135) at RSpec::Core::ConfigurationOptions.options_file_as_erb_string(/Users/jim/local/torquebox/jruby/lib/ruby/gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/configuration_options.rb:110) at RSpec::Core::ConfigurationOptions.args_from_options_file(/Users/jim/local/torquebox/jruby/lib/ruby/gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/configuration_options.rb:104) at RSpec::Core::ConfigurationOptions.options_from(/Users/jim/local/torquebox/jruby/lib/ruby/gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/configuration_options.rb:99) at RSpec::Core::ConfigurationOptions.local_options(/Users/jim/local/torquebox/jruby/lib/ruby/gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/configuration_options.rb:91) at RSpec::Core::ConfigurationOptions.file_options(/Users/jim/local/torquebox/jruby/lib/ruby/gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/configuration_options.rb:75) at RSpec::Core::ConfigurationOptions.parse_options(/Users/jim/local/torquebox/jruby/lib/ruby/gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/configuration_options.rb:69) at TorqueSpec::Daemon.initialize(/Users/jim/src/torquespec/lib/torquespec/daemon.rb:14) at org.jruby.RubyDir.chdir(org/jruby/RubyDir.java:335) | |
at #<Class:0x16ef2da0b>.chdir(/Users/jim/local/torquebox/jruby/lib/ruby/gems/1.8/gems/torquebox-vfs-2.0.0-java/lib/torquebox/vfs/ext/dir.rb:66) at TorqueSpec::Daemon.initialize(/Users/jim/src/torquespec/lib/torquespec/daemon.rb:12) | |
17:23:24,109 INFO [org.jboss.as.server] (MSC service thread 1-6) Service status report | |
Services which failed to start: | |
service jboss.deployment.unit."in_container_tests-knob.yml"."service ".TorqueSpec::Daemon.create: org.jboss.msc.service.StartException in service jboss.deployment.unit."in_container_tests-knob.yml"."service ".TorqueSpec::Daemon.create: org.jruby.exceptions.RaiseException: (ENOENT) No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment