sopeco / DynamicSpotter

A framework for measurement-based, automatic detection of software performance problems
http://sopeco.github.io/DynamicSpotter/
Apache License 2.0
6 stars 9 forks source link

DS Service fails on MacOS #174

Open snowball77 opened 8 years ago

snowball77 commented 8 years ago

When trying to run the all in one demo from the Eclipse UI, the following result is provided by the DS server: java.lang.IllegalStateException: Specified configuration file does not exist! at org.lpe.common.config.GlobalConfiguration.getPropertiesFromFile(GlobalConfiguration.java:156) ~[ds-server.jar:na] at org.lpe.common.config.GlobalConfiguration.reinitialize(GlobalConfiguration.java:121) ~[ds-server.jar:na] at org.spotter.core.Spotter.startDiagnosis(Spotter.java:119) ~[ds-server.jar:na] at org.spotter.service.SpotterServiceWrapper$1.run(SpotterServiceWrapper.java:92) ~[ds-server.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_45] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_45] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_45] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_45] at java.lang.Thread.run(Thread.java:745) [na:1.8.0_45]

snowball77 commented 8 years ago

So far we were not able to reproduce the issue in a reliable way. On another Mac it worked, so MacOS does not seem to be the primary root cause.