Hi i was trying over and again to figure out the problem but sadly i got no clue…
At the part when
sudo mvn clean package -s WebAPIConfig/settings.xml -P webapi-mssql
this error shows up
[INFO] — maven-war-plugin:2.2:war (default-war) @ WebAPI —
[INFO] Packaging webapp
[INFO] Assembling webapp [WebAPI] in [/usr/local/tomcat/webapps/WebAPI/target/WebAPI]
[INFO] Processing war project
[INFO] Copying webapp resources [/usr/local/tomcat/webapps/WebAPI/src/main/webapp]
[INFO] Webapp assembled in [634 msecs]
[INFO] Building war: /usr/local/tomcat/webapps/WebAPI/target/WebAPI.war
[INFO]
[INFO] — miredot-plugin:1.5.1:restdoc (default) @ WebAPI —
[INFO] Building reflective model of API and reading annotations…
[ERROR] Critical error: MireDot was unable to process org.ohdsi.webapi.cohortcharacterization.CcController. Interface skipped.
But the build succeed and the WebAPI.war file was made. So I move the file to tomcat/webapps and started tomcat by
sudo tomcat/bin/startup.sh
In the tomcat/logs/calaina.out this warning message shows up and the WebAPI was not deployed.
the warning message was
25-Jun-2019 08:52:20.712 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/usr/local/tomcat/webapps/WebAPI.war]
25-Jun-2019 08:52:20.730 WARNING [main] org.apache.catalina.startup.SetContextPropertiesRule.begin [SetContextPropertiesRule]{Context} Setting property 'antiJARLocking' to 'true' did not find a matching property.
25-Jun-2019 08:52:20.963 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/usr/local/tomcat/webapps/WebAPI.war] has finished in [251] ms
Much appreciate your help!