Hi Dear Friends,
We have an issue on time convertion for time zone. When a user select a datetime from MvcUi using a calendar, it's stored as same as on UI but when we make same thing in our local environment it's working correctly. What could be reason of that?
AdministrationService AbpSettings TableRecord
WebModule private void ConfigureClockOptions() { Configure<AbpClockOptions>(options => { options.Kind = DateTimeKind.Local; }); }
DemoServiceModule private void ConfigureClockOptions() { Configure<AbpClockOptions>(options => { options.Kind = DateTimeKind.Utc; }); }
Hi Dear Friends,
We have an urgent issue on Production. After we migrate to 9.1.3, everything works on local perfectly but on Kubernetes 3 project can't start and gives below error.
I need your help, urgently, please.
[16:24:17 INF] Starting TavTechnologies.Treva.AuthServer
TavTechnologies.Treva.AuthServer terminated unexpectedly!
Volo.Abp.AbpInitializationException: An error occurred during ConfigureServicesAsync phase of the module Volo.Abp.AspNetCore.AbpAspNetCoreModule, Volo.Abp.AspNetCore, Version=9.1.3.0, Culture=neutral, PublicKeyToken=null. See the inner exception for details.
---> System.IO.DirectoryNotFoundException: /src/TavTechnologies.Treva.AuthServer/wwwroot/
at Microsoft.Extensions.FileProviders.PhysicalFileProvider..ctor(String root, ExclusionFilters filters)
at Microsoft.AspNetCore.Hosting.StaticWebAssets.StaticWebAssetsLoader.<>c.<UseStaticWebAssetsCore>b__1_0(String contentRoot)
at Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider..ctor(StaticWebAssetManifest manifest, Func`2 fileProviderFactory)
at Microsoft.AspNetCore.Hosting.StaticWebAssets.StaticWebAssetsLoader.UseStaticWebAssetsCore(IWebHostEnvironment environment, Stream manifest)
at Microsoft.AspNetCore.Hosting.StaticWebAssets.StaticWebAssetsLoader.UseStaticWebAssets(IWebHostEnvironment environment, IConfiguration configuration)
at Volo.Abp.AspNetCore.AbpAspNetCoreModule.ConfigureServices(ServiceConfigurationContext context)
at Volo.Abp.Modularity.AbpModule.ConfigureServicesAsync(ServiceConfigurationContext context)
at Volo.Abp.AbpApplicationBase.ConfigureServicesAsync()
--- End of inner exception stack trace ---
at Volo.Abp.AbpApplicationBase.ConfigureServicesAsync()
at Volo.Abp.AbpApplicationFactory.CreateAsync[TStartupModule](IServiceCollection services, Action`1 optionsAction)
at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.AddApplicationAsync[TStartupModule](IServiceCollection services, Action`1 optionsAction)
at Microsoft.Extensions.DependencyInjection.WebApplicationBuilderExtensions.AddApplicationAsync[TStartupModule](WebApplicationBuilder builder, Action`1 optionsAction)
at TavTechnologies.Treva.AuthServer.Program.Main(String[] args) in /src/TavTechnologies.Treva.AuthServer/Program.cs:line 63
at Volo.Abp.AbpApplicationBase.ConfigureServicesAsync()
at Volo.Abp.AbpApplicationFactory.CreateAsync[TStartupModule](IServiceCollection services, Action`1 optionsAction)
at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.AddApplicationAsync[TStartupModule](IServiceCollection services, Action`1 optionsAction)
at Microsoft.Extensions.DependencyInjection.WebApplicationBuilderExtensions.AddApplicationAsync[TStartupModule](WebApplicationBuilder builder, Action`1 optionsAction)
at TavTechnologies.Treva.AuthServer.Program.Main(String[] args) in /src/TavTechnologies.Treva.AuthServer/Program.cs:line 63
Hi Dear Abp Support Team,
When i try to add a new microservice, Abp Studio gives below error when we click create button at the end of the wizard.
System.InvalidOperationException: This template has errors. Check the <Template.HasError> and <Template.Messages> before evaluating a template. Messages: /TavTechnologies.Treva.MicroserviceName/bin/Debug/net9.0/AsyncKeyedLock.dll(1787,19) : error : Unexpected token at void Scriban.Template.CheckErrors() at async ValueTask<object> Scriban.Template.EvaluateAndRenderAsync(TemplateContext context, bool render) at async ValueTask<string> Scriban.Template.RenderAsync(TemplateContext context) at async Task Volo.Abp.Studio.SolutionTemplates.Pipelines.TemplateRenderingStep.ExecuteAsync(SolutionBuildPipelineContext context) at async Task Volo.Abp.Studio.SolutionTemplates.Pipelines.PipelinedTemplateSolutionBuilderBase.Yt8seqSoy6(List<SolutionBuildPipelineStep> , object ) at async Task<string> Volo.Abp.Studio.SolutionTemplates.Pipelines.PipelinedTemplateSolutionBuilderBase.BuildAsync(SolutionBuilderContext context) at async Task<string> Volo.Abp.Studio.SolutionTemplates.SolutionBuilder.BuildAsync(SolutionBuilderContext context) at async Task<string> Volo.Abp.Studio.UI.ViewModels.NewModule.NewModuleTemplateWizardWindowViewModel.Co70I68Jwd() at async Task Volo.Abp.Studio.UI.ViewModels.NewModule.NewModuleTemplateWizardWindowViewModel.wRo022CUVK()
I srated to get this after update the Abp Studio 0.9.26 version and can't downgrade to 0.9.25 again. Because i don't have installer for 0.9.25
Can you help, please?
Hi,
We have an issue in Identity Module when we call Gdpr Pro Module delete personal data endpoint. User Data modified is done in every microservice but after user data modification Volo.Abp.Gdpr.GdprUserDataDeletionRequestedEto is waiting in the EventInBox table and can't execute other events after that.
"Id" "ExtraProperties" "MessageId" "EventName" "EventData" "CreationTime" "Processed" "ProcessedTime" "convert_from" "3a193769-e27d-e644-5b9a-753e4b1891db" "{""X-Correlation-Id"":""cc04ba9fd7f2442e94772f4094dedd09""}" "3a193769e24632979f73306251f20306" "Volo.Abp.Gdpr.GdprUserDataDeletionRequestedEto" "binary data" "2025-04-11 14:24:39.549966" false "{""userId"":""3a193766-4c87-919c-5f71-b95c181521d8""}"
[14:36:25 INF] Found 1 events in the inbox.
[14:36:25 ERR] There is no such an entity. Entity type: Volo.Abp.Identity.IdentityUser, id: 3a193766-4c87-919c-5f71-b95c181521d8
Volo.Abp.Domain.Entities.EntityNotFoundException: There is no such an entity. Entity type: Volo.Abp.Identity.IdentityUser, id: 3a193766-4c87-919c-5f71-b95c181521d8
at Volo.Abp.Identity.IdentityUserManager.GetByIdAsync(Guid id)
at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo)
at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync() at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter
1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) at Volo.Abp.Identity.Gdpr.IdentityGdprEventHandler.HandleEventAsync(GdprUserDataDeletionRequestedEto eventData) at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo) at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync() at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter
1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) at Volo.Abp.EventBus.EventHandlerInvoker.InvokeAsync(IEventHandler eventHandler, Object eventData, Type eventType) at Volo.Abp.EventBus.EventBusBase.TriggerHandlerAsync(IEventHandlerFactory asyncHandlerFactory, Type eventType, Object eventData, List
1 exceptions, InboxConfig inboxConfig)
at Volo.Abp.EventBus.EventBusBase.ThrowOriginalExceptions(Type eventType, List`1 exceptions)
at Volo.Abp.EventBus.RabbitMq.RabbitMqDistributedEventBus.ProcessFromInboxAsync(IncomingEventInfo incomingEvent, InboxConfig inboxConfig)
at Volo.Abp.EventBus.Distributed.InboxProcessor.RunAsync()
at Volo.Abp.EventBus.Distributed.InboxProcessor.RunAsync()
at Volo.Abp.EventBus.Distributed.InboxProcessor.TimerOnElapsed(AbpAsyncTimer arg)
at Volo.Abp.Threading.AbpAsyncTimer.Timer_Elapsed()
Hi,
We take below errors on pipeline when restore nuget packages for our solution.
[builder 5/5] RUN dotnet publish -c Release -o bin/Release/net9.0 /restore: 10.09 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). 11.03 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.Studio.Client.Contracts' from remote source 'https://nuget.abp.io//v3/package/volo.abp.studio.client.contracts/index.json'. 11.03 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). 11.04 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.Studio.Client.Contracts' from remote source 'https://nuget.abp.io//v3/package/volo.abp.studio.client.contracts/index.json'. 11.04 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). /volo.abp.json.abstractions/index.json'. 11.32 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). 11.32 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.Json.Abstractions' from remote source 'https://nuget.abp.io/******/v3/package/volo.abp.json.abstractions/index.json'. 11.32 /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj : error NU1301: Response status code does not indicate success: 403 (Forbidden). 21.50 Failed to restore /src/TavTechnologies.Treva.ProfileService/TavTechnologies.Treva.ProfileService.csproj (in 19.88 sec).
Hi Dear Friends,
I used the information on given example: https://abp.io/community/articles/using-grpc-with-the-abp-framework-2dgaxzw3
But when i try to send request from postman or any other client it gave :"Details: 2 UNKNOWN: Received HTTP status code 500"
And on server side below exceptions given:
Exception thrown: 'System.InvalidOperationException' in Microsoft.AspNetCore.Routing.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in Volo.Abp.AspNetCore.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll
Can you help me please*
// window.tavTechnologies.treva.identityService.abpUserAddresses.abpUserAddresses; window.tavTechnologies.treva doesn't contain identityService
I had to create a nuget package for TavTechnologies.Octopus.AdministrationService.Contracts and use this nuget package in TavTechnologies.Octopus.Web solution. After that web project started to behave unproperly. So, as i understand, I missed the pack some files maybe symbols or source link and etc...
Can you help me please?