Hey everyone,
I have a DMS with an Elasticsearch Node connected in the db.xml. I was trying to open localhost/jobs but I got this error message:
I can still progress but I have the same error when I try to save a Job Domain.
While looking to DataMiner alarm console, I don't see an error related to the Elasticsearch connection, I can also use other modules like Services (that use Elasticsearch). Looking to SLSearch logfile, I don't see any error at the time I try to create a Job Domain.
However, looking to SLJobManager logfile, I see the following error:
Does anyone knows how to progress from this?
Thanks in advance!
Hi Bruno,
The JobManager logging shows that the JobManager could not be initialized because maintenance is in progress. You should be able to see more details about this maintenance (a.k.a. migration) in the SLMigrationManager logging.
Can you check if you see any error in that one? If the logging contains something along the lines of 'Another DMA is already executing...', make sure to check the SLMigrationManager logfile of the other DMAs for any errors. One should at least define that it is currently executing, or failed to execute the migration.
UPDATE: If these logfiles would not reveal any noticeable issues, you can force DataMiner to initialize the JobManager again. This can be done by deleting the OneTimeMigration files found in this folder: 'C:\Skyline DataMiner\Jobs'. This will cause the migrations to be skipped, so make sure that there is no current Jobs data that would require these migrations!