When I get to the point in the install directions where it says:
Verify Application
Reading the Tomcat logs, the following output should appear indicating that the tables have been created (in this example, we see an Oracle output):
I see the Migrating messages:
Migrating schema “OHDSI” to version 1.0.0.3.2
Migrating schema “OHDSI” to version 1.0.0.4
and so on…
The catalina log itself doesn’t show any errors, only the following:
13-Aug-2018 16:24:30.475 INFO [http-nio-8080-exec-41] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [D:\etc\tomcat9\webapps\WebAPI.war]
13-Aug-2018 16:24:30.479 WARNING [http-nio-8080-exec-41] org.apache.catalina.startup.SetContextPropertiesRule.begin [SetContextPropertiesRule]{Context} Setting property ‘antiJARLocking’ to ‘true’ did not find a matching property.
13-Aug-2018 16:24:44.563 INFO [http-nio-8080-exec-41] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
13-Aug-2018 16:25:28.826 INFO [http-nio-8080-exec-41] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [D:\etc\tomcat9\webapps\WebAPI.war] has finished in [58,351] ms
The webapi schema was not created. There were no error messages and there is nothing in the log to indicate why this schema is not created. It seems like there is a missing set of instructions for creating this schema. The next step in the instructions: Configure source and source_daimon tables
cannot be carried out without this schema