Deploy/KnowledgePlatform/CassandraDbUpdate #3519
jaingaurav126
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am getting the following error on Jenkins for this Sunbird Deployment Job : Deploy/KnowledgePlatform/CassandraDbUpdate
TASK [cassandra-db-update : run cql] *******************************************
failed: [10.128.0.23] (item=data.cql) => {
"ansible_loop_var": "item",
"changed": true,
"cmd": "cqlsh -f /tmp/lp-data.cql",
"delta": "0:00:00.909994",
"end": "2022-09-12 15:23:15.553170",
"item": "data.cql",
"rc": 2,
"start": "2022-09-12 15:23:14.643176"
}
STDOUT:
Warnings :
Your replication factor 2 for keyspace dev_category_store is higher than the number of nodes 1 for datacenter datacenter1
Warnings :
Your replication factor 2 for keyspace dev_question_store is higher than the number of nodes 1 for datacenter datacenter1
STDERR:
/tmp/lp-data.cql:47:ConfigurationException: Trigger class 'org.sunbird.cassandra.triggers.TransactionEventTrigger' doesn't exist
/tmp/lp-data.cql:48:ConfigurationException: Trigger class 'org.sunbird.cassandra.triggers.TransactionEventTrigger' doesn't exist
/tmp/lp-data.cql:49:ConfigurationException: Trigger class 'org.sunbird.cassandra.triggers.TransactionEventTrigger' doesn't exist
/tmp/lp-data.cql:50:ConfigurationException: Trigger class 'org.sunbird.cassandra.triggers.TransactionEventTrigger' doesn't exist
MSG:
non-zero return code
changed: [10.128.0.23] => (item=dialcode.cql)
changed: [10.128.0.23] => (item=uci.cql)
NO MORE HOSTS LEFT *************************************************************
PLAY RECAP *********************************************************************
10.128.0.23 : ok=3 changed=1 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Kindly help me resolving it
Beta Was this translation helpful? Give feedback.
All reactions