Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing cxf-servlet.xml #5

Open
rknowles9 opened this issue Sep 7, 2018 · 3 comments
Open

Missing cxf-servlet.xml #5

rknowles9 opened this issue Sep 7, 2018 · 3 comments

Comments

@rknowles9
Copy link

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?)

@hannesUlrich
Copy link

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

@sinaci
Copy link
Member

sinaci commented Jan 18, 2019

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

@hannesUlrich
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants