Skip to content

Instantly share code, notes, and snippets.

@dejanb
Created December 6, 2013 11:35
Show Gist options
  • Select an option

  • Save dejanb/7822374 to your computer and use it in GitHub Desktop.

Select an option

Save dejanb/7822374 to your computer and use it in GitHub Desktop.
12:32:24,984 | ERROR | Q Broker-1: root | ActiveMQServiceFactory | 130 - org.jboss.amq.mq-fabric - 6.1.0.redhat-SNAPSHOT | Exception on start: org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [profile:broker.xml]; nested exception is java.io.FileNotFoundException: class path resource [profile:broker.xml] cannot be opened because it does not exist
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [profile:broker.xml]; nested exception is java.io.FileNotFoundException: class path resource [profile:broker.xml] cannot be opened because it does not exist
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:341)[116:org.springframework.beans:3.2.4.RELEASE]
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302)[116:org.springframework.beans:3.2.4.RELEASE]
at org.apache.xbean.spring.context.ResourceXmlApplicationContext.loadBeanDefinitions(ResourceXmlApplicationContext.java:111)[121:org.apache.xbean.spring:3.15.0]
at org.apache.xbean.spring.context.ResourceXmlApplicationContext.loadBeanDefinitions(ResourceXmlApplicationContext.java:104)[121:org.apache.xbean.spring:3.15.0]
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:130)[114:org.springframework.context:3.2.4.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:537)[114:org.springframework.context:3.2.4.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:451)[114:org.springframework.context:3.2.4.RELEASE]
at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:64)[121:org.apache.xbean.spring:3.15.0]
at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:52)[121:org.apache.xbean.spring:3.15.0]
at org.fusesource.mq.fabric.ActiveMQServiceFactory$$anon$1.<init>(ActiveMQServiceFactory.scala:102)[130:org.jboss.amq.mq-fabric:6.1.0.redhat-SNAPSHOT]
at org.fusesource.mq.fabric.ActiveMQServiceFactory$.createBroker(ActiveMQServiceFactory.scala:102)[130:org.jboss.amq.mq-fabric:6.1.0.redhat-SNAPSHOT]
at org.fusesource.mq.fabric.ActiveMQServiceFactory$ClusteredConfiguration.org$fusesource$mq$fabric$ActiveMQServiceFactory$ClusteredConfiguration$$doStart(ActiveMQServiceFactory.scala:404)[130:org.jboss.amq.mq-fabric:6.1.0.redhat-SNAPSHOT]
at org.fusesource.mq.fabric.ActiveMQServiceFactory$ClusteredConfiguration$$anon$4.run(ActiveMQServiceFactory.scala:361)[130:org.jboss.amq.mq-fabric:6.1.0.redhat-SNAPSHOT]
Caused by: java.io.FileNotFoundException: class path resource [profile:broker.xml] cannot be opened because it does not exist
at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:157)[112:org.springframework.core:3.2.4.RELEASE]
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:328)[116:org.springframework.beans:3.2.4.RELEASE]
... 12 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment