Skip to content
DataMiner Dojo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Learn more about Agile
        • Agile Webspace
        • Everything Agile
          • The Agile Manifesto
          • Best Practices
          • Retro Recipes
        • Methodologies
          • The Scrum Framework
          • Kanban
          • Extreme Programming
        • Roles
          • The Product Owner
          • The Agile Coach
          • The Quality & UX Coach (QX)
      • Book your Agile Fundamentals training
      • Book your Kanban workshop
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Program
    • DataMiner DevOps Support
    • Feature Suggestions
  • Downloads
  • Swag Shop
  • PARTNERS
    • Business Partners
    • Technology Partners
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • >> Go to dataminer.services

Module DataSources – HTTP Error 404 (resource does not have a handler associated)

56 views9 hours agoData API DxM DataAggregator DataAPI DataAPI Data Sources
0
Mauro Druwel [SLC] [DevOps Advocate]542 10 hours ago 0 Comments

Hi community, 😊

I recently installed a fresh instance of DataMiner on this VM and upgraded it to feature release 10.6.8.0-17343. After that, I activated the soft launch option (DataAPI) and deployed two DxMs: DataAPI (v1.4.6.0) and DataAggregator (v3.2.0.7527).

However, even after a system reboot, I am still getting an Error 404 via both the Cube Data Sources tab and the web interface (see attached screenshot).

How can I resolve this? Thanks! 🙌

Bert Buysschaert [SLC] [DevOps Advocate] Answered question 9 hours ago

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
0
Bert Buysschaert [SLC] [DevOps Advocate]5.27K Posted 9 hours ago 1 Comment

Hi Mauro,

At startup, DataAggregator DxM should create these files if they don't exist yet:

C:\Skyline DataMiner\WebPages\data-sources\web.config
C:\Skyline DataMiner\WebPages\module\data-sources\web.config

The first one creates a redirect and the second one configures IIS as reverse proxy:

<action type="Redirect" url="/module/data-sources/" />
<action type="Rewrite" url="http://localhost:12345/{R:0}" />

If these files/folders do not exist, check the DxM logfile for potential errors:

C:\ProgramData\Skyline Communications\DataMiner DataAggregator\Logs\SLDataAggregator.txt

Mauro Druwel [SLC] [DevOps Advocate] Posted new comment 9 hours ago
Mauro Druwel [SLC] [DevOps Advocate] commented 9 hours ago

Hi Bert,

