[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] token_key with remote accesspoint



07/18/23 17:09:00 Looking for tokens in directory /home/nmrbox/cweatherby/.condor/tokens.d for issuer condorcentralmanager.nmrbox.org
07/18/23 17:09:00 TOKEN: No token found.

SCHEDD_NAME works by querying the collector for the name of the schedd. Your collector is currently requiring authentication for lookup
(which is fine), but for some reason HTCondor can't find a token in
~/.condor/tokens.d for the collector. Since you're submitting to the local queue when you're submitting on the AP, it doesn't need to talk to the collector first. Run `condor_token_list` to get a list of the tokens HTCondor can find; the entry for each token will include the issuer. Make sure that the token file(s) you have in your ~/.condor/tokens.d appear in the list and have the expected issuer(s).

- ToddM