Skip to content
Snippets Groups Projects
Commit f8b713e8 authored by Sören Henning's avatar Sören Henning
Browse files

catch all excpetions

parent 3855f2cd
No related branches found
No related tags found
No related merge requests found
......@@ -130,11 +130,15 @@ public class Analysis {
public static void main(final String[] args) throws Exception {
for (int i = 0; i < 2; i++) {
try {
Analysis analysis = new Analysis(i);
analysis.addAnalysisBranchesFromPropertyFiles();
// analysis.addAnalysisBranchFromPropertyFile(Paths.get(Analysis.class.getClassLoader().getResource("META-INF/test-arima.properties").toURI()));
analysis.start();
// Restart analysis after finishing and wait for new a new sender
} catch (Exception exception) {
exception.printStackTrace(); // TODO Temp
}
}
}
......
......
cassandra.address=192.168.99.100
cassandra.port=32770
cassandra.port=9042
cassandra.keyspace=Kiekpad
cassandra.timeout=30000
rserve.enabled=true
rserve.address=x
rserve.port=y
rserve.address=192.168.99.100
rserve.port=6311
rserve.timeout=30000
#branches
branches.path=branches
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment