-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Types of Issue
- Anomaly report (something appears to not work correctly)
- Enhancement request (describe the enhancement being requested)
- Other (please ensure the description clarifies why the issue doesn’t fall into either of the above categories)
Descriptive summary
When removing a plugin using the web portal, the following SQL errors continue to be thrown:
2022-09-27 19:45:03.133511 WARNING /home/V2X-Hub/src/tmx/TmxCore/src/MessageProfiler.cpp, 249 Cannot add or update a child row: a foreign key constraint fails (`IVP`.`messageActivity`, CONSTRAINT `messageActivity_ibfk_2` FOREIGN KEY (`pluginId`) REFERENCES `plugin` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)
The only way to resolve these errors is to restart v2x. This is in the Docker version.
V2XHUB version where this issue was discovered
7.0
Expected behavior
Plugin is removed an no errors arise.
Actual behavior
Steps to reproduce the actual behavior
- Install plugin
- Click the remove button in the web portal
- Watch logs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels