Activities of "consultant.ahmet.ulusoy"

I removed organization id which is guid because of abp rules.

Hi,

It's like that

<?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <add key="nuget.abp.io" value="https://nuget.abp.io/*****/v3/index.json" /> </packageSources> <packageSourceMapping> <packageSource key="nuget.org"> <package pattern="" /> <package pattern="Microsoft." /> <package pattern="Volo." /> </packageSource> <packageSource key="nuget.abp.io"> <package pattern="Volo." /> </packageSource> </packageSourceMapping> </configuration>

And it's occuring now, again.

The nuget command failed with exit code(1) and error(NU1301: Unable to load the service index for source https://nuget.abp.io//v3/index.json. The content at 'https://nuget.abp.io//v3/index.json' is not a valid JSON object. Unexpected character encountered while parsing value: <. Path '', line 0, position 0. Errors in /home/vsts/work/1/s/TavTechnologies.Treva.SettingService.Contracts/TavTechnologies.Treva.SettingService.Contracts.csproj NU1301: Unable to load the service index for source https://nuget.abp.io//v3/index.json. The content at 'https://nuget.abp.io//v3/index.json' is not a valid JSON object. Unexpected character encountered while parsing value: <. Path '', line 0, position 0.)

Now, it's working again. Thank you.

Actually, it's manipulating the data in the Identity microservice. Detailede error log is like below. Also shows that: Volo.Abp.Threading.AbpAsyncTimer causing this.

{ "_index": "treva-log-2025.04", "_id": "vG4GRJYB5pYmXinqHYgi", "_score": null, "_ignored": [ "exceptions.StackTraceString.keyword" ], "fields": { "exceptions.Source.keyword": [ "Volo.Abp.Identity.Domain" ], "exceptions.Message.keyword": [ "There is no such an entity. Entity type: Volo.Abp.Identity.IdentityUser, id: 3a194639-4165-cd80-dbb7-810fed291623" ], "exceptions.StackTraceString": [ " at Volo.Abp.Identity.IdentityUserManager.GetByIdAsync(Guid id)\n at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo)\n at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync()\n at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)\n at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed)\n at Volo.Abp.Identity.Gdpr.IdentityGdprEventHandler.HandleEventAsync(GdprUserDataDeletionRequestedEto eventData)\n at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo)\n at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync()\n at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)\n at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed)\n at Volo.Abp.EventBus.EventHandlerInvoker.InvokeAsync(IEventHandler eventHandler, Object eventData, Type eventType)\n at Volo.Abp.EventBus.EventBusBase.TriggerHandlerAsync(IEventHandlerFactory asyncHandlerFactory, Type eventType, Object eventData, List1 exceptions, InboxConfig inboxConfig)\n at Volo.Abp.EventBus.EventBusBase.ThrowOriginalExceptions(Type eventType, List1 exceptions)\n at Volo.Abp.EventBus.RabbitMq.RabbitMqDistributedEventBus.ProcessFromInboxAsync(IncomingEventInfo incomingEvent, InboxConfig inboxConfig)\n at Volo.Abp.EventBus.Distributed.InboxProcessor.RunAsync()\n at Volo.Abp.EventBus.Distributed.InboxProcessor.RunAsync()\n at Volo.Abp.EventBus.Distributed.InboxProcessor.TimerOnElapsed(AbpAsyncTimer arg)\n at Volo.Abp.Threading.AbpAsyncTimer.Timer_Elapsed()" ], "exceptions.Depth": [ 0 ], "level": [ "Error" ], "exceptions.Message": [ "There is no such an entity. Entity type: Volo.Abp.Identity.IdentityUser, id: 3a194639-4165-cd80-dbb7-810fed291623" ], "exceptions.RemoteStackIndex": [ 0 ], "fields.SourceContext": [ "Volo.Abp.Threading.AbpAsyncTimer" ], "message": [ "There is no such an entity. Entity type: Volo.Abp.Identity.IdentityUser, id: 3a194639-4165-cd80-dbb7-810fed291623" ], "exceptions.HResult": [ -2146233088 ], "@timestamp": [ "2025-04-17T13:52:51.918Z" ], "exceptions.ClassName": [ "Volo.Abp.Domain.Entities.EntityNotFoundException" ], "exceptions.ClassName.keyword": [ "Volo.Abp.Domain.Entities.EntityNotFoundException" ], "level.keyword": [ "Error" ], "message.keyword": [ "There is no such an entity. Entity type: Volo.Abp.Identity.IdentityUser, id: 3a194639-4165-cd80-dbb7-810fed291623" ], "messageTemplate.keyword": [ "There is no such an entity. Entity type: Volo.Abp.Identity.IdentityUser, id: 3a194639-4165-cd80-dbb7-810fed291623" ], "fields.Application": [ "TavTechnologies.Treva.IdentityService" ], "fields.SourceContext.keyword": [ "Volo.Abp.Threading.AbpAsyncTimer" ], "exceptions.Source": [ "Volo.Abp.Identity.Domain" ], "messageTemplate": [ "There is no such an entity. Entity type: Volo.Abp.Identity.IdentityUser, id: 3a194639-4165-cd80-dbb7-810fed291623" ], "fields.Application.keyword": [ "TavTechnologies.Treva.IdentityService" ] }, "ignored_field_values": { "exceptions.StackTraceString.keyword": [ " at Volo.Abp.Identity.IdentityUserManager.GetByIdAsync(Guid id)\n at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo)\n at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync()\n at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)\n at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed)\n at Volo.Abp.Identity.Gdpr.IdentityGdprEventHandler.HandleEventAsync(GdprUserDataDeletionRequestedEto eventData)\n at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo)\n at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync()\n at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)\n at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed)\n at Volo.Abp.EventBus.EventHandlerInvoker.InvokeAsync(IEventHandler eventHandler, Object eventData, Type eventType)\n at Volo.Abp.EventBus.EventBusBase.TriggerHandlerAsync(IEventHandlerFactory asyncHandlerFactory, Type eventType, Object eventData, List1 exceptions, InboxConfig inboxConfig)\n at Volo.Abp.EventBus.EventBusBase.ThrowOriginalExceptions(Type eventType, List1 exceptions)\n at Volo.Abp.EventBus.RabbitMq.RabbitMqDistributedEventBus.ProcessFromInboxAsync(IncomingEventInfo incomingEvent, InboxConfig inboxConfig)\n at Volo.Abp.EventBus.Distributed.InboxProcessor.RunAsync()\n at Volo.Abp.EventBus.Distributed.InboxProcessor.RunAsync()\n at Volo.Abp.EventBus.Distributed.InboxProcessor.TimerOnElapsed(AbpAsyncTimer arg)\n at Volo.Abp.Threading.AbpAsyncTimer.Timer_Elapsed()" ] }, "highlight": { "level.keyword": [ "@kibana-highlighted-field@Error@/kibana-highlighted-field@" ] }, "sort": [ "2025-04-17T13:52:51.918Z", 74139 ] }

İf you want i can share project' microservice template with your e-mail.

Dear friends, we can't install the previous version, we can't download the previous version, we can't find the template name in given error to fix. So, we can't move on. We need your help, please.

Dear friends, i found the solution. You can close the ticket. Can you refund our question, please?

Hi ma, i found the problem and fix the build.

When we use AbpMapStaticAssets() function in ConfigureService method, it map static assets and create mappings in obj/Release folder. So, i had to give a path for static assets when i build the project.

Like below

FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base WORKDIR /app EXPOSE 80 ENV ASPNETCORE_URLS=http://+:80

FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY ["TavTechnologies.Treva.AuthServer/TavTechnologies.Treva.AuthServer.csproj", "TavTechnologies.Treva.AuthServer/"] COPY ["TavTechnologies.Treva.AuthServer/NuGet.Config", "TavTechnologies.Treva.AuthServer/"]

RUN dotnet restore "./TavTechnologies.Treva.AuthServer/TavTechnologies.Treva.AuthServer.csproj" COPY . . WORKDIR "/src/TavTechnologies.Treva.AuthServer" RUN dotnet build "./TavTechnologies.Treva.AuthServer.csproj" -c $BUILD_CONFIGURATION -o /app/build --artifacts-path /app/build

FROM build AS publish ARG BUILD_CONFIGURATION=Release RUN dotnet publish "./TavTechnologies.Treva.AuthServer.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false

FROM base AS final WORKDIR /app COPY --from=publish /app/publish . ENTRYPOINT ["dotnet", "TavTechnologies.Treva.AuthServer.dll"]

But it'was really hard to find and understand the problem.

Maybe, you can also update documentation for proper builds when we add or use a new feature in our projects. Can you refund my ticket, please?

Showing 41 to 50 of 64 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 11, 2025, 06:29
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.