Xwiki won't work on a tomcat restart

ExceptionReport.txt (41.6 KB)
Installing XWiki 14.10.13 .war package manually on tomcat9 with a postgresql db. The first time tomcat 9 starts catalina.out looks good no error messages. From a browser load the main page xwiki/bin/view/Main/ after several seconds the xwiki main page loads everthing looks good no errors on page. The catalina.out is showing all of the create statements for db tables and indexes. Before hitting the main page the db was empty and there were no tables. So the db connection string is correct and working.
After sudo /usr/bin/systemctl stop tomcat9 no issue in catalina.out On sudo /usr/bin/systemctl start tomcat9 all of the tables and indexes are being recreated and they fail because by now they all ready exist. The xwiki/bin/view/Main/ page shows a list of errors see attached ExceptionReport.txt
I am looking for help on what is configured wrong because I need XWiki to work after a restart.
I see these messages but not sure where to configure
Failed to locate wiki descriptor for alias [cc-all3-dev.name.edu]
Failed to locate XWiki.XWikiServerClass document for wiki alias [cc-all3-dev.name.edu]

Thanks