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
If a project archive was created while an execution was running, then imported, it will cause the following error:
ERROR GrailsExceptionResolver: Exception occurred when processing request: [POST] /project/importArchive
Stacktrace follows:
org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object '' with class 'java.lang.String' to class 'java.util.Date'
at com.dtolabs.rundeck.app.support.BaseNodeFilters.setProperty(BaseNodeFilters.groovy)
at rundeck.Execution.fromMap(Execution.groovy:164)
at rundeck.Execution$fromMap.call(Unknown Source)
at rundeck.services.ProjectService$_loadExecutions_closure6.doCall(ProjectService.groovy:183)
at rundeck.services.ProjectService.loadExecutions(ProjectService.groovy:171)
at rundeck.services.ProjectService$_importToProject_closure12.doCall(ProjectService.groovy:360)
at rundeck.services.ProjectService.importToProject(ProjectService.groovy:359)
at rundeck.services.ProjectService$importToProject.call(Unknown Source)
at rundeck.controllers.ProjectController$_closure2.doCall(ProjectController.groovy:83)
at rundeck.controllers.ProjectController$_closure2.doCall(ProjectController.groovy)
The text was updated successfully, but these errors were encountered:
Workaround is to unpack the archive, find the execution.xml which has an empty dateCompleted tag, and change it to a valid date. Repack the archive and upload.
If a project archive was created while an execution was running, then imported, it will cause the following error:
The text was updated successfully, but these errors were encountered: