Deploying method changes fail

Application ID: A29CAF7F-2332-20F3-FFE4-19FEA411AE00
Error UID: BF135D27-EBA9-8B31-FF66-78413F85B000

Backendless encountered an error while handling the request. An internal trouble ticket with ID BF135D27-EBA9-8B31-FF66-78413F85B000 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[cl.backendless.com/<unresolved>:6379], clusterNodes=null, publicHost=Optional[cl.backendless.com], sentinels=null, sentinelSSL=false, sentinelMasterName=null, poolSize=100, ssl=false)].
java.lang.RuntimeException: RedisSingleConnectionPoolcan not create connection for [RedisConnectionProperties(sentinelPassword=null, password=null, type=blDebug, cluster=false, hostAndPort=Optional[cl.backendless.com/<unresolved>:6379], clusterNodes=null, publicHost=Optional[cl.backendless.com], sentinels=null, sentinelSSL=false, sentinelMasterName=null, poolSize=100, ssl=false)].
	at com.backendless.lettuce.LettuceConnectionPool.getBaseConnection(LettuceConnectionPool.java:87)
	at com.backendless.lettuce.single.RedisSingleConnectionPool.getConnection(RedisSingleConnectionPool.java:91)
	at com.backendless.servercode.deploy.logger.RedisDeployLogger.write(RedisDeployLogger.java:141)
	at com.backendless.servercode.deploy.logger.RedisDeployLogger.info(RedisDeployLogger.java:52)
	at com.backendless.servercode.deploy.logger.RedisDeployLogger.finishAndPersist(RedisDeployLogger.java:96)
	at controllers.console.ServerCode.lambda$saveCodeFiles$9(ServerCode.java:305)
	at com.backendless.async.BackendlessExecutorService.lambda$submit$0(BackendlessExecutorService.java:75)
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
	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 cl.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.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.RedisSingleCon

Problem description

Tried to deploy servcer code model.

Steps to reproduce

Please describe steps to reproduce starting from the first action.

  1. Deploy method “checkIn” of API-service “registration” in app InPark

Hello @Daniel_Levy1,

I was unable to reproduce your problem. Try deploying the service now, if the problem persists, please provide more detailed steps to reproduce the problem.

Regards, Nazar

Tried again now - now it worked. Strange.