Starts in:
2 DAYS
11 HRS
17 MIN
30 SEC
Starts in:
2 D
11 H
17 M
30 S

Activities of "learnabp"

I am trying to connect to my local Kubernetes and i am getting the following error? can you please help ?

Working directory: "C:\Users\XXXXXX\AppData\Local\abp-studio\current"
CommandResult { ExitCode: 0, IsSuccess: True, StartTime: 11/17/2024 13:32:29 +11:00, ExitTime: 11/17/2024 13:32:31 +11:00, RunTime: 00:00:02.4889620 } 13:32:31.913 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (1) 13:32:33.502 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (2) 13:32:35.471 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (3) 13:32:37.981 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (4) 13:32:41.133 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (5) 13:32:45.136 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (6) 13:32:50.233 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (7) 13:32:56.799 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (8) 13:33:05.232 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (9) 13:33:16.122 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (10) 13:33:30.164 Information Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. 13:33:30.165 Information Code:AbpStudio:HelmInstallFailed 13:33:30.165 Information Details: 13:33:30.165 Information ---------- Exception Data ---------- Name = wg-easy

13:33:30.165 Information Completed task execution: "Connecting to Kubernetes | Installing WG-Easy helm chart on the cluster. Retrying... (10)"

I have solved my problem by ensuring that the WireGuard which I installed on my Windows is in my path and then restarted ABP Studio and it was able to create the WG connection and the services then came up in the Kubernetes Tab

I am trying to connect to my local Kubernetes and i am getting the following error? can you please help ?

Working directory: "C:\Users\XXXXXX\AppData\Local\abp-studio\current" CommandResult { ExitCode: 0, IsSuccess: True, StartTime: 11/17/2024 13:32:29 +11:00, ExitTime: 11/17/2024 13:32:31 +11:00, RunTime: 00:00:02.4889620 } 13:32:31.913 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (1) 13:32:33.502 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (2) 13:32:35.471 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (3) 13:32:37.981 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (4) 13:32:41.133 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (5) 13:32:45.136 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (6) 13:32:50.233 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (7) 13:32:56.799 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (8) 13:33:05.232 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (9) 13:33:16.122 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (10) 13:33:30.164 Information Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. 13:33:30.165 Information Code:AbpStudio:HelmInstallFailed 13:33:30.165 Information Details: 13:33:30.165 Information ---------- Exception Data ---------- Name = wg-easy

13:33:30.165 Information Completed task execution: "Connecting to Kubernetes | Installing WG-Easy helm chart on the cluster. Retrying... (10)"

can you please send me the fixed solution back because i can't get it working still

Hi,

Because the Olympic.Trader is a module template and it does not reference the identity module.

You need to install the Volo.Abp.Identity.Pro.EntityFrameworkCore and Volo.Abp.Identity.Pro.Domain to the test project.

PS: The TestData need to implement the ISingletonDependency interface

I think you mean Olympic.Trader.Store is a module template?

The Olympic.Trader is an app-pro template

The loading of data is commented out in the StoreDataSeedContributor in the Olympic.Trader.Store.TestBase project

public async Task SeedAsync(DataSeedContext context)
{
    /* Instead of returning the Task.CompletedTask, you can insert your test data
     * at this point!
     */
    await CreateSampleDataAsync();
}

un-comment await CreateSampleDataAsync

you will get the error about Identity Manager

can we please do a screen share so i can show you ???

  • ABP Framework version: v7.0.1
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  1. I have an app-pro template called "Olympic.Trader"
  2. I then added a module called "Olympic.Trader.Store"

The project structure looks like this

When I use "StoreDataSeedContributor.cs" under "Olympic.Trader.Store.TestBase" project and create the "OrderEfCoreTests.cs" in the "Olympic.Trader.Store.EntityFrameworkCore.Tests" in the modules test folder it throws an error about dependency injection of IdentityManager.

However, it works fine when I use The "TraderTestDataBuilder.cs" in the "Olympic.Trader.TestBase" project

The error I get is as follows when using the StoreDataSeedContributor.cs" under "Olymic.Trader.Store.Testbase" project under the folder "test\Olympic.Trader.Store.Tests" of the module.

