Hi
Could you share your experience if you met this issue before. Thank you
Rundeck (community edition, 5.x)
Targets are windows hosts.
Windows auth protocol - kerberos
The issue is present only if "Thread Count" for the job is set to some bigger number than default "1"
Errors are
kerberos.GSSError: (('Unspecified GSS failure. Minor code may provide more information', 851968), ('Ticket expired', -1765328352))
kerberos.GSSError: (('Unspecified GSS failure. Minor code may provide more information', 851968), ('Matching credential not found', -1765328243))
The issue is - error isn't returned by exact/specific windows host. When I set for example "50" as
"Thread Count" and execute job towards 50 targets, it may executes OK, or 1-3-5 targets can fails with errors I published early.
'Matching credential not found' happens much more often.
But if I will re-execute the same jobs on the failed hosts, it will be finished OK.
This issue never happen if
"Thread Count" is default ("1")
additional rundeck configuration:
quartz.threadPool.threadCount = 100
-Xmx4096m -Xms1024m
Thank you.