I finally found the issue:
while
testing build/install scripts the
tomcat server had been started under root.
When I logged in as my tomcat user and attempted to restart the server it could not properly shutdown/restart. The error messages did NOT indicate that a resource was in use by someone else, it simply acted like it could not read xml and deploy the project correctly.
su over to root and shutdown the server fixed the issue.