kenliao94 commented on PR #1344: URL: https://github.com/apache/activemq/pull/1344#issuecomment-3508393087
Hey @mattrpav I started looking into this today and I encountered this error when I tried to start the broker built from source. I am looking into it while trying to tackle task 1, 3 and 4 in https://github.com/apache/activemq/pull/1344#issuecomment-3275569166 ``` ERROR | Failed to load: class path resource [activemq.xml], reason: Error creating bean with name 'jettyServer' defined in class path resource [jetty-spring.xml]: Base Resource is not valid: file:///Users/qrl/.m2/repository/org/apache/activemq/apache-activemq/6.2.0-SNAPSHOT/webapps/admin org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jettyServer' defined in class path resource [jetty-spring.xml]: Base Resource is not valid: file:///Users/qrl/.m2/repository/org/apache/activemq/apache-activemq/6.2.0-SNAPSHOT/webapps/admin at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1826) ~[spring-beans-6.2.8.jar:6.2.8] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607) ~[spring-beans-6.2.8.jar:6.2.8] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529) ~[spring-beans-6.2.8.jar:6.2.8] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339) ~[spring-beans-6.2.8.jar:6.2.8] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373) ~[spring-beans-6.2.8.jar:6.2.8] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337) ~[spring-beans-6.2.8.jar:6.2.8] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-6.2.8.jar:6.2.8] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
