Hello. I have a cluster of 2 graylog nodes (1 master node and one slave node), a replica of monga was made on these 2 servers, and an elastic cluster of 3 nodes. The master node does not join the cluster, it gives this error in the logs:
2021-07-14T09:03:04.412Z ERROR [AuditLogger] Unable to write audit log entry because there is no valid license.
2021-07-14T09:03:04.702Z ERROR [EnterpriseJobSchedulerConfig] Couldn't find current node <54f41dcd-5125-4677-a4bf-fa2261d05eb3> in the database
org.graylog2.cluster.NodeNotFoundException: Unable to find node 54f41dcd-5125-4677-a4bf-fa2261d05eb3
at org.graylog2.cluster.NodeServiceImpl.byNodeId(NodeServiceImpl.java:76) ~[graylog.jar:?]
at org.graylog2.cluster.NodeServiceImpl.byNodeId(NodeServiceImpl.java:84) ~[graylog.jar:?]
at org.graylog.plugins.scheduler.EnterpriseJobSchedulerConfig$1.load(EnterpriseJobSchedulerConfig.java:46) [graylog-plugin-enterprise-4.1.0.jar:?]
at org.graylog.plugins.scheduler.EnterpriseJobSchedulerConfig$1.load(EnterpriseJobSchedulerConfig.java:39) [graylog-plugin-enterprise-4.1.0.jar:?]
at com.google.common.cache.CacheLoader.reload(CacheLoader.java:100) [graylog.jar:?]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3532) [graylog.jar:?]
at com.google.common.cache.LocalCache$Segment.loadAsync(LocalCache.java:2287) [graylog.jar:?]
at com.google.common.cache.LocalCache$Segment.refresh(LocalCache.java:2360) [graylog.jar:?]
at com.google.common.cache.LocalCache$Segment.scheduleRefresh(LocalCache.java:2338) [graylog.jar:?]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2035) [graylog.jar:?]
at com.google.common.cache.LocalCache.get(LocalCache.java:3951) [graylog.jar:?]
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3974) [graylog.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4958) [graylog.jar:?]
at org.graylog.plugins.scheduler.EnterpriseJobSchedulerConfig.canExecute(EnterpriseJobSchedulerConfig.java:73) [graylog-plugin-enterprise-4.1.0.jar:?]
at org.graylog.scheduler.JobSchedulerService.run(JobSchedulerService.java:92) [graylog.jar:?]
at com.google.common.util.concurrent.AbstractExecutionThreadService$1$2.run(AbstractExecutionThreadService.java:66) [graylog.jar:?]
at com.google.common.util.concurrent.Callables$4.run(Callables.java:119) [graylog.jar:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_292]
2021-07-14T09:03:05.404Z WARN [NodePingThread] Did not find meta info of this node. Re-registering.
2021-07-14T09:03:05.413Z ERROR [AuditLogger] Unable to write audit log entry because there is no valid license.
2021-07-14T09:03:06.403Z WARN [NodePingThread] Did not find meta info of this node. Re-registering.
What is this error and how can I solve this problem?