Activities of "jgrovert"

It's a recurring task - something system related. How do I debug what it could be?

2024-08-20T17:40:22.7843968Z [17:40:22 INF] Request starting HTTP/1.1 GET http://athletes-dev-api.azurewebsites.net/api/abp/application-localization?CultureName=en&OnlyDynamics=True&api-version=1.0 - null null 2024-08-20T17:40:22.7868161Z [17:40:22 INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationLocalizationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' 2024-08-20T17:40:22.7872464Z [17:40:22 INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationLocalization", page = ""}. Executing controller action with signature System.Threading.Tasks.Task1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationDto] GetAsync(Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationRequestDto) on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationLocalizationController (Volo.Abp.AspNetCore.Mvc). 2024-08-20T17:40:22.7917352Z [17:40:22 INF] Executing action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationLocalizationController.GetAsync (Volo.Abp.AspNetCore.Mvc) - Validation state: Valid 2024-08-20T17:40:22.9678591Z [17:40:22 WRN] The operation was canceled. 2024-08-20T17:40:22.9679189Z System.OperationCanceledException: The operation was canceled. 2024-08-20T17:40:22.9679294Z at System.Threading.CancellationToken.ThrowOperationCanceledException() 2024-08-20T17:40:22.9697635Z at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.RefreshAsync(IDatabase cache, String key, Nullable1 absExpr, Nullable1 sldExpr, CancellationToken token) 2024-08-20T17:40:22.9698105Z at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAndRefreshAsync(String key, Boolean getData, CancellationToken token) 2024-08-20T17:40:22.9732985Z at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAsync(String key, CancellationToken token) 2024-08-20T17:40:22.9733336Z at Volo.Abp.Caching.DistributedCache2.GetAsync(TCacheKey key, Nullable1 hideErrors, Boolean considerUow, CancellationToken token) 2024-08-20T17:40:23.0045311Z [17:40:23 ERR] ---------- RemoteServiceErrorInfo ---------- 2024-08-20T17:40:23.0046032Z { 2024-08-20T17:40:23.0046082Z "code": null, 2024-08-20T17:40:23.0046118Z "message": "An internal error occurred during your request!", 2024-08-20T17:40:23.0046152Z "details": null, 2024-08-20T17:40:23.0046184Z "data": {}, 2024-08-20T17:40:23.0046219Z "validationErrors": null 2024-08-20T17:40:23.0046258Z } 2024-08-20T17:40:23.0046291Z 2024-08-20T17:40:23.0063118Z [17:40:23 ERR] A task was canceled. 2024-08-20T17:40:23.0063549Z System.Threading.Tasks.TaskCanceledException: A task was canceled. 2024-08-20T17:40:23.0063596Z at Volo.Abp.Threading.SemaphoreSlimExtensions.LockAsync(SemaphoreSlim semaphoreSlim, CancellationToken cancellationToken) 2024-08-20T17:40:23.0063640Z at Volo.Abp.Caching.DistributedCache2.GetOrAddAsync(TCacheKey key, Func1 factory, Func1 optionsFactory, Nullable1 hideErrors, Boolean considerUow, CancellationToken token) 2024-08-20T17:40:23.0063680Z at Volo.Abp.LanguageManagement.DynamicResourceLocalizer.FillAsync(LocalizationResourceBase resource, String cultureName, Dictionary2 dictionary) 2024-08-20T17:40:23.0063724Z at Volo.Abp.Localization.LocalizationResourceContributorList.FillAsync(String cultureName, Dictionary2 dictionary, Boolean includeDynamicContributors) 2024-08-20T17:40:23.0063801Z at Volo.Abp.Localization.AbpDictionaryBasedStringLocalizer.GetAllStringsAsync(String cultureName, Boolean includeParentCultures, Boolean includeBaseLocalizers, Boolean includeDynamicContributors) 2024-08-20T17:40:23.0063851Z at Volo.Abp.Localization.AbpDictionaryBasedStringLocalizer.GetAllStringsAsync(Boolean includeParentCultures, Boolean includeBaseLocalizers, Boolean includeDynamicContributors) 2024-08-20T17:40:23.0063901Z at Volo.Abp.Localization.AbpStringLocalizerExtensions.GetAllStringsAsync(IStringLocalizer stringLocalizer, Boolean includeParentCultures, Boolean includeBaseLocalizers, Boolean includeDynamicContributors) 2024-08-20T17:40:23.0063948Z at Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationLocalizationAppService.GetAsync(ApplicationLocalizationRequestDto input) 2024-08-20T17:40:23.0063993Z at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) 2024-08-20T17:40:23.0064032Z at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync() 2024-08-20T17:40:23.0064090Z at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) 2024-08-20T17:40:23.0064143Z at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) 2024-08-20T17:40:23.0064182Z at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) 2024-08-20T17:40:23.0064223Z at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync() 2024-08-20T17:40:23.0064270Z at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, AbpAuditingOptions options, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) 2024-08-20T17:40:23.0064312Z at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) 2024-08-20T17:40:23.0064361Z at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) 2024-08-20T17:40:23.0064431Z at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) 2024-08-20T17:40:23.0064480Z at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync() 2024-08-20T17:40:23.0064528Z at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) 2024-08-20T17:40:23.0064575Z at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) 2024-08-20T17:40:23.0064624Z at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) 2024-08-20T17:40:23.0064674Z at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync() 2024-08-20T17:40:23.0064724Z at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) 2024-08-20T17:40:23.0064794Z at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed)

Were you able to reproduce this?

It works now. Please close this ticket.

I would like native support for managing GeoJSON records with the different types & Longitude / Latitude fields in MongoDB.

For example to specify a GeoJSON Point:

location: { type: "Point", coordinates: [-73.856077, 40.848447] }

There are different GeoJSON types: Point, LineString, Polygon (Single + Multiple), MultiPoint, MultiLineString, MultiPoligon, Geometry Collection

Additional information about GeoJSON: https://www.mongodb.com/docs/manual/reference/geojson/

When using the generated website, if I try to click edit on an existing record (with a n:n relationship built in the CRUD generator), the modal box to edit the record doesn't display.

Showing 1 to 6 of 6 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13