Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration was not valid error #2

Open
jennyfountain opened this issue Apr 23, 2015 · 1 comment
Open

Configuration was not valid error #2

jennyfountain opened this issue Apr 23, 2015 · 1 comment

Comments

@jennyfountain
Copy link

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants