Potential Bug in Config Server 5.1.5xxx

I am starting to run into a major problem with Config Server 5.1.51x that is really bothering me.

From time to time, depending on the config file, I was able to literally mess up the security definitions in CME. After booting the config server, if I would open an application and click on Securities/Permission then SOMETIMES I would see all the access groups in DUPLICATE. If I would try to add or remove an access group, it would tell me that I do not have enough access rights to do so, even though I was logged in as default! :frowning:

I am enclosing a confserv.conf file that causes it.

PLEASE, DO NOT USE IT ON EXISTING CME DATABASE, BECAUSE I AM NOT SURE IF IT IS MESSING UP THE DATABASE OR NOT!

[confserv]

port = 12040

managementport =

server = dbserver_vic

verbose = 9

logfile
ame = conf

logfilesize = 10240000

log
emoveoldfiles = true

logcheckinterval = 60

loguffering = false

historylogkeep = 172800

historylogscan = 600

historylogsave= no

historylogmt= no

historylogfilesize=524288

historylogfile
ame=./log/hist

dbcheck= false

[dbserver]

host = tom

port = 4040

dbengine = oracle

dbserver = ora816.tom

dbname = <required_except_for_oracle>

username = gen

password = gen

server =

reconnect imeout = 10

[dbserver_vic]

host = tom

port = 4040

dbengine = oracle

dbserver = ora81

dbname = <required_except_for_oracle>

username = vic

password = vic

server =

reconnect imeout = 10

response imeout = 600

response imeout = 600

I cannot duplicate the problem ALL the time…