Application ID: null
Error UID: B6B28A9A-1E0C-4FFB-814D-527313176E75
Backendless encountered an error while handling the request. An internal trouble ticket with ID bl-server:B6B28A9A-1E0C-4FFB-814D-527313176E75 has been created and we will be investigating the issue.
RedisSentinelConnectionPoolcan not create connection for [RedisConnectionProperties(sentinelPassword=***, password=***, type=developer, cluster=false, hostAndPort=Optional.empty, clusterNodes=null, publicHost=Optional.empty, sentinels=[10.110.4.30/<unresolved>:26379, 10.110.4.32/<unresolved>:26379, 10.110.4.31/<unresolved>:26379], sentinelSSL=false, sentinelMasterName=developer, poolSize=200, ssl=false)].
java.lang.RuntimeException: RedisSentinelConnectionPoolcan not create connection for [RedisConnectionProperties(sentinelPassword=***, password=***, type=developer, cluster=false, hostAndPort=Optional.empty, clusterNodes=null, publicHost=Optional.empty, sentinels=[10.110.4.30/<unresolved>:26379, 10.110.4.32/<unresolved>:26379, 10.110.4.31/<unresolved>:26379], sentinelSSL=false, sentinelMasterName=developer, poolSize=200, ssl=false)].
at com.backendless.lettuce.LettuceConnectionPool.getBaseConnection(LettuceConnectionPool.java:97)
at com.backendless.lettuce.sentinel.RedisSentinelConnectionPool.getConnection(RedisSentinelConnectionPool.java:112)
at com.backendless.lettuce.LettuceConnectionPool.runAsync(LettuceConnectionPool.java:132)
at com.backendless.developer.storage.JedisSingleValuesSessionStorage.set(JedisSingleValuesSessionStorage.java:26)
at com.backendless.developer.action.DeveloperLoginAction.login(DeveloperLoginAction.java:42)
at com.backendless.developer.DeveloperLoginService.doLogin(DeveloperLoginService.java:126)
at com.backendless.developer.DeveloperLoginService.login(DeveloperLoginService.java:87)
at controllers.console.DeveloperLogin.lambda$login$0(DeveloperLogin.java:58)
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 cloud-redis1-developer.us.backendless.com/<unresolved>:6379
at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:78)
at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:56)
at io.lettuce.core.Abstract
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.
1.deleting files from a folder
2.
3.