Top-Q / difido-reports

This project aims to provide a generic implementation for HTML test reports.
http://top-q.github.io/difido-reports
Apache License 2.0
47 stars 31 forks source link

Cannot run Difido after build #229

Closed walus1305 closed 5 years ago

walus1305 commented 5 years ago

Hi I have a problem with run difido. When i run start.bat i've got error in my console: Exception encountered during context initialization - cancel ling refresh attempt: org.springframework.beans.factory.BeanCreationException: E rror creating bean with name 'ESController' defined in URL [jar:file:/C:/Users/A dministrator/Desktop/Difido%20test/lib/difido-server.jar!/BOOT-INF/classes!/il/c o/topq/report/business/elastic/ESController.class]: Instantiation of bean failed ; nested exception is org.springframework.beans.BeanInstantiationException: Fail ed to instantiate [il.co.topq.report.business.elastic.ESController]: Constructor threw exception; nested exception is java.lang.IllegalArgumentException: Client s can't be null

And difido cannot start. I have also older difido version and the older version works as well. Also during build i've got fail build because some test was not pass. Can it affected on difido server build? Maven create difido server folder and put all files on it.

Please help me with this problem.