rundeck-plugins / webdav-logstore

Store execution logs in a WebDAV repository
0 stars 2 forks source link

Configuration was not valid error #2

Open jennyfountain opened 9 years ago

jennyfountain commented 9 years ago

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!

gschueler commented 9 years ago

try changing "LogFileStorage" to "ExecutionFileStorage" in the framework.properties