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
| jruby-maven-plugins/gemify-maven-plugin/target/it/with-pom-noversion/build.log | |
| [INFO] Scanning for projects... | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building dummy 0.0.0 | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- gemify-maven-plugin:0.21.0-SNAPSHOT:gemify (default-cli) @ dummy --- | |
| [INFO] ------------------------------------------------------------------------ |
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
| $ /usr/java/jdk1.6.0_21/jre/bin/java -cp /NotBackedUp/work/torquebox/components/vfs/target/test-classes:/NotBackedUp/work/torquebox/components/vfs/target/classes:/home/tcrawley/.m2/repository/org/jboss/jboss-vfs/3.0.0.CR5/jboss-vfs-3.0.0.CR5.jar:/home/tcrawley/.m2/repository/org/jboss/logging/jboss-logging/3.0.0.Beta2/jboss-logging-3.0.0.Beta2.jar:/home/tcrawley/.m2/repository/org/jboss/logmanager/jboss-logmanager/1.2.0.CR2/jboss-logmanager-1.2.0.CR2.jar:/home/tcrawley/.m2/repository/org/jboss/logmanager/jboss-logmanager-log4j/1.0.0.CR3/jboss-logmanager-log4j-1.0.0.CR3.jar:/home/tcrawley/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar:/home/tcrawley/.m2/repository/junit/junit/4.7/junit-4.7.jar -client -Xbootclasspath/a:/home/tcrawley/.m2/repository/org/jruby/jruby-complete/1.5.2/jruby-complete-1.5.2.jar org.jruby.Main -e "load('/NotBackedUp/work/torquebox/components/vfs/target/rspec-runner.rb')" -- | |
| log4j:WARN No appenders could be found for logger (org.jboss.vfs). | |
| log4j:WARN Please initialize the log4j sy |
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
| jruby-1.5.2 > c | |
| c | |
| "-----BEGIN CERTIFICATE-----\nMIICKTCCAZKgAwIBAgIBATANBgkqhkiG9w0BAQUFADAsMR0wGwYDVQQKDBRTdGVh\nbUNhbm5vbiBJbnN0YW5jZTELMAkGA1UEAwwCQ0EwHhcNMTAwOTA4MTYzMDI2WhcN\nMjAwOTA1MTYzMDI2WjAwMR0wGwYDVQQKDBRTdGVhbUNhbm5vbiBJbnN0YW5jZTEP\nMA0GA1UEAwwGQ2xpZW50MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCNE98i\nei+4Kw3d+OOcjDlzx6++FPUPpzIZ664desNehMBOUM082XRPAlvYajokv6f40Esh\nnpVFTu/OhflSdMHnmt2cI4m6vpJHXJmgtYPn6kdF4M8gRBfMohXLxwefZ5g/XppC\nS4EWoU4uv0X8rrAlMXWMoKuAkQB2AHfSI3y2JwIDAQABo1cwVTAPBgNVHRMBAf8E\nBTADAQEAMA4GA1UdDwEB/wQEAwIF4DATBgNVHSUEDDAKBggrBgEFBQcDAjAdBgNV\nHQ4EFgQUOhQ0OyjlgOtEg/zdtpI3lUrPTmswDQYJKoZIhvcNAQEFBQADgYEARk54\nea+smZ5Hj9m3yk1DzSaKgdhCFJ2hcWD1DdoBS8q/Fvdr8umiDbUFDqUncxoXem/y\nO+ftiUYlX14K6WYMk59M136rAJ5IvcDbvAGmveiBUq+v4HwAr8dQDhRnlMnSm9Pw\nvV1LMWe0J/qr5BGc2UbdrVnpaac+CyPHoZ+vvYU=\n-----END CERTIFICATE-----\n" | |
| jruby-1.5.2 > h = {"key" => c} | |
| h = {"key" => c} | |
| { | |
| "key" => "-----BEGIN CERTIFICATE-----\nMIICKTCCAZKgAwIBAgIBATANBgkqhkiG9w0BAQUFADAsMR0wGwYDVQQKDBRTdGVh\nbUNhbm5vbiBJbnN0YW5 |
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
| NoMethodError - undefined method `debug' for "/dev/null":String: | |
| ./lib/sc-agent/helpers/exec-helper.rb:29:in `execute' | |
| ./lib/sc-agent/agent.rb:64:in `GET /status' | |
| exec-helper.rb:29: @log.debug "Executing command: '#{command}'" | |
| agent.rb:64: load = ExecHelper.new( :log => '/dev/null' ).execute('cat /proc/loadavg').strip.chomp | |
| # you init @log in exec-helper like so: | |
| exec-helper.rb:25: @log = options[:log] || Logger.new(STDOUT) |
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
| class A | |
| attr_writer :ivar | |
| def foo | |
| self.ivar = 'stuff' | |
| ivar = 'stuff' # this creates a local var called 'ivar' shadows @ivar | |
| end | |
| 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
| GIT_PS1_SHOWDIRTYSTATE=1 #... untagged(*) and staged(+) changes | |
| GIT_PS1_SHOWSTASHSTATE=1 #... if something is stashed($) | |
| GIT_PS1_SHOWUNTRACKEDFILES=1 #... untracked files(%) | |
| function __rvm_prompt { | |
| ~/.rvm/bin/rvm-prompt i v g | |
| } | |
| function __git_prompt { |
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
| instance.watcher: | |
| job: InstanceWatcher | |
| cron: '*/30 * * * * ?' | |
| deployment.watcher: | |
| job: DeploymentWatcher | |
| cron: '*/10 * * * * ?' |
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
| 09:46:33,230 ERROR [STDERR] java.io.FileNotFoundException: vfs:/data/work/steamcannon/tmp/cert_1.pem | |
| 09:46:33,232 ERROR [STDERR] at org.jruby.util.io.ChannelDescriptor.open(ChannelDescriptor.java:693) | |
| 09:46:33,232 ERROR [STDERR] at org.jruby.util.io.ChannelDescriptor.open(ChannelDescriptor.java:602) | |
| 09:46:33,232 ERROR [STDERR] at org.jruby.ext.openssl.x509store.Lookup.wrapJRubyNormalizedInputStream(Lookup.java:270) | |
| 09:46:33,233 ERROR [STDERR] at org.jruby.ext.openssl.x509store.Lookup.loadCertificateOrCRLFile(Lookup.java:241) | |
| 09:46:33,233 ERROR [STDERR] at org.jruby.ext.openssl.x509store.Lookup$ByFile.call(Lookup.java:414) | |
| 09:46:33,233 ERROR [STDERR] at org.jruby.ext.openssl.x509store.Lookup.control(Lookup.java:117) | |
| 09:46:33,233 ERROR [STDERR] at org.jruby.ext.openssl.x509store.Lookup.loadFile(Lookup.java:85) | |
| 09:46:33,233 ERROR [STDERR] at org.jruby.ext.openssl.x509store.Store.loadLocations(Store.java:305) | |
| 09:46:33,233 ERROR [STDERR] at org.jruby.ext.openssl.SSLContext.setup(SSLContext.java:223) |
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
| Caused by: org.jruby.exceptions.RaiseException: can't dup NilClass | |
| at (unknown).new(/home/tcrawley/.rvm/gems/jruby-1.5.2@torquebox-beta22/gems/activerecord-2.3.8/lib/active_record/base.rb:2219) | |
| at #<Class:01x305e0ade>.scoped_methods(/home/tcrawley/.rvm/gems/jruby-1.5.2@torquebox-beta22/gems/activerecord-2.3.8/lib/active_record/base.rb:2223) | |
| at #<Class:01x305e0ade>.current_scoped_methods(/home/tcrawley/.rvm/gems/jruby-1.5.2@torquebox-beta22/gems/activerecord-2.3.8/lib/active_record/base.rb:2213) | |
| at #<Class:01x305e0ade>.scope(/home/tcrawley/.rvm/gems/jruby-1.5.2@torquebox-beta22/gems/activerecord-2.3.8/lib/active_record/base.rb:1573) | |
| at #<Class:01x305e0ade>.find_every(/home/tcrawley/.rvm/gems/jruby-1.5.2@torquebox-beta22/gems/activerecord-2.3.8/lib/active_record/base.rb:1613) | |
| at #<Class:01x305e0ade>.find_one(/home/tcrawley/.rvm/gems/jruby-1.5.2@torquebox-beta22/gems/activerecord-2.3.8/lib/active_record/base.rb:1599) | |
| at #<Class:01x305e0ade>.find_from_ids(/home/tcrawley/.rvm/gems/jruby-1.5.2@torquebox-bet |
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
| 15:17:42,538 ERROR [org.quartz.core.JobRunShell] Job vfs:///data/work/steamcannon/.instance.watcher threw an unhandled Exception: : org.jruby.exceptions.RaiseException: A copy of Instance has been removed from the module tree but is still active! | |
| at Kernel.raise(/home/tcrawley/.rvm/gems/jruby-1.5.2@torquebox-beta22/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:414) | |
| at ActiveSupport::Dependencies.load_missing_constant(/home/tcrawley/.rvm/gems/jruby-1.5.2@torquebox-beta22/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:96) | |
| at ActiveSupport::Dependencies::ClassConstMissing.const_missing(vfs:/data/work/steamcannon/app/models/instance.rb:143) | |
| at Instance.agent_running?(vfs:/data/work/steamcannon/app/models/instance.rb:117) | |
| at Instance.configure_agent(vfs:/data/work/steamcannon/app/jobs/instance_watcher.rb:36) | |
| at InstanceWatcher.update_configuring(/home/tcrawley/.rvm/gems/jruby-1.5.2@torquebox-beta22/gems/activerecord-2.3.8/lib/active_record/named_scope.rb:109) | |
| at Array.each(/home/ |