Base solution for your next web application

Activities of "VuCA"

Well, I check log but cannot see any issue critical except so many error request timeout from redis get AbpUserSettingsCache. I check resource server redis this normal, network application to redis normal. Timeout performing GET n:AbpUserSettingsCache this has effect?

ERROR StackExchange.Redis.RedisTimeoutException: Timeout performing GET n:AbpUserSettingsCache,c:15438@1, inst: 3, mgr: ProcessReadQueue, err: never, queue: 6, qu: 0, qs: 6, qc: 0, wr: 0, wq: 0, in: 65536, ar: 1, clientName: DC-IIS-CENTER13, serverEndpoint: ip-redis:6379, keyHashSlot: 9847, IOCP: (Busy=1,Free=999,Min=1000,Max=1000), WORKER: (Busy=90,Free=32677,Min=1000,Max=32767) (Please take a look at this article for some common client-side issues that can cause timeouts: http://stackexchange.github.io/StackExchange.Redis/Timeouts) at StackExchange.Redis.ConnectionMultiplexer.ExecuteSyncImpl[T](Message message, ResultProcessor1 processor, ServerEndPoint server) at StackExchange.Redis.RedisBase.ExecuteSync[T](Message message, ResultProcessor1 processor, ServerEndPoint server) at StackExchange.Redis.RedisDatabase.StringGet(RedisKey key, CommandFlags flags) at Abp.Runtime.Caching.Redis.AbpRedisCache.GetOrDefault(String key) at Abp.Runtime.Caching.CacheBase.GetOrDefaultAsync(String key) at Abp.Runtime.Caching.CacheBase.<GetAsync>d__19.MoveNext() StackExchange.Redis.RedisTimeoutException: Timeout performing GET n:AbpUserSettingsCache,c:15438@1, inst: 3, mgr: ProcessReadQueue, err: never, queue: 6, qu: 0, qs: 6, qc: 0, wr: 0, wq: 0, in: 65536, ar: 1, clientName: DC-IIS-CENTER13, serverEndpoint: ip-redis:6379, keyHashSlot: 9847, IOCP: (Busy=1,Free=999,Min=1000,Max=1000), WORKER: (Busy=90,Free=32677,Min=1000,Max=32767) (Please take a look at this article for some common client-side issues that can cause timeouts: http://stackexchange.github.io/StackExchange.Redis/Timeouts) at StackExchange.Redis.ConnectionMultiplexer.ExecuteSyncImpl[T](Message message, ResultProcessor1 processor, ServerEndPoint server) at StackExchange.Redis.RedisBase.ExecuteSync[T](Message message, ResultProcessor1 processor, ServerEndPoint server) at StackExchange.Redis.RedisDatabase.StringGet(RedisKey key, CommandFlags flags) at Abp.Runtime.Caching.Redis.AbpRedisCache.GetOrDefault(String key) at Abp.Runtime.Caching.CacheBase.GetOrDefaultAsync(String key) at Abp.Runtime.Caching.CacheBase.<GetAsync>d__19.MoveNext()

ERROR StackExchange.Redis.RedisTimeoutException: Timeout performing GET n:AbpTenantSettingsCache,c:1, inst: 0, mgr: ExecuteSelect, err: never, queue: 13, qu: 13, qs: 0, qc: 0, wr: 0, wq: 1, in: 0, ar: 1, clientName: DC-IIS-CENTER13, serverEndpoint: Unspecified/ip-redis:6379, keyHashSlot: 1962, IOCP: (Busy=1,Free=999,Min=800,Max=1000), WORKER: (Busy=65,Free=32702,Min=800,Max=32767) (Please take a look at this article for some common client-side issues that can cause timeouts: http://stackexchange.github.io/StackExchange.Redis/Timeouts) at StackExchange.Redis.ConnectionMultiplexer.ExecuteSyncImpl[T](Message message, ResultProcessor1 processor, ServerEndPoint server) at StackExchange.Redis.RedisBase.ExecuteSync[T](Message message, ResultProcessor1 processor, ServerEndPoint server) at StackExchange.Redis.RedisDatabase.StringGet(RedisKey key, CommandFlags flags) at Abp.Runtime.Caching.Redis.AbpRedisCache.GetOrDefault(String key) at Abp.Runtime.Caching.CacheBase.GetOrDefaultAsync(String key) at Abp.Runtime.Caching.CacheBase.<GetAsync>d__19.MoveNext() StackExchange.Redis.RedisTimeoutException: Timeout performing GET n:AbpTenantSettingsCache,c:1, inst: 0, mgr: ExecuteSelect, err: never, queue: 13, qu: 13, qs: 0, qc: 0, wr: 0, wq: 1, in: 0, ar: 1, clientName: DC-IIS-CENTER13, serverEndpoint: Unspecified/ip-redis:6379, keyHashSlot: 1962, IOCP: (Busy=1,Free=999,Min=800,Max=1000), WORKER: (Busy=65,Free=32702,Min=800,Max=32767) (Please take a look at this article for some common client-side issues that can cause timeouts: http://stackexchange.github.io/StackExchange.Redis/Timeouts) at StackExchange.Redis.ConnectionMultiplexer.ExecuteSyncImpl[T](Message message, ResultProcessor1 processor, ServerEndPoint server) at StackExchange.Redis.RedisBase.ExecuteSync[T](Message message, ResultProcessor1 processor, ServerEndPoint server) at StackExchange.Redis.RedisDatabase.StringGet(RedisKey key, CommandFlags flags) at Abp.Runtime.Caching.Redis.AbpRedisCache.GetOrDefault(String key) at Abp.Runtime.Caching.CacheBase.GetOrDefaultAsync(String key) at Abp.Runtime.Caching.CacheBase.<GetAsync>d__19.MoveNext()

Hi @cmthomps,

We use asp.net zero (version 5.4) with loadbalancer A10 - but only use persit source mode only. Can we use without persit source? They are

Thanks!

Is the enhance of @advell is apply. I still have a issuess whit GetAll() too. When increase number of connection (concurrent user) => It extreamly slowly. more than 3 minute even 5 minute

  • Info: Azure host
  • Aspnet zero: 8.5.0.0

Hello,

I want to log some info: client ip, current user => I configed and it work with .net framework project but i does't work with .net core project.

%identity => user name %aspnet-request{REMOTE_ADDR} => client ip

What properties are the same with .net core?

Thanks!

I checked that must turn on IsPhoneNumberConfirm flag => Resolve

<cite>BBakerMMC: </cite> They didnt support it because it wasnt available initially. There is no reason they cant support it now, its been 2.0 for a couple of months.

<a class="postlink" href="https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.WsFederation">https://www.nuget.org/packages/Microsof ... Federation</a>

<a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/307">https://github.com/aspnetzero/aspnet-ze ... issues/307</a>

You can track above, I bumped the post for you.

Thanks BBakerMMC,

Dear Asp.net zero support,

Please implement this in ASP.Net core & JQuery project as soon as possible. Thanks!

<cite>alper: </cite> Do you mean this <a class="postlink" href="https://docs.microsoft.com/en-us/aspnet/core/security/authentication/ws-federation">https://docs.microsoft.com/en-us/aspnet ... federation</a>

Dear alper,

That's right alper. In the ASP.NET MVC 5.x version, it already support. All we need is configuration in web.config file like bellow:

<add key="ExternalAuth.WsFederation.IsEnabled" value="true" /> <add key="ExternalAuth.WsFederation.MetaDataAddress" value="https://xxx/federationmetadata/2007-06/federationmetadata.xml" /> <add key="ExternalAuth.WsFederation.Wtrealm" value="https://localhost:44303/" />

You can check the different in here <a class="postlink" href="https://aspnetzero.com/Documents/Version-Differences">https://aspnetzero.com/Documents/Version-Differences</a>

Thanks!

<cite>alper: </cite> Hi,

It's already implemented. Update your ABP packages to the latest.

And uncomment the below line in AbpZeroTemplateCoreModule.cs

//Configuration.Modules.ZeroLdap().Enable(typeof(AppLdapAuthenticationSource));

<a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/AbpZeroTemplateCoreModule.cs#L71">https://github.com/aspnetzero/aspnet-ze ... ule.cs#L71</a>

Dear alper,

This is LDAP login support, I ask about ADFS login, it's diffirent! AspNet Zero have plan to do that? Or can give me some step to integration with ADFS.

Thanks!

<cite>ismcagdas: </cite> Hi @VuCA,

No, unfortunately nothing comes to my mind on AspNet Zero side. Have you checked if there are any configuration on Oracle side ?

<cite>ismcagdas: </cite> Hi @VuCA,

No, unfortunately nothing comes to my mind on AspNet Zero side. Have you checked if there are any configuration on Oracle side ?

:( :( :( :( So sad! Can you suggest some tools to check this problem, I'm sure there no any configuration on Oracle need, because many we use oracle in many site and no issue with this.

<cite>ismcagdas: </cite> Hi,

I'm not sure if this is related to AspNet Zero or Oracle. Can you try to increase connection timeout as suggested in here <a class="postlink" href="https://stackoverflow.com/a/32712423/6681451">https://stackoverflow.com/a/32712423/6681451</a> ?

Dear ismcagdas,

I'll try to increase connection timeout as you suggested but I think it's not a reason in this case. Because when I run this website in single IIS Server everything is ok but when I join to IIS-Web Farm (include 5 server) then the issue will come. Do you have any ideal about it?

Thanks!

Showing 1 to 10 of 27 entries