Skip to content

Instantly share code, notes, and snippets.

@mvam75
Created August 20, 2012 22:22
Show Gist options
  • Save mvam75/3408559 to your computer and use it in GitHub Desktop.
Save mvam75/3408559 to your computer and use it in GitHub Desktop.
rundeck job exception
INFO ScheduledExecutionService: scheduling immediate job run: TEMP:rundeck.shell:787648:8265
ERROR ExecutionJob: Unable to start Job execution: failed to lookup Exception object from job data map: id: 8265
java.lang.RuntimeException: failed to lookup Exception object from job data map: id: 8265
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:71)
at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:81)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:198)
at ExecutionJob.initialize(ExecutionJob.groovy:138)
at ExecutionJob$initialize.callCurrent(Unknown Source)
at ExecutionJob.execute(ExecutionJob.groovy:38)
at org.quartz.core.JobRunShell.run(JobRunShell.java:199)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:546)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment