question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ABP4.3 Redis Error: UnableToConnect

See original GitHub issue
Castle.MicroKernel.ComponentActivator.ComponentActivatorException: ComponentActivator: could not instantiate Abp.Runtime.Caching.Redis.AbpRedisCache ---> System.Exception: Could not instantiate Abp.Runtime.Caching.Redis.AbpRedisCache. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> StackExchange.Redis.RedisConnectionException: It was not possible to connect to the redis server(s). UnableToConnect on xxxxxxxxxxxxx:6379/Interactive, Initializing, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 33s ago, last-write: 33s ago, unanswered-write: 1144209s ago, keep-alive: 60s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 0s ago, v: 2.0.519.65453

But at other app ,it is success connect

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ryancyqcommented, May 30, 2019

UnableToConnect on xxxx:6379/Interactive

The error is obvious

0reactions
hzicongcommented, Jun 9, 2019

@maliming I run it at k8s,the logs is : about 46s and the BackgroundJobs.IsJobExecutionEnabled=true

06-09 15:51:30 content: DEBUG 2019-06-09 15:51:30,990 [1 ] Abp.BackgroundJobs.BackgroundJobManager - Start background worker: Abp.BackgroundJobs.BackgroundJobManager

06-09 15:50:46 content: DEBUG 2019-06-09 15:50:45,643 [1 ] Abp.Localization.LocalizationManager - Initialized localization source: AbpWeb

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to connect to redis server(S) #848 - ABP Commercial
Hi, I have set the redis cache to false in appsettings.json. However, I still got this error when deploying the API into UAT...
Read more >
redis - I cant connect rediss with abp framework
I use latest version ABP Framework tiered, EF and blaozrserver client. I get redis error It was not possible to connect to the...
Read more >
Unable to connect to redis. In lib/myapp. it maybe the firewall bl
Unable to connect to redis server through docker-compose, I am using django_q framework as an async task queue and redis as broker. For...
Read more >
Troubleshoot connectivity in Azure Cache for Redis
If redis-cli is unable to connect, you can test connectivity using PSPING in PowerShell. Azure PowerShell. Copy. Open Cloudshell.
Read more >
Error: unable to connect to redis spring boot
The error 'unable to connect to Redis Spring Boot' indicates that the application is not able to establish a connection with the Redis...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found