GroupWise Web not starting (Docker)

  • 7024550
  • 09-Apr-2020
  • 09-Apr-2020

Environment

Groupwise Web (Docker)

Situation

After checking all Configuration and everything is correct, GroupWise Web will still not start. 

When running "docker run -d --rm -v /opt/novell/gw etc/nginx/gw --name webacc-ng -e FQDN=webacc.acme.com -e DNS_SERVER=192.168.1.5 -p 80:80 -p 443:443 mfgroupwise/webacc:latest" remove the -d and you should see an error [emerg] 6#6: could not build map_hash

Resolution

 go to the /var/lib directory   and do a "find -name nginx.conf"

modify "map_hash_bucket_size 64" to "map_hash_bucket_size 128"

Then start GroupWise Web.