Untitled

 avatar
unknown
sh
4 years ago
2.5 kB
6
Indexable
root@fintech1-test401:~/eightcat# go run cmd/cmd*.go db create
INFO[0000] Loading module - dummybill.so
INFO[0000] Loading module - dummyhsm.so
INFO[0000] Loading module - dummyreport.so
INFO[0000] Loading module - kafkareport.so
INFO[0000] Loading module - mnetbill.so
2021-10-22 17:23:03 [INFO] Using queue broker - redis://localhost:6379/3
2021-10-22 17:23:03 [ERRO] Category send for tier default_user not found in the database
2021-10-22 17:23:03 [ERRO] Category send for tier registered_user not found in the database
2021-10-22 17:23:03 [ERRO] Category send for tier verified_user not found in the database
2021-10-22 17:23:03 [ERRO] Category send for tier default_reseller not found in the database
2021-10-22 17:23:03 [ERRO] Category send for tier wholesale_reseller not found in the database
2021-10-22 17:23:03 [ERRO] Category staff_sales for tier sales_staff not found in the database
2021-10-22 17:23:03 [ERRO] Category topup for tier default_user not found in the database
2021-10-22 17:23:03 [ERRO] Category topup for tier registered_user not found in the database
2021-10-22 17:23:03 [ERRO] Category topup for tier verified_user not found in the database
2021-10-22 17:23:03 [ERRO] Category receive for tier default_user not found in the database
2021-10-22 17:23:03 [ERRO] Category receive for tier registered_user not found in the database
2021-10-22 17:23:03 [ERRO] Category receive for tier default_reseller not found in the database
2021-10-22 17:23:03 [ERRO] Category staff_deposit for tier sales_staff not found in the database
2021-10-22 17:23:03 [ERRO] Category deposit for tier default_user not found in the database
2021-10-22 17:23:03 [ERRO] Category deposit for tier registered_user not found in the database
2021-10-22 17:23:03 [ERRO] Category deposit for tier default_reseller not found in the database
2021-10-22 17:23:03 [INFO] Registering report provider: DummyReport
2021-10-22 17:23:03 [ERRO] Error 1305: FUNCTION eightcat.Polyfill_Sphere_Distance does not exist
2021-10-22 17:23:03 [ERRO] Score default_score not found in the database
2021-10-22 17:23:03 [ERRO] Score rental_score not found in the database
2021-10-22 17:23:03 [ERRO] Score postpaid_score not found in the database
2021-10-22 17:23:03 [INFO] Registering bill provider: DummyBill
2021-10-22 17:23:04 [ERRO] Error 1050: Table 'eightcat_promotion' already exists
root@fintech1-test401:~/eightcat#
root@fintech1-test401:~/eightcat#
root@fintech1-test401:~/eightcat# go run app.o
package app.o: cannot find module providing package app.o
Editor is loading...