srdc / semanticMDR

ISO/IEC 11179 based semantic metadata registry/repository
Other
29 stars 11 forks source link

Missing cxf-servlet.xml #5

Open rknowles9 opened 6 years ago

rknowles9 commented 6 years ago

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 SelectChannelConnector@0.0.0.0: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?)

hannesUlrich commented 5 years ago

I'm facing the same error! @sinaci, can you please tell what is the status of the project? Is it still active?

sinaci commented 5 years ago

Unfortunately, there is nobody in active development on this project.

hannesUlrich commented 5 years ago

Thank for the quick response, that is a pity. Do have an idea why the file is missing or can give me a starting point to dive into. Then I can fix it and provide a PR.