Autofac.Core.DependencyResolutionException: An exception was thrown while activating Olympic.Trader.Store.StoreDataSeedContributor. ---> Autofac.Core.DependencyResolutionException: None of the constructors found with 'Autofac.Core.Activators.Reflection.DefaultConstructorFinder' on type 'Olympic.Trader.Store.StoreDataSeedContributor' can be invoked with the available services and parameters: Cannot resolve parameter 'Volo.Abp.Identity.IdentityUserManager identityUserManager' of constructor 'Void .ctor(Volo.Abp.Domain.Repositories.IRepository2[Olympic.Trader.Store.Orders.Order,System.Guid], Volo.Abp.Domain.Repositories.IRepository2[Olympic.Trader.Store.Products.Product,System.Guid], Volo.Abp.Identity.IdentityUserManager, Volo.Abp.Guids.IGuidGenerator, Olympic.Trader.Store.TestData)'. at Autofac.Core.Activators.Reflection.ReflectionActivator.<>c__DisplayClass12_0.<UseSingleConstructorActivation>b__0(ResolveRequestContext ctxt, Action1 next) at Autofac.Core.Resolving.Middleware.DelegateMiddleware.Execute(ResolveRequestContext context, Action1 next) at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.<BuildPipeline>b__1(ResolveRequestContext ctxt) at Autofac.Core.Resolving.Middleware.DisposalTrackingMiddleware.Execute(ResolveRequestContext context, Action1 next) at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.<BuildPipeline>b__1(ResolveRequestContext ctxt) at Autofac.Builder.RegistrationBuilder3.<>c__DisplayClass41_0.<PropertiesAutowired>b__0(ResolveRequestContext ctxt, Action1 next) at Autofac.Core.Resolving.Middleware.DelegateMiddleware.Execute(ResolveRequestContext context, Action1 next) at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.<BuildPipeline>b__1(ResolveRequestContext ctxt) at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action1 next) --- End of inner exception stack trace --- at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action1 next) at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.<BuildPipeline>b__1(ResolveRequestContext ctxt) at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) at Autofac.Core.Resolving.Middleware.RegistrationPipelineInvokeMiddleware.Execute(ResolveRequestContext context, Action1 next) at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.<BuildPipeline>b__1(ResolveRequestContext ctxt) at Autofac.Core.Resolving.Middleware.SharingMiddleware.Execute(ResolveRequestContext context, Action1 next) at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.<BuildPipeline>b__1(ResolveRequestContext ctxt) at Autofac.Core.Resolving.Middleware.ScopeSelectionMiddleware.Execute(ResolveRequestContext context, Action1 next) at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.<BuildPipeline>b__1(ResolveRequestContext ctxt) at Autofac.Core.Resolving.Middleware.CircularDependencyDetectorMiddleware.Execute(ResolveRequestContext context, Action1 next) at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.<BuildPipeline>b__1(ResolveRequestContext ctxt) at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, ResolveRequest request) at Autofac.Core.Resolving.ResolveOperation.ExecuteOperation(ResolveRequest request) at Autofac.Core.Resolving.ResolveOperation.Execute(ResolveRequest request) at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(ResolveRequest request) at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable1 parameters, Object& instance) at Autofac.ResolutionExtensions.ResolveService(IComponentContext context, Service service, IEnumerable1 parameters) at Autofac.ResolutionExtensions.Resolve(IComponentContext context, Type serviceType, IEnumerable1 parameters) at Autofac.ResolutionExtensions.Resolve(IComponentContext context, Type serviceType) at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.GetRequiredService(Type serviceType) at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType) at Volo.Abp.Data.DataSeeder.SeedAsync(DataSeedContext context) 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.CastleAsyncAbpInterceptorAdapter1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) at Olympic.Trader.Store.StoreTestBaseModule.<>c__DisplayClass2_0.<<SeedTestData>b__0>d.MoveNext() in C:\Training\Olympic\_Practice\Olympic.Trader\modules\Olympic.Trader.Store\test\Olympic.Trader.Store.TestBase\StoreTestBaseModule.cs:line 35 --- End of stack trace from previous location --- at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task) at Nito.AsyncEx.AsyncContext.<>c__DisplayClass15_0.<Run>b__0(Task t) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task) at Nito.AsyncEx.AsyncContext.Run(Func1 action) at Volo.Abp.Threading.AsyncHelper.RunSync(Func`1 action) at Olympic.Trader.Store.StoreTestBaseModule.SeedTestData(ApplicationInitializationContext context) in C:\Training\Olympic_Practice\Olympic.Trader\modules\Olympic.Trader.Store\test\Olympic.Trader.Store.TestBase\StoreTestBaseModule.cs:line 31 at Olympic.Trader.Store.StoreTestBaseModule.OnApplicationInitialization(ApplicationInitializationContext context) in C:\Training\Olympic_Practice\Olympic.Trader\modules\Olympic.Trader.Store\test\Olympic.Trader.Store.TestBase\StoreTestBaseModule.cs:line 26 at Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor.Initialize(ApplicationInitializationContext context, IAbpModule module) at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context)

  • ABP Framework version: v7.0.0.Rc2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I am trying to setup a Zapier integration and I have to ayse the refresh_token flow my settings are as follows

but when I try and connect from Zaiper I get

Zaiper is asking for refresh_token endpoint, is there one?

not found Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v6.0.1

  • UI type: Blazor

  • DB provider: EF Core

    • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:

  • Steps to reproduce the issue:"

    • Cloned the abp repository
    • Opened Chat solution
    • Ran Update-Database
    • Got a build error

Severity Code Description Project File Line Suppression State Error NU1301 Failed to retrieve information about 'Volo.Saas.Host.Blazor.WebAssembly/Volo.Saas.Host.Blazor.WebAssembly' from remote source 'https://www.myget.org/F/blazorise/api/v3/flatcontainer/volo.saas.host.blazor.webassembly/volo.saas.host.blazor.webassembly/index.json'. Volo.Chat.Blazor.Host C:\Amazing\LearnABP\SourceCode\6.0.1\Volo.Chat\host\Volo.Chat.Blazor.Host\Volo.Chat.Blazor.Host.csproj 1

can you please share what is the solution please?

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v6.0.1

  • UI type: MVC

  • DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): no

  • Exception message and stack trace:

  • Steps to reproduce the issue:"

    • I just installed the chat module using abp suite and it works
    • But it is not real-time when I send a message from one browser to a user who is logged in on the other browser it doesn't receive a message
    • I have to reload the page to see the message is this how it is supposed to work ??
Showing 1 to 10 of 136 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06