ubccr / hpc-toolset-tutorial

Tutorial for installing Open XDMoD, OnDemand, & ColdFront
GNU General Public License v3.0
118 stars 68 forks source link

xdmod container doesnt start #140

Closed pankajd-57 closed 2 years ago

pankajd-57 commented 2 years ago

---> Open XDMoD Aggregate: Job Performance xdmod | ERROR: unable to find configuration file "supremm_resources.json" in the xdmod | XDMoD configuration directory "/etc/xdmod". xdmod | This file should be created using the instructions in the install guide. xdmod | 2022-07-07 12:42:10 [error] Caught exception while executing: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'modw_supremm.job' doesn't exist (stacktrace: #0 /usr/share/xdmod/classes/CCR/DB/PDODB.php(158): PDOStatement->execute(Array) xdmod | #1 /usr/share/xdmod/classes/DB/EtlJournalHelper.php(34): CCR\DB\PDODB->query('SELECT UNIX_TIM...') xdmod | #2 /usr/lib64/xdmod/aggregate_supremm.php(105): DB\EtlJournalHelper->getLastModified() xdmod | #3 /usr/lib64/xdmod/aggregate_supremm.php(146): run_aggregation(Array, Array) xdmod | #4 {main}) xdmod | 2022-07-07 12:42:10 [critical] Filter list building failed: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'modw_aggregates.supremmfact_by_year' doesn't exist (stacktrace: #0 /usr/share/xdmod/classes/CCR/DB/PDODB.php(158): PDOStatement->execute(Array) xdmod | #1 /usr/share/xdmod/classes/DataWarehouse/Query/TimeAggregationUnit.php(84): CCR\DB\PDODB->query('SELECT xdmod | ...', Array) xdmod | #2 /usr/share/xdmod/classes/DataWarehouse/Query/Query.php(1378): DataWarehouse\Query\TimeAggregationUnit->getDateRangeIds('0000-01-01', '9999-12-31') xdmod | #3 /usr/share/xdmod/classes/DataWarehouse/Query/Query.php(165): DataWarehouse\Query\Query->setDuration(NULL, NULL) xdmod | #4 /usr/share/xdmod/classes/DB/FilterListBuilder.php(74): DataWarehouse\Query\Query->__construct('SUPREMM', 'year', NULL, NULL, 'none') xdmod | #5 /usr/bin/xdmod-build-filter-lists(91): FilterListBuilder->buildRealmLists('SUPREMM') xdmod | #6 /usr/bin/xdmod-build-filter-lists(82): build(Array, Object(CCR\Logger)) xdmod | #7 {main}) xdmod exited with code 1

aebruno commented 2 years ago

We're still in the process of polishing things up for PEARC22. In the mean time, some things to try.

  1. Ensure you have pulled all the latest changes. This is very important as lots has changed:
$ git pull
  1. Remove any old containers, volumes, and images:
$ ./hpcts cleanup
  1. Pull down and start the most recent images:
$ ./hpcts start
pankajd-57 commented 2 years ago

Thanks you..it worked.. How can I extend this to mu prodcution system..I mean how can I get these containers work for my systsem? Where I have to do changes so that it works for my system?

aebruno commented 2 years ago

Thanks you..it worked.. How can I extend this to mu prodcution system..I mean how can I get these containers work for my systsem? Where I have to do changes so that it works for my system?

This project is for educational purposes only and should not be run in production.

pankajd-57 commented 2 years ago

I mean, for our hpc facility.. Its for academic purpose