I cloned this project, built it with
=> mvn clean install
=> cd web
=> mvn jetty:run
On the last step I get the error
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from URL location [classpath:META-INF/cxf/cxf-servlet.xml]
Offending resource: class path resource [dex/appContext.xml]; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [META-INF/cxf/cxf-servlet.xml]; nested exception is java.io.FileNotFoundException: class path resource [META-INF/cxf/cxf-servlet.xml] cannot be opened because it does not exist
along with lots of stack trace, which I'll provide if someone wants to look at it. The end of the output is
[INFO] Started [email protected]:8080
[INFO] Started Jetty Server
but when I go to http://localhost:8080/semanticmdr I see
HTTP ERROR: 503
Problem accessing /semanticmdr. Reason:
Service Unavailable
(Is this project still active?)
I cloned this project, built it with
On the last step I get the error
along with lots of stack trace, which I'll provide if someone wants to look at it. The end of the output is
but when I go to http://localhost:8080/semanticmdr I see
(Is this project still active?)