Those 2 files exist (with the content) and I can also the correct redirects/rewrites via the IIS UI, so that's not the problem I suppose. I do have some errors in the logfile: [2026-07-27 17:19:37.617 INF]Starting web host[]
[2026-07-27 17:19:39.394 INF]NatsEndPointsService is setting-up 1 NATS connections.[DataAggregator.MessageBroker.NatsEndPointsService]
[2026-07-27 17:19:40.269 INF]Created the message broker[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:19:40.274 INF]Starting DxmStatusReporterWorker[DxmUtilities.DxmStatusReporter.DxmStatusReporterWorker]
[2026-07-27 17:19:40.570 INF]Received registration state from CloudGateway was true[DxmUtilities.CloudRegistrationListener.CloudRegistrationService]
[2026-07-27 17:19:40.570 INF]Registered state received from CloudGateway, starting publishing of DxM status[DxmUtilities.DxmStatusReporter.DxmStatusReporterWorker]
[2026-07-27 17:19:40.646 INF]Starting the process of registering to APIGateway[DataAggregator.HostedServices.APIGatewayRegistration]
[2026-07-27 17:19:40.703 INF]Initialized Scheduler Signaller of type: Quartz.Core.SchedulerSignalerImpl[Quartz.Core.SchedulerSignalerImpl]
[2026-07-27 17:19:40.703 INF]Quartz Scheduler created[Quartz.Core.QuartzScheduler]
[2026-07-27 17:19:40.703 INF]JobFactory set to: Quartz.Simpl.MicrosoftDependencyInjectionJobFactory[Quartz.Core.QuartzScheduler]
[2026-07-27 17:19:40.704 INF]RAMJobStore initialized.[Quartz.Simpl.RAMJobStore]
[2026-07-27 17:19:40.704 INF]Quartz Scheduler 3.13.0.0 – 'QuartzScheduler' with instanceId 'NON_CLUSTERED' initialized[Quartz.Impl.StdSchedulerFactory]
[2026-07-27 17:19:40.704 INF]Using thread pool 'Quartz.Simpl.DefaultThreadPool', size: 10[Quartz.Impl.StdSchedulerFactory]
[2026-07-27 17:19:40.704 INF]Using job store 'Quartz.Simpl.RAMJobStore', supports persistence: False, clustered: False[Quartz.Impl.StdSchedulerFactory]
[2026-07-27 17:19:40.718 INF]Finished the process of registering to APIGateway[DataAggregator.HostedServices.APIGatewayRegistration]
[2026-07-27 17:19:40.719 INF]Adding 0 jobs, 0 triggers.[Quartz.ContainerConfigurationProcessor]
[2026-07-27 17:19:40.725 INF]Helper file 'Data SourcesHelper.json' does not exist, starting with empty structure[DataAggregator.Application.Services.DataSources.MemoryDataSourceRepository]
[2026-07-27 17:19:41.249 INF]Now listening on: http://0.0.0.0:12345%5BMicrosoft.Hosting.Lifetime%5D
[2026-07-27 17:19:41.253 INF]Application started. Press Ctrl+C to shut down.[Microsoft.Hosting.Lifetime]
[2026-07-27 17:19:41.253 INF]Hosting environment: Production[Microsoft.Hosting.Lifetime]
[2026-07-27 17:19:41.253 INF]Content root path: C:Program FilesSkyline CommunicationsDataMiner DataAggregator[Microsoft.Hosting.Lifetime]
[2026-07-27 17:19:41.260 INF]Scheduler QuartzScheduler_$_NON_CLUSTERED started.[Quartz.Core.QuartzScheduler]
[2026-07-27 17:25:42.410 INF]Application is shutting down…[Microsoft.Hosting.Lifetime]
[2026-07-27 17:25:42.545 INF]DataAggregatorHandlerService is stopping[DataAggregator.HostedServices.DataAggregatorHandlerService]
[2026-07-27 17:25:42.577 INF]Scheduler QuartzScheduler_$_NON_CLUSTERED shutting down.[Quartz.Core.QuartzScheduler]
[2026-07-27 17:25:42.579 INF]Scheduler QuartzScheduler_$_NON_CLUSTERED paused.[Quartz.Core.QuartzScheduler]
[2026-07-27 17:25:42.588 INF]Scheduler QuartzScheduler_$_NON_CLUSTERED Shutdown complete.[Quartz.Core.QuartzScheduler]
[2026-07-27 17:25:47.996 INF]DataAggregatorHandlerService is stopping[DataAggregator.HostedServices.DataAggregatorHandlerService]
[2026-07-27 17:26:08.998 INF]Starting web host[]
[2026-07-27 17:26:11.183 INF]NatsEndPointsService is setting-up 1 NATS connections.[DataAggregator.MessageBroker.NatsEndPointsService]
[2026-07-27 17:26:20.144 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:26:27.240 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:26:27.993 INF]Application is shutting down…[Microsoft.Hosting.Lifetime]
[2026-07-27 17:26:27.998 ERR]Encountered an error and stopped.[DataAggregator.HostedServices.NonBlockingDxMStatusReporterService]
System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait(CancellationToken cancellationToken)
at MessageBrokerWrapper.MessageBrokerWrapper..ctor(ILogger`1 logger, IMessageBrokerFactory messageBrokerFactory, CancellationToken token)
at DataAggregator.HostedServices.NonBlockingDxMStatusReporterService.ExecuteAsync(CancellationToken stoppingToken)
[2026-07-27 17:26:28.018 INF]Starting the process of registering to APIGateway[DataAggregator.HostedServices.APIGatewayRegistration]
[2026-07-27 17:26:28.035 ERR]Hosting failed to start[Microsoft.Extensions.Hosting.Internal.Host]
System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Quartz.ServiceCollectionSchedulerFactory.GetScheduler(CancellationToken cancellationToken)
at Quartz.QuartzHostedService.StartAsync(CancellationToken cancellationToken)
at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
[2026-07-27 17:26:28.099 FTL]Host terminated unexpectedly[]
System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Quartz.ServiceCollectionSchedulerFactory.GetScheduler(CancellationToken cancellationToken)
at Quartz.QuartzHostedService.StartAsync(CancellationToken cancellationToken)
at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
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 Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
at DataAggregator.InnerProgram.Start(String[] args, CancellationToken cancellationToken)
[2026-07-27 17:26:28.105 INF]DataAggregatorHandlerService is stopping[DataAggregator.HostedServices.DataAggregatorHandlerService]
[2026-07-27 17:26:28.108 INF]DataAggregatorHandlerService is stopping[DataAggregator.HostedServices.DataAggregatorHandlerService]
[2026-07-27 17:26:30.136 ERR]Unable to register with API Gateway[DataAggregator.HostedServices.APIGatewayRegistration]
DataMinerMessageBroker.API.Exceptions.SessionException: Unable to create connection with endpoints nats://172.21.229.216:4222
—> NATS.Client.NATSConnectionException: One or more errors occurred. (No connection could be made because the target machine actively refused it.)
at NATS.Client.Connection.connect(Boolean reconnectOnConnect)
at NATS.Client.ConnectionFactory.CreateConnection(Options opts, Boolean reconnectOnConnect)
at DataMinerMessageBroker.API.Nats.NatsSession.CreateConnection()
— End of inner exception stack trace —
at DataMinerMessageBroker.API.Nats.NatsSession.CreateConnection()
at DataMinerMessageBroker.API.Nats.NatsSession..ctor(ILogger logger, NatsSessionOptions options, INatsConfig config, IHttpClientFactory httpClientFactory)
at DataMinerMessageBroker.API.Nats.NatsSessionBuilder.Build()
at DataMinerMessageBroker.API.SessionBuilder.Build()
at APIGateway.Registration.MessageBrokerFactory.GetSession()
at APIGateway.Registration.Registration..ctor()
at APIGateway.Registration.Registration..ctor(ModuleRegistrationRequest registration)
at DataAggregator.HostedServices.APIGatewayRegistration.ExecuteAsync(CancellationToken cancellationToken)
[2026-07-27 17:26:58.371 INF]Starting web host[]
[2026-07-27 17:27:01.383 INF]NatsEndPointsService is setting-up 1 NATS connections.[DataAggregator.MessageBroker.NatsEndPointsService]
[2026-07-27 17:27:10.428 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:27:17.562 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:27:24.591 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:27:31.645 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:27:38.695 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:27:45.736 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:27:52.774 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:27:59.813 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:28:06.840 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:28:13.877 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:28:20.910 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:28:27.948 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:28:34.976 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:28:42.021 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:28:49.081 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:28:56.124 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:29:03.150 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:29:08.355 INF]Created the message broker[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-27 17:29:08.356 INF]Starting DxmStatusReporterWorker[DxmUtilities.DxmStatusReporter.DxmStatusReporterWorker]
[2026-07-27 17:29:08.760 INF]Did not get a registration state from CloudGateway – assuming state to be unregistered, will keep polling the CloudGateway for the actual registration state in the background[DxmUtilities.CloudRegistrationListener.CloudRegistrationService]
[2026-07-27 17:29:08.761 INF]Start polling registration state from CloudGateway[DxmUtilities.CloudRegistrationListener.CloudRegistrationService]
[2026-07-27 17:29:08.899 INF]Starting the process of registering to APIGateway[DataAggregator.HostedServices.APIGatewayRegistration]
[2026-07-27 17:29:08.970 INF]Finished the process of registering to APIGateway[DataAggregator.HostedServices.APIGatewayRegistration]
[2026-07-27 17:29:08.977 INF]Initialized Scheduler Signaller of type: Quartz.Core.SchedulerSignalerImpl[Quartz.Core.SchedulerSignalerImpl]
[2026-07-27 17:29:08.977 INF]Quartz Scheduler created[Quartz.Core.QuartzScheduler]
[2026-07-27 17:29:08.977 INF]JobFactory set to: Quartz.Simpl.MicrosoftDependencyInjectionJobFactory[Quartz.Core.QuartzScheduler]
[2026-07-27 17:29:08.977 INF]RAMJobStore initialized.[Quartz.Simpl.RAMJobStore]
[2026-07-27 17:29:08.978 INF]Quartz Scheduler 3.13.0.0 – 'QuartzScheduler' with instanceId 'NON_CLUSTERED' initialized[Quartz.Impl.StdSchedulerFactory]
[2026-07-27 17:29:08.978 INF]Using thread pool 'Quartz.Simpl.DefaultThreadPool', size: 10[Quartz.Impl.StdSchedulerFactory]
[2026-07-27 17:29:08.978 INF]Using job store 'Quartz.Simpl.RAMJobStore', supports persistence: False, clustered: False[Quartz.Impl.StdSchedulerFactory]
[2026-07-27 17:29:08.988 INF]Adding 0 jobs, 0 triggers.[Quartz.ContainerConfigurationProcessor]
[2026-07-27 17:29:08.999 INF]Helper file 'Data SourcesHelper.json' does not exist, starting with empty structure[DataAggregator.Application.Services.DataSources.MemoryDataSourceRepository]
[2026-07-27 17:29:09.703 INF]Now listening on: http://0.0.0.0:12345%5BMicrosoft.Hosting.Lifetime%5D
[2026-07-27 17:29:09.705 INF]Application started. Press Ctrl+C to shut down.[Microsoft.Hosting.Lifetime]
[2026-07-27 17:29:09.706 INF]Hosting environment: Production[Microsoft.Hosting.Lifetime]
[2026-07-27 17:29:09.706 INF]Content root path: C:Program FilesSkyline CommunicationsDataMiner DataAggregator[Microsoft.Hosting.Lifetime]
[2026-07-27 17:29:09.718 INF]Scheduler QuartzScheduler_$_NON_CLUSTERED started.[Quartz.Core.QuartzScheduler]
[2026-07-27 17:29:38.781 INF]Received registration state from CloudGateway was true[DxmUtilities.CloudRegistrationListener.CloudRegistrationService]
[2026-07-27 17:29:38.781 INF]Will stop polling registration state from CloudGateway due to successful response[DxmUtilities.CloudRegistrationListener.CloudRegistrationService]
[2026-07-27 17:29:38.782 INF]Registered state received from CloudGateway, starting publishing of DxM status[DxmUtilities.DxmStatusReporter.DxmStatusReporterWorker]
[2026-07-27 17:29:38.782 INF]Finished polling, received response from CloudGateway with registration status[DxmUtilities.CloudRegistrationListener.CloudRegistrationService]
[2026-07-28 11:44:40.616 INF]Application is shutting down…[Microsoft.Hosting.Lifetime]
[2026-07-28 11:44:40.979 INF]DataAggregatorHandlerService is stopping[DataAggregator.HostedServices.DataAggregatorHandlerService]
[2026-07-28 11:44:41.042 INF]Scheduler QuartzScheduler_$_NON_CLUSTERED shutting down.[Quartz.Core.QuartzScheduler]
[2026-07-28 11:44:41.049 INF]Scheduler QuartzScheduler_$_NON_CLUSTERED paused.[Quartz.Core.QuartzScheduler]
[2026-07-28 11:44:41.066 INF]Scheduler QuartzScheduler_$_NON_CLUSTERED Shutdown complete.[Quartz.Core.QuartzScheduler]
[2026-07-28 11:44:41.139 INF]Cancellation requested, stopping DxmStatusReporterWorker[DxmUtilities.DxmStatusReporter.DxmStatusReporterWorker]
[2026-07-28 11:45:15.965 INF]Starting web host[]
[2026-07-28 11:45:18.401 INF]NatsEndPointsService is setting-up 1 NATS connections.[DataAggregator.MessageBroker.NatsEndPointsService]
[2026-07-28 11:45:23.944 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:45:30.995 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:45:38.051 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:45:45.104 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:45:52.163 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:45:59.224 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:46:06.262 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:46:13.303 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:46:20.329 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:46:27.383 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:46:34.447 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:46:41.486 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:46:48.544 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:46:55.569 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:47:02.622 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:47:09.692 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:47:16.734 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:47:23.804 INF]Could not create a message broker session yet… Retrying in 5 seconds…[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:47:29.120 INF]Created the message broker[MessageBrokerWrapper.MessageBrokerWrapper]
[2026-07-28 11:47:29.122 INF]Starting DxmStatusReporterWorker[DxmUtilities.DxmStatusReporter.DxmStatusReporterWorker]
[2026-07-28 11:47:30.339 INF]Did not get a registration state from CloudGateway – assuming state to be unregistered, will keep polling the CloudGateway for the actual registration state in the background[DxmUtilities.CloudRegistrationListener.CloudRegistrationService]
[2026-07-28 11:47:30.340 INF]Start polling registration state from CloudGateway[DxmUtilities.CloudRegistrationListener.CloudRegistrationService]
[2026-07-28 11:47:30.709 INF]Starting the process of registering to APIGateway[DataAggregator.HostedServices.APIGatewayRegistration]
[2026-07-28 11:47:30.923 INF]Finished the process of registering to APIGateway[DataAggregator.HostedServices.APIGatewayRegistration]
[2026-07-28 11:47:30.926 INF]Initialized Scheduler Signaller of type: Quartz.Core.SchedulerSignalerImpl[Quartz.Core.SchedulerSignalerImpl]
[2026-07-28 11:47:30.926 INF]Quartz Scheduler created[Quartz.Core.QuartzScheduler]
[2026-07-28 11:47:30.927 INF]JobFactory set to: Quartz.Simpl.MicrosoftDependencyInjectionJobFactory[Quartz.Core.QuartzScheduler]
[2026-07-28 11:47:30.927 INF]RAMJobStore initialized.[Quartz.Simpl.RAMJobStore]
[2026-07-28 11:47:30.930 INF]Quartz Scheduler 3.13.0.0 – 'QuartzScheduler' with instanceId 'NON_CLUSTERED' initialized[Quartz.Impl.StdSchedulerFactory]
[2026-07-28 11:47:30.931 INF]Using thread pool 'Quartz.Simpl.DefaultThreadPool', size: 10[Quartz.Impl.StdSchedulerFactory]
[2026-07-28 11:47:30.931 INF]Using job store 'Quartz.Simpl.RAMJobStore', supports persistence: False, clustered: False[Quartz.Impl.StdSchedulerFactory]
[2026-07-28 11:47:30.973 INF]Adding 0 jobs, 0 triggers.[Quartz.ContainerConfigurationProcessor]
[2026-07-28 11:47:30.999 INF]Helper file 'Data SourcesHelper.json' does not exist, starting with empty structure[DataAggregator.Application.Services.DataSources.MemoryDataSourceRepository]
[2026-07-28 11:47:32.002 INF]Now listening on: http://0.0.0.0:12345%5BMicrosoft.Hosting.Lifetime%5D
[2026-07-28 11:47:32.012 INF]Application started. Press Ctrl+C to shut down.[Microsoft.Hosting.Lifetime]
[2026-07-28 11:47:32.012 INF]Hosting environment: Production[Microsoft.Hosting.Lifetime]
[2026-07-28 11:47:32.012 INF]Content root path: C:Program FilesSkyline CommunicationsDataMiner DataAggregator[Microsoft.Hosting.Lifetime]
[2026-07-28 11:47:32.036 INF]Scheduler QuartzScheduler_$_NON_CLUSTERED started.[Quartz.Core.QuartzScheduler]
[2026-07-28 11:48:00.479 INF]Received registration state from CloudGateway was true[DxmUtilities.CloudRegistrationListener.CloudRegistrationService]
[2026-07-28 11:48:00.479 INF]Will stop polling registration state from CloudGateway due to successful response[DxmUtilities.CloudRegistrationListener.CloudRegistrationService]
[2026-07-28 11:48:00.480 INF]Registered state received from CloudGateway, starting publishing of DxM status[DxmUtilities.DxmStatusReporter.DxmStatusReporterWorker]
[2026-07-28 11:48:00.480 INF]Finished polling, received response from CloudGateway with registration status[DxmUtilities.CloudRegistrationListener.CloudRegistrationService]

You are viewing 1 out of 1 answers, click here to view all answers.
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2026 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin