Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "BobIngham"

@hilkakan, thanks. Is that why the first two characters are always missing from the line %-40.40logger variable? Should I raise a github issue for this?

WARN  2019-11-24 23:32:37,541 [4    ] calization.RequestLocalizationMiddleware - AbpUserRequestCultureProvider returned the following unsupported cultures 'null'.
WARN  2019-11-24 23:32:37,567 [4    ] calization.RequestLocalizationMiddleware - AbpUserRequestCultureProvider returned the following unsupported UI Cultures 'null'.
WARN  2019-11-24 23:32:37,569 [4    ] calization.RequestLocalizationMiddleware - AbpDefaultRequestCultureProvider returned the following unsupported cultures 'null'.
WARN  2019-11-24 23:32:37,570 [4    ] calization.RequestLocalizationMiddleware - AbpDefaultRequestCultureProvider returned the following unsupported UI Cultures 'null'.
INFO  2019-11-24 23:32:37,544 [99   ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token.
INFO  2019-11-24 23:32:37,594 [47   ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/api/services/app/UserLink/GetLinkedUsers?MaxResultCount=7&SkipCount=0  
WARN  2019-11-24 23:32:37,594 [99   ] calization.RequestLocalizationMiddleware - AbpUserRequestCultureProvider returned the following unsupported cultures 'null'.
WARN  2019-11-24 23:32:37,617 [99   ] calization.RequestLocalizationMiddleware - AbpUserRequestCultureProvider returned the following unsupported UI Cultures 'null'.
INFO  2019-11-24 23:32:37,571 [4    ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Nuagecare.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers (Nuagecare.Application)'
WARN  2019-11-24 23:32:37,618 [99   ] calization.RequestLocalizationMiddleware - AbpDefaultRequestCultureProvider returned the following unsupported cultures 'null'.
WARN  2019-11-24 23:32:37,642 [99   ] calization.RequestLocalizationMiddleware - AbpDefaultRequestCultureProvider returned the following unsupported UI Cultures 'null'.
INFO  2019-11-24 23:32:37,594 [47   ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful.

At 13:53 my system increases threads by a factor of 3 and there appears to be no reason for it. The logs are clean, there is no increase in requests and no demand from connections. Similarly at the same time there is no pressure on CPU. In this instance I caught the increase and had no option but to restart the API because there would be problems further down the line. Is there any investigation I can carry out before my Application Insights implementation is complete?

Hi @ismcagdas, how does one turn on/off Chat Feature? I don't understand why it's no longer showing on the IU.

Hi @ismcagdas, The system diagnostic setting to collect the dump was implemented yesterday. The issue only occurs every few days so as soon as I have a dump I will analyse and if I think it's a Zero problem I will forward the dump file.

Hi @ismcagdas, Ok, let's run with blocking issue and close this issue for the sake of brevity.

Answer

@hrg, that's MVC with jQuery. Sorry, can't help. Have you searched the github pages and the forum for "signalr"?

Question

dotnet-core, angular, 4.6.1 framework: 6.8.1 Current log4net configuration reads:

<layout type="log4net.Layout.PatternLayout">
    <conversionPattern value="%-5level %date [%-5.5thread] %-40.40logger - %message%newline" />
</layout>

Whereas the standard outlines at Apache log4net™ Config Examples reads:

<layout type="log4net.Layout.PatternLayout">
    <conversionPattern value="%date [%thread] %-5level %logger [%property{NDC}] - %message%newline" />
</layout>

Can anyone tell me what [%-5.5thread] and %-40.40logger (note decimal) denotes and what is [%property{NDC}] and why don't we have it? I would like to push my logs to Application Insights and I'm trying to get some more detail on what to capture. Any help anyone? Any pointers to documentation?

Answer

Hi @drg, This may help you: Simple SignalR implementation

Hi @ismcagdas, I may be taking you up on that offer to dig deeper.

It seems I have a similar thread-blocking problem to many others. I started here, Intermittant blocked calls. At the end of this post @karen-hikesupport refers to a newly opened issue so the discussion can be continued, app hang issue.

In his initial reply @ismcagdas states:

Hi @karen-hikesupport Recently, Nito library released a new version and we have upgraded it in ABP Framework. You can try to upgrade your ABP packages to 4.6 and see it if works for you. If not, you can send the dump file to [email protected] and we can also take a look at it.

Along the way I read @Jim Hinnen's excellent post at : App hangs - OnlineClientManager and UserSettingsManager.

My question is, do I simply upgrade abp version to 4.6.0 in my Zero project and this problem will magically go away? I know you guys are capable of magic because I have worked with your systems for a long time. I also prefer the magic route to the dump file analytics route....

Showing 201 to 210 of 619 entries