You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the install scripts in a clean ubuntu 14.04 on AWS Ec2 or VirtualBox VM instances, the scripts sometimes succeed in loading and launching all the parts, and sometimes fail. The failure points appear to be actions involved in starting Rserve, Tomcat, and SOLR, and in the last loading steps of the scripts (for example, the loading of the war files into tomcat). I strongly suspect that we are running into some race conditions where the lag in prerequisite setup steps is blocking downstream actions. I've added check-and-fail stages to the main install script, in the hope that we can catch some of these conditions and better understand what is happening.
The text was updated successfully, but these errors were encountered:
When running the install scripts in a clean ubuntu 14.04 on AWS Ec2 or VirtualBox VM instances, the scripts sometimes succeed in loading and launching all the parts, and sometimes fail. The failure points appear to be actions involved in starting Rserve, Tomcat, and SOLR, and in the last loading steps of the scripts (for example, the loading of the war files into tomcat). I strongly suspect that we are running into some race conditions where the lag in prerequisite setup steps is blocking downstream actions. I've added check-and-fail stages to the main install script, in the hope that we can catch some of these conditions and better understand what is happening.
The text was updated successfully, but these errors were encountered: