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
I am receiving this error in the my service logs while trying to access webdav:
ERROR PluginService: ExecutionFileStorage: configuration was not valid for plugin 'webdav-logstore': webdavUsername: required
webdavUrl: required
webdavPassword: required
I have this in my rundeck-config.properties:
rundeck.execution.logs.fileStoragePlugin=webdav-logstore
And this in my framework.properties:
framework.plugin.LogFileStorage.webdav-logstore.webdavUrl = http:///applications/rundeck/
framework.plugin.LogFileStorage.webdav-logstore.webdavUsername =
framework.plugin.LogFileStorage.webdav-logstore.webdavPassword =
framework.plugin.LogFileStorage.webdav-logstore.path = ${job.execid}.rdlog
I am receiving this error in the my service logs while trying to access webdav:
ERROR PluginService: ExecutionFileStorage: configuration was not valid for plugin 'webdav-logstore': webdavUsername: required
webdavUrl: required
webdavPassword: required
I have this in my rundeck-config.properties:
rundeck.execution.logs.fileStoragePlugin=webdav-logstore
And this in my framework.properties:
framework.plugin.LogFileStorage.webdav-logstore.webdavUrl = http:///applications/rundeck/
framework.plugin.LogFileStorage.webdav-logstore.webdavUsername =
framework.plugin.LogFileStorage.webdav-logstore.webdavPassword =
framework.plugin.LogFileStorage.webdav-logstore.path = ${job.execid}.rdlog
Not sure what I am missing or doing wrong.
ll /var/lib/rundeck/libext/ | grep web
-rw-r--r-- 1 rundeck rundeck 691677 Apr 22 16:50 webdav-logstore-2.1.0.jar
rundeck 2.5.0-1
java 1.7.0
Thanks!
The text was updated successfully, but these errors were encountered: