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

Container based on ActiveMQ image not starting in Windows 10 #258

Open
giuliopulina opened this issue Feb 6, 2024 · 1 comment
Open
Labels
application-feedback Bugs or anything else to improve the sample Todo application

Comments

@giuliopulina
Copy link

What's going wrong and not working?

Hi,

I found an issue while testing with docker-compose.yml: the container based on stratospheric/activemq-docker-image has some issues during startup.
It is easy to reproduce the error also outside of docker-compose:

docker run -p 5672:5672 -p 61613:61613 -p 61614:61614 -p 61615:61615 --rm --name test-active-mq-stratospheric stratospheric/activemq-docker-image

returns this error:

WARN | Failed startup of context o.e.j.w.WebAppContext@34585ac9{ActiveMQ Console,/admin,file:///opt/activemq/webapps/admin/,UNAVAILABLE} org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/webconsole-embedded.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/webconsole-embedded.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:342) ~[spring-beans-5.3.25.jar:5.3.25] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) ~[spring-beans-5.3.25.jar:5.3.25]

Expected outcome

The container based on ActiveMQ image should start without errors.

@giuliopulina giuliopulina added application-feedback Bugs or anything else to improve the sample Todo application triage Waiting on feedback from the maintainers labels Feb 6, 2024
@rieckpil
Copy link
Contributor

rieckpil commented Feb 7, 2024

Thanks for reporting this, we'll investigate it further 👍

@rieckpil rieckpil removed the triage Waiting on feedback from the maintainers label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application-feedback Bugs or anything else to improve the sample Todo application
Projects
None yet
Development

No branches or pull requests

2 participants