bd2kccd / causal-web

CCD web application.
7 stars 2 forks source link

Startup failed while running jar file causal-web-1.3.7.jar #84

Open mizall90 opened 2 years ago

mizall90 commented 2 years ago

Hi I am trying to setup causal-web in an Ubuntu VM. I have followed guide from the github https://github.com/bd2kccd/causal-web but I am stuck at startup failed issues. below is the response I am getting in my console.

`2022-04-25 02:10:43.219 INFO 32962 --- [main] e.p.d.c.w.CcdWebApplication : Starting CcdWebApplication v1.3.7 on CausalML-Experiment with PID 32962 (/var/causalml/causal-web/causal-web-1.3.7/target/causal-web-1.3.7.jar started by root in /var/causalml/causal-web/causal-web-1.3.7/target) 2022-04-25 02:10:43.221 INFO 32962 --- [main] e.p.d.c.w.CcdWebApplication : The following profiles are active: scheduler,mysql 2022-04-25 02:10:43.465 INFO 32962 --- [main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@20ce78ec: startup date [Mon Apr 25 02:10:43 UTC 2022]; root of context hierarchy 2022-04-25 02:10:45.263 INFO 32962 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'managementServletContext' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcHypermediaManagementContextConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcAutoConfiguration.class]] 2022-04-25 02:10:45.811 ERROR 32962 --- [main] o.s.b.SpringApplication : Application startup failed

java.lang.IllegalStateException: Cannot load configuration class: edu.pitt.dbmi.ccd.web.CcdWebApplication`

could someone please point me out where I am doing wrong. and how should I get around to this isssue? Thankyou. :)