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

Orchestrator plugin input cannot use job options #1672

Closed
gschueler opened this issue Feb 10, 2016 · 0 comments
Closed

Orchestrator plugin input cannot use job options #1672

gschueler opened this issue Feb 10, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@gschueler
Copy link
Member


java.lang.NumberFormatException: For input string: "${option.number}"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:569)
at java.lang.Integer.parseInt(Integer.java:615)
at com.dtolabs.rundeck.core.plugins.configuration.PluginAdapterUtility.setValueForProperty(PluginAdapterUtility.java:471)
at com.dtolabs.rundeck.core.plugins.configuration.PluginAdapterUtility.configureObjectFieldsWithProperties(PluginAdapterUtility.java:367)
at com.dtolabs.rundeck.core.plugins.configuration.PluginAdapterUtility.configureProperties(PluginAdapterUtility.java:332)
at com.dtolabs.rundeck.core.execution.dispatch.OrchestratorNodeDispatcher.dispatch(OrchestratorNodeDispatcher.java:100)
at com.dtolabs.rundeck.core.execution.dispatch.OrchestratorNodeDispatcher.dispatch(OrchestratorNodeDispatcher.java:73)
at com.dtolabs.rundeck.core.execution.ExecutionServiceImpl.dispatchToNodes(ExecutionServiceImpl.java:196)
at com.dtolabs.rundeck.core.execution.workflow.NodeFirstWorkflowStrategy.executeWFSectionNodeDispatch(NodeFirstWorkflowStrategy.java:189)
at com.dtolabs.rundeck.core.execution.workflow.NodeFirstWorkflowStrategy.executeWorkflowImpl(NodeFirstWorkflowStrategy.java:110)
at com.dtolabs.rundeck.core.execution.workflow.BaseWorkflowStrategy.executeWorkflow(BaseWorkflowStrategy.java:182)
at com.dtolabs.rundeck.core.execution.WorkflowExecutionServiceThread.run(WorkflowExecutionServiceThread.java:55)
Exception: class java.lang.NumberFormatException: For input string: "${option.number}"
For input string: "${option.number}"
@gschueler gschueler added the bug label Feb 10, 2016
@gschueler gschueler added this to the 2.6.3 milestone Feb 10, 2016
@gschueler gschueler added the p1 label Feb 11, 2016
gschueler added a commit to gschueler/rundeck that referenced this issue Feb 16, 2016
@gschueler gschueler self-assigned this Feb 16, 2016
gschueler added a commit to gschueler/rundeck that referenced this issue Feb 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant