Advertisement
Guest User

Untitled

a guest
Mar 6th, 2014
569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.89 KB | None | 0 0
  1. Mar 06, 2014 6:37:17 PM org.bonitasoft.engine.api.internal.servlet.EngineInitializerListener contextInitialized
  2. SEVERE: Error while initializing the Engine
  3. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'actorMappingService' defined in file [C:\Program Files\Apache Software Foundation\Tomcat 6.0\bonita\server\platform\conf\services\cfg-bonita-actor-mapping-impl.xml]: Cannot resolve reference to bean 'persistenceService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'persistenceService' defined in file [C:\Program Files\Apache Software Foundation\Tomcat 6.0\bonita\server\platform\conf\services\cfg-bonita-persistence-hibernate.xml]: Cannot resolve reference to bean 'sequenceManager' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sequenceManager' defined in file [C:\Program Files\Apache Software Foundation\Tomcat 6.0\bonita\server\platform\conf\services\cfg-bonita-sequence-impl.xml]: Cannot resolve reference to bean 'bonitaSequenceManagerDSJNDI' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bonitaSequenceManagerDSJNDI' defined in file [C:\Program Files\Apache Software Foundation\Tomcat 6.0\bonita\server\platform\conf\services\cfg-bonita-ds.xml]: Invocation of init method failed; nested exception is javax.naming.NamingException: Cannot create PoolableConnectionFactory (The TCP/IP connection to the host sql01.demo02.local, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".)
  4. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bonitaSequenceManagerDSJNDI' defined in file [C:\Program Files\Apache Software Foundation\Tomcat 6.0\bonita\server\platform\conf\services\cfg-bonita-ds.xml]: Invocation of init method failed; nested exception is javax.naming.NamingException: Cannot create PoolableConnectionFactory (The TCP/IP connection to the host sql01.demo02.local, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".)
  5. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
  6. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
  7. at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:630)
  8. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148)
  9. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)
  10. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)
  11. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  12. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  13. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  14. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  15. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  16. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  17. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:609)
  18. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
  19. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:469)
  20. at org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:140)
  21. at org.bonitasoft.engine.service.impl.AbsoluteFileSystemXmlApplicationContext.<init>(AbsoluteFileSystemXmlApplicationContext.java:41)
  22. at org.bonitasoft.engine.service.impl.SpringPlatformFileSystemBeanAccessor.initializeContext(SpringPlatformFileSystemBeanAccessor.java:81)
  23. at org.bonitasoft.engine.service.impl.SpringPlatformFileSystemBeanAccessor.getContext(SpringPlatformFileSystemBeanAccessor.java:72)
  24. at org.bonitasoft.engine.service.impl.SpringPlatformFileSystemBeanAccessor.getService(SpringPlatformFileSystemBeanAccessor.java:67)
  25. at org.bonitasoft.engine.service.impl.SpringPlatformServiceAccessor.getPlatformSessionService(SpringPlatformServiceAccessor.java:175)
  26. at org.bonitasoft.engine.EngineInitializer.initializeEngine(EngineInitializer.java:73)
  27. at org.bonitasoft.engine.api.internal.servlet.EngineInitializerListener.contextInitialized(EngineInitializerListener.java:29)
  28. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4210)
  29. at org.apache.catalina.core.StandardContext.start(StandardContext.java:4709)
  30. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
  31. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
  32. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:583)
  33. at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:675)
  34. at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:601)
  35. at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502)
  36. at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
  37. at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324)
  38. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
  39. at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
  40. at org.apache.catalina.core.StandardHost.start(StandardHost.java:822)
  41. at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
  42. at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
  43. at org.apache.catalina.core.StandardService.start(StandardService.java:525)
  44. at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
  45. at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  49. at java.lang.reflect.Method.invoke(Unknown Source)
  50. at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
  51. at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
  52. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'persistenceService' defined in file [C:\Program Files\Apache Software Foundation\Tomcat 6.0\bonita\server\platform\conf\services\cfg-bonita-persistence-hibernate.xml]: Cannot resolve reference to bean 'sequenceManager' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sequenceManager' defined in file [C:\Program Files\Apache Software Foundation\Tomcat 6.0\bonita\server\platform\conf\services\cfg-bonita-sequence-impl.xml]: Cannot resolve reference to bean 'bonitaSequenceManagerDSJNDI' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bonitaSequenceManagerDSJNDI' defined in file [C:\Program Files\Apache Software Foundation\Tomcat 6.0\bonita\server\platform\conf\services\cfg-bonita-ds.xml]: Invocation of init method failed; nested exception is javax.naming.NamingException: Cannot create PoolableConnectionFactory (The TCP/IP connection to the host sql01.demo02.local, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".)
  53. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
  54. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
  55. at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:630)
  56. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148)
  57. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)
  58. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)
  59. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  60. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  61. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  62. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  63. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  64. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  65. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
  66. ... 46 more
  67. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sequenceManager' defined in file [C:\Program Files\Apache Software Foundation\Tomcat 6.0\bonita\server\platform\conf\services\cfg-bonita-sequence-impl.xml]: Cannot resolve reference to bean 'bonitaSequenceManagerDSJNDI' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bonitaSequenceManagerDSJNDI' defined in file [C:\Program Files\Apache Software Foundation\Tomcat 6.0\bonita\server\platform\conf\services\cfg-bonita-ds.xml]: Invocation of init method failed; nested exception is javax.naming.NamingException: Cannot create PoolableConnectionFactory (The TCP/IP connection to the host sql01.demo02.local, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".)
  68. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
  69. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
  70. at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:630)
  71. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148)
  72. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)
  73. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)
  74. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  75. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  76. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  77. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  78. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  79. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  80. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
  81. ... 58 more
  82. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bonitaSequenceManagerDSJNDI' defined in file [C:\Program Files\Apache Software Foundation\Tomcat 6.0\bonita\server\platform\conf\services\cfg-bonita-ds.xml]: Invocation of init method failed; nested exception is javax.naming.NamingException: Cannot create PoolableConnectionFactory (The TCP/IP connection to the host sql01.demo02.local, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".)
  83. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1455)
  84. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  85. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  86. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  87. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  88. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  89. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  90. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
  91. ... 70 more
  92. Caused by: javax.naming.NamingException: Cannot create PoolableConnectionFactory (The TCP/IP connection to the host sql01.demo02.local, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".)
  93. at org.apache.naming.NamingContext.lookup(NamingContext.java:805)
  94. at org.apache.naming.NamingContext.lookup(NamingContext.java:140)
  95. at org.apache.naming.NamingContext.lookup(NamingContext.java:781)
  96. at org.apache.naming.NamingContext.lookup(NamingContext.java:140)
  97. at org.apache.naming.NamingContext.lookup(NamingContext.java:781)
  98. at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
  99. at org.apache.naming.SelectorContext.lookup(SelectorContext.java:152)
  100. at javax.naming.InitialContext.lookup(Unknown Source)
  101. at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:154)
  102. at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:87)
  103. at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:152)
  104. at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:178)
  105. at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:95)
  106. at org.springframework.jndi.JndiObjectLocator.lookup(JndiObjectLocator.java:105)
  107. at org.springframework.jndi.JndiObjectFactoryBean.lookupWithFallback(JndiObjectFactoryBean.java:201)
  108. at org.springframework.jndi.JndiObjectFactoryBean.afterPropertiesSet(JndiObjectFactoryBean.java:187)
  109. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1514)
  110. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
  111. ... 77 more
  112. Related cause:
  113. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bonitaSequenceManagerDSJNDI' defined in file [C:\Program Files\Apache Software Foundation\Tomcat 6.0\bonita\server\platform\conf\services\cfg-bonita-ds.xml]: Invocation of init method failed; nested exception is javax.naming.NamingException: Cannot create PoolableConnectionFactory (The TCP/IP connection to the host sql01.demo02.local, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".)
  114. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1455)
  115. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  116. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  117. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  118. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  119. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  120. at org.springframework.beans.factory.support.AbstractBeanFactory.getTypeForFactoryBean(AbstractBeanFactory.java:1356)
  121. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:710)
  122. at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:519)
  123. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:343)
  124. at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:320)
  125. at org.springframework.beans.factory.BeanFactoryUtils.beanNamesForTypeIncludingAncestors(BeanFactoryUtils.java:187)
  126. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:861)
  127. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:776)
  128. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:735)
  129. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1184)
  130. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1091)
  131. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
  132. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  133. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  134. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  135. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  136. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  137. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
  138. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
  139. at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:630)
  140. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148)
  141. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)
  142. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)
  143. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  144. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  145. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  146. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  147. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  148. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  149. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
  150. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
  151. at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:630)
  152. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148)
  153. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)
  154. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)
  155. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  156. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  157. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  158. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  159. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  160. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  161. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:609)
  162. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
  163. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:469)
  164. at org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:140)
  165. at org.bonitasoft.engine.service.impl.AbsoluteFileSystemXmlApplicationContext.<init>(AbsoluteFileSystemXmlApplicationContext.java:41)
  166. at org.bonitasoft.engine.service.impl.SpringPlatformFileSystemBeanAccessor.initializeContext(SpringPlatformFileSystemBeanAccessor.java:81)
  167. at org.bonitasoft.engine.service.impl.SpringPlatformFileSystemBeanAccessor.getContext(SpringPlatformFileSystemBeanAccessor.java:72)
  168. at org.bonitasoft.engine.service.impl.SpringPlatformFileSystemBeanAccessor.getService(SpringPlatformFileSystemBeanAccessor.java:67)
  169. at org.bonitasoft.engine.service.impl.SpringPlatformServiceAccessor.getPlatformSessionService(SpringPlatformServiceAccessor.java:175)
  170. at org.bonitasoft.engine.EngineInitializer.initializeEngine(EngineInitializer.java:73)
  171. at org.bonitasoft.engine.api.internal.servlet.EngineInitializerListener.contextInitialized(EngineInitializerListener.java:29)
  172. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4210)
  173. at org.apache.catalina.core.StandardContext.start(StandardContext.java:4709)
  174. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
  175. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
  176. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:583)
  177. at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:675)
  178. at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:601)
  179. at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502)
  180. at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
  181. at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324)
  182. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
  183. at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
  184. at org.apache.catalina.core.StandardHost.start(StandardHost.java:822)
  185. at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
  186. at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
  187. at org.apache.catalina.core.StandardService.start(StandardService.java:525)
  188. at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
  189. at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
  190. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  191. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  192. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  193. at java.lang.reflect.Method.invoke(Unknown Source)
  194. at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
  195. at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
  196. Caused by: javax.naming.NamingException: Cannot create PoolableConnectionFactory (The TCP/IP connection to the host sql01.demo02.local, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".)
  197. at org.apache.naming.NamingContext.lookup(NamingContext.java:805)
  198. at org.apache.naming.NamingContext.lookup(NamingContext.java:140)
  199. at org.apache.naming.NamingContext.lookup(NamingContext.java:781)
  200. at org.apache.naming.NamingContext.lookup(NamingContext.java:140)
  201. at org.apache.naming.NamingContext.lookup(NamingContext.java:781)
  202. at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
  203. at org.apache.naming.SelectorContext.lookup(SelectorContext.java:152)
  204. at javax.naming.InitialContext.lookup(Unknown Source)
  205. at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:154)
  206. at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:87)
  207. at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:152)
  208. at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:178)
  209. at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:95)
  210. at org.springframework.jndi.JndiObjectLocator.lookup(JndiObjectLocator.java:105)
  211. at org.springframework.jndi.JndiObjectFactoryBean.lookupWithFallback(JndiObjectFactoryBean.java:201)
  212. at org.springframework.jndi.JndiObjectFactoryBean.afterPropertiesSet(JndiObjectFactoryBean.java:187)
  213. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1514)
  214. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
  215. ... 81 more
  216.  
  217. Mar 06, 2014 6:37:19 PM org.bonitasoft.console.common.server.servlet.PlatformTenantListener contextInitialized
  218. SEVERE: Error while initializing the default tenant
  219. org.bonitasoft.engine.platform.NodeNotStartedException: The current node has not been started yet. Method PlatformAPI.startNode() must be called previously.
  220. at org.bonitasoft.engine.api.impl.ServerAPIImpl.invokeAPI(ServerAPIImpl.java:213)
  221. at org.bonitasoft.engine.api.impl.ServerAPIImpl.invokeMethod(ServerAPIImpl.java:105)
  222. at org.bonitasoft.engine.api.impl.ClientInterceptor.invoke(ClientInterceptor.java:88)
  223. at com.sun.proxy.$Proxy0.login(Unknown Source)
  224. at org.bonitasoft.console.common.server.servlet.PlatformTenantListener.initializeDefaultTenant(PlatformTenantListener.java:61)
  225. at org.bonitasoft.console.common.server.servlet.PlatformTenantListener.contextInitialized(PlatformTenantListener.java:44)
  226. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4210)
  227. at org.apache.catalina.core.StandardContext.start(StandardContext.java:4709)
  228. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
  229. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
  230. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:583)
  231. at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:675)
  232. at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:601)
  233. at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502)
  234. at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
  235. at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324)
  236. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
  237. at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
  238. at org.apache.catalina.core.StandardHost.start(StandardHost.java:822)
  239. at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
  240. at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
  241. at org.apache.catalina.core.StandardService.start(StandardService.java:525)
  242. at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
  243. at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
  244. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  245. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  246. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  247. at java.lang.reflect.Method.invoke(Unknown Source)
  248. at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
  249. at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
  250.  
  251. Mar 06, 2014 6:57:01 PM org.bonitasoft.engine.api.internal.servlet.EngineInitializerListener contextDestroyed
  252. SEVERE: Error while unloading the Engine
  253. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'actorMappingService' defined in file [C:\Program Files\Apache Software Foundation\Tomcat 6.0\bonita\server\platform\conf\services\cfg-bonita-actor-mapping-impl.xml]: Cannot resolve reference to bean 'persistenceService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'persistenceService' defined in file [C:\Program Files\Apache Software Foundation\Tomcat 6.0\bonita\server\platform\conf\services\cfg-bonita-persistence-hibernate.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.bonitasoft.engine.persistence.TenantHibernatePersistenceService]: Constructor threw exception; nested exception is org.hibernate.HibernateException: Could not find datasource
  254. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
  255. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
  256. at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:630)
  257. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148)
  258. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)
  259. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)
  260. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  261. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  262. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  263. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  264. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  265. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  266. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:609)
  267. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
  268. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:469)
  269. at org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:140)
  270. at org.bonitasoft.engine.service.impl.AbsoluteFileSystemXmlApplicationContext.<init>(AbsoluteFileSystemXmlApplicationContext.java:41)
  271. at org.bonitasoft.engine.service.impl.SpringPlatformFileSystemBeanAccessor.initializeContext(SpringPlatformFileSystemBeanAccessor.java:81)
  272. at org.bonitasoft.engine.service.impl.SpringPlatformFileSystemBeanAccessor.getContext(SpringPlatformFileSystemBeanAccessor.java:72)
  273. at org.bonitasoft.engine.service.impl.SpringPlatformFileSystemBeanAccessor.getService(SpringPlatformFileSystemBeanAccessor.java:67)
  274. at org.bonitasoft.engine.service.impl.SpringPlatformServiceAccessor.getPlatformSessionService(SpringPlatformServiceAccessor.java:175)
  275. at org.bonitasoft.engine.EngineInitializer.unloadEngine(EngineInitializer.java:131)
  276. at org.bonitasoft.engine.api.internal.servlet.EngineInitializerListener.contextDestroyed(EngineInitializerListener.java:20)
  277. at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4249)
  278. at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4890)
  279. at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:936)
  280. at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1359)
  281. at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1330)
  282. at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:326)
  283. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
  284. at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1098)
  285. at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1110)
  286. at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:468)
  287. at org.apache.catalina.core.StandardService.stop(StandardService.java:604)
  288. at org.apache.catalina.core.StandardServer.stop(StandardServer.java:788)
  289. at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:408)
  290. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  291. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  292. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  293. at java.lang.reflect.Method.invoke(Unknown Source)
  294. at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:338)
  295. at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:416)
  296. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'persistenceService' defined in file [C:\Program Files\Apache Software Foundation\Tomcat 6.0\bonita\server\platform\conf\services\cfg-bonita-persistence-hibernate.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.bonitasoft.engine.persistence.TenantHibernatePersistenceService]: Constructor threw exception; nested exception is org.hibernate.HibernateException: Could not find datasource
  297. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:288)
  298. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)
  299. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)
  300. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  301. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  302. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  303. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  304. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  305. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  306. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
  307. ... 41 more
  308. Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.bonitasoft.engine.persistence.TenantHibernatePersistenceService]: Constructor threw exception; nested exception is org.hibernate.HibernateException: Could not find datasource
  309. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:162)
  310. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:110)
  311. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:280)
  312. ... 50 more
  313. Caused by: org.hibernate.HibernateException: Could not find datasource
  314. at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:79)
  315. at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:143)
  316. at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:84)
  317. at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:459)
  318. at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:90)
  319. at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2863)
  320. at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2859)
  321. at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1870)
  322. at org.bonitasoft.engine.persistence.AbstractHibernatePersistenceService.<init>(AbstractHibernatePersistenceService.java:121)
  323. at org.bonitasoft.engine.persistence.TenantHibernatePersistenceService.<init>(TenantHibernatePersistenceService.java:52)
  324. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  325. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  326. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  327. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  328. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
  329. ... 52 more
  330. Caused by: javax.naming.NamingException: no resource registered with uniqueName 'jdbc/bonitaDSXA', available resources: []
  331. at bitronix.tm.resource.ResourceObjectFactory.getObjectInstance(ResourceObjectFactory.java:55)
  332. at org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceFactory.java:140)
  333. at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
  334. at org.apache.naming.NamingContext.lookup(NamingContext.java:793)
  335. at org.apache.naming.NamingContext.lookup(NamingContext.java:140)
  336. at org.apache.naming.NamingContext.lookup(NamingContext.java:781)
  337. at org.apache.naming.NamingContext.lookup(NamingContext.java:140)
  338. at org.apache.naming.NamingContext.lookup(NamingContext.java:781)
  339. at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
  340. at org.apache.naming.SelectorContext.lookup(SelectorContext.java:152)
  341. at javax.naming.InitialContext.lookup(Unknown Source)
  342. at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:75)
  343. ... 66 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement