I am trying to install OpenSpecimen 2.2 on a brand new computer for testing purposes.
- I have installed Java JDK 1.8.51 and set the JAVA_HOME = C:\program files (x86)\Java\jdk1.8.0.51.
- I installed mySQL 5.6.26.0 and added C:\program files (x86)\mysql\mysql server 5.6\bin to the PATH variable.
- I also installed mySQL workbench 6.3.4.
- I created a database called catissueplus40 and granted the root user all rights to all database schemas.
- I downloaded OpenSpecimen-2.2.RC2-MySQL-Fresh.zip and unzipped it to the PC
- I created a folder called c:/OS_data for the adatadir parameter in the install.bat command
- I ran the install.bat command
install.bat -dhost localhost -dport 3306 -dname catissueplus40 -duser root -dpass password -ahome “C:/OpenSpecimen” -ahost localhost -aport 8080 -adatadir “C:/os_data” 2>&1 - Then I ran the catalina.bat start command
- I then try to access the site from http://localhost:8080/openspecimen and I get an error: HTTP Status 404 The requested resource is not available.
Any thoughts on what the issue might be. I have attached all the log files that had any content in them.
localhost_access_log.2015-09-29.txt (87 Bytes)
localhost.2015-09-29.log (6.7 KB)
catalina.2015-09-29.log (7.4 KB)