edge router 443 failed (13: Permission denied)

sejaz
New Member

We are using latest version of Apigee platform. One of the router in production is not binding to 443 address and when I checked the logs it displays the following error in system.log file.

2020-03-10 10:02:34,647 org:integ-ex env:prod main ERROR UTILS - NetworkUtil.printLog() : nginx: the configuration file /opt/nginx/conf/nginx-configtest-30500.conf syntax is ok
2020-03-10 10:02:34,648 org:integ-ex env:prod main ERROR UTILS - NetworkUtil.printLog() : nginx: [emerg] bind() to 10.134.6.154:443 failed (13: Permission denied)
2020-03-10 10:02:34,648 org:integ-ex env:prod main ERROR UTILS - NetworkUtil.printLog() : nginx: configuration file /opt/nginx/conf/nginx-configtest-30500.conf test failed
2020-03-10 10:02:34,651 org:integ-ex env:prod main INFO NGIX-ADAPTOR - NginxUtil.checkConfig() : exit code of the command [sh, -c, /opt/nginx/scripts/apigee-nginx configtest integ-ex_prod_default.conf] 1

Also in Nginix error.log the following messages are displaying:

2020/03/10 10:01:49 [alert] 29902#29902: setrlimit(RLIMIT_NOFILE, 400000) failed (1: Operation not permitted)
2020/03/10 10:01:49 [alert] 29903#29903: setrlimit(RLIMIT_NOFILE, 400000) failed (1: Operation not permitted)
2020/03/10 10:01:49 [alert] 29904#29904: setrlimit(RLIMIT_NOFILE, 400000) failed (1: Operation not permitted)
2020/03/10 10:01:49 [alert] 29905#29905: setrlimit(RLIMIT_NOFILE, 400000) failed (1: Operation not permitted)
2020/03/10 10:02:31 [alert] 30404#30404: setrlimit(RLIMIT_NOFILE, 400000) failed (1: Operation not permitted)
2020/03/10 10:02:31 [alert] 30405#30405: setrlimit(RLIMIT_NOFILE, 400000) failed (1: Operation not permitted)
2020/03/10 10:02:31 [alert] 30407#30407: setrlimit(RLIMIT_NOFILE, 400000) failed (1: Operation not permitted)
2020/03/10 10:02:31 [alert] 30408#30408: setrlimit(RLIMIT_NOFILE, 400000) failed (1: Operation not permitted)
2020/03/10 10:02:32 [alert] 30488#30488: setrlimit(RLIMIT_NOFILE, 400000) failed (1: Operation not permitted)
2020/03/10 10:02:32 [alert] 30489#30489: setrlimit(RLIMIT_NOFILE, 400000) failed (1: Operation not permitted)
2020/03/10 10:02:32 [alert] 30491#30491: setrlimit(RLIMIT_NOFILE, 400000) failed (1: Operation not permitted)
2020/03/10 10:02:32 [alert] 30490#30490: setrlimit(RLIMIT_NOFILE, 400000) failed (1: Operation not permitted)
2020/03/10 10:02:34 [emerg] 30511#30511: bind() to 10.134.6.154:443 failed (13: Permission denied)

SE policy is in permissive mode.

0 1 456
1 REPLY 1

sejaz
New Member

No Answer ??