Troubleshooting Tip: How to resolve AppSvr Errors 'Caused by: redis.clients.jedis.exceptions.JedisAccessControlException: WRONGPASS invalid username-password pair or user is disabled'
| Description | This article describes How to resolve AppSvr Errors - 'Caused by: redis.clients.jedis.exceptions.JedisAccessControlException: WRONGPASS invalid username-password pair or user is disabled.' |
| Scope | FortiSIEM. |
| Solution | In some situations, the application server or AppSvr process is unable to start, and the following errors are observed in the server logs:
tail -f /opt/glassfish/domains/domain1/logs/server.log
The following steps need to be followed for resolution of this issue.
phLicenseTool --showRedisPassword
grep redis_auth /opt/phoenix/config/phoenix_config.txt
grep redis_auth /opt/node-rest-service/ecosystem.config.js
grep auth /opt/phoenix/redis/bin/redis_ops.sh
grep redis /opt/phoenix/config/svnlite.properties
/opt/phoenix/redis/conf/6666.conf
ps -ef | grep glassfish
|
