Log File & Troubleshooting Help
Logs
In general, the log file can be found in the current user's home directory.
Log file location
Windows
- C:\Users\{user.name}\.kadeck_log
MacOS
- /Users/{user.name}/.kadeck_log
Linux
- /home/{user.name}/.kadeck_log
Could not start Kadeck backend process
Here are some steps to help you resolve the problem "Could not start Xeotek Kadeck backend process".
Sometimes, restarting your machine can resolve issues unexpectedly. If you encounter problems, try rebooting your computer—it might just do the trick. Seriously.
Port collision
The backend process uses port 8143. Make sure that no other application is using this port. Here's how to find the port for the different operating systems:
Windows:
1. Open Command Prompt.
2. Enter netstat -aon | findstr :8143
3. Identify the PID using the port.
4. Open Task Manager, go to "Details" tab to find the application by PID.
Mac:
1. Open Terminal.
2. Enter sudo lsof -i :8143
3. Check the output for the application using the port.
Linux:
1. Open Terminal.
2. Enter sudo netstat -tulpn | grep :8143
3. Review the output to identify the application.
Corrupted Zip File
Even if the splash screen and loading scripts appear to run, it's possible that an error occurred during the download, resulting in a corrupted zip file. Please download Kadeck again from our website.
Missing Logs
If you cannot find a .kadeck_log file, it suggests that the backend process crashed before it could write to the log. This may also indicate a corrupted zip file. Please start Kadeck via the terminal or console and forward the output to our support team for assistance.
Related Articles
Troubleshooting
If you have problems running Kadeck Teams, log output is very important for quick support. If possible, the problem should be recreated with the log level "DEBUG" and then the log output should be sent to Kadeck Support. Most of our customers use a ...
Mounting a keytab file
If you need to specify a keytab file when running Kadeck on your local machine to connect to your Apache Kafka cluster, you need to create a volume containing the keytab of your certificate and mount it to your Docker container. Mounting the keytab ...
Release 4.2.9
This article describes the changes of the version 4.2.x update. Note: We have released a 4.2.9 hotfix that solves a performance problem in connection with the schema registry, which led to an extremely long connection process or missing schemas for ...
Connect to Digital Ocean
This guide walks you through the steps to connect to a Kafka cluster on DigitalOcean using Kadeck. By following these instructions, you'll be able to set up a secure connection to your Kafka cluster and start managing your topics seamlessly. ...
Release 5.X
This article describes the changes of the version 5.x update. Latest image tag: xeotek/kadeck:5.3.2 Release 5.3 Patch notes This section contains all patch notes for Kadeck 5.3.x. Release 5.3.2 (Hotfix) Fixed infinite scanning when searching across ...