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
Loading CSV configuration | |
** Execute trisano:dev:load_codes_and_defaults | |
** Invoke db:test:prepare (first_time) | |
** Invoke db:abort_if_pending_migrations (first_time) | |
** Invoke environment (first_time) | |
** Execute environment | |
** Execute db:abort_if_pending_migrations | |
** Execute db:test:prepare | |
** Invoke db:test:clone_structure (first_time) | |
** Invoke db:structure:dump (first_time) |
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
david@ubuntu:~/dev/dist/web-api-client/people$ ruby list_people.rb -f David | |
list_people.rb:59: undefined method `attribute' for #<Hpricot::DocType:0xb777754c> (NoMethodError) | |
from list_people.rb:58:in `each' | |
from list_people.rb:58 | |
from list_people.rb:56:in `each' | |
from list_people.rb:56 |
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
trisano_warehouse=# \dn+ | |
List of schemas | |
Name | Owner | Access privileges | Description | |
--------------------+--------------+----------------------------------------------------------+---------------------------------- | |
information_schema | postgres | {postgres=UC/postgres,=U/postgres} | | |
pg_catalog | postgres | {postgres=UC/postgres,=U/postgres} | system catalog schema | |
pg_toast | postgres | | reserved schema for TOAST tables | |
pg_toast_temp_1 | postgres | | | |
pg_toast_temp_14 | postgres | | | |
population | david | {david=UC/david,dw_priv_user=U/david} | |
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
ps -ef | grep 10726 | |
david 10726 1 0 Jul21 ? 00:02:03 /usr/bin/java -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/usr/local/apache-tomcat-6.0.18/conf/logging.properties -Djava.endorsed.dirs=/usr/local/apache-tomcat-6.0.18/endorsed -classpath :/usr/local/apache-tomcat-6.0.18/bin/bootstrap.jar -Dcatalina.base=/usr/local/apache-tomcat-6.0.18 -Dcatalina.home=/usr/local/apache-tomcat-6.0.18 -Djava.io.tmpdir=/usr/local/apache-tomcat-6.0.18/temp org.apache.catalina.startup.Bootstrap start | |
david 18176 11198 0 12:19 pts/1 00:00:00 grep 10726 |
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
notice: //trisano_pentaho_app_main/Exec[mkdir -p /opt/csi/trisano-pentaho]/returns: executed successfully | |
notice: //trisano_pentaho_app_main/Exec[install-pentaho]/returns: executed successfully | |
notice: //trisano_pentaho_app_main/File[biserver-server.xml]/content: changed file contents from {md5}d094543f5e263ffbfe146f0dd0505c52 to {md5}fcda841bbd199e77724c1a1ce610cd39 | |
notice: //trisano_pentaho_app_main/File[biserver-server.xml]/owner: owner changed 'david' to 'root' | |
notice: //trisano_pentaho_app_main/File[biserver-server.xml]/group: group changed 'david' to 'root' | |
notice: //trisano_pentaho_app_main/File[start-pentaho.sh]/content: changed file contents from {md5}a9492e6b1f0f4a6c50272a1811455a27 to {md5}bc22453222641186c6b2c00f17a7a346 | |
notice: //trisano_pentaho_app_main/File[start-pentaho.sh]/owner: owner changed 'david' to 'root' | |
notice: //trisano_pentaho_app_main/File[start-pentaho.sh]/group: group changed 'david' to 'root' | |
notice: //trisano_pentaho_app_main/File[web.xml]/content: changed file contents from {m |
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
notice: //trisano_pentaho_app_main/Exec[update_metadata.sh]/returns: INFO 22-07 11:39:48,290 - CWM - Loaded CWM model into the default repository. | |
notice: //trisano_pentaho_app_main/Exec[update_metadata.sh]/returns: INFO 22-07 11:39:49,432 - CWM - Instantiated Pentaho (top level) package. | |
notice: //trisano_pentaho_app_main/Exec[update_metadata.sh]/returns: 2009/07/22 11:39:54:562 EDT [INFO] DefaultFileReplicator - Using "/tmp/vfs_cache" as temporary files store. | |
notice: //trisano_pentaho_app_main/Exec[update_metadata.sh]/returns: Unable to find kettle engine jar file to set build date. (ignored) | |
notice: //trisano_pentaho_app_main/Exec[update_metadata.sh]/returns: INFO 22-07 11:39:56,922 - CWM - Instantiated Pentaho (top level) package. | |
notice: //trisano_pentaho_app_main/Exec[update_metadata.sh]/returns: 2009/07/22 11:39:57:446 EDT [INFO] HttpMethodDirector - I/O exception (java.net.ConnectException) caught when processing request: Connection refused | |
notice: //trisano_pentaho_app_main/Exec[update_metadata.s |
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
ActionView::MissingTemplate in Contact_events#edit | |
Showing app/views/events/people/_contact_form.html.haml where line #24 raised: | |
Missing template events/people/_name_form.erb in view path app/views | |
Extracted source (around line #24): | |
21: | |
22: -f.fields_for(:interested_party, :builder => ExtendedFormBuilder) do |ip| |
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
david@david-desktop:~/csi/trisano-enterprise/ce$ git rebase master | |
First, rewinding head to replay your work on top of it... | |
Applying: http://www.pivotaltracker.com/story/show/905280: Modify obfu to remove attachments | |
/home/david/csi/trisano-enterprise/ce/.git/rebase-apply/patch:47: trailing whitespace. | |
end | |
/home/david/csi/trisano-enterprise/ce/.git/rebase-apply/patch:58: trailing whitespace. | |
active_table = table | |
warning: 2 lines add whitespace errors. |
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
Workflow::Instance::TransitionHalted in Contact eventsController#event_type | |
You do not have sufficient privileges to make this change | |
RAILS_ROOT: /home/david/build/ee-release/07-16-2009-0330PM/webapp | |
Application Trace | Framework Trace | Full Trace | |
/home/david/build/ee-release/07-16-2009-0330PM/webapp/vendor/plugins/workflow/lib/workflow.rb:282:in `process_event!' | |
/home/david/build/ee-release/07-16-2009-0330PM/webapp/vendor/plugins/workflow/lib/workflow.rb:211:in `method_missing' | |
/home/david/build/ee-release/07-16-2009-0330PM/webapp/vendor/plugins/workflow/lib/workflow.rb:258:in `send' |
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
david@david-desktop:~/build/trisano-enterprise$ git tag 1.2.5 | |
fatal: tag '1.2.5' already exists | |
david@david-desktop:~/build/trisano-enterprise$ git tag -f 1.2.5 | |
david@david-desktop:~/build/trisano-enterprise$ git push --tags | |
To git@github.com:csinitiative/trisano-enterprise.git | |
! [rejected] 1.2.5 -> 1.2.5 (non-fast forward) | |
error: failed to push some refs to 'git@github.com:csinitiative/trisano-enterprise.git' |