After restarting jenkins (no jobs were running), my stage view disappeared. When I go to the ajax page, I'm getting:
Caused by: java.lang.IllegalStateException: Could not load matching start node: java.io.IOException: java.util.concurrent.ExecutionException: java.io.FileNotFoundException: D:\build\Jenkins\jobs\MasterCI\builds\54\workflow\3.xml (The system cannot find the path specified)
The 3.xml file is in fact missing and is referenced by other xml files in the folder.
- is related to
-
JENKINS-40057 Stage view is completely missing for long durations after restarts
-
- Open
-
- relates to
-
JENKINS-40096 Stage View is missing after Plugin update
-
- Open
-
[JENKINS-39143] Stage view disappears after restarting jenkins
Component/s | New: pipeline-stage-view-plugin [ 21139 ] |
Component/s | New: pipeline [ 21692 ] |
Link | New: This issue is related to JENKINS-40057 [ JENKINS-40057 ] |
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Priority | Original: Major [ 3 ] | New: Minor [ 4 ] |
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Description |
Original:
After restarting jenkins (no jobs were running), my stage view disappeared. When I go to the ajax page, I'm getting: Caused by: java.lang.IllegalStateException: Could not load matching start node: java.io.IOException: java.util.concurrent.ExecutionException: java.io.FileNotFoundException: D:\build\Jenkins\jobs\MasterCI\builds\54\workflow\3.xml (The system cannot find the path specified) The 3.xml file is in fact missing and is referenced by other xml files in the folder. |
New:
After restarting jenkins (no jobs were running), my stage view disappeared. When I go to the ajax page, I'm getting: {code:java} Caused by: java.lang.IllegalStateException: Could not load matching start node: java.io.IOException: java.util.concurrent.ExecutionException: java.io.FileNotFoundException: D:\build\Jenkins\jobs\MasterCI\builds\54\workflow\3.xml (The system cannot find the path specified){code} The 3.xml file is in fact missing and is referenced by other xml files in the folder. |
Link | New: This issue relates to JENKINS-40096 [ JENKINS-40096 ] |