You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/troubleshooting.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -362,3 +362,21 @@ Write-Output "Path after changing the type:", $path
362
362
5. Restart services or run `update.sh --force`
363
363
364
364
54 year agents in the dashboard can be a sign of this NATS problem
365
+
366
+
## Server 2016/2019 agent not updating
367
+
368
+
If you're seeing things like
369
+
370
+
```log
371
+
time="2025-03-17T01:02:11-07:00" level=error msg="error creating NewUpdateSession: ole.CoInitializeEx(0, ole.COINIT_MULTITHREADED): Cannot change thread mode after it is set."
372
+
time="2025-04-30T09:28:47-07:00" level=error msg="SyncMeshNodeID() getMeshNodeID() exit status 0xc0000142: "
373
+
time="2025-04-30T09:28:55-07:00" level=error msg="Checkrunner RunChecks exit status 0xc0000142: "
374
+
time="2025-04-30T09:29:07-07:00" level=error msg="SyncMeshNodeID() getMeshNodeID() exit status 0xc0000142: "
375
+
time="2025-04-30T09:29:54-07:00" level=error msg="Checkrunner RunChecks exit status 0xc0000142: "
376
+
time="2025-04-30T09:30:46-07:00" level=error msg="Checkrunner RunChecks exit status 0xc0000142: "
377
+
time="2025-04-30T09:35:07-07:00" level=info msg="Agent updating from 2.9.0 to 2.9.1"
378
+
```
379
+
380
+
This is a problem with the non-interactive heap stack filling up. The default value is 768KB, and needs to be updated to 4MB.
0 commit comments