Empty DataWay List in Integration
The phenomenon is shown in the following figure:
Troubleshooting Ideas¶
Assumption 1: The backend management interface does not display the version number. After installing DataWay, the version number must be displayed to indicate a successful connection.
As shown in the figure:
-
First, check if the configuration file of DataWay is correct, whether the correct listening port and workspace token information are configured.
-
Check if the DataWay service is running normally,
- Check for any errors when running normally
-
Check if the deployed kodo service is abnormal, which can be confirmed by checking the kodo service logs
-
First, enter the pod of the kodo service
- Then go to the
/logdata
directory to view log files
-
Check if the DataWay service can communicate normally with the kodo service (including whether the
dataway
server has not added the correct resolution of thedf-kodo
service in thehosts
). -
Check in Studio integration whether the DataWay list is normal.
Assumption 2: The backend management interface displays the version number, but in the Studio integration, the DataWay list under the DataKit module is empty
-
If all the above situations have been resolved, an empty list problem appears.
-
If it was deployed once before, it may be due to Redis cache not being cleared. If there is no persistent storage, restarting the container will do.
- Another possibility is that formatting errors occurred during copy-paste, causing the system workspace token to not be found. You can copy the token again and use the vim command line with "/" to check for formatting issues.