Relative Content

Tag Archive for rundeck

Rundeck login issues – giving invalid username and password

I am getting invalid username and password error on my Rundeck. I am using Rundeck community version 5.1.1
When I tail the logs in service.log file, this is the error info
WARN spi.PropertyFileLoginModule - Exception starting propertyUserStore /etc/rundeck/realm.properties

Customize Rundeck API Responses

I need to consult the job execution logs through the RUNDECK API. But when I receive the response I see workflow information, which is not very interesting for keeping the environment information safe. How can I remove this information from the API response?

How to stop RunDeck job to run on other nodes if one node is successful

I am new to RunDeck and I got a task to create a Job, which runs on 4 nodes.
The ask is to run this job on one node and if that is successful then stop the execution. If the job is failed then go to next node.
And finally if all nodes are failed then mark the JOB as failure else Success.

RUNDECK 5 org.rundeck.storage.api.StorageException: Not found

I installed the latest version of rundeck in docker. After transferring projects from the previous 3 version of rundeck, I have a problem with executing tasks on different servers.
After executing any task I get the message:
[2m2024-05-15T10:32:21,067ESC[m] ESC[1;31mm [36mnode.NodeStepPluginAdapterESC[m – Uncaught throwable executing node step.org.rundeck.storage.api.StorageException: Not found
[2m2024-05-15T10:32:21,830ESC[m] [1;31m [36mservices.ExecutionUtilServiceESC[m – Execution failed: 4726 in project LINUX-DEV: [Workflow result: , step failures: {1=Dispatch failed on 1 nodes: [blockchain-dev-01: PluginFailed: Not found + {dataContext=MultiDataContextImpl(map={}, base=null)} ]}, Node failures: {blockchain-dev-01=[PluginFailed: Not found + {dataContext=MultiDataContextImpl(map={}, base=null)} ]}, status: failed]