Activities of "kkngan1978"

Answer

I managed to solved it. Thanks.

Question

When I try to execute ABP Suite Update I will receive this error.

[13:07:10 INF] Updating ABP Suite... Tool 'volo.abp.suite' failed to update due to the following: Failed to create shell shim for tool 'volo.abp.suite': Command 'abp-suite' conflicts with an existing command from another tool. Tool 'volo.abp.suite' failed to install.

When I try to Execute ABP Suite and I will received this error

[13:07:35 INF] ABP CLI (https://abp.io) [13:07:35 INF] Version 3.3.1 (Stable) [13:07:38 INF] Installing ABP Suite... Failed to create shell shim for tool 'volo.abp.suite': Command 'abp-suite' conflicts with an existing command from another tool. Tool 'volo.abp.suite' failed to install. [13:07:50 INF] You can also run the following command to install ABP Suite. [13:07:50 INF] dotnet tool install -g Volo.Abp.Suite The application to execute does not exist: 'C:\Users\Jac.dotnet\tools.store\volo.abp.suite\3.3.1\volo.abp.suite\3.3.1\tools\netcoreapp3.1\any\Volo.Abp.Suite.dll'.

Can Please assist. Every updates I will facing different issues and make my work cant complete in time

Question

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.

  • **ABP Framework version:**v3.0.5.0
  • UI type: MVC
  • Tiered (MVC) or Identity Server Seperated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:
  • I just tempting to created a tiered application with Web API implementation. Non tier application is working fines.

Question Is it causing by I install different version of Redis?

  1. Why the tier application is behave differently between non tier application? Im using this https://github.com/microsoftarchive/redis/releases/tag/win-3.2.100 instead of redis IO as redis IO cant install over windows.
  2. From the attached tier images, is it mention that my Identity Server is not running? as it different from non tier.
  3. Can I using AWS Redis Server for running?
  4. Do you have any documentation specifically for tier application except for https://docs.abp.io/en/commercial/latest/getting-started?UI=NG&DB=Mongo&Tiered=Yes ?

<br>

  • Tier Application

Non Tier Application

  1. If I running Tier application For Web Project after Identity Server had run, and Http.API host had run. Im hitting this error

IOException: Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request.. System.Net.Sockets.Socket+AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) System.Net.Sockets.Socket+AwaitableSocketAsyncEventArgs.GetResult(short token) System.Net.Security.SslStream.<FillBufferAsync>g__InternalFillBufferAsync|215_0<TReadAdapter>(TReadAdapter adap, ValueTask<int> task, int min, int initial) System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable<TResult>+ConfiguredValueTaskAwaiter.GetResult() System.Net.Security.SslStream.ReadAsyncInternal<TReadAdapter>(TReadAdapter adapter, Memory<byte> buffer) System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable<TResult>+ConfiguredValueTaskAwaiter.GetResult() System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)

Show raw exception details TaskCanceledException: The operation was canceled. System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) System.Net.Http.HttpConnectionPool.SendWithNtConnectionAuthAsync(HttpConnection connection, HttpRequestMessage request, bool doRequestAuth, CancellationToken cancellationToken) System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, bool doRequestAuth, CancellationToken cancellationToken) System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) System.Net.Http.DiagnosticsHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) System.Net.Http.HttpClient.FinishSendAsyncBuffered(Task<HttpResponseMessage> sendTask, HttpRequestMessage request, CancellationTokenSource cts, bool disposeCts) Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectHandler.RedeemAuthorizationCodeAsync(OpenIdConnectMessage tokenEndpointRequest) Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectHandler.HandleRemoteAuthenticateAsync()

Show raw exception details Exception: An error was encountered while handling the remote login. Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler<TOptions>.HandleRequestAsync() Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)

Showing 1 to 3 of 3 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11