Open Closed

Template microservices #2512


User avatar
0
renata.mendes created
  • ABP Framework version: v5.0.0

  • UI type: Blazor Server

  • DB provider: EF Core

  • Steps to reproduce the issue:"

Good afternoon,

I decided to test the microservice startup template indicated for microservices development. I Created with ui blazor server and abp in version 5.0.0. I executed the solution with Tye, but when run the AuthServer application it's not working. AuthServer's log file:

  • Exception message and stack trace: [WRN] None of the specified endpoints were reachable RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> RabbitMQ.Client.Exceptions.AuthenticationFailureException: ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile. at RabbitMQ.Client.Framing.Impl.Connection.StartAndTune() at RabbitMQ.Client.Framing.Impl.Connection.Open(Boolean insist) at RabbitMQ.Client.Framing.Impl.Connection..ctor(IConnectionFactory factory, Boolean insist, IFrameHandler frameHandler, String clientProvidedName) at RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Init(IFrameHandler fh) at RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Init(IEndpointResolver endpoints) at RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) --- End of inner exception stack trace --- at RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) at RabbitMQ.Client.ConnectionFactory.CreateConnection(String clientProvidedName) at RabbitMQ.Client.ConnectionFactory.CreateConnection() at Volo.Abp.RabbitMQ.ConnectionPool.<>c__DisplayClass8_0.<Get>b__1() at System.Lazy1.ViaFactory(LazyThreadSafetyMode mode) --- End of stack trace from previous location --- at System.Lazy1.CreateValue() at System.Lazy1.CreateValue() at System.Lazy1.get_Value() at Volo.Abp.RabbitMQ.ConnectionPool.Get(String connectionName) at Volo.Abp.RabbitMQ.ChannelPool.CreateChannel(String channelName, String connectionName) at Volo.Abp.RabbitMQ.ChannelPool.<>c__DisplayClass19_0.<Acquire>b__0(String _) at System.Collections.Concurrent.ConcurrentDictionary2.GetOrAdd(TKey key, Func2 valueFactory) at Volo.Abp.RabbitMQ.ChannelPool.Acquire(String channelName, String connectionName) at Volo.Abp.BackgroundJobs.RabbitMQ.JobQueue1.EnsureInitializedAsync() at Volo.Abp.BackgroundJobs.RabbitMQ.JobQueue1.StartAsync(CancellationToken cancellationToken) at Volo.Abp.BackgroundJobs.RabbitMQ.JobQueueManager.StartAsync(CancellationToken cancellationToken) at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task) at Nito.AsyncEx.AsyncContext.<>c__DisplayClass15_0.<Run>b__0(Task t) at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke() at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj) 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(Func1 action) at Volo.Abp.BackgroundJobs.RabbitMQ.AbpBackgroundJobsRabbitMqModule.StartJobQueueManager(ApplicationInitializationContext context) at Volo.Abp.BackgroundJobs.RabbitMQ.AbpBackgroundJobsRabbitMqModule.OnApplicationInitialization(ApplicationInitializationContext context) at Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor.Initialize(ApplicationInitializationContext context, IAbpModule module) at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context) 2022-01-31 16:24:40.788 +00:00 [FTL] Application startup exception Volo.Abp.AbpInitializationException: An error occurred during the initialize Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor phase of the module Volo.Abp.BackgroundJobs.RabbitMQ.AbpBackgroundJobsRabbitMqModule, Volo.Abp.BackgroundJobs.RabbitMQ, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null: None of the specified endpoints were reachable. See the inner exception for details. ---> RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> RabbitMQ.Client.Exceptions.AuthenticationFailureException: ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile. at RabbitMQ.Client.Framing.Impl.Connection.StartAndTune() at RabbitMQ.Client.Framing.Impl.Connection.Open(Boolean insist) at RabbitMQ.Client.Framing.Impl.Connection..ctor(IConnectionFactory factory, Boolean insist, IFrameHandler frameHandler, String clientProvidedName) at RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Init(IFrameHandler fh) at RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Init(IEndpointResolver endpoints) at RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) --- End of inner exception stack trace --- at RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) at RabbitMQ.Client.ConnectionFactory.CreateConnection(String clientProvidedName) at RabbitMQ.Client.ConnectionFactory.CreateConnection() at Volo.Abp.RabbitMQ.ConnectionPool.<>c__DisplayClass8_0.<Get>b__1() at System.Lazy1.ViaFactory(LazyThreadSafetyMode mode) --- End of stack trace from previous location --- at System.Lazy1.CreateValue() at System.Lazy1.CreateValue() at System.Lazy1.get_Value() at Volo.Abp.RabbitMQ.ConnectionPool.Get(String connectionName) at Volo.Abp.RabbitMQ.ChannelPool.CreateChannel(String channelName, String connectionName) at Volo.Abp.RabbitMQ.ChannelPool.<>c__DisplayClass19_0.<Acquire>b__0(String _) at System.Collections.Concurrent.ConcurrentDictionary2.GetOrAdd(TKey key, Func2 valueFactory) at Volo.Abp.RabbitMQ.ChannelPool.Acquire(String channelName, String connectionName) at Volo.Abp.BackgroundJobs.RabbitMQ.JobQueue1.EnsureInitializedAsync() at Volo.Abp.BackgroundJobs.RabbitMQ.JobQueue1.StartAsync(CancellationToken cancellationToken) at Volo.Abp.BackgroundJobs.RabbitMQ.JobQueueManager.StartAsync(CancellationToken cancellationToken) at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task) at Nito.AsyncEx.AsyncContext.<>c__DisplayClass15_0.<Run>b__0(Task t) at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke() at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj) 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(Func1 action) at Volo.Abp.BackgroundJobs.RabbitMQ.AbpBackgroundJobsRabbitMqModule.StartJobQueueManager(ApplicationInitializationContext context) at Volo.Abp.BackgroundJobs.RabbitMQ.AbpBackgroundJobsRabbitMqModule.OnApplicationInitialization(ApplicationInitializationContext context) at Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor.Initialize(ApplicationInitializationContext context, IAbpModule module) at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context) --- End of inner exception stack trace --- at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context) at Volo.Abp.AbpApplicationBase.InitializeModules() at Volo.Abp.AbpApplicationWithExternalServiceProvider.Initialize(IServiceProvider serviceProvider) at Microsoft.AspNetCore.Builder.AbpApplicationBuilderExtensions.InitializeApplication(IApplicationBuilder app) at NBTW.AuthServer.Startup.Configure(IApplicationBuilder app, IWebHostEnvironment env) in ....\source\repos\WorkSpace\NB.Microservice\NBTW\apps\auth-server\src\NBTW.AuthServer\Startup.cs:line 16 at System.RuntimeMethodHandle.InvokeMethod(Object target, Span1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Microsoft.AspNetCore.Hosting.ConfigureBuilder.Invoke(Object instance, IApplicationBuilder builder) at Microsoft.AspNetCore.Hosting.ConfigureBuilder.<>c__DisplayClass4_0.<Build>b__0(IApplicationBuilder builder) at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass15_0.<UseStartup>b__1(IApplicationBuilder app) at Microsoft.AspNetCore.Mvc.Filters.MiddlewareFilterBuilderStartupFilter.<>c__DisplayClass0_0.<Configure>g__MiddlewareFilterBuilder|0(IApplicationBuilder builder) at Microsoft.AspNetCore.HostFilteringStartupFilter.<>c__DisplayClass0_0.<Configure>b__0(IApplicationBuilder app) at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) 2022-01-31 16:24:40.798 +00:00 [DBG] Disposed channel pool with no channels in the pool. 2022-01-31 16:24:40.808 +00:00 [FTL] NBTW.AuthServer terminated unexpectedly! Volo.Abp.AbpInitializationException: An error occurred during the initialize Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor phase of the module Volo.Abp.BackgroundJobs.RabbitMQ.AbpBackgroundJobsRabbitMqModule, Volo.Abp.BackgroundJobs.RabbitMQ, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null: None of the specified endpoints were reachable. See the inner exception for details. ---> RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> RabbitMQ.Client.Exceptions.AuthenticationFailureException: ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile. at RabbitMQ.Client.Framing.Impl.Connection.StartAndTune() at RabbitMQ.Client.Framing.Impl.Connection.Open(Boolean insist) at RabbitMQ.Client.Framing.Impl.Connection..ctor(IConnectionFactory factory, Boolean insist, IFrameHandler frameHandler, String clientProvidedName) at RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Init(IFrameHandler fh) at RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Init(IEndpointResolver endpoints) at RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) --- End of inner exception stack trace --- at RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) at RabbitMQ.Client.ConnectionFactory.CreateConnection(String clientProvidedName) at RabbitMQ.Client.ConnectionFactory.CreateConnection() at Volo.Abp.RabbitMQ.ConnectionPool.<>c__DisplayClass8_0.<Get>b__1() at System.Lazy1.ViaFactory(LazyThreadSafetyMode mode) --- End of stack trace from previous location --- at System.Lazy1.CreateValue() at System.Lazy1.CreateValue() at System.Lazy1.get_Value() at Volo.Abp.RabbitMQ.ConnectionPool.Get(String connectionName) at Volo.Abp.RabbitMQ.ChannelPool.CreateChannel(String channelName, String connectionName) at Volo.Abp.RabbitMQ.ChannelPool.<>c__DisplayClass19_0.<Acquire>b__0(String _) at System.Collections.Concurrent.ConcurrentDictionary2.GetOrAdd(TKey key, Func2 valueFactory) at Volo.Abp.RabbitMQ.ChannelPool.Acquire(String channelName, String connectionName) at Volo.Abp.BackgroundJobs.RabbitMQ.JobQueue1.EnsureInitializedAsync() at Volo.Abp.BackgroundJobs.RabbitMQ.JobQueue1.StartAsync(CancellationToken cancellationToken) at Volo.Abp.BackgroundJobs.RabbitMQ.JobQueueManager.StartAsync(CancellationToken cancellationToken) at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task) at Nito.AsyncEx.AsyncContext.<>c__DisplayClass15_0.<Run>b__0(Task t) at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke() at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj) 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(Func1 action) at Volo.Abp.BackgroundJobs.RabbitMQ.AbpBackgroundJobsRabbitMqModule.StartJobQueueManager(ApplicationInitializationContext context) at Volo.Abp.BackgroundJobs.RabbitMQ.AbpBackgroundJobsRabbitMqModule.OnApplicationInitialization(ApplicationInitializationContext context) at Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor.Initialize(ApplicationInitializationContext context, IAbpModule module) at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context) --- End of inner exception stack trace --- at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context) at Volo.Abp.AbpApplicationBase.InitializeModules() at Volo.Abp.AbpApplicationWithExternalServiceProvider.Initialize(IServiceProvider serviceProvider) at Microsoft.AspNetCore.Builder.AbpApplicationBuilderExtensions.InitializeApplication(IApplicationBuilder app) at NBTW.AuthServer.Startup.Configure(IApplicationBuilder app, IWebHostEnvironment env) in ...\source\repos\WorkSpace\NB.Microservice\NBTW\apps\auth-server\src\NBTW.AuthServer\Startup.cs:line 16 at System.RuntimeMethodHandle.InvokeMethod(Object target, Span1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Microsoft.AspNetCore.Hosting.ConfigureBuilder.Invoke(Object instance, IApplicationBuilder builder) at Microsoft.AspNetCore.Hosting.ConfigureBuilder.<>c__DisplayClass4_0.<Build>b__0(IApplicationBuilder builder) at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass15_0.<UseStartup>b__1(IApplicationBuilder app) at Microsoft.AspNetCore.Mvc.Filters.MiddlewareFilterBuilderStartupFilter.<>c__DisplayClass0_0.<Configure>g__MiddlewareFilterBuilder|0(IApplicationBuilder builder) at Microsoft.AspNetCore.HostFilteringStartupFilter.<>c__DisplayClass0_0.<Configure>b__0(IApplicationBuilder app) at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at NBTW.AuthServer.Program.Main(String[] args) in ....\source\repos\WorkSpace\NB.Microservice\NBTW\apps\auth-server\src\NBTW.AuthServer\Program.cs:line 22

8 Answer(s)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    Error indicates your application can not reach to RabbitMQ. You need to run the infrastructure first in order to start using applications. Here is get started documentation.

    As default, RabbitMQ runs on container. If you are using local instance, please check RabbitMQ configuration docs to learn more.

  • User Avatar
    0
    renata.mendes created

    I already run infrastructure.

  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    Can you check the logs of rabbitmq container with docker logs rabbitmq? Also please share AuthServer RabbitMQ configurations. Do you have any problems reaching localhost:15672? Can you login using default guest user? Do you get same logs in Public Web application as well?

  • User Avatar
    0
    renata.mendes created

    AuthServer RabbitMQ "RabbitMQ": { "Connections": { "Default": { "HostName": "localhost" } }, "EventBus": { "ClientName": "NBTW_AuthServer", "ExchangeName": "NBTW" } } Do you have any problems reaching localhost:15672? Can you login using default guest user?

    Public Web Application Logs

    2022-02-02 10:13:54.664 +00:00 [WRN] None of the specified endpoints were reachable RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> RabbitMQ.Client.Exceptions.AuthenticationFailureException: ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile. at RabbitMQ.Client.Framing.Impl.Connection.StartAndTune() at RabbitMQ.Client.Framing.Impl.Connection.Open(Boolean insist) at RabbitMQ.Client.Framing.Impl.Connection..ctor(IConnectionFactory factory, Boolean insist, IFrameHandler frameHandler, String clientProvidedName) at RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Init(IFrameHandler fh) at RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Init(IEndpointResolver endpoints) at RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) --- End of inner exception stack trace --- at RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) at RabbitMQ.Client.ConnectionFactory.CreateConnection(String clientProvidedName) at RabbitMQ.Client.ConnectionFactory.CreateConnection() at Volo.Abp.RabbitMQ.ConnectionPool.<>c__DisplayClass8_0.b__1() at System.Lazy1.ViaFactory(LazyThreadSafetyMode mode) at System.Lazy1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) at System.Lazy1.CreateValue() at System.Lazy1.get_Value() at Volo.Abp.RabbitMQ.ConnectionPool.Get(String connectionName) at Volo.Abp.RabbitMQ.RabbitMqMessageConsumer.TryCreateChannelAsync() 2022-02-02 10:13:55.278 +00:00 [INF] Initialized all ABP modules. 2022-02-02 10:13:55.385 +00:00 [INF] Now listening on: https://localhost:44335 2022-02-02 10:13:55.386 +00:00 [INF] Application started. Press Ctrl+C to shut down. 2022-02-02 10:13:55.386 +00:00 [INF] Hosting environment: Development 2022-02-02 10:13:55.386 +00:00 [INF] Content root path: ...\source\repos\WorkSpace\NB.Microservice\NBTW\apps\public-web\src\NBTW.PublicWeb 2022-02-02 10:13:59.690 +00:00 [WRN] None of the specified endpoints were reachable

  • User Avatar
    0
    renata.mendes created

    Log of rabbitmq container

    Logs:

    Config file(s): /etc/rabbitmq/rabbitmq.conf

    Starting broker...2022-02-02 10:11:44.212 [info] <0.272.0> node : rabbit@aab5f0cdda7e home dir : /var/lib/rabbitmq config file(s) : /etc/rabbitmq/rabbitmq.conf cookie hash : jfQzzE709p5qKZHbw38oug== log(s) : database dir : /var/lib/rabbitmq/mnesia/rabbit@aab5f0cdda7e 2022-02-02 10:11:44.212 [warning] <0.272.0> Erlang VM is running with 1 I/O threads, file I/O performance may worsen 2022-02-02 10:11:44.526 [debug] <0.283.0> Lager installed handler lager_backend_throttle into lager_event 2022-02-02 10:11:44.707 [info] <0.272.0> Feature flags: list of feature flags found: 2022-02-02 10:11:44.707 [info] <0.272.0> Feature flags: [ ] drop_unroutable_metric 2022-02-02 10:11:44.707 [info] <0.272.0> Feature flags: [ ] empty_basic_get_metric 2022-02-02 10:11:44.707 [info] <0.272.0> Feature flags: [ ] implicit_default_bindings 2022-02-02 10:11:44.707 [info] <0.272.0> Feature flags: [ ] maintenance_mode_status 2022-02-02 10:11:44.707 [info] <0.272.0> Feature flags: [ ] quorum_queue 2022-02-02 10:11:44.707 [info] <0.272.0> Feature flags: [ ] user_limits 2022-02-02 10:11:44.707 [info] <0.272.0> Feature flags: [ ] virtual_host_metadata 2022-02-02 10:11:44.707 [info] <0.272.0> Feature flags: feature flag states written to disk: yes 2022-02-02 10:11:47.229 [info] <0.272.0> Running boot step pre_boot defined by app rabbit 2022-02-02 10:11:47.229 [info] <0.272.0> Running boot step rabbit_core_metrics defined by app rabbit 2022-02-02 10:11:47.231 [info] <0.272.0> Running boot step rabbit_alarm defined by app rabbit 2022-02-02 10:11:47.235 [info] <0.354.0> Memory high watermark set to 5088 MiB (5335446323 bytes) of 12720 MiB (13338615808 bytes) total 2022-02-02 10:11:47.238 [info] <0.356.0> Enabling free disk space monitoring 2022-02-02 10:11:47.238 [info] <0.356.0> Disk free limit set to 50MB 2022-02-02 10:11:47.241 [info] <0.272.0> Running boot step code_server_cache defined by app rabbit 2022-02-02 10:11:47.241 [info] <0.272.0> Running boot step file_handle_cache defined by app rabbit 2022-02-02 10:11:47.241 [info] <0.359.0> Limiting to approx 1048479 file handles (943629 sockets) 2022-02-02 10:11:47.241 [info] <0.360.0> FHC read buffering: OFF 2022-02-02 10:11:47.241 [info] <0.360.0> FHC write buffering: ON 2022-02-02 10:11:47.242 [info] <0.272.0> Running boot step worker_pool defined by app rabbit 2022-02-02 10:11:47.242 [info] <0.346.0> Will use 12 processes for default worker pool 2022-02-02 10:11:47.242 [info] <0.346.0> Starting worker pool 'worker_pool' with 12 processes in it 2022-02-02 10:11:47.244 [info] <0.272.0> Running boot step database defined by app rabbit 2022-02-02 10:11:47.244 [info] <0.272.0> Node database directory at /var/lib/rabbitmq/mnesia/rabbit@aab5f0cdda7e is empty. Assuming we need to join an existing cluster or initialise from scratch... 2022-02-02 10:11:47.244 [info] <0.272.0> Configured peer discovery backend: rabbit_peer_discovery_classic_config 2022-02-02 10:11:47.244 [info] <0.272.0> Will try to lock with peer discovery backend rabbit_peer_discovery_classic_config 2022-02-02 10:11:47.244 [info] <0.272.0> Peer discovery backend does not support locking, falling back to randomized delay 2022-02-02 10:11:47.244 [info] <0.272.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping randomized startup delay. 2022-02-02 10:11:47.244 [info] <0.272.0> All discovered existing cluster peers: 2022-02-02 10:11:47.244 [info] <0.272.0> Discovered no peer nodes to cluster with. Some discovery backends can filter nodes out based on a readiness criteria. Enabling debug logging might help troubleshoot. 2022-02-02 10:11:47.246 [info] <0.44.0> Application mnesia exited with reason: stopped 2022-02-02 10:11:47.246 [info] <0.44.0> Application mnesia exited with reason: stopped 2022-02-02 10:11:47.260 [info] <0.44.0> Application mnesia started on node rabbit@aab5f0cdda7e 2022-02-02 10:11:47.351 [info] <0.272.0> Waiting for Mnesia tables for 30000 ms, 9 retries left 2022-02-02 10:11:47.351 [info] <0.272.0> Successfully synced tables from a peer 2022-02-02 10:11:47.381 [info] <0.272.0> Waiting for Mnesia tables for 30000 ms, 9 retries left 2022-02-02 10:11:47.382 [info] <0.272.0> Successfully synced tables from a peer 2022-02-02 10:11:47.382 [info] <0.272.0> Feature flag drop_unroutable_metric: supported, attempt to enable... 2022-02-02 10:11:47.382 [info] <0.272.0> Feature flag drop_unroutable_metric: mark as enabled=state_changing 2022-02-02 10:11:47.393 [info] <0.272.0> Feature flags: list of feature flags found: 2022-02-02 10:11:47.393 [info] <0.272.0> Feature flags: [~] drop_unroutable_metric 2022-02-02 10:11:47.393 [info] <0.272.0> Feature flags: [ ] empty_basic_get_metric 2022-02-02 10:11:47.393 [info] <0.272.0> Feature flags: [ ] implicit_default_bindings 2022-02-02 10:11:47.393 [info] <0.272.0> Feature flags: [ ] maintenance_mode_status 2022-02-02 10:11:47.393 [info] <0.272.0> Feature flags: [ ] quorum_queue 2022-02-02 10:11:47.393 [info] <0.272.0> Feature flags: [ ] user_limits 2022-02-02 10:11:47.393 [info] <0.272.0> Feature flags: [ ] virtual_host_metadata 2022-02-02 10:11:47.393 [info] <0.272.0> Feature flags: feature flag states written to disk: yes 2022-02-02 10:11:47.409 [info] <0.272.0> Feature flag drop_unroutable_metric: mark as enabled=true 2022-02-02 10:11:47.419 [info] <0.272.0> Feature flags: list of feature flags found: 2022-02-02 10:11:47.419 [info] <0.272.0> Feature flags: [x] drop_unroutable_metric 2022-02-02 10:11:47.419 [info] <0.272.0> Feature flags: [ ] empty_basic_get_metric 2022-02-02 10:11:47.419 [info] <0.272.0> Feature flags: [ ] implicit_default_bindings 2022-02-02 10:11:47.420 [info] <0.272.0> Feature flags: [ ] maintenance_mode_status 2022-02-02 10:11:47.420 [info] <0.272.0> Feature flags: [ ] quorum_queue 2022-02-02 10:11:47.420 [info] <0.272.0> Feature flags: [ ] user_limits 2022-02-02 10:11:47.420 [info] <0.272.0> Feature flags: [ ] virtual_host_metadata 2022-02-02 10:11:47.420 [info] <0.272.0> Feature flags: feature flag states written to disk: yes 2022-02-02 10:11:47.437 [info] <0.272.0> Feature flag empty_basic_get_metric: supported, attempt to enable... 2022-02-02 10:11:47.437 [info] <0.272.0> Feature flag empty_basic_get_metric: mark as enabled=state_changing 2022-02-02 10:11:47.448 [info] <0.272.0> Feature flags: list of feature flags found: 2022-02-02 10:11:47.448 [info] <0.272.0> Feature flags: [x] drop_unroutable_metric 2022-02-02 10:11:47.448 [info] <0.272.0> Feature flags: [~] empty_basic_get_metric 2022-02-02 10:11:47.448 [info] <0.272.0> Feature flags: [ ] implicit_default_bindings 2022-02-02 10:11:47.448 [info] <0.272.0> Feature flags: [ ] maintenance_mode_status 2022-02-02 10:11:47.448 [info] <0.272.0> Feature flags: [ ] quorum_queue 2022-02-02 10:11:47.448 [info] <0.272.0> Feature flags: [ ] user_limits 2022-02-02 10:11:47.448 [info] <0.272.0> Feature flags: [ ] virtual_host_metadata 2022-02-02 10:11:47.448 [info] <0.272.0> Feature flags: feature flag states written to disk: yes 2022-02-02 10:11:47.464 [info] <0.272.0> Feature flag empty_basic_get_metric: mark as enabled=true 2022-02-02 10:11:47.478 [info] <0.272.0> Feature flags: list of feature flags found: 2022-02-02 10:11:47.479 [info] <0.272.0> Feature flags: [x] drop_unroutable_metric 2022-02-02 10:11:47.479 [info] <0.272.0> Feature flags: [x] empty_basic_get_metric 2022-02-02 10:11:47.479 [info] <0.272.0> Feature flags: [ ] implicit_default_bindings 2022-02-02 10:11:47.479 [info] <0.272.0> Feature flags: [ ] maintenance_mode_status 2022-02-02 10:11:47.479 [info] <0.272.0> Feature flags: [ ] quorum_queue 2022-02-02 10:11:47.479 [info] <0.272.0> Feature flags: [ ] user_limits 2022-02-02 10:11:47.479 [info] <0.272.0> Feature flags: [ ] virtual_host_metadata 2022-02-02 10:11:47.479 [info] <0.272.0> Feature flags: feature flag states written to disk: yes 2022-02-02 10:11:47.492 [info] <0.272.0> Feature flag implicit_default_bindings: supported, attempt to enable... 2022-02-02 10:11:47.492 [info] <0.272.0> Feature flag implicit_default_bindings: mark as enabled=state_changing 2022-02-02 10:11:47.506 [info] <0.272.0> Feature flags: list of feature flags found: 2022-02-02 10:11:47.506 [info] <0.272.0> Feature flags: [x] drop_unroutable_metric 2022-02-02 10:11:47.506 [info] <0.272.0> Feature flags: [x] empty_basic_get_metric 2022-02-02 10:11:47.506 [info] <0.272.0> Feature flags: [~] implicit_default_bindings 2022-02-02 10:11:47.507 [info] <0.272.0> Feature flags: [ ] maintenance_mode_status 2022-02-02 10:11:47.507 [info] <0.272.0> Feature flags: [ ] quorum_queue 2022-02-02 10:11:47.507 [info] <0.272.0> Feature flags: [ ] user_limits 2022-02-02 10:11:47.507 [info] <0.272.0> Feature flags: [ ] virtual_host_metadata 2022-02-02 10:11:47.507 [info] <0.272.0> Feature flags: feature flag states written to disk: yes 2022-02-02 10:11:47.525 [info] <0.272.0> Waiting for Mnesia tables for 30000 ms, 0 retries left 2022-02-02 10:11:47.525 [info] <0.272.0> Successfully synced tables from a peer 2022-02-02 10:11:47.525 [info] <0.272.0> Feature flag implicit_default_bindings: mark as enabled=true 2022-02-02 10:11:47.550 [info] <0.272.0> Feature flags: list of feature flags found: 2022-02-02 10:11:47.550 [info] <0.272.0> Feature flags: [x] drop_unroutable_metric 2022-02-02 10:11:47.550 [info] <0.272.0> Feature flags: [x] empty_basic_get_metric 2022-02-02 10:11:47.550 [info] <0.272.0> Feature flags: [x] implicit_default_bindings 2022-02-02 10:11:47.551 [info] <0.272.0> Feature flags: [ ] maintenance_mode_status 2022-02-02 10:11:47.551 [info] <0.272.0> Feature flags: [ ] quorum_queue 2022-02-02 10:11:47.551 [info] <0.272.0> Feature flags: [ ] user_limits 2022-02-02 10:11:47.551 [info] <0.272.0> Feature flags: [ ] virtual_host_metadata 2022-02-02 10:11:47.551 [info] <0.272.0> Feature flags: feature flag states written to disk: yes 2022-02-02 10:11:47.567 [info] <0.272.0> Feature flag maintenance_mode_status: supported, attempt to enable... 2022-02-02 10:11:47.567 [info] <0.272.0> Feature flag maintenance_mode_status: mark as enabled=state_changing 2022-02-02 10:11:47.581 [info] <0.272.0> Feature flags: list of feature flags found: 2022-02-02 10:11:47.581 [info] <0.272.0> Feature flags: [x] drop_unroutable_metric 2022-02-02 10:11:47.581 [info] <0.272.0> Feature flags: [x] empty_basic_get_metric 2022-02-02 10:11:47.581 [info] <0.272.0> Feature flags: [x] implicit_default_bindings 2022-02-02 10:11:47.581 [info] <0.272.0> Feature flags: [~] maintenance_mode_status 2022-02-02 10:11:47.581 [info] <0.272.0> Feature flags: [ ] quorum_queue 2022-02-02 10:11:47.581 [info] <0.272.0> Feature flags: [ ] user_limits 2022-02-02 10:11:47.582 [info] <0.272.0> Feature flags: [ ] virtual_host_metadata 2022-02-02 10:11:47.582 [info] <0.272.0> Feature flags: feature flag states written to disk: yes

  • User Avatar
    0
    renata.mendes created

    2022-02-02 10:11:47.597 [info] <0.272.0> Creating table rabbit_node_maintenance_states for feature flag maintenance_mode_status 2022-02-02 10:11:47.602 [info] <0.272.0> Feature flag maintenance_mode_status: mark as enabled=true 2022-02-02 10:11:47.618 [info] <0.272.0> Feature flags: list of feature flags found: 2022-02-02 10:11:47.618 [info] <0.272.0> Feature flags: [x] drop_unroutable_metric 2022-02-02 10:11:47.618 [info] <0.272.0> Feature flags: [x] empty_basic_get_metric 2022-02-02 10:11:47.618 [info] <0.272.0> Feature flags: [x] implicit_default_bindings 2022-02-02 10:11:47.618 [info] <0.272.0> Feature flags: [x] maintenance_mode_status 2022-02-02 10:11:47.618 [info] <0.272.0> Feature flags: [ ] quorum_queue 2022-02-02 10:11:47.618 [info] <0.272.0> Feature flags: [ ] user_limits 2022-02-02 10:11:47.618 [info] <0.272.0> Feature flags: [ ] virtual_host_metadata 2022-02-02 10:11:47.618 [info] <0.272.0> Feature flags: feature flag states written to disk: yes 2022-02-02 10:11:47.633 [info] <0.272.0> Feature flag quorum_queue: supported, attempt to enable... 2022-02-02 10:11:47.633 [info] <0.272.0> Feature flag quorum_queue: mark as enabled=state_changing 2022-02-02 10:11:47.648 [info] <0.272.0> Feature flags: list of feature flags found: 2022-02-02 10:11:47.648 [info] <0.272.0> Feature flags: [x] drop_unroutable_metric 2022-02-02 10:11:47.648 [info] <0.272.0> Feature flags: [x] empty_basic_get_metric 2022-02-02 10:11:47.648 [info] <0.272.0> Feature flags: [x] implicit_default_bindings 2022-02-02 10:11:47.648 [info] <0.272.0> Feature flags: [x] maintenance_mode_status 2022-02-02 10:11:47.648 [info] <0.272.0> Feature flags: [~] quorum_queue 2022-02-02 10:11:47.648 [info] <0.272.0> Feature flags: [ ] user_limits 2022-02-02 10:11:47.648 [info] <0.272.0> Feature flags: [ ] virtual_host_metadata 2022-02-02 10:11:47.648 [info] <0.272.0> Feature flags: feature flag states written to disk: yes 2022-02-02 10:11:47.663 [info] <0.272.0> Waiting for Mnesia tables for 30000 ms, 9 retries left 2022-02-02 10:11:47.663 [info] <0.272.0> Successfully synced tables from a peer 2022-02-02 10:11:47.663 [info] <0.272.0> Feature flag quorum_queue: migrating Mnesia table rabbit_queue... 2022-02-02 10:11:47.677 [info] <0.272.0> Feature flag quorum_queue: migrating Mnesia table rabbit_durable_queue... 2022-02-02 10:11:47.693 [info] <0.272.0> Feature flag quorum_queue: Mnesia tables migration done 2022-02-02 10:11:47.693 [info] <0.272.0> Feature flag quorum_queue: mark as enabled=true 2022-02-02 10:11:47.705 [info] <0.272.0> Feature flags: list of feature flags found: 2022-02-02 10:11:47.705 [info] <0.272.0> Feature flags: [x] drop_unroutable_metric 2022-02-02 10:11:47.705 [info] <0.272.0> Feature flags: [x] empty_basic_get_metric 2022-02-02 10:11:47.705 [info] <0.272.0> Feature flags: [x] implicit_default_bindings 2022-02-02 10:11:47.705 [info] <0.272.0> Feature flags: [x] maintenance_mode_status 2022-02-02 10:11:47.705 [info] <0.272.0> Feature flags: [x] quorum_queue 2022-02-02 10:11:47.705 [info] <0.272.0> Feature flags: [ ] user_limits 2022-02-02 10:11:47.705 [info] <0.272.0> Feature flags: [ ] virtual_host_metadata 2022-02-02 10:11:47.705 [info] <0.272.0> Feature flags: feature flag states written to disk: yes 2022-02-02 10:11:47.719 [info] <0.272.0> Feature flag user_limits: supported, attempt to enable... 2022-02-02 10:11:47.719 [info] <0.272.0> Feature flag user_limits: mark as enabled=state_changing 2022-02-02 10:11:47.729 [info] <0.272.0> Feature flags: list of feature flags found: 2022-02-02 10:11:47.730 [info] <0.272.0> Feature flags: [x] drop_unroutable_metric 2022-02-02 10:11:47.730 [info] <0.272.0> Feature flags: [x] empty_basic_get_metric 2022-02-02 10:11:47.730 [info] <0.272.0> Feature flags: [x] implicit_default_bindings 2022-02-02 10:11:47.730 [info] <0.272.0> Feature flags: [x] maintenance_mode_status 2022-02-02 10:11:47.730 [info] <0.272.0> Feature flags: [x] quorum_queue 2022-02-02 10:11:47.730 [info] <0.272.0> Feature flags: [~] user_limits 2022-02-02 10:11:47.730 [info] <0.272.0> Feature flags: [ ] virtual_host_metadata 2022-02-02 10:11:47.730 [info] <0.272.0> Feature flags: feature flag states written to disk: yes 2022-02-02 10:11:47.744 [info] <0.272.0> Waiting for Mnesia tables for 30000 ms, 9 retries left 2022-02-02 10:11:47.744 [info] <0.272.0> Successfully synced tables from a peer 2022-02-02 10:11:47.758 [info] <0.272.0> Feature flag user_limits: mark as enabled=true 2022-02-02 10:11:47.769 [info] <0.272.0> Feature flags: list of feature flags found: 2022-02-02 10:11:47.769 [info] <0.272.0> Feature flags: [x] drop_unroutable_metric 2022-02-02 10:11:47.769 [info] <0.272.0> Feature flags: [x] empty_basic_get_metric 2022-02-02 10:11:47.769 [info] <0.272.0> Feature flags: [x] implicit_default_bindings 2022-02-02 10:11:47.769 [info] <0.272.0> Feature flags: [x] maintenance_mode_status 2022-02-02 10:11:47.769 [info] <0.272.0> Feature flags: [x] quorum_queue 2022-02-02 10:11:47.769 [info] <0.272.0> Feature flags: [x] user_limits 2022-02-02 10:11:47.769 [info] <0.272.0> Feature flags: [ ] virtual_host_metadata 2022-02-02 10:11:47.769 [info] <0.272.0> Feature flags: feature flag states written to disk: yes 2022-02-02 10:11:47.783 [info] <0.272.0> Feature flag virtual_host_metadata: supported, attempt to enable... 2022-02-02 10:11:47.783 [info] <0.272.0> Feature flag virtual_host_metadata: mark as enabled=state_changing 2022-02-02 10:11:47.793 [info] <0.272.0> Feature flags: list of feature flags found: 2022-02-02 10:11:47.793 [info] <0.272.0> Feature flags: [x] drop_unroutable_metric 2022-02-02 10:11:47.793 [info] <0.272.0> Feature flags: [x] empty_basic_get_metric 2022-02-02 10:11:47.793 [info] <0.272.0> Feature flags: [x] implicit_default_bindings 2022-02-02 10:11:47.793 [info] <0.272.0> Feature flags: [x] maintenance_mode_status 2022-02-02 10:11:47.793 [info] <0.272.0> Feature flags: [x] quorum_queue 2022-02-02 10:11:47.793 [info] <0.272.0> Feature flags: [x] user_limits 2022-02-02 10:11:47.793 [info] <0.272.0> Feature flags: [~] virtual_host_metadata 2022-02-02 10:11:47.793 [info] <0.272.0> Feature flags: feature flag states written to disk: yes 2022-02-02 10:11:47.810 [info] <0.272.0> Waiting for Mnesia tables for 30000 ms, 9 retries left 2022-02-02 10:11:47.810 [info] <0.272.0> Successfully synced tables from a peer 2022-02-02 10:11:47.824 [info] <0.272.0> Feature flag virtual_host_metadata: mark as enabled=true 2022-02-02 10:11:47.836 [info] <0.272.0> Feature flags: list of feature flags found: 2022-02-02 10:11:47.836 [info] <0.272.0> Feature flags: [x] drop_unroutable_metric 2022-02-02 10:11:47.836 [info] <0.272.0> Feature flags: [x] empty_basic_get_metric 2022-02-02 10:11:47.836 [info] <0.272.0> Feature flags: [x] implicit_default_bindings 2022-02-02 10:11:47.836 [info] <0.272.0> Feature flags: [x] maintenance_mode_status 2022-02-02 10:11:47.836 [info] <0.272.0> Feature flags: [x] quorum_queue 2022-02-02 10:11:47.836 [info] <0.272.0> Feature flags: [x] user_limits 2022-02-02 10:11:47.836 [info] <0.272.0> Feature flags: [x] virtual_host_metadata 2022-02-02 10:11:47.836 [info] <0.272.0> Feature flags: feature flag states written to disk: yes 2022-02-02 10:11:47.851 [info] <0.272.0> Waiting for Mnesia tables for 30000 ms, 9 retries left 2022-02-02 10:11:47.851 [info] <0.272.0> Successfully synced tables from a peer 2022-02-02 10:11:47.886 [info] <0.272.0> Waiting for Mnesia tables for 30000 ms, 9 retries left 2022-02-02 10:11:47.886 [info] <0.272.0> Successfully synced tables from a peer 2022-02-02 10:11:47.886 [info] <0.272.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration.

  • User Avatar
    0
    renata.mendes created

    2022-02-02 10:11:47.886 [info] <0.272.0> Running boot step database_sync defined by app rabbit 2022-02-02 10:11:47.887 [info] <0.272.0> Running boot step feature_flags defined by app rabbit 2022-02-02 10:11:47.887 [info] <0.272.0> Running boot step codec_correctness_check defined by app rabbit 2022-02-02 10:11:47.887 [info] <0.272.0> Running boot step external_infrastructure defined by app rabbit 2022-02-02 10:11:47.887 [info] <0.272.0> Running boot step rabbit_registry defined by app rabbit 2022-02-02 10:11:47.887 [info] <0.272.0> Running boot step rabbit_auth_mechanism_cr_demo defined by app rabbit 2022-02-02 10:11:47.888 [info] <0.272.0> Running boot step rabbit_queue_location_random defined by app rabbit 2022-02-02 10:11:47.888 [info] <0.272.0> Running boot step rabbit_event defined by app rabbit 2022-02-02 10:11:47.888 [info] <0.272.0> Running boot step rabbit_auth_mechanism_amqplain defined by app rabbit 2022-02-02 10:11:47.888 [info] <0.272.0> Running boot step rabbit_auth_mechanism_plain defined by app rabbit 2022-02-02 10:11:47.888 [info] <0.272.0> Running boot step rabbit_exchange_type_direct defined by app rabbit 2022-02-02 10:11:47.888 [info] <0.272.0> Running boot step rabbit_exchange_type_fanout defined by app rabbit 2022-02-02 10:11:47.889 [info] <0.272.0> Running boot step rabbit_exchange_type_headers defined by app rabbit 2022-02-02 10:11:47.889 [info] <0.272.0> Running boot step rabbit_exchange_type_topic defined by app rabbit 2022-02-02 10:11:47.889 [info] <0.272.0> Running boot step rabbit_mirror_queue_mode_all defined by app rabbit 2022-02-02 10:11:47.889 [info] <0.272.0> Running boot step rabbit_mirror_queue_mode_exactly defined by app rabbit 2022-02-02 10:11:47.889 [info] <0.272.0> Running boot step rabbit_mirror_queue_mode_nodes defined by app rabbit 2022-02-02 10:11:47.889 [info] <0.272.0> Running boot step rabbit_priority_queue defined by app rabbit 2022-02-02 10:11:47.889 [info] <0.272.0> Priority queues enabled, real BQ is rabbit_variable_queue 2022-02-02 10:11:47.889 [info] <0.272.0> Running boot step rabbit_queue_location_client_local defined by app rabbit 2022-02-02 10:11:47.890 [info] <0.272.0> Running boot step rabbit_queue_location_min_masters defined by app rabbit 2022-02-02 10:11:47.890 [info] <0.272.0> Running boot step kernel_ready defined by app rabbit 2022-02-02 10:11:47.890 [info] <0.272.0> Running boot step rabbit_sysmon_minder defined by app rabbit 2022-02-02 10:11:47.890 [info] <0.272.0> Running boot step rabbit_epmd_monitor defined by app rabbit 2022-02-02 10:11:47.891 [info] <0.626.0> epmd monitor knows us, inter-node communication (distribution) port: 25672 2022-02-02 10:11:47.891 [info] <0.272.0> Running boot step guid_generator defined by app rabbit 2022-02-02 10:11:47.894 [info] <0.272.0> Running boot step rabbit_node_monitor defined by app rabbit 2022-02-02 10:11:47.894 [info] <0.630.0> Starting rabbit_node_monitor 2022-02-02 10:11:47.895 [info] <0.272.0> Running boot step delegate_sup defined by app rabbit 2022-02-02 10:11:47.896 [info] <0.272.0> Running boot step rabbit_memory_monitor defined by app rabbit 2022-02-02 10:11:47.896 [info] <0.272.0> Running boot step core_initialized defined by app rabbit 2022-02-02 10:11:47.896 [info] <0.272.0> Running boot step upgrade_queues defined by app rabbit 2022-02-02 10:11:47.923 [info] <0.272.0> message_store upgrades: 1 to apply 2022-02-02 10:11:47.924 [info] <0.272.0> message_store upgrades: Applying rabbit_variable_queue:move_messages_to_vhost_store 2022-02-02 10:11:47.924 [info] <0.272.0> message_store upgrades: No durable queues found. Skipping message store migration 2022-02-02 10:11:47.924 [info] <0.272.0> message_store upgrades: Removing the old message store data 2022-02-02 10:11:47.924 [info] <0.272.0> message_store upgrades: All upgrades applied successfully 2022-02-02 10:11:47.954 [info] <0.272.0> Running boot step channel_tracking defined by app rabbit 2022-02-02 10:11:47.958 [info] <0.272.0> Setting up a table for channel tracking on this node: tracked_channel_on_node_rabbit@aab5f0cdda7e 2022-02-02 10:11:47.962 [info] <0.272.0> Setting up a table for channel tracking on this node: tracked_channel_table_per_user_on_node_rabbit@aab5f0cdda7e 2022-02-02 10:11:47.962 [info] <0.272.0> Running boot step rabbit_channel_tracking_handler defined by app rabbit 2022-02-02 10:11:47.963 [info] <0.272.0> Running boot step connection_tracking defined by app rabbit 2022-02-02 10:11:47.967 [info] <0.272.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@aab5f0cdda7e 2022-02-02 10:11:47.971 [info] <0.272.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@aab5f0cdda7e 2022-02-02 10:11:47.975 [info] <0.272.0> Setting up a table for per-user connection counting on this node: tracked_connection_table_per_user_on_node_rabbit@aab5f0cdda7e 2022-02-02 10:11:47.975 [info] <0.272.0> Running boot step rabbit_connection_tracking_handler defined by app rabbit 2022-02-02 10:11:47.975 [info] <0.272.0> Running boot step rabbit_exchange_parameters defined by app rabbit 2022-02-02 10:11:47.976 [info] <0.272.0> Running boot step rabbit_mirror_queue_misc defined by app rabbit 2022-02-02 10:11:47.976 [info] <0.272.0> Running boot step rabbit_policies defined by app rabbit 2022-02-02 10:11:47.978 [info] <0.272.0> Running boot step rabbit_policy defined by app rabbit 2022-02-02 10:11:47.978 [info] <0.272.0> Running boot step rabbit_queue_location_validator defined by app rabbit 2022-02-02 10:11:47.978 [info] <0.272.0> Running boot step rabbit_quorum_memory_manager defined by app rabbit 2022-02-02 10:11:47.978 [info] <0.272.0> Running boot step rabbit_vhost_limit defined by app rabbit 2022-02-02 10:11:47.978 [info] <0.272.0> Running boot step rabbit_mgmt_reset_handler defined by app rabbitmq_management 2022-02-02 10:11:47.979 [info] <0.272.0> Running boot step rabbit_mgmt_db_handler defined by app rabbitmq_management_agent 2022-02-02 10:11:47.979 [info] <0.272.0> Management plugin: using rates mode 'basic' 2022-02-02 10:11:47.979 [info] <0.272.0> Running boot step recovery defined by app rabbit 2022-02-02 10:11:47.980 [info] <0.272.0> Running boot step empty_db_check defined by app rabbit 2022-02-02 10:11:47.980 [info] <0.272.0> Will seed default virtual host and user... 2022-02-02 10:11:47.980 [info] <0.272.0> Adding vhost '/' (description: 'Default virtual host') 2022-02-02 10:11:48.005 [info] <0.689.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@aab5f0cdda7e/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L' for vhost '/' exists 2022-02-02 10:11:48.009 [info] <0.689.0> Starting message stores for vhost '/' 2022-02-02 10:11:48.010 [info] <0.693.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_transient": using rabbit_msg_store_ets_index to provide index 2022-02-02 10:11:48.011 [info] <0.689.0> Started message store of type transient for vhost '/' 2022-02-02 10:11:48.011 [info] <0.697.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent": using rabbit_msg_store_ets_index to provide index 2022-02-02 10:11:48.012 [warning] <0.697.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent": rebuilding indices from scratch 2022-02-02 10:11:48.013 [info] <0.689.0> Started message store of type persistent for vhost '/' 2022-02-02 10:11:48.017 [info] <0.272.0> Created user 'guest' 2022-02-02 10:11:48.020 [info] <0.272.0> Successfully set user tags for user 'guest' to [administrator] 2022-02-02 10:11:48.022 [info] <0.272.0> Successfully set permissions for 'guest' in virtual host '/' to '.', '.', '.*' 2022-02-02 10:11:48.022 [info] <0.272.0> Running boot step rabbit_looking_glass defined by app rabbit 2022-02-02 10:11:48.022 [info] <0.272.0> Running boot step rabbit_core_metrics_gc defined by app rabbit 2022-02-02 10:11:48.023 [info] <0.272.0> Running boot step background_gc defined by app rabbit 2022-02-02 10:11:48.023 [info] <0.272.0> Running boot step routing_ready defined by app rabbit 2022-02-02 10:11:48.023 [info] <0.272.0> Running boot step pre_flight defined by app rabbit 2022-02-02 10:11:48.023 [info] <0.272.0> Running boot step notify_cluster defined by app rabbit 2022-02-02 10:11:48.023 [info] <0.272.0> Running boot step networking defined by app rabbit 2022-02-02 10:11:48.023 [info] <0.272.0> Running boot step definition_import_worker_pool defined by app rabbit 2022-02-02 10:11:48.023 [info] <0.346.0> Starting worker pool 'definition_import_pool' with 12 processes in it 2022-02-02 10:11:48.024 [info] <0.272.0> Running boot step cluster_name defined by app rabbit 2022-02-02 10:11:48.024 [info] <0.272.0> Initialising internal cluster ID to 'rabbitmq-cluster-id-01-zT6RljETlil6u6lD4rQ' 2022-02-02 10:11:48.027 [info] <0.272.0> Running boot step direct_client defined by app rabbit 2022-02-02 10:11:48.027 [info] <0.272.0> Running boot step rabbit_management_load_definitions defined by app rabbitmq_management 2022-02-02 10:11:48.027 [info] <0.738.0> Resetting node maintenance status 2022-02-02 10:11:48.028 [info] <0.44.0> Application rabbit started on node rabbit@aab5f0cdda7e 2022-02-02 10:11:48.033 [info] <0.44.0> Application rabbitmq_management_agent started on node rabbit@aab5f0cdda7e 2022-02-02 10:11:48.033 [info] <0.44.0> Application cowlib started on node rabbit@aab5f0cdda7e 2022-02-02 10:11:48.033 [info] <0.44.0> Application cowboy started on node rabbit@aab5f0cdda7e 2022-02-02 10:11:48.034 [info] <0.44.0> Application rabbitmq_web_dispatch started on node rabbit@aab5f0cdda7e 2022-02-02 10:11:48.034 [info] <0.44.0> Application amqp_client started on node rabbit@aab5f0cdda7e 2022-02-02 10:11:48.068 [info] <0.797.0> Management plugin: HTTP (non-TLS) listener started on port 15672 2022-02-02 10:11:48.068 [info] <0.903.0> Statistics database started. 2022-02-02 10:11:48.068 [info] <0.902.0> Starting worker pool 'management_worker_pool' with 3 processes in it 2022-02-02 10:11:48.069 [info] <0.44.0> Application rabbitmq_management started on node rabbit@aab5f0cdda7e 2022-02-02 10:11:48.094 [info] <0.44.0> Application prometheus started on node rabbit@aab5f0cdda7e 2022-02-02 10:11:48.097 [info] <0.916.0> Prometheus metrics: HTTP (non-TLS) listener started on port 15692 2022-02-02 10:11:48.097 [info] <0.738.0> Ready to start client connection listeners 2022-02-02 10:11:48.097 [info] <0.44.0> Application rabbitmq_prometheus started on node rabbit@aab5f0cdda7e 2022-02-02 10:11:48.099 [info] <0.1035.0> started TCP listener on [::]:5672 completed with 4 plugins. 2022-02-02 10:11:48.280 [info] <0.738.0> Server startup complete; 4 plugins started.

    • rabbitmq_prometheus
    • rabbitmq_management
    • rabbitmq_web_dispatch
    • rabbitmq_management_agent 2022-02-02 10:11:48.280 [info] <0.738.0> Resetting node maintenance status
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    I couldn't reproduce your error.

    I created the application:

    auth-server logs:

    Back-office blazor-server application:

    It may be related with your OS privillages may be. Can you try in a different PC if it occurs again? Maybe related with network privillages.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11