EOS-Solutions / Gordon

Repository to manage Issues related to Gordon apps
0 stars 0 forks source link

Gordon on customer server #46

Closed Chiara-Visentin-EOS closed 3 months ago

Chiara-Visentin-EOS commented 3 months ago

Describe the bug I have this error, clicking on Services, in Server List.

Impossibile stabilire la connessione. Rifiuto persistente del computer di destinazione. (localhost:9462) at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at Bare.WebApi.Client.RestClient.GetResponse() at Bare.WebApi.Client.RestClient.GetJsonResponseT at Bare.WebApi.Client.ServicesApi.GetAllServices() at Eos.Gordon.Core.Models.ServiceHost.GetServices() at Gordon.WebApp.Views.Service.Services.LoadData() in D:\azpagent_work\264\s\Gordon.WebApp\Views\Service\Services.cs:line 42 at BlazorGenerator.Components.Base.BlazorGeneratorComponentBase.OnInitializedAsync() at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync() at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState) Inner Exception Impossibile stabilire la connessione. Rifiuto persistente del computer di destinazione. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)

To Reproduce

Expected behavior

Screenshots Img1 Img2

Product

f4n0 commented 3 months ago

Have you installed Bare.WebApi on the localmachine ?

Chiara-Visentin-EOS commented 3 months ago

Yes,

image