Open
Description
Hi there!
Trying to setup Security Shepherd locally on my PC. Running into an issue with the Database Setup Wizard for Security Shepherd.
I keep getting this error:
Failed setting up the database: java.io.FileNotFoundException: File 'C:\Program%20Files\Apache%20Software%20Foundation\Tomcat%208.5\webapps\ROOT\WEB-INF\classes\database\coreSchema.sql' does not exist
But it does exist, I followed the file path and found what it was looking for but it isn't seeing it for some reason?
PC Info
- Windows 10
- Browser: Firefox
Further Information:
- Tomcat 8.5
- MariaDB 10.6
- Shepherd Manual Pack
- Java: JRE 1.8
Anyone have an idea why its not working? Thanks!
Metadata
Metadata
Assignees
Labels
No labels
Activity
happyuser23 commentedon Nov 8, 2023
Hi, it looks like the spaces in the directory name is represented by
%20
instead of the actual space character.Have you tried to move / re-install Tomcat into another directory without spaces? I guess that may resolve your problem.
Mossaki commentedon Nov 8, 2023
I'll try that, thank you!
Mossaki commentedon Nov 9, 2023
Omg this worked thank you so much!!
emanet1 commentedon Jan 23, 2024
Hi I want to find out from you if you have been using it without issue?
Mossaki commentedon Jan 23, 2024
Yes, I got it to work! But I haven't been using it, I think I'm a bit out of my depth 😅