Hi Lewatle,
According to that error message from Solr, it's looking for something called "new_core" (in the directory it lists). This isn't needed for DSpace and seems unrelated to DSpace ... maybe it's something you accidentally created?
I also noticed from your screenshot that on the left Solr says you have no "cores". That means Solr hasn't been setup with the required DSpace Solr cores (See step 13 of the Backend Installation):
https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-BackendInstallation
When Solr is initialized properly, you should see a "Core Selector" dropdown on the left hand side of that dashboard which lists
at least the 4 required DSpace Solr cores: authority, oai, search & statistics. Those are created during that step 13 above in the backend installation process.
I'm not sure what that "new_core" is...that sounds like some sort of test/demo Solr core that was somehow created. It's not related to DSpace at all. You could try removing the "new_core" directory (if it exists), or try reinstalling Solr if you cannot figure
out a way to remove it.
Tim