Created
January 27, 2014 17:18
-
-
Save ahonor/8653045 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[vagrant@rundeck ~]$ cat /var/log/rundeck/service.log | |
Starting rundeckd: [ OK ] | |
WARNING: HTTPS is not enabled, specify -Drundeck.ssl.config=/var/lib/rundeck/server/config/ssl.properties to enable. | |
2014-01-26 01:25:25.404:INFO:oejs.Server:jetty-7.6.0.v20120127 | |
2014-01-26 01:25:27.483:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet | |
2014-01-26 01:25:28.977:INFO:/:Initializing Spring root WebApplicationContext | |
INFO BootStrap: using rdeck.base config property: /var/lib/rundeck | |
INFO BootStrap: loaded configuration: /etc/rundeck/framework.properties | |
INFO BootStrap: RSS feeds disabled | |
2014-01-26 01:25:47.037:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/,file:/var/lib/rundeck/exp/webapp/},/var/lib/rundeck/exp/webapp | |
2014-01-26 01:25:47.090:INFO:/:Initializing Spring FrameworkServlet 'grails' | |
2014-01-26 01:25:47.179:INFO:oejs.AbstractConnector:Started [email protected]:4440 | |
INFO ScheduledExecutionService: scheduling temp job: TEMP:admin:1 | |
INFO ExecutionUtilService: Execution successful: 1 | |
INFO ScheduledExecutionService: creating trigger with crontab expression: 0 00 00 ? * * * | |
INFO ScheduledExecutionService: scheduling new job: 2:nightly_catalog_rebuild | |
INFO ScheduledExecutionService: scheduled job. next run: Mon Jan 27 00:00:00 CET 2014 | |
INFO ScheduledExecutionService: scheduling temp job: TEMP:admin:2 | |
INFO ExecutionUtilService: Execution successful: 2 | |
INFO ScheduledExecutionService: creating trigger with crontab expression: 0 00 00 ? * * * | |
INFO ScheduledExecutionService: scheduling new job: 10:nightly_catalog_rebuild | |
INFO ScheduledExecutionService: scheduled job. next run: Mon Jan 27 00:00:00 CET 2014 | |
INFO ScheduledExecutionService: scheduling immediate job run: TEMP:admin:9:3 | |
ERROR ExecutionUtilService: Execution failed: 3: No matched nodes: NodeSet{} | |
ERROR ExecutionJob: Unable to start Job execution: Option 'catalog' is required. | |
rundeck.services.ExecutionServiceValidationException: Option 'catalog' is required. | |
at rundeck.services.ExecutionService.validateOptionValues(ExecutionService.groovy:1354) | |
at rundeck.services.ExecutionService.validateJobInputOptions(ExecutionService.groovy:1180) | |
at rundeck.services.ExecutionService.int_createExecution(ExecutionService.groovy:1106) | |
at rundeck.services.ExecutionService.createExecution(ExecutionService.groovy:1159) | |
at rundeck.quartzjobs.ExecutionJob.initialize(ExecutionJob.groovy:245) | |
at rundeck.quartzjobs.ExecutionJob.execute_internal(ExecutionJob.groovy:89) | |
at rundeck.quartzjobs.ExecutionJob$_execute_closure1.doCall(ExecutionJob.groovy:68) | |
at com.codahale.metrics.Timer.time(Timer.java:99) | |
at rundeck.quartzjobs.ExecutionJob.execute(ExecutionJob.groovy:67) | |
at org.quartz.core.JobRunShell.run(JobRunShell.java:199) | |
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:546) | |
ERROR ExecutionJob: Unable to start Job execution: Option 'catalog' is required. | |
rundeck.services.ExecutionServiceValidationException: Option 'catalog' is required. | |
at rundeck.services.ExecutionService.validateOptionValues(ExecutionService.groovy:1354) | |
at rundeck.services.ExecutionService.validateJobInputOptions(ExecutionService.groovy:1180) | |
at rundeck.services.ExecutionService.int_createExecution(ExecutionService.groovy:1106) | |
at rundeck.services.ExecutionService.createExecution(ExecutionService.groovy:1159) | |
at rundeck.quartzjobs.ExecutionJob.initialize(ExecutionJob.groovy:245) | |
at rundeck.quartzjobs.ExecutionJob.execute_internal(ExecutionJob.groovy:89) | |
at rundeck.quartzjobs.ExecutionJob$_execute_closure1.doCall(ExecutionJob.groovy:68) | |
at com.codahale.metrics.Timer.time(Timer.java:99) | |
at rundeck.quartzjobs.ExecutionJob.execute(ExecutionJob.groovy:67) | |
at org.quartz.core.JobRunShell.run(JobRunShell.java:199) | |
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:546) | |
[vagrant@rundeck ~]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment