|
前提:
数据库mysql已部署,cms可以正常连接到mysql;
Cms配置文件已经修改过,其中配置说明文档中这个区域([bvr_aaa])的配置没说明,这部分([bvr_aaa])没有配置
Cms配置文件如下:
###
cat config/sms_config.ini
[server]
displayname=linux cms server
domain=192.168.xx.xx
logsavedays=90
bindIP=0.0.0.0
enableP2P=true
enable_preTalk=false
[port]
pucmdport=9702
cucmdport=9701
[session]
puTimeout=60
enable_curelogin=true
enable_uarelogin=true
applyspeak_interval=30
[aaa]
visable=0
[mysql]
dbType=mysql
ip=192.168.xx.xx
port=3306
name=xxx
password=xxxx
dbName=smarteye
socket=
[ldap]
enable=false
version=
ip=
port=
base=
timeout=
userattr=
username=
password=
[bvr_aaa]
host=
port=
userlabel=
###
现象:
启动cms, nru,vtdu docker后,cms的log有错误报告,如下:
###
tail -f log/cms_error_00.log
[2021-02-22 11:35:14][ERROR.][BVSCMD]load puInfo Faild or none, result 0
[2021-02-22 11:35:14][ERROR.][BVAAA]read_AAAConfig error
[2021-02-22 11:35:14][ERROR.][BVAAA]bvr_auth OnEvent result[52]
###
分析:
可能是cms配置文件中区域([bvr_aaa])的配置没有配置的缘故。
厂商提供的配置文件说明里没有这个区域([bvr_aaa])的配置说明,有哪位能提供? |
|