Deploying model error

Application ID: 4A47197B-AE30-FA84-FF56-0071F4010900
Error UID: 817795AD-150F-66C8-FF48-0046B0DC3300

Backendless encountered an error while handling the request. An internal trouble ticket with ID 817795AD-150F-66C8-FF48-0046B0DC3300 has been created and we will be investigating the issue.
RedisSingleConnectionPoolcan not create connection for [RedisConnectionProperties(sentinelPassword=null, 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, poolSize=200, ssl=false)].
java.lang.RuntimeException: RedisSingleConnectionPoolcan not create connection for [RedisConnectionProperties(sentinelPassword=null, 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, poolSize=200, ssl=false)].
	at com.backendless.lettuce.LettuceConnectionPool.getBaseConnection(LettuceConnectionPool.java:97)
	at com.backendless.lettuce.single.RedisSingleConnectionPool.getConnection(RedisSingleConnectionPool.java:91)
	at com.backendless.lettuce.LettuceConnectionPool.runAsync(LettuceConnectionPool.java:132)
	at com.backendless.servercode.deploy.logger.RedisDeployLogger.write(RedisDeployLogger.java:121)
	at com.backendless.servercode.deploy.logger.RedisDeployLogger.info(RedisDeployLogger.java:49)
	at com.backendless.servercode.deploy.logger.RedisDeployLogger.finishAndPersist(RedisDeployLogger.java:80)
	at controllers.console.ServerCode.lambda$saveCodeFiles$11(ServerCode.java:340)
	at com.backendless.async.BackendlessExecutorService.lambda$submit$0(BackendlessExecutorService.java:84)
	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:833)
Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to 10.110.4.79/<unresolved>:6379
	at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:78)
	at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:56)
	at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:350)
	at io.lettuce.core.RedisClient.connect(RedisClient.java:216)
	at io.lettuce.core.RedisClient.connect(RedisClient.java:201)
	at com.backendless.lettuce.single.RedisSingleConnectionPool.getRawConnectio

Steps to reproduce

Please describe steps to reproduce starting from the first action.

  1. I just clicked expand/collapsed block then hit deploy model. But it doesn’t let me deploy.

Hi @Jomar_Balanag

Seems like it was a temp issue with our internal network.
As I see you wrote in slack it works now, is that correct?

Regards,
Vlad

1 Like

Yes. It is working. Thank you.

1 Like