Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not A Defect
-
None
Description
Not able to install jenkins latest war file on windows 10 getting error as plain credentials plugin 1.4 failed to load
I have downloaded the latest war file and after that throw windows i have executed command to install jenkins -
java -jar jenkins.war
please find below is the exception-
Oct 12, 2018 12:10:14 AM jenkins.InitReactorRunner$1 onTaskFailed
SEVERE: Failed Loading plugin Plain Credentials Plugin v1.4 (plain-credentials)
java.io.IOException: Plain Credentials Plugin v1.4 failed to load.
- credentials v2.1.5 is missing. To fix, install v2.1.5 or later.
at hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:652)
at hudson.PluginManager$2$1$1.run(PluginManager.java:517)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296)
at jenkins.model.Jenkins$5.runTask(Jenkins.java:1069)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Please find attached text file for logs for more details.
User configuration error that was correctly reported by Jenkins. Message tells the user that they need to install a specific plugin and the version of that plugin.