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@utah:/usr/local/trisano/pentaho/biserver-ee/pentaho-solutions/TriSano$ sudo ./update_metadata.sh | |
root's password: | |
Loading metadata | |
INFO 30-09 15:27:11,577 - CWM - Loaded CWM model into the default repository. | |
INFO 30-09 15:27:13,228 - CWM - Instantiated Pentaho (top level) package. | |
2009/09/30 15:27:24:020 EDT [INFO] DefaultFileReplicator - Using "/tmp/vfs_cache" as temporary files store. | |
Unable to find kettle engine jar file to set build date. (ignored) | |
INFO 30-09 15:27:27,965 - CWM - Instantiated Pentaho (top level) package. | |
Processing disease group Botulisms | |
No modified tables. Nothing to do |
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
CREATE TABLE trisano.formbuilder_tables ( | |
id SERIAL PRIMARY KEY, | |
short_name TEXT, | |
table_name TEXT, | |
modified BOOLEAN DEFAULT TRUE, | |
disease_groups TEXT[] | |
); |
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 metadata | |
INFO 28-09 14:00:24,582 - CWM - Loaded CWM model into the default repository. | |
INFO 28-09 14:00:26,126 - CWM - Instantiated Pentaho (top level) package. | |
2009/09/28 14:00:31:730 EDT [INFO] DefaultFileReplicator - Using "/tmp/vfs_cache" as temporary files store. | |
Unable to find kettle engine jar file to set build date. (ignored) | |
INFO 28-09 14:00:34,199 - CWM - Instantiated Pentaho (top level) package. | |
Creating new business model for disease group As | |
Processing disease group As | |
org/postgresql/core/v3/QueryExecutorImpl.java:1548:in `receiveErrorResponse': org.postgresql.util.PSQLException: ERROR: column ft.disease_groups does not exist (NativeException) | |
from org/postgresql/core/v3/QueryExecutorImpl.java:1316:in `processResults' |
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@utah:/usr/local/trisano/pentaho/biserver-ee/pentaho-solutions/TriSano$ sud o ./update_metadata.sh | |
Loading metadata | |
INFO 24-09 00:47:20,509 - CWM - Loaded CWM model into the default repository. | |
INFO 24-09 00:47:22,127 - CWM - Instantiated Pentaho (top level) package. | |
2009/09/24 00:47:27:071 EDT [INFO] DefaultFileReplicator - Using "/tmp/vfs_cache " as temporary files store. | |
Unable to find kettle engine jar file to set build date. (ignored) | |
INFO 24-09 00:47:29,360 - CWM - Instantiated Pentaho (top level) package. | |
Creating business tables and relationships | |
INFO 24-09 00:47:31,056 - SecurityDetails - Finished reading 781 bytes as a res ponse from the webserver | |
Setting up role-based security |
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 rights_mask | |
@rights_mask ||= @meta.get_security_reference.find_acl("All").mask | |
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
Loading metadata | |
INFO 23-09 22:06:17,825 - CWM - Loaded CWM model into the default repository. | |
INFO 23-09 22:06:19,618 - CWM - Instantiated Pentaho (top level) package. | |
2009/09/23 22:06:25:276 EDT [INFO] DefaultFileReplicator - Using "/tmp/vfs_cache" as temporary files store. | |
Unable to find kettle engine jar file to set build date. (ignored) | |
INFO 23-09 22:06:27,506 - CWM - Instantiated Pentaho (top level) package. | |
Creating business tables and relationships | |
2009/09/23 22:09:47:868 EDT [INFO] HttpMethodDirector - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out | |
2009/09/23 22:09:47:871 EDT [INFO] HttpMethodDirector - Retrying request | |
2009/09/23 22:12:56:813 EDT [INFO] HttpMethodDirector - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out |
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
== ChangeInStateCode: migrating ============================================== | |
-- execute("UPDATE external_codes SET the_code = 'AIS' where code_name = 'imported' and the_code = 'UT'") | |
-> 0.0020s | |
-> 0 rows | |
-- execute("UPDATE export_conversion_values SET value_from = 'AIS' where export_column_name = 'IMPORTED' and value_from = 'UT'") | |
rake aborted! | |
An error has occurred, this and all later migrations canceled: | |
ActiveRecord::ActiveRecordError: ERROR: column "export_column_name" does not exist: UPDATE export_conversion_values SET value_from = 'AIS' where export_column_name = 'IMPORTED' and value_from = 'UT' |
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@linux-b56b:/opt/csi/trisano-postgres/lib/postgresql$ ldd plperl.so linux-gate.so.1 => (0xffffe000) | |
libperl.so => not found | |
libresolv.so.2 => /lib/libresolv.so.2 (0xb7ed8000) | |
libnsl.so.1 => /lib/libnsl.so.1 (0xb7ec3000) | |
libdl.so.2 => /lib/libdl.so.2 (0xb7ebf000) | |
libm.so.6 => /lib/libm.so.6 (0xb7e99000) | |
libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7e66000) | |
libutil.so.1 => /lib/libutil.so.1 (0xb7e62000) | |
libpthread.so.0 => /lib/libpthread.so.0 (0xb7e4c000) | |
libc.so.6 => /lib/libc.so.6 (0xb7d1f000) |
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
err: //trisano_pentaho_app_main/Exec[create-pentaho-users]/returns: change from notrun to 0 failed: /usr/local/trisano/postgres/bin/psql -X -U dw_priv_user -d hibernate -f files/pentaho_users.sql returned 2 instead of 0 at /usr/local/downloads/trisano/08-27-2009-1117AM/install/puppet_files/trisano_pentaho_app_main.pp:146 | |
notice: //trisano_pentaho_app_main/Exec[create-publish-user]: Dependency exec[/usr/local/trisano/postgres/bin/psql -X -U dw_priv_user -d hibernate -f files/pentaho_users.sql] has 1 failures | |
warning: //trisano_pentaho_app_main/Exec[create-publish-user]: Skipping because of failed dependencies | |
notice: //trisano_pentaho_app_main/Exec[create-publish-user-password]: Dependency exec[/usr/local/trisano/postgres/bin/psql -X -U dw_priv_user -d hibernate -f files/pentaho_users.sql] has 1 failures | |
warning: //trisano_pentaho_app_main/Exec[create-publish-user-password]: Skipping because of failed dependencies | |
notice: //trisano_pentaho_app_main/Exec[update_metadata.sh]: Dependency exec[/usr/local/trisano/p |
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
ldd plperl.so | |
linux-gate.so.1 => (0xb8018000) | |
libperl.so => /usr/lib/libperl.so (0xb7ea6000) | |
libresolv.so.2 => /lib/tls/i686/cmov/libresolv.so.2 (0xb7e90000) | |
libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0xb7e76000) | |
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7e72000) | |
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7e4c000) | |
libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0xb7e1a000) | |
libutil.so.1 => /lib/tls/i686/cmov/libutil.so.1 (0xb7e16000) | |
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7dfc000) |