Guest User

Untitled

a guest
May 20th, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.54 KB | None | 0 0
  1. [java] 3968 [main] ERROR org.mortbay.log - Failed startup of context com.cenqua.fisheye.web.jetty.FishEyeWebApplicationContext@4628c{/foo,/Users/abuttfield/code/fisheyeNew/output/dist/content}
  2. [java] org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pluginManagerFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.atlassian.fisheye.plugin.FisheyePluginManagerFactory]: Constructor threw exception; nested exception is java.lang.NoSuchMethodError: com.atlassian.plugin.osgi.container.felix.FelixOsgiContainerManager.<init>(Ljava/io/File;Lcom/atlassian/plugin/osgi/container/PackageScannerConfiguration;Lcom/atlassian/plugin/osgi/hostcomponents/HostComponentProvider;Lcom/atlassian/plugin/event/PluginEventManager;)V
  3. [java] at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:243)
  4. [java] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:923)
  5. [java] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:833)
  6. [java] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
  7. [java] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
  8. [java] org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pluginManagerFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.atlassian.fisheye.plugin.FisheyePluginManagerFactory]: Constructor threw exception; nested exception is java.lang.NoSuchMethodError: com.atlassian.plugin.osgi.container.felix.FelixOsgiContainerManager.<init>(Ljava/io/File;Lcom/atlassian/plugin/osgi/container/PackageScannerConfiguration;Lcom/atlassian/plugin/osgi/hostcomponents/HostComponentProvider;Lcom/atlassian/plugin/event/PluginEventManager;)V
  9. [java] at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:243)
  10. [java] at java.security.AccessController.doPrivileged(Native Method)
  11. [java] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:923)
  12. [java] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
  13. [java] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:833)
  14. [java] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
  15. [java] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
  16. [java] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220)
  17. [java] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
  18. [java] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
  19. [java] at java.security.AccessController.doPrivileged(Native Method)
  20. [java] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
  21. [java] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
  22. [java] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
  23. [java] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
  24. [java] at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:308)
  25. [java] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220)
  26. [java] at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:948)
  27. [java] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
  28. [java] at org.springframework.context.support.AbstractApplicationContext.registerListeners(AbstractApplicationContext.java:702)
  29. [java] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
  30. [java] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:378)
  31. [java] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
  32. [java] at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:308)
  33. [java] at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
  34. [java] at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:948)
  35. [java] at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
  36. [java] at org.springframework.context.support.AbstractApplicationContext.registerListeners(AbstractApplicationContext.java:702)
  37. [java] at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
  38. [java] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:378)
  39. [java] at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:540)
  40. [java] at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
  41. [java] at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
  42. [java] at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
  43. [java] at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1220)
  44. [java] at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
  45. [java] at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:510)
  46. [java] at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:540)
  47. [java] at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)
  48. [java] at com.cenqua.fisheye.web.jetty.FishEyeWebApplicationContext.doStart(FishEyeWebApplicationContext.java:19)
  49. [java] at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
  50. [java] at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
  51. [java] at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1220)
  52. [java] at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
  53. [java] at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:510)
  54. [java] at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
  55. [java] at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)
  56. [java] at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
  57. [java] at com.cenqua.fisheye.web.jetty.FishEyeWebApplicationContext.doStart(FishEyeWebApplicationContext.java:19)
  58. [java] at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
  59. [java] at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
  60. [java] at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
  61. [java] at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
  62. [java] at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
  63. [java] at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
  64. [java] at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
  65. [java] at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
  66. [java] at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
  67. [java] at org.mortbay.jetty.Server.doStart(Server.java:222)
  68. [java] at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
  69. [java] at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
  70. [java] at org.mortbay.jetty.Server.doStart(Server.java:222)
  71. [java] at com.cenqua.fisheye.web.WebServer.start(WebServer.java:169)
  72. [java] at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
  73. [java] at com.cenqua.fisheye.ctl.Run.mainImpl(Run.java:231)
  74. [java] at com.cenqua.fisheye.ctl.Run.main(Run.java:43)
  75. [java] at com.cenqua.fisheye.web.WebServer.start(WebServer.java:169)
  76. [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  77. [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  78. [java] at com.cenqua.fisheye.ctl.Run.mainImpl(Run.java:231)
  79. [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  80. [java] at com.cenqua.fisheye.ctl.Run.main(Run.java:43)
  81. [java] at java.lang.reflect.Method.invoke(Method.java:585)
  82. [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  83. [java] at com.cenqua.fisheye.FishEyeCtl.mainImpl(FishEyeCtl.java:105)
  84. [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  85. [java] at com.cenqua.fisheye.FishEyeCtl.main(FishEyeCtl.java:38)
  86. [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  87. [java] Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.atlassian.fisheye.plugin.FisheyePluginManagerFactory]: Constructor threw exception; nested exception is java.lang.NoSuchMethodError: com.atlassian.plugin.osgi.container.felix.FelixOsgiContainerManager.<init>(Ljava/io/File;Lcom/atlassian/plugin/osgi/container/PackageScannerConfiguration;Lcom/atlassian/plugin/osgi/hostcomponents/HostComponentProvider;Lcom/atlassian/plugin/event/PluginEventManager;)V
  88. [java] at java.lang.reflect.Method.invoke(Method.java:585)
  89. [java] at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:111)
  90. [java] at com.cenqua.fisheye.FishEyeCtl.mainImpl(FishEyeCtl.java:105)
  91. [java] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
  92. [java] at com.cenqua.fisheye.FishEyeCtl.main(FishEyeCtl.java:38)
  93. [java] at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:237)
  94. [java] Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.atlassian.fisheye.plugin.FisheyePluginManagerFactory]: Constructor threw exception; nested exception is java.lang.NoSuchMethodError: com.atlassian.plugin.osgi.container.felix.FelixOsgiContainerManager.<init>(Ljava/io/File;Lcom/atlassian/plugin/osgi/container/PackageScannerConfiguration;Lcom/atlassian/plugin/osgi/hostcomponents/HostComponentProvider;Lcom/atlassian/plugin/event/PluginEventManager;)V
  95. [java] ... 42 more
  96. [java] at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:111)
  97. [java] Caused by: java.lang.NoSuchMethodError: com.atlassian.plugin.osgi.container.felix.FelixOsgiContainerManager.<init>(Ljava/io/File;Lcom/atlassian/plugin/osgi/container/PackageScannerConfiguration;Lcom/atlassian/plugin/osgi/hostcomponents/HostComponentProvider;Lcom/atlassian/plugin/event/PluginEventManager;)V
  98. [java] at com.atlassian.fisheye.plugin.FisheyePluginManagerFactory.<init>(FisheyePluginManagerFactory.java:78)
  99. [java] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
  100. [java] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  101. [java] at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:237)
  102. [java] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  103. [java] ... 42 more
  104. [java] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  105. [java] Caused by: java.lang.NoSuchMethodError: com.atlassian.plugin.osgi.container.felix.FelixOsgiContainerManager.<init>(Ljava/io/File;Lcom/atlassian/plugin/osgi/container/PackageScannerConfiguration;Lcom/atlassian/plugin/osgi/hostcomponents/HostComponentProvider;Lcom/atlassian/plugin/event/PluginEventManager;)V
  106. [java] at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
  107. [java] at com.atlassian.fisheye.plugin.FisheyePluginManagerFactory.<init>(FisheyePluginManagerFactory.java:78)
  108. [java] at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:96)
  109. [java] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  110. [java] ... 44 more
  111. [java] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  112. [java] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  113. [java] at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
  114. [java] at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:96)
  115. [java] ... 44 more
  116. [java] 3970 [main] ERROR org.mortbay.log - Nested in org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pluginManagerFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.atlassian.fisheye.plugin.FisheyePluginManagerFactory]: Constructor threw exception; nested exception is java.lang.NoSuchMethodError: com.atlassian.plugin.osgi.container.felix.FelixOsgiContainerManager.<init>(Ljava/io/File;Lcom/atlassian/plugin/osgi/container/PackageScannerConfiguration;Lcom/atlassian/plugin/osgi/hostcomponents/HostComponentProvider;Lcom/atlassian/plugin/event/PluginEventManager;)V:
  117. [java] java.lang.NoSuchMethodError: com.atlassian.plugin.osgi.container.felix.FelixOsgiContainerManager.<init>(Ljava/io/File;Lcom/atlassian/plugin/osgi/container/PackageScannerConfiguration;Lcom/atlassian/plugin/osgi/hostcomponents/HostComponentProvider;Lcom/atlassian/plugin/event/PluginEventManager;)V
  118. [java] at com.atlassian.fisheye.plugin.FisheyePluginManagerFactory.<init>(FisheyePluginManagerFactory.java:78)
  119. [java] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  120. [java] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  121. [java] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  122. [java] at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
  123. [java] at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:96)
  124. [java] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
  125. [java] at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:237)
  126. [java] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:923)
  127. [java] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:833)
  128. [java] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
  129. [java] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
  130. [java] at java.security.AccessController.doPrivileged(Native Method)
  131. [java] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
  132. [java] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
  133. [java] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220)
  134. [java] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
  135. [java] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
  136. [java] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
  137. [java] at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:308)
  138. [java] at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:948)
  139. [java] at org.springframework.context.support.AbstractApplicationContext.registerListeners(AbstractApplicationContext.java:702)
  140. [java] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:378)
  141. [java] at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
  142. [java] at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
  143. [java] at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
  144. [java] at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:540)
  145. [java] at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
  146. [java] at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1220)
  147. [java] at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:510)
  148. [java] at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)
  149. [java] at com.cenqua.fisheye.web.jetty.FishEyeWebApplicationContext.doStart(FishEyeWebApplicationContext.java:19)
  150. [java] at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
  151. [java] at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
  152. [java] at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
  153. [java] at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
  154. [java] at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
  155. [java] at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
  156. [java] at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
  157. [java] at org.mortbay.jetty.Server.doStart(Server.java:222)
  158. [java] at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
  159. [java] at com.cenqua.fisheye.web.WebServer.start(WebServer.java:169)
  160. [java] at com.cenqua.fisheye.ctl.Run.mainImpl(Run.java:231)
  161. [java] at com.cenqua.fisheye.ctl.Run.main(Run.java:43)
  162. [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  163. [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  164. [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  165. [java] at java.lang.reflect.Method.invoke(Method.java:585)
  166. [java] at com.cenqua.fisheye.FishEyeCtl.mainImpl(FishEyeCtl.java:105)
  167. [java] at com.cenqua.fisheye.FishEyeCtl.main(FishEyeCtl.java:38)
  168. [java] 3974 [main] INFO org.mortbay.log - Started LocalConnector@0.0.0.0:1
  169. [java] 3991 [main] INFO org.mortbay.log - Started ProxyPassingSelectChannelConnector@0.0.0.0:6060
Add Comment
Please, Sign In to add comment