Advertisement
Guest User

Untitled

a guest
Aug 26th, 2014
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.94 KB | None | 0 0
  1. ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [activemq.xml]; nested exception is java.io.FileNotFoundException: class path resource [activemq.xml] cannot be opened because it does not exist
  2. java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [activemq.xml]; nested exception is java.io.FileNotFoundException: class path resource [activemq.xml] cannot be opened because it does not exist
  3. at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:98)
  4. at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)
  5. at org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:148)
  6. at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)
  7. at org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:90)
  8. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  9. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  10. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  11. at java.lang.reflect.Method.invoke(Method.java:622)
  12. at org.apache.activemq.console.Main.runTaskClass(Main.java:257)
  13. at org.apache.activemq.console.Main.main(Main.java:111)
  14. Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [activemq.xml]; nested exception is java.io.FileNotFoundException: class path resource [activemq.xml] cannot be opened because it does not exist
  15. at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:341)
  16. at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302)
  17. at org.apache.xbean.spring.context.ResourceXmlApplicationContext.loadBeanDefinitions(ResourceXmlApplicationContext.java:111)
  18. at org.apache.xbean.spring.context.ResourceXmlApplicationContext.loadBeanDefinitions(ResourceXmlApplicationContext.java:104)
  19. at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:130)
  20. at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:467)
  21. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:397)
  22. at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:64)
  23. at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:52)
  24. at org.apache.activemq.xbean.XBeanBrokerFactory$1.<init>(XBeanBrokerFactory.java:108)
  25. at org.apache.activemq.xbean.XBeanBrokerFactory.createApplicationContext(XBeanBrokerFactory.java:108)
  26. at org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBrokerFactory.java:72)
  27. at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:71)
  28. at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:54)
  29. at org.apache.activemq.console.command.StartCommand.startBroker(StartCommand.java:115)
  30. at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:74)
  31. ... 10 more
  32. Caused by: java.io.FileNotFoundException: class path resource [activemq.xml] cannot be opened because it does not exist
  33. at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:158)
  34. at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:328)
  35. ... 25 more
  36. ERROR: java.lang.Exception: org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [activemq.xml]; nested exception is java.io.FileNotFoundException: class path resource [activemq.xml] cannot be opened because it does not exist
  37. java.lang.Exception: org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [activemq.xml]; nested exception is java.io.FileNotFoundException: class path resource [activemq.xml] cannot be opened because it does not exist
  38. at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:99)
  39. at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)
  40. at org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:148)
  41. at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)
  42. at org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:90)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  46. at java.lang.reflect.Method.invoke(Method.java:622)
  47. at org.apache.activemq.console.Main.runTaskClass(Main.java:257)
  48. at org.apache.activemq.console.Main.main(Main.java:111)
  49. Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [activemq.xml]; nested exception is java.io.FileNotFoundException: class path resource [activemq.xml] cannot be opened because it does not exist
  50. at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:341)
  51. at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302)
  52. at org.apache.xbean.spring.context.ResourceXmlApplicationContext.loadBeanDefinitions(ResourceXmlApplicationContext.java:111)
  53. at org.apache.xbean.spring.context.ResourceXmlApplicationContext.loadBeanDefinitions(ResourceXmlApplicationContext.java:104)
  54. at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:130)
  55. at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:467)
  56. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:397)
  57. at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:64)
  58. at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:52)
  59. at org.apache.activemq.xbean.XBeanBrokerFactory$1.<init>(XBeanBrokerFactory.java:108)
  60. at org.apache.activemq.xbean.XBeanBrokerFactory.createApplicationContext(XBeanBrokerFactory.java:108)
  61. at org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBrokerFactory.java:72)
  62. at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:71)
  63. at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:54)
  64. at org.apache.activemq.console.command.StartCommand.startBroker(StartCommand.java:115)
  65. at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:74)
  66. ... 10 more
  67. Caused by: java.io.FileNotFoundException: class path resource [activemq.xml] cannot be opened because it does not exist
  68. at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:158)
  69. at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:328)
  70. ... 25 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement