Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DS Service fails on MacOS #174

Open
snowball77 opened this issue Sep 9, 2015 · 1 comment
Open

DS Service fails on MacOS #174

snowball77 opened this issue Sep 9, 2015 · 1 comment

Comments

@snowball77
Copy link

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant