When using Jenkins, it helpfully auto-generates a colorful report filled with all of your results from testing. The issue I’m having, however, is accessing that report.
I have all of my configuration set up the same as all of my other nodes. (I’m using master-slave configuration on Jenkins, with 4 slave node VMs running Win 7 x64.) When I open up Group 5, however, and open the HTML report page, I pick up the below error.

As always, any help is appreciated.
While I apologize for not being able to share any specifics of the error (configuration, etc. I’m under an NDA for that type of thing), I was able to solve my problem.
If you have everything set up for nodes, and are copying files back and forth between the Master and Slave (there’s a plugin that allows you to copy files into the workspace before building instead of using an SCM) just don’t have the post-build action of “Publish HTML Reports'” option of “Keep past HTML reports” checked. Otherwise you’ll end up with file conflicts and you’ll have the same 404 status code that I picked up.