Reputation: 1
I am new to docker
When I am entering this command web-mgmt 0 9090 in docker to start DataPower GUI, I am getting this error
20200522T071809.083Z [0x8100051f][mgmt][error] xmlmgr(webgui-manager): tid(111): bytes-scanned '536870912' is not valid. The maximum allowable setting is '430577664
Please help me out. Thanks
Upvotes: 0
Views: 213
Reputation: 11
The Datapower docker needs minimum of 2 VCPUs. The VM that is hosting the docker container in your case may be of 1 vCPU or something. If you increase the vCPUs, it should just work fine. Thanks!
Upvotes: 1