intel-cloud / cosbench

a benchmark tool for cloud object storage service
Other
573 stars 242 forks source link

Can not start driver in debugging environment #359

Closed KDF5000 closed 7 years ago

KDF5000 commented 7 years ago

I import the source code into Eclipse(juno) and configure the dependences. I can access the controller web page after starting the cosbench-web-controller bundle. But the page show me that the driver1 is not alive. I have started the bundle named cosbench-driver-web, and there are no errors. So what can I do to run cosbench in my development environment?Thanks!

KDF5000 commented 7 years ago

The problem has been solved by configuring the working directory to "release" directory in source code, so that it can find the configure file for tomcat.