You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removing the DAX plugin causes various warnings in the logs. e.g. in cache.log:
2025-02-03 11:35:47,174 [taskScheduler-3] WARN org.nrg.xnat.services.cache.extractors.ActionsExtractor - Element 'proc:genProcData' not found. This may be a data type that was installed previously but can't be located now.
and in security.log:
2025-02-03 11:35:34,058 [main] ERROR org.nrg.xdat.security.ElementSecurity - An error occurred trying to get the field for XML path xsync:xsyncInfoData/project
After discussing with @HChughtai offline, we thought it would be better to remove DAX from the list of default plugins, and keep it as a server-specific plugin where needed.
We should also do this for the Container Service and Batch Launch plugins.
p-j-smith
changed the title
Remove DAX plugin
Remove Container Service, Batch Launch, and DAX plugins from default list
Feb 3, 2025
Fixes#95
- remove DAX, Container Service, and Batch Launch plugins from list of
default XNAT plugin
- add these plugins as server-specific plugins in molecule tests
Short Description
Remove DAX plugin from
xnat_plugin_urls
in XNAT role defaultsNote that the plugin will need to removed from the servers and
tomcat
will need restarting for the change to take effect.Acceptance Criteria
The DAX plugin is removed.
Dependencies
No response
Details
No response
The text was updated successfully, but these errors were encountered: