Warning Jobserver and all related Jobserver integrations are end of life starting October, 2024, with the exception of Public Sector customers using GovCloud or on-prem environments.
For information on registering a data source via Edge, go to Registering and synchronizing a data source via Edge.
Enable debug for Kerberos authentication issues
If an error occurs during the Kerberos authentication, you can enable debugging to track the root cause of the error.
To enable debugging for the Kerberos authentication:
- On the server that hosts the Jobserver service, open the file context_jvm.conf in <drive>/collibra/spark-jobserver/conf for editing.
- Is the following parameter present in the file:
-Dsun.security.krb5.debug
- Yes: Set its value to true.
- No: Add the following line to the file:
-Dsun.security.krb5.debug=true
- Save and close the file.
- Restart the Jobserver service.
The default log file in which to look for Kerberos authentication issues is <drive>/collibra_data/logs/context_<context-name>/spark-job-server.log.
In general, you list the context_<context-name> directories and pick the most recent one.
Tip After resolving the authentication issues, set the parameter to false.