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
| --- | |
| application: | |
| RACK_ROOT: /Users/bbrowning/.rvm/gems/jruby-1.5.1/gems/bbrowning-deltacloud-core-0.0.3.1 | |
| RACK_ENV: development | |
| rackup: support/torquebox/torquebox-ec2-config.ru | |
| web: | |
| context: /deltacloud |
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
| --- | |
| application: | |
| RACK_ROOT: $TORQUEBOX_HOME/jruby/lib/ruby/gems/1.8/gems/bbrowning-deltacloud-core-0.0.4-java | |
| RACK_ENV: production | |
| web: | |
| context: /deltacloud | |
| environment: | |
| API_DRIVER: ec2 |
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
| RestClient.post('https://localhost:4567/services/mock/artifacts', | |
| :artifact => File.new(app_version.archive.path, 'r')) |
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
| I, [2010-09-14 11:39:54 #1479] INFO -- : Discovering platform... | |
| D, [2010-09-14 11:39:54 #1479] DEBUG -- : Discovering if we're on EC2... | |
| T, [2010-09-14 11:39:54 #1479] TRACE -- : GET: http://169.254.169.254/1.0/meta-data/local-ipv4 | |
| D, [2010-09-14 11:39:57 #1479] DEBUG -- : Nope, it's not EC2. | |
| D, [2010-09-14 11:39:57 #1479] DEBUG -- : Discovering if we're on Virtualbox... | |
| D, [2010-09-14 11:39:57 #1479] DEBUG -- : Yes, we're on Virtualbox. | |
| I, [2010-09-14 11:39:57 #1479] INFO -- : Initializing SteamCannon Agent... | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : Agent config: | |
| --- !map:OpenHash | |
| log_dir: log |
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
| AgentClient[Instance:39]: GET https://10.100.10.140:7575/status | |
| AgentClient[Instance:39]: connection failed: undefined method `[]' for #<Pathname:/tmp/cert_1.pem> | |
| AgentClient[Instance:39]: /Users/bbrowning/src/torquebox/assemblage/assembly/target/stage/torquebox-1.0.0.Beta22-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/org.torquebox.vfs-1.0.0.Beta22/lib/vfs.rb:24:in `resolve_within_archive' | |
| /Users/bbrowning/src/torquebox/assemblage/assembly/target/stage/torquebox-1.0.0.Beta22-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/org.torquebox.vfs-1.0.0.Beta22/lib/vfs/ext/file.rb:90:in `exist?' | |
| /Users/bbrowning/src/torquebox/assemblage/assembly/target/stage/torquebox-1.0.0.Beta22-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/org.torquebox.vfs-1.0.0.Beta22/lib/vfs/ext/file.rb:84:in `exists?' | |
| vfs:/Users/bbrowning/src/steamcannon/app/models/certificate.rb:57:in `to_public_pem_file' | |
| vfs:/Users/bbrowning/src/steamcannon/app/models/agent_client.rb:77:in `connection' | |
| vfs:/Users/bbrowning/src/steamcannon/app/models/agent_client.rb:127:in `call' | |
| vfs |
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
| Index: src/org/jgroups/protocols/S3_PING.java | |
| =================================================================== | |
| RCS file: /cvsroot/javagroups/JGroups/src/org/jgroups/protocols/S3_PING.java,v | |
| retrieving revision 1.12 | |
| diff -u -r1.12 S3_PING.java | |
| --- src/org/jgroups/protocols/S3_PING.java 16 Sep 2010 14:57:17 -0000 1.12 | |
| +++ src/org/jgroups/protocols/S3_PING.java 16 Sep 2010 21:25:53 -0000 | |
| @@ -49,6 +49,12 @@ | |
| @Property(description="When non-null, we set location to prefix-UUID") | |
| protected String prefix=null; |
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
| LoadError - Could not open library 'Unknown' : dlopen(Unknown, 5): image not found. Could not open library 'libUnknown.dylib' : dlopen(libUnknown.dylib, 5): image not found: | |
| /Users/bbrowning/.rvm/rubies/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/library.rb:28:in `ffi_lib' | |
| /Users/bbrowning/.rvm/rubies/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/library.rb:10:in `map' | |
| /Users/bbrowning/.rvm/rubies/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/library.rb:10:in `ffi_lib' | |
| /Users/bbrowning/.rvm/gems/jruby-1.5.1/gems/virtualbox-0.7.5/lib/virtualbox/com/ffi_interface.rb:38:in `setup' | |
| /Users/bbrowning/.rvm/gems/jruby-1.5.1/gems/virtualbox-0.7.5/lib/virtualbox/com/ffi_interface.rb:24:in `create' | |
| /Users/bbrowning/.rvm/gems/jruby-1.5.1/gems/virtualbox-0.7.5/lib/virtualbox/lib.rb:75:in `initialize' | |
| /Users/bbrowning/.rvm/gems/jruby-1.5.1/gems/virtualbox-0.7.5/lib/virtualbox/lib.rb:39:in `new' | |
| /Users/bbrowning/.rvm/gems/jruby-1.5.1/gems/virtualbox-0.7.5/lib/virtualbox/lib.rb:39:in `lib' | |
| /Users/bbrowning/.rvm/gems/jruby-1.5 |
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
| def setup(lib_path=nil) | |
| # Setup the path to the C library | |
| lib_path ||= "/Applications/VirtualBox.app/Contents/MacOS/VBoxXPCOMC.dylib" | |
| # Attach to the interface | |
| ffi_lib lib_path | |
| attach_function :VBoxGetXPCOMCFunctions, [:uint], :pointer | |
| end |
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
| bbrowning@bbrowning-mbp:~/src/steamcannon(master)$ jruby -S autospec | |
| loading autotest/rails_rspec | |
| style: RailsRspec | |
| ./.autotest:15 warning: multiple values for a block parameter (2 for 1) | |
| ./.autotest:16: can't convert Array into String (TypeError) | |
| from /Users/bbrowning/src/torquebox/assemblage/assembly/target/stage/torquebox-1.0.0.Beta22-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/autotest-4.3.2/bin/../lib/autotest.rb:668:in `[]' | |
| from /Users/bbrowning/src/torquebox/assemblage/assembly/target/stage/torquebox-1.0.0.Beta22-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/autotest-4.3.2/bin/../lib/autotest.rb:668:in `hook' | |
| from /Users/bbrowning/src/torquebox/assemblage/assembly/target/stage/torquebox-1.0.0.Beta22-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/autotest-4.3.2/bin/../lib/autotest.rb:667:in `any?' | |
| from /Users/bbrowning/src/torquebox/assemblage/assembly/target/stage/torquebox-1.0.0.Beta22-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/autotest-4.3.2/bin/../lib/autotest.rb:667:in `hook' | |
| from /User |
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
| bbrowning@bbrowning-mbp:~/src/steamcannon(master)$ jruby -S autospec | |
| loading autotest/rails_rspec | |
| style: RailsRspec | |
| Autospec died: undefined method `singularize' for "users":String | |
| /Users/bbrowning/src/torquebox/assemblage/assembly/target/stage/torquebox-1.0.0.Beta22-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/rspec-rails-1.3.2/lib/autotest/rails_rspec.rb:36 | |
| /Users/bbrowning/src/torquebox/assemblage/assembly/target/stage/torquebox-1.0.0.Beta22-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/autotest-4.3.2/bin/../lib/autotest.rb:532:in `call' | |
| /Users/bbrowning/src/torquebox/assemblage/assembly/target/stage/torquebox-1.0.0.Beta22-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/autotest-4.3.2/bin/../lib/autotest.rb:532:in `test_files_for' | |
| /Users/bbrowning/src/torquebox/assemblage/assembly/target/stage/torquebox-1.0.0.Beta22-SNAPSHOT/jruby/lib/ruby/gems/1.8/gems/autotest-4.3.2/bin/../lib/autotest.rb:404:in `find_files_to_test' | |
| /Users/bbrowning/src/torquebox/assemblage/assembly/target/stage/torquebox-1.0.0.Beta22-SNAPSHOT/jruby/lib/ruby/gem |