Log File & Troubleshooting Help

Log File & Troubleshooting Help

Logs

In general, the log file can be found in the current user's home directory.

Log file location

Windows

  1. C:\Users\{user.name}\.kadeck_log

MacOS

  1. /Users/{user.name}/.kadeck_log

Linux

  1. /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 ...
    • Release 5.X

      This article describes the changes of the version 5.x update. Latest image tag: xeotek/kadeck:5.1.13 Activating the new monitoring section can lead to slightly higher memory and thread consumption. A new right is required to access the monitoring ...
    • Download and Startup

      Download the version of Kadeck Desktop from here. There are 3 supported operating systems. Windows After downloading the file win.zip, extract its contents and click on the Kadeck executable. MacOS After downloading the file mac.zip, extract its ...