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 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]
The text was updated successfully, but these errors were encountered:
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]
The text was updated successfully, but these errors were encountered: