Application ID: 4A47197B-AE30-FA84-FF56-0071F4010900
Error UID: B17A1587-944B-465D-9795-63308E85AC90
Backendless encountered an error while handling the request. An internal trouble ticket with ID bl-server:B17A1587-944B-465D-9795-63308E85AC90 has been created and we will be investigating the issue.
RedisSingleConnectionPoolcan not create connection for [RedisConnectionProperties(sentinelPassword=***, password=null, type=blDebug, cluster=false, hostAndPort=Optional[10.110.4.79/<unresolved>:6379], clusterNodes=null, publicHost=Optional[cl.backendless.com], sentinels=null, sentinelSSL=false, sentinelMasterName=null, timeout=PT50S, poolSize=200, ssl=false)].
java.lang.RuntimeException: RedisSingleConnectionPoolcan not create connection for [RedisConnectionProperties(sentinelPassword=***, password=null, type=blDebug, cluster=false, hostAndPort=Optional[10.110.4.79/<unresolved>:6379], clusterNodes=null, publicHost=Optional[cl.backendless.com], sentinels=null, sentinelSSL=false, sentinelMasterName=null, timeout=PT50S, poolSize=200, ssl=false)].
	at com.backendless.lettuce.LettuceConnectionPool.getBaseConnection(LettuceConnectionPool.java:99)
	at com.backendless.lettuce.single.RedisSingleConnectionPool.getConnection(RedisSingleConnectionPool.java:95)
	at com.backendless.lettuce.LettuceConnectionPool.runAsync(LettuceConnectionPool.java:134)
	at com.backendless.cloudcode.deploy.logger.RedisDeployLogger.write(RedisDeployLogger.java:121)
	at com.backendless.cloudcode.deploy.logger.RedisDeployLogger.info(RedisDeployLogger.java:49)
	at com.backendless.cloudcode.deploy.logger.RedisDeployLogger.finishAndPersist(RedisDeployLogger.java:80)
	at controllers.console.ServerCode.lambda$saveCodeFiles$11(ServerCode.java:356)
	at com.backendless.async.BackendlessExecutorService.lambda$submit$0(BackendlessExecutorService.java:82)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to 10.110.4.79/<unresolved>:6379
	at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:63)
	at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:41)
	at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:354)
	at io.lettuce.core.RedisClient.connect(RedisClient.java:220)
	at io.lettuce.core.RedisClient.connect(RedisClient.java:205)
	at com.backendless.lettuce.single.RedisS
Problem description
Describe what you did in console that led to the error. Please provide a description of what actually happens. Be descriptive: “it doesn’t work” does not describe what the behavior actually is. This will help us with reproducing the problem.
Steps to reproduce
Please describe steps to reproduce starting from the first action.