Advertisement
useher

pentaho.log

Jun 27th, 2017
785
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.74 KB | None | 0 0
  1. 2017-06-27 14:17:42,941 INFO [org.pentaho.platform.engine.core.system.status.PeriodicStatusLogger] Caution, the system is initializing. Do not shut down or restart the system at this time.
  2. 2017-06-27 14:17:43,599 INFO [org.pentaho.platform.osgi.OSGIBoot] Checking to see if org.pentaho.clean.karaf.cache is enabled
  3. 2017-06-27 14:17:43,686 INFO [org.pentaho.platform.osgi.KarafInstance]
  4. *******************************************************************************
  5. *** Karaf Instance Number: 1 at /usr/lib/apache-tomcat-7.0.78/temp/karaf101 ***
  6. *** 5613972025340667/caches/default/data-1 ***
  7. *** Karaf Port:8802 ***
  8. *** OSGI Service Port:9051 ***
  9. *** JMX RMI Registry Port:11099 ***
  10. *** RMI Server Port:44445 ***
  11. *******************************************************************************
  12. 2017-06-27 14:17:44,371 ERROR [org.pentaho.platform.plugin.action.kettle.KettleSystemListener] DI_HOME System Property not properly set. The default location of /usr/lib/apache-tomcat-7.0.78/webapps/pentaho/pentaho-solutions/system/kettle will be used.
  13. 2017-06-27 14:18:12,943 INFO [org.pentaho.platform.engine.core.system.status.PeriodicStatusLogger] Caution, the system is initializing. Do not shut down or restart the system at this time.
  14. 2017-06-27 14:18:42,949 INFO [org.pentaho.platform.engine.core.system.status.PeriodicStatusLogger] Caution, the system is initializing. Do not shut down or restart the system at this time.
  15. 2017-06-27 14:19:12,949 INFO [org.pentaho.platform.engine.core.system.status.PeriodicStatusLogger] Caution, the system is initializing. Do not shut down or restart the system at this time.
  16. 2017-06-27 14:19:42,949 INFO [org.pentaho.platform.engine.core.system.status.PeriodicStatusLogger] Caution, the system is initializing. Do not shut down or restart the system at this time.
  17. 2017-06-27 14:20:01,435 ERROR [org.pentaho.di.osgi.KarafLifecycleListener] Error in Feature Watcher
  18. org.pentaho.osgi.api.IKarafFeatureWatcher$FeatureWatcherException: Unknown error in KarafWatcher
  19. at org.pentaho.osgi.impl.KarafFeatureWatcherImpl.waitForFeatures(KarafFeatureWatcherImpl.java:125)
  20. at org.pentaho.di.osgi.KarafLifecycleListener$2.run(KarafLifecycleListener.java:144)
  21. at java.lang.Thread.run(Thread.java:748)
  22. Caused by: org.pentaho.osgi.api.IKarafFeatureWatcher$FeatureWatcherException: Timed out waiting for Karaf features to install: config,management,kar,cxf,camel-jms,camel,camel-blueprint,camel-stream,pentaho-server,pentaho-metaverse,pdi-dataservice,pentaho-marketplace,community-edition,pdi-engine-configuration
  23. at org.pentaho.osgi.impl.KarafFeatureWatcherImpl.waitForFeatures(KarafFeatureWatcherImpl.java:154)
  24. at org.pentaho.osgi.impl.KarafFeatureWatcherImpl.waitForFeatures(KarafFeatureWatcherImpl.java:97)
  25. ... 2 more
  26. 2017-06-27 14:20:03,624 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] could not get database metadata
  27. java.sql.SQLException: Listener refused the connection with the following error:
  28. ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
  29.  
  30. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:489)
  31. at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:553)
  32. at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:254)
  33. at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
  34. at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:528)
  35. at java.sql.DriverManager.getConnection(DriverManager.java:664)
  36. at java.sql.DriverManager.getConnection(DriverManager.java:208)
  37. at org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:133)
  38. at org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.prepare(SuppliedConnectionProviderConnectionHelper.java:51)
  39. at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:168)
  40. at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:375)
  41. at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1872)
  42. at org.pentaho.platform.repository.hibernate.HibernateUtil.initialize(HibernateUtil.java:169)
  43. at org.pentaho.platform.repository.hibernate.HibernateUtil.<clinit>(HibernateUtil.java:90)
  44. at org.pentaho.cdf.environment.configurations.PentahoHibernanteConfigurations.getConfiguration(PentahoHibernanteConfigurations.java:30)
  45. at org.pentaho.cdf.utils.PluginHibernateUtil.initialize(PluginHibernateUtil.java:58)
  46. at org.pentaho.cdf.storage.StorageEngine.getInstance(StorageEngine.java:61)
  47. at org.pentaho.cdf.storage.StorageApi.<init>(StorageApi.java:46)
  48. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  49. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  50. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  51. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  52. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:142)
  53. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
  54. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1098)
  55. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050)
  56. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  57. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  58. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  59. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  60. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  61. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  62. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:776)
  63. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861)
  64. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541)
  65. at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.reload(PentahoSystemPluginManager.java:286)
  66. at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.reload(PentahoSystemPluginManager.java:176)
  67. at org.pentaho.platform.plugin.services.pluginmgr.PluginAdapter.startup(PluginAdapter.java:40)
  68. at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:443)
  69. at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:434)
  70. at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:413)
  71. at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:434)
  72. at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(PentahoSystem.java:84)
  73. at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:365)
  74. at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:362)
  75. at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:413)
  76. at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:362)
  77. at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:332)
  78. at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:228)
  79. at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:162)
  80. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  81. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  82. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  83. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  84. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  85. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  86. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  87. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  88. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  89. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  90. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  91. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  92. at java.lang.Thread.run(Thread.java:748)
  93. Caused by: oracle.net.ns.NetException: Listener refused the connection with the following error:
  94. ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
  95.  
  96. at oracle.net.ns.NSProtocol.connect(NSProtocol.java:399)
  97. at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1140)
  98. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:340)
  99. ... 62 more
  100. 2017-06-27 14:20:03,624 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] could not complete schema update
  101. java.sql.SQLException: Listener refused the connection with the following error:
  102. ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
  103.  
  104. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:489)
  105. at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:553)
  106. at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:254)
  107. at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
  108. at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:528)
  109. at java.sql.DriverManager.getConnection(DriverManager.java:664)
  110. at java.sql.DriverManager.getConnection(DriverManager.java:208)
  111. at org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:133)
  112. at org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.prepare(SuppliedConnectionProviderConnectionHelper.java:51)
  113. at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:168)
  114. at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:375)
  115. at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1872)
  116. at org.pentaho.platform.repository.hibernate.HibernateUtil.initialize(HibernateUtil.java:169)
  117. at org.pentaho.platform.repository.hibernate.HibernateUtil.<clinit>(HibernateUtil.java:90)
  118. at org.pentaho.cdf.environment.configurations.PentahoHibernanteConfigurations.getConfiguration(PentahoHibernanteConfigurations.java:30)
  119. at org.pentaho.cdf.utils.PluginHibernateUtil.initialize(PluginHibernateUtil.java:58)
  120. at org.pentaho.cdf.storage.StorageEngine.getInstance(StorageEngine.java:61)
  121. at org.pentaho.cdf.storage.StorageApi.<init>(StorageApi.java:46)
  122. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  123. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  124. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  125. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  126. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:142)
  127. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
  128. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1098)
  129. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050)
  130. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  131. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  132. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  133. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  134. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  135. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  136. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:776)
  137. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861)
  138. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541)
  139. at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.reload(PentahoSystemPluginManager.java:286)
  140. at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.reload(PentahoSystemPluginManager.java:176)
  141. at org.pentaho.platform.plugin.services.pluginmgr.PluginAdapter.startup(PluginAdapter.java:40)
  142. at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:443)
  143. at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:434)
  144. at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:413)
  145. at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:434)
  146. at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(PentahoSystem.java:84)
  147. at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:365)
  148. at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:362)
  149. at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:413)
  150. at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:362)
  151. at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:332)
  152. at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:228)
  153. at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:162)
  154. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  155. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  156. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  157. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  158. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  159. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  160. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  161. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  162. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  163. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  164. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  165. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  166. at java.lang.Thread.run(Thread.java:748)
  167. Caused by: oracle.net.ns.NetException: Listener refused the connection with the following error:
  168. ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
  169.  
  170. at oracle.net.ns.NSProtocol.connect(NSProtocol.java:399)
  171. at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1140)
  172. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:340)
  173. ... 62 more
  174. 2017-06-27 14:20:03,740 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] could not get database metadata
  175. java.sql.SQLException: Listener refused the connection with the following error:
  176. ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
  177.  
  178. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:489)
  179. at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:553)
  180. at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:254)
  181. at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
  182. at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:528)
  183. at java.sql.DriverManager.getConnection(DriverManager.java:664)
  184. at java.sql.DriverManager.getConnection(DriverManager.java:208)
  185. at org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:133)
  186. at org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.prepare(SuppliedConnectionProviderConnectionHelper.java:51)
  187. at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:168)
  188. at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:375)
  189. at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1872)
  190. at org.pentaho.cdf.utils.PluginHibernateUtil.initialize(PluginHibernateUtil.java:59)
  191. at org.pentaho.cdf.storage.StorageEngine.getInstance(StorageEngine.java:61)
  192. at org.pentaho.cdf.storage.StorageApi.<init>(StorageApi.java:46)
  193. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  194. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  195. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  196. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  197. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:142)
  198. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
  199. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1098)
  200. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050)
  201. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  202. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  203. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  204. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  205. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  206. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  207. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:776)
  208. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861)
  209. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541)
  210. at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.reload(PentahoSystemPluginManager.java:286)
  211. at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.reload(PentahoSystemPluginManager.java:176)
  212. at org.pentaho.platform.plugin.services.pluginmgr.PluginAdapter.startup(PluginAdapter.java:40)
  213. at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:443)
  214. at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:434)
  215. at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:413)
  216. at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:434)
  217. at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(PentahoSystem.java:84)
  218. at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:365)
  219. at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:362)
  220. at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:413)
  221. at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:362)
  222. at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:332)
  223. at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:228)
  224. at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:162)
  225. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  226. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  227. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  228. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  229. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  230. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  231. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  232. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  233. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  234. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  235. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  236. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  237. at java.lang.Thread.run(Thread.java:748)
  238. Caused by: oracle.net.ns.NetException: Listener refused the connection with the following error:
  239. ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
  240.  
  241. at oracle.net.ns.NSProtocol.connect(NSProtocol.java:399)
  242. at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1140)
  243. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:340)
  244. ... 59 more
  245. 2017-06-27 14:20:03,741 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] could not complete schema update
  246. java.sql.SQLException: Listener refused the connection with the following error:
  247. ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
  248.  
  249. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:489)
  250. at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:553)
  251. at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:254)
  252. at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
  253. at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:528)
  254. at java.sql.DriverManager.getConnection(DriverManager.java:664)
  255. at java.sql.DriverManager.getConnection(DriverManager.java:208)
  256. at org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:133)
  257. at org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.prepare(SuppliedConnectionProviderConnectionHelper.java:51)
  258. at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:168)
  259. at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:375)
  260. at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1872)
  261. at org.pentaho.cdf.utils.PluginHibernateUtil.initialize(PluginHibernateUtil.java:59)
  262. at org.pentaho.cdf.storage.StorageEngine.getInstance(StorageEngine.java:61)
  263. at org.pentaho.cdf.storage.StorageApi.<init>(StorageApi.java:46)
  264. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  265. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  266. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  267. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  268. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:142)
  269. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
  270. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1098)
  271. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050)
  272. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  273. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  274. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  275. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  276. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  277. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  278. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:776)
  279. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861)
  280. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541)
  281. at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.reload(PentahoSystemPluginManager.java:286)
  282. at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.reload(PentahoSystemPluginManager.java:176)
  283. at org.pentaho.platform.plugin.services.pluginmgr.PluginAdapter.startup(PluginAdapter.java:40)
  284. at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:443)
  285. at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:434)
  286. at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:413)
  287. at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:434)
  288. at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(PentahoSystem.java:84)
  289. at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:365)
  290. at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:362)
  291. at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:413)
  292. at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:362)
  293. at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:332)
  294. at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:228)
  295. at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:162)
  296. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  297. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  298. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  299. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  300. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  301. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  302. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  303. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  304. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  305. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  306. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  307. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  308. at java.lang.Thread.run(Thread.java:748)
  309. Caused by: oracle.net.ns.NetException: Listener refused the connection with the following error:
  310. ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
  311.  
  312. at oracle.net.ns.NSProtocol.connect(NSProtocol.java:399)
  313. at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1140)
  314. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:340)
  315. ... 59 more
  316. 2017-06-27 14:20:03,769 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] could not get database metadata
  317. java.sql.SQLException: Listener refused the connection with the following error:
  318. ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
  319.  
  320. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:489)
  321. at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:553)
  322. at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:254)
  323. at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
  324. at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:528)
  325. at java.sql.DriverManager.getConnection(DriverManager.java:664)
  326. at java.sql.DriverManager.getConnection(DriverManager.java:208)
  327. at org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:133)
  328. at org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.prepare(SuppliedConnectionProviderConnectionHelper.java:51)
  329. at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:168)
  330. at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:375)
  331. at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1872)
  332. at org.pentaho.cdf.utils.PluginHibernateUtil.rebuildSessionFactory(PluginHibernateUtil.java:100)
  333. at org.pentaho.cdf.storage.StorageEngine.initialize(StorageEngine.java:173)
  334. at org.pentaho.cdf.storage.StorageEngine.<init>(StorageEngine.java:70)
  335. at org.pentaho.cdf.storage.StorageEngine.getInstance(StorageEngine.java:62)
  336. at org.pentaho.cdf.storage.StorageApi.<init>(StorageApi.java:46)
  337. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  338. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  339. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  340. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  341. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:142)
  342. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
  343. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1098)
  344. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050)
  345. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  346. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  347. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  348. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  349. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  350. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  351. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:776)
  352. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861)
  353. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541)
  354. at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.reload(PentahoSystemPluginManager.java:286)
  355. at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.reload(PentahoSystemPluginManager.java:176)
  356. at org.pentaho.platform.plugin.services.pluginmgr.PluginAdapter.startup(PluginAdapter.java:40)
  357. at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:443)
  358. at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:434)
  359. at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:413)
  360. at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:434)
  361. at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(PentahoSystem.java:84)
  362. at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:365)
  363. at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:362)
  364. at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:413)
  365. at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:362)
  366. at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:332)
  367. at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:228)
  368. at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:162)
  369. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  370. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  371. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  372. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  373. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  374. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  375. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  376. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  377. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  378. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  379. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  380. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  381. at java.lang.Thread.run(Thread.java:748)
  382. Caused by: oracle.net.ns.NetException: Listener refused the connection with the following error:
  383. ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
  384.  
  385. at oracle.net.ns.NSProtocol.connect(NSProtocol.java:399)
  386. at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1140)
  387. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:340)
  388. ... 61 more
  389. 2017-06-27 14:20:03,769 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] could not complete schema update
  390. java.sql.SQLException: Listener refused the connection with the following error:
  391. ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
  392.  
  393. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:489)
  394. at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:553)
  395. at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:254)
  396. at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
  397. at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:528)
  398. at java.sql.DriverManager.getConnection(DriverManager.java:664)
  399. at java.sql.DriverManager.getConnection(DriverManager.java:208)
  400. at org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:133)
  401. at org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.prepare(SuppliedConnectionProviderConnectionHelper.java:51)
  402. at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:168)
  403. at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:375)
  404. at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1872)
  405. at org.pentaho.cdf.utils.PluginHibernateUtil.rebuildSessionFactory(PluginHibernateUtil.java:100)
  406. at org.pentaho.cdf.storage.StorageEngine.initialize(StorageEngine.java:173)
  407. at org.pentaho.cdf.storage.StorageEngine.<init>(StorageEngine.java:70)
  408. at org.pentaho.cdf.storage.StorageEngine.getInstance(StorageEngine.java:62)
  409. at org.pentaho.cdf.storage.StorageApi.<init>(StorageApi.java:46)
  410. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  411. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  412. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  413. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  414. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:142)
  415. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
  416. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1098)
  417. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050)
  418. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  419. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  420. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  421. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  422. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  423. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  424. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:776)
  425. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861)
  426. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541)
  427. at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.reload(PentahoSystemPluginManager.java:286)
  428. at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.reload(PentahoSystemPluginManager.java:176)
  429. at org.pentaho.platform.plugin.services.pluginmgr.PluginAdapter.startup(PluginAdapter.java:40)
  430. at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:443)
  431. at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:434)
  432. at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:413)
  433. at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:434)
  434. at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(PentahoSystem.java:84)
  435. at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:365)
  436. at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:362)
  437. at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:413)
  438. at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:362)
  439. at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:332)
  440. at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:228)
  441. at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:162)
  442. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  443. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  444. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  445. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  446. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  447. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  448. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  449. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  450. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  451. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  452. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  453. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  454. at java.lang.Thread.run(Thread.java:748)
  455. Caused by: oracle.net.ns.NetException: Listener refused the connection with the following error:
  456. ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
  457.  
  458. at oracle.net.ns.NSProtocol.connect(NSProtocol.java:399)
  459. at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1140)
  460. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:340)
  461. ... 61 more
  462. 2017-06-27 14:20:08,040 ERROR [org.pentaho.platform.util.logging.Logger] Error: Pentaho
  463. 2017-06-27 14:20:08,041 ERROR [org.pentaho.platform.util.logging.Logger] misc-org.pentaho.platform.engine.core.system.PentahoSystem: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.engine.services.connection.datasource.dbcp.DynamicallyPooledDatasourceSystemListener
  464. org.pentaho.platform.api.engine.PentahoSystemException: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.engine.services.connection.datasource.dbcp.DynamicallyPooledDatasourceSystemListener
  465. at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:370)
  466. at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:332)
  467. at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:228)
  468. at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:162)
  469. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  470. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  471. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  472. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  473. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  474. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  475. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  476. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  477. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  478. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  479. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  480. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  481. at java.lang.Thread.run(Thread.java:748)
  482. Caused by: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.engine.services.connection.datasource.dbcp.DynamicallyPooledDatasourceSystemListener
  483. at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:452)
  484. at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:434)
  485. at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:413)
  486. at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:434)
  487. at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(PentahoSystem.java:84)
  488. at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:365)
  489. at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:362)
  490. at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:413)
  491. at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:362)
  492. ... 16 more
  493. Caused by: java.lang.NullPointerException
  494. at org.pentaho.platform.repository.JcrBackedDatasourceMgmtService.init(JcrBackedDatasourceMgmtService.java:67)
  495. at org.pentaho.platform.engine.core.system.objfac.AbstractSpringPentahoObjectFactory.retreiveObject(AbstractSpringPentahoObjectFactory.java:266)
  496. at org.pentaho.platform.engine.core.system.objfac.AbstractSpringPentahoObjectFactory.get(AbstractSpringPentahoObjectFactory.java:82)
  497. at org.pentaho.platform.engine.core.system.objfac.AggregateObjectFactory.get(AggregateObjectFactory.java:273)
  498. at org.pentaho.platform.engine.core.system.objfac.AggregateObjectFactory.get(AggregateObjectFactory.java:137)
  499. at org.pentaho.platform.engine.services.connection.datasource.dbcp.NonPooledDatasourceSystemListener.getListOfDatabaseConnections(NonPooledDatasourceSystemListener.java:137)
  500. at org.pentaho.platform.engine.services.connection.datasource.dbcp.NonPooledDatasourceSystemListener.startup(NonPooledDatasourceSystemListener.java:53)
  501. at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:443)
  502. ... 24 more
  503. 2017-06-27 14:20:08,041 ERROR [org.pentaho.platform.util.logging.Logger] Error end:
  504. 2017-06-27 14:20:08,041 INFO [org.pentaho.platform.engine.core.system.status.PeriodicStatusLogger] Warning, one or more errors occurred during the initialization process.
  505. 2017-06-27 14:20:18,130 ERROR [org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService] User/Role List could not be obtained.
  506. java.lang.IllegalStateException: Target of Bean was never resolved: org.springframework.security.core.userdetails.UserDetailsService
  507. at org.pentaho.platform.engine.core.system.objfac.spring.BeanBuilder$1.invoke(BeanBuilder.java:157)
  508. at com.sun.proxy.$Proxy47.loadUserByUsername(Unknown Source)
  509. at org.pentaho.platform.plugin.services.security.userrole.ChainedUserDetailsService.loadUserByUsername(ChainedUserDetailsService.java:47)
  510. at org.pentaho.platform.plugin.services.security.userrole.PentahoCachingUserDetailsService.loadUserByUsername(PentahoCachingUserDetailsService.java:73)
  511. at org.pentaho.platform.security.userroledao.service.UserRoleDaoUserRoleListService.getRolesForUser(UserRoleDaoUserRoleListService.java:143)
  512. at org.pentaho.platform.plugin.services.security.userrole.ExtraRolesUserRoleListServiceDecorator.getRolesForUser(ExtraRolesUserRoleListServiceDecorator.java:113)
  513. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService$7.perform(CompositeUserRoleListService.java:122)
  514. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.collectResultsForOperation(CompositeUserRoleListService.java:131)
  515. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.getRolesForUser(CompositeUserRoleListService.java:120)
  516. at org.pentaho.platform.engine.security.SecurityHelper.createAuthentication(SecurityHelper.java:352)
  517. at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:415)
  518. at pt.webdetails.cpf.CpfProperties.loadAsSystem(CpfProperties.java:46)
  519. at pt.webdetails.cpf.AbstractCpfProperties.loadSettings(AbstractCpfProperties.java:58)
  520. at pt.webdetails.cpf.AbstractCpfProperties.<init>(AbstractCpfProperties.java:35)
  521. at pt.webdetails.cpf.CpfProperties.<init>(CpfProperties.java:32)
  522. at pt.webdetails.cpf.CpfProperties.getInstance(CpfProperties.java:37)
  523. at pt.webdetails.cpf.SimpleLifeCycleListener.ready(SimpleLifeCycleListener.java:45)
  524. at org.pentaho.platform.web.http.context.PentahoSystemReadyListener.contextInitialized(PentahoSystemReadyListener.java:53)
  525. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  526. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  527. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  528. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  529. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  530. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  531. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  532. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  533. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  534. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  535. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  536. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  537. at java.lang.Thread.run(Thread.java:748)
  538. 2017-06-27 14:20:18,130 ERROR [org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService] User/Role List could not be obtained.
  539. java.lang.IllegalStateException: Target of Bean was never resolved: org.springframework.security.core.userdetails.UserDetailsService
  540. at org.pentaho.platform.engine.core.system.objfac.spring.BeanBuilder$1.invoke(BeanBuilder.java:157)
  541. at com.sun.proxy.$Proxy47.loadUserByUsername(Unknown Source)
  542. at org.pentaho.platform.plugin.services.security.userrole.ChainedUserDetailsService.loadUserByUsername(ChainedUserDetailsService.java:47)
  543. at org.pentaho.platform.plugin.services.security.userrole.PentahoCachingUserDetailsService.loadUserByUsername(PentahoCachingUserDetailsService.java:73)
  544. at org.pentaho.platform.security.userroledao.service.UserRoleDaoUserRoleListService.getRolesForUser(UserRoleDaoUserRoleListService.java:143)
  545. at org.pentaho.platform.plugin.services.security.userrole.ExtraRolesUserRoleListServiceDecorator.getRolesForUser(ExtraRolesUserRoleListServiceDecorator.java:113)
  546. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService$7.perform(CompositeUserRoleListService.java:122)
  547. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.collectResultsForOperation(CompositeUserRoleListService.java:131)
  548. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.getRolesForUser(CompositeUserRoleListService.java:120)
  549. at org.pentaho.platform.engine.security.SecurityHelper.createAuthentication(SecurityHelper.java:352)
  550. at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:415)
  551. at pt.webdetails.cpf.CpfProperties.loadAsSystem(CpfProperties.java:46)
  552. at pt.webdetails.cpf.AbstractCpfProperties.loadSettings(AbstractCpfProperties.java:58)
  553. at pt.webdetails.cpf.AbstractCpfProperties.<init>(AbstractCpfProperties.java:35)
  554. at pt.webdetails.cpf.CpfProperties.<init>(CpfProperties.java:32)
  555. at pt.webdetails.cpf.CpfProperties.getInstance(CpfProperties.java:37)
  556. at pt.webdetails.cpf.SimpleLifeCycleListener.ready(SimpleLifeCycleListener.java:45)
  557. at org.pentaho.platform.web.http.context.PentahoSystemReadyListener.contextInitialized(PentahoSystemReadyListener.java:53)
  558. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  559. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  560. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  561. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  562. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  563. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  564. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  565. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  566. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  567. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  568. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  569. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  570. at java.lang.Thread.run(Thread.java:748)
  571. 2017-06-27 14:20:18,132 ERROR [org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService] User/Role List could not be obtained.
  572. java.lang.IllegalStateException: Target of Bean was never resolved: org.springframework.security.core.userdetails.UserDetailsService
  573. at org.pentaho.platform.engine.core.system.objfac.spring.BeanBuilder$1.invoke(BeanBuilder.java:157)
  574. at com.sun.proxy.$Proxy47.loadUserByUsername(Unknown Source)
  575. at org.pentaho.platform.plugin.services.security.userrole.ChainedUserDetailsService.loadUserByUsername(ChainedUserDetailsService.java:47)
  576. at org.pentaho.platform.plugin.services.security.userrole.PentahoCachingUserDetailsService.loadUserByUsername(PentahoCachingUserDetailsService.java:73)
  577. at org.pentaho.platform.security.userroledao.service.UserRoleDaoUserRoleListService.getRolesForUser(UserRoleDaoUserRoleListService.java:143)
  578. at org.pentaho.platform.plugin.services.security.userrole.ExtraRolesUserRoleListServiceDecorator.getRolesForUser(ExtraRolesUserRoleListServiceDecorator.java:113)
  579. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService$7.perform(CompositeUserRoleListService.java:122)
  580. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.collectResultsForOperation(CompositeUserRoleListService.java:131)
  581. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.getRolesForUser(CompositeUserRoleListService.java:120)
  582. at org.pentaho.platform.engine.security.SecurityHelper.createAuthentication(SecurityHelper.java:352)
  583. at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:415)
  584. at pt.webdetails.cpf.repository.pentaho.unified.PluginRepositoryResourceAccess.getSystemAccessRepository(PluginRepositoryResourceAccess.java:48)
  585. at pt.webdetails.cpf.repository.pentaho.unified.PluginRepositoryResourceAccess.getRepository(PluginRepositoryResourceAccess.java:65)
  586. at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.getRepositoryFile(UnifiedRepositoryAccess.java:142)
  587. at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.fileExists(UnifiedRepositoryAccess.java:62)
  588. at pt.webdetails.cpf.AbstractCpfProperties.loadProperties(AbstractCpfProperties.java:39)
  589. at pt.webdetails.cpf.CpfProperties$1.call(CpfProperties.java:48)
  590. at pt.webdetails.cpf.CpfProperties$1.call(CpfProperties.java:46)
  591. at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:419)
  592. at pt.webdetails.cpf.CpfProperties.loadAsSystem(CpfProperties.java:46)
  593. at pt.webdetails.cpf.AbstractCpfProperties.loadSettings(AbstractCpfProperties.java:58)
  594. at pt.webdetails.cpf.AbstractCpfProperties.<init>(AbstractCpfProperties.java:35)
  595. at pt.webdetails.cpf.CpfProperties.<init>(CpfProperties.java:32)
  596. at pt.webdetails.cpf.CpfProperties.getInstance(CpfProperties.java:37)
  597. at pt.webdetails.cpf.SimpleLifeCycleListener.ready(SimpleLifeCycleListener.java:45)
  598. at org.pentaho.platform.web.http.context.PentahoSystemReadyListener.contextInitialized(PentahoSystemReadyListener.java:53)
  599. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  600. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  601. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  602. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  603. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  604. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  605. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  606. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  607. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  608. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  609. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  610. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  611. at java.lang.Thread.run(Thread.java:748)
  612. 2017-06-27 14:20:18,132 ERROR [org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService] User/Role List could not be obtained.
  613. java.lang.IllegalStateException: Target of Bean was never resolved: org.springframework.security.core.userdetails.UserDetailsService
  614. at org.pentaho.platform.engine.core.system.objfac.spring.BeanBuilder$1.invoke(BeanBuilder.java:157)
  615. at com.sun.proxy.$Proxy47.loadUserByUsername(Unknown Source)
  616. at org.pentaho.platform.plugin.services.security.userrole.ChainedUserDetailsService.loadUserByUsername(ChainedUserDetailsService.java:47)
  617. at org.pentaho.platform.plugin.services.security.userrole.PentahoCachingUserDetailsService.loadUserByUsername(PentahoCachingUserDetailsService.java:73)
  618. at org.pentaho.platform.security.userroledao.service.UserRoleDaoUserRoleListService.getRolesForUser(UserRoleDaoUserRoleListService.java:143)
  619. at org.pentaho.platform.plugin.services.security.userrole.ExtraRolesUserRoleListServiceDecorator.getRolesForUser(ExtraRolesUserRoleListServiceDecorator.java:113)
  620. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService$7.perform(CompositeUserRoleListService.java:122)
  621. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.collectResultsForOperation(CompositeUserRoleListService.java:131)
  622. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.getRolesForUser(CompositeUserRoleListService.java:120)
  623. at org.pentaho.platform.engine.security.SecurityHelper.createAuthentication(SecurityHelper.java:352)
  624. at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:415)
  625. at pt.webdetails.cpf.repository.pentaho.unified.PluginRepositoryResourceAccess.getSystemAccessRepository(PluginRepositoryResourceAccess.java:48)
  626. at pt.webdetails.cpf.repository.pentaho.unified.PluginRepositoryResourceAccess.getRepository(PluginRepositoryResourceAccess.java:65)
  627. at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.getRepositoryFile(UnifiedRepositoryAccess.java:142)
  628. at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.fileExists(UnifiedRepositoryAccess.java:62)
  629. at pt.webdetails.cpf.AbstractCpfProperties.loadProperties(AbstractCpfProperties.java:39)
  630. at pt.webdetails.cpf.CpfProperties$1.call(CpfProperties.java:48)
  631. at pt.webdetails.cpf.CpfProperties$1.call(CpfProperties.java:46)
  632. at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:419)
  633. at pt.webdetails.cpf.CpfProperties.loadAsSystem(CpfProperties.java:46)
  634. at pt.webdetails.cpf.AbstractCpfProperties.loadSettings(AbstractCpfProperties.java:58)
  635. at pt.webdetails.cpf.AbstractCpfProperties.<init>(AbstractCpfProperties.java:35)
  636. at pt.webdetails.cpf.CpfProperties.<init>(CpfProperties.java:32)
  637. at pt.webdetails.cpf.CpfProperties.getInstance(CpfProperties.java:37)
  638. at pt.webdetails.cpf.SimpleLifeCycleListener.ready(SimpleLifeCycleListener.java:45)
  639. at org.pentaho.platform.web.http.context.PentahoSystemReadyListener.contextInitialized(PentahoSystemReadyListener.java:53)
  640. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  641. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  642. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  643. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  644. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  645. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  646. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  647. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  648. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  649. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  650. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  651. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  652. at java.lang.Thread.run(Thread.java:748)
  653. 2017-06-27 14:20:18,211 ERROR [org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService] User/Role List could not be obtained.
  654. java.lang.IllegalStateException: Target of Bean was never resolved: org.springframework.security.core.userdetails.UserDetailsService
  655. at org.pentaho.platform.engine.core.system.objfac.spring.BeanBuilder$1.invoke(BeanBuilder.java:157)
  656. at com.sun.proxy.$Proxy47.loadUserByUsername(Unknown Source)
  657. at org.pentaho.platform.plugin.services.security.userrole.ChainedUserDetailsService.loadUserByUsername(ChainedUserDetailsService.java:47)
  658. at org.pentaho.platform.plugin.services.security.userrole.PentahoCachingUserDetailsService.loadUserByUsername(PentahoCachingUserDetailsService.java:73)
  659. at org.pentaho.platform.security.userroledao.service.UserRoleDaoUserRoleListService.getRolesForUser(UserRoleDaoUserRoleListService.java:143)
  660. at org.pentaho.platform.plugin.services.security.userrole.ExtraRolesUserRoleListServiceDecorator.getRolesForUser(ExtraRolesUserRoleListServiceDecorator.java:113)
  661. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService$7.perform(CompositeUserRoleListService.java:122)
  662. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.collectResultsForOperation(CompositeUserRoleListService.java:131)
  663. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.getRolesForUser(CompositeUserRoleListService.java:120)
  664. at org.pentaho.platform.engine.security.SecurityHelper.createAuthentication(SecurityHelper.java:352)
  665. at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:415)
  666. at pt.webdetails.cpf.repository.pentaho.unified.PluginRepositoryResourceAccess.getSystemAccessRepository(PluginRepositoryResourceAccess.java:48)
  667. at pt.webdetails.cpf.repository.pentaho.unified.PluginRepositoryResourceAccess.getRepository(PluginRepositoryResourceAccess.java:65)
  668. at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.getRepositoryFile(UnifiedRepositoryAccess.java:142)
  669. at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.fileExists(UnifiedRepositoryAccess.java:62)
  670. at pt.webdetails.cdf.dd.extapi.FileHandler.createBasicDirIfNotExists(FileHandler.java:144)
  671. at pt.webdetails.cdf.dd.CdeEngine.ensureDirExists(CdeEngine.java:145)
  672. at pt.webdetails.cdf.dd.CdeEngine.ensureBasicDirs(CdeEngine.java:92)
  673. at pt.webdetails.cdf.dd.CdeEngine.initialize(CdeEngine.java:85)
  674. at pt.webdetails.cdf.dd.CdeEngine.getInstance(CdeEngine.java:54)
  675. at pt.webdetails.cdf.dd.CdeLifeCycleListener.ready(CdeLifeCycleListener.java:39)
  676. at org.pentaho.platform.web.http.context.PentahoSystemReadyListener.contextInitialized(PentahoSystemReadyListener.java:53)
  677. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  678. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  679. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  680. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  681. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  682. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  683. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  684. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  685. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  686. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  687. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  688. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  689. at java.lang.Thread.run(Thread.java:748)
  690. 2017-06-27 14:20:18,211 ERROR [org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService] User/Role List could not be obtained.
  691. java.lang.IllegalStateException: Target of Bean was never resolved: org.springframework.security.core.userdetails.UserDetailsService
  692. at org.pentaho.platform.engine.core.system.objfac.spring.BeanBuilder$1.invoke(BeanBuilder.java:157)
  693. at com.sun.proxy.$Proxy47.loadUserByUsername(Unknown Source)
  694. at org.pentaho.platform.plugin.services.security.userrole.ChainedUserDetailsService.loadUserByUsername(ChainedUserDetailsService.java:47)
  695. at org.pentaho.platform.plugin.services.security.userrole.PentahoCachingUserDetailsService.loadUserByUsername(PentahoCachingUserDetailsService.java:73)
  696. at org.pentaho.platform.security.userroledao.service.UserRoleDaoUserRoleListService.getRolesForUser(UserRoleDaoUserRoleListService.java:143)
  697. at org.pentaho.platform.plugin.services.security.userrole.ExtraRolesUserRoleListServiceDecorator.getRolesForUser(ExtraRolesUserRoleListServiceDecorator.java:113)
  698. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService$7.perform(CompositeUserRoleListService.java:122)
  699. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.collectResultsForOperation(CompositeUserRoleListService.java:131)
  700. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.getRolesForUser(CompositeUserRoleListService.java:120)
  701. at org.pentaho.platform.engine.security.SecurityHelper.createAuthentication(SecurityHelper.java:352)
  702. at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:415)
  703. at pt.webdetails.cpf.repository.pentaho.unified.PluginRepositoryResourceAccess.getSystemAccessRepository(PluginRepositoryResourceAccess.java:48)
  704. at pt.webdetails.cpf.repository.pentaho.unified.PluginRepositoryResourceAccess.getRepository(PluginRepositoryResourceAccess.java:65)
  705. at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.getRepositoryFile(UnifiedRepositoryAccess.java:142)
  706. at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.fileExists(UnifiedRepositoryAccess.java:62)
  707. at pt.webdetails.cdf.dd.extapi.FileHandler.createBasicDirIfNotExists(FileHandler.java:144)
  708. at pt.webdetails.cdf.dd.CdeEngine.ensureDirExists(CdeEngine.java:145)
  709. at pt.webdetails.cdf.dd.CdeEngine.ensureBasicDirs(CdeEngine.java:92)
  710. at pt.webdetails.cdf.dd.CdeEngine.initialize(CdeEngine.java:85)
  711. at pt.webdetails.cdf.dd.CdeEngine.getInstance(CdeEngine.java:54)
  712. at pt.webdetails.cdf.dd.CdeLifeCycleListener.ready(CdeLifeCycleListener.java:39)
  713. at org.pentaho.platform.web.http.context.PentahoSystemReadyListener.contextInitialized(PentahoSystemReadyListener.java:53)
  714. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  715. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  716. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  717. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  718. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  719. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  720. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  721. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  722. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  723. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  724. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  725. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  726. at java.lang.Thread.run(Thread.java:748)
  727. 2017-06-27 14:20:18,217 ERROR [pt.webdetails.cdf.dd.CdeEngine] Error initializing CdeEngine: [ java.lang.NullPointerException ] - null
  728. 2017-06-27 14:20:18,217 ERROR [org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService] User/Role List could not be obtained.
  729. java.lang.IllegalStateException: Target of Bean was never resolved: org.springframework.security.core.userdetails.UserDetailsService
  730. at org.pentaho.platform.engine.core.system.objfac.spring.BeanBuilder$1.invoke(BeanBuilder.java:157)
  731. at com.sun.proxy.$Proxy47.loadUserByUsername(Unknown Source)
  732. at org.pentaho.platform.plugin.services.security.userrole.ChainedUserDetailsService.loadUserByUsername(ChainedUserDetailsService.java:47)
  733. at org.pentaho.platform.plugin.services.security.userrole.PentahoCachingUserDetailsService.loadUserByUsername(PentahoCachingUserDetailsService.java:73)
  734. at org.pentaho.platform.security.userroledao.service.UserRoleDaoUserRoleListService.getRolesForUser(UserRoleDaoUserRoleListService.java:143)
  735. at org.pentaho.platform.plugin.services.security.userrole.ExtraRolesUserRoleListServiceDecorator.getRolesForUser(ExtraRolesUserRoleListServiceDecorator.java:113)
  736. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService$7.perform(CompositeUserRoleListService.java:122)
  737. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.collectResultsForOperation(CompositeUserRoleListService.java:131)
  738. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.getRolesForUser(CompositeUserRoleListService.java:120)
  739. at org.pentaho.platform.engine.security.SecurityHelper.createAuthentication(SecurityHelper.java:352)
  740. at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:415)
  741. at pt.webdetails.cpf.repository.pentaho.unified.PluginRepositoryResourceAccess.getSystemAccessRepository(PluginRepositoryResourceAccess.java:48)
  742. at pt.webdetails.cpf.repository.pentaho.unified.PluginRepositoryResourceAccess.getRepository(PluginRepositoryResourceAccess.java:65)
  743. at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.getRepositoryFile(UnifiedRepositoryAccess.java:142)
  744. at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.fileExists(UnifiedRepositoryAccess.java:62)
  745. at pt.webdetails.cdf.dd.extapi.FileHandler.createBasicDirIfNotExists(FileHandler.java:144)
  746. at pt.webdetails.cdf.dd.CdeEngine.ensureDirExists(CdeEngine.java:145)
  747. at pt.webdetails.cdf.dd.CdeEngine.ensureBasicDirs(CdeEngine.java:92)
  748. at pt.webdetails.cdf.dd.CdeLifeCycleListener.ready(CdeLifeCycleListener.java:39)
  749. at org.pentaho.platform.web.http.context.PentahoSystemReadyListener.contextInitialized(PentahoSystemReadyListener.java:53)
  750. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  751. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  752. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  753. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  754. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  755. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  756. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  757. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  758. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  759. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  760. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  761. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  762. at java.lang.Thread.run(Thread.java:748)
  763. 2017-06-27 14:20:18,218 ERROR [org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService] User/Role List could not be obtained.
  764. java.lang.IllegalStateException: Target of Bean was never resolved: org.springframework.security.core.userdetails.UserDetailsService
  765. at org.pentaho.platform.engine.core.system.objfac.spring.BeanBuilder$1.invoke(BeanBuilder.java:157)
  766. at com.sun.proxy.$Proxy47.loadUserByUsername(Unknown Source)
  767. at org.pentaho.platform.plugin.services.security.userrole.ChainedUserDetailsService.loadUserByUsername(ChainedUserDetailsService.java:47)
  768. at org.pentaho.platform.plugin.services.security.userrole.PentahoCachingUserDetailsService.loadUserByUsername(PentahoCachingUserDetailsService.java:73)
  769. at org.pentaho.platform.security.userroledao.service.UserRoleDaoUserRoleListService.getRolesForUser(UserRoleDaoUserRoleListService.java:143)
  770. at org.pentaho.platform.plugin.services.security.userrole.ExtraRolesUserRoleListServiceDecorator.getRolesForUser(ExtraRolesUserRoleListServiceDecorator.java:113)
  771. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService$7.perform(CompositeUserRoleListService.java:122)
  772. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.collectResultsForOperation(CompositeUserRoleListService.java:131)
  773. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.getRolesForUser(CompositeUserRoleListService.java:120)
  774. at org.pentaho.platform.engine.security.SecurityHelper.createAuthentication(SecurityHelper.java:352)
  775. at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:415)
  776. at pt.webdetails.cpf.repository.pentaho.unified.PluginRepositoryResourceAccess.getSystemAccessRepository(PluginRepositoryResourceAccess.java:48)
  777. at pt.webdetails.cpf.repository.pentaho.unified.PluginRepositoryResourceAccess.getRepository(PluginRepositoryResourceAccess.java:65)
  778. at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.getRepositoryFile(UnifiedRepositoryAccess.java:142)
  779. at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.fileExists(UnifiedRepositoryAccess.java:62)
  780. at pt.webdetails.cdf.dd.extapi.FileHandler.createBasicDirIfNotExists(FileHandler.java:144)
  781. at pt.webdetails.cdf.dd.CdeEngine.ensureDirExists(CdeEngine.java:145)
  782. at pt.webdetails.cdf.dd.CdeEngine.ensureBasicDirs(CdeEngine.java:92)
  783. at pt.webdetails.cdf.dd.CdeLifeCycleListener.ready(CdeLifeCycleListener.java:39)
  784. at org.pentaho.platform.web.http.context.PentahoSystemReadyListener.contextInitialized(PentahoSystemReadyListener.java:53)
  785. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  786. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  787. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  788. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  789. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  790. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  791. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  792. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  793. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  794. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  795. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  796. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  797. at java.lang.Thread.run(Thread.java:748)
  798. 2017-06-27 14:20:18,233 ERROR [org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService] User/Role List could not be obtained.
  799. java.lang.IllegalStateException: Target of Bean was never resolved: org.springframework.security.core.userdetails.UserDetailsService
  800. at org.pentaho.platform.engine.core.system.objfac.spring.BeanBuilder$1.invoke(BeanBuilder.java:157)
  801. at com.sun.proxy.$Proxy47.loadUserByUsername(Unknown Source)
  802. at org.pentaho.platform.plugin.services.security.userrole.ChainedUserDetailsService.loadUserByUsername(ChainedUserDetailsService.java:47)
  803. at org.pentaho.platform.plugin.services.security.userrole.PentahoCachingUserDetailsService.loadUserByUsername(PentahoCachingUserDetailsService.java:73)
  804. at org.pentaho.platform.security.userroledao.service.UserRoleDaoUserRoleListService.getRolesForUser(UserRoleDaoUserRoleListService.java:143)
  805. at org.pentaho.platform.plugin.services.security.userrole.ExtraRolesUserRoleListServiceDecorator.getRolesForUser(ExtraRolesUserRoleListServiceDecorator.java:113)
  806. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService$7.perform(CompositeUserRoleListService.java:122)
  807. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.collectResultsForOperation(CompositeUserRoleListService.java:131)
  808. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.getRolesForUser(CompositeUserRoleListService.java:120)
  809. at org.pentaho.platform.engine.security.SecurityHelper.createAuthentication(SecurityHelper.java:352)
  810. at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:415)
  811. at pt.webdetails.cpf.CpfProperties.loadAsSystem(CpfProperties.java:46)
  812. at pt.webdetails.cpf.AbstractCpfProperties.loadSettings(AbstractCpfProperties.java:58)
  813. at pt.webdetails.cpf.AbstractCpfProperties.<init>(AbstractCpfProperties.java:35)
  814. at pt.webdetails.cpf.CpfProperties.<init>(CpfProperties.java:32)
  815. at pt.webdetails.cpf.CpfProperties.getInstance(CpfProperties.java:37)
  816. at pt.webdetails.cpf.SimpleLifeCycleListener.ready(SimpleLifeCycleListener.java:45)
  817. at org.pentaho.platform.web.http.context.PentahoSystemReadyListener.contextInitialized(PentahoSystemReadyListener.java:53)
  818. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  819. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  820. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  821. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  822. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  823. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  824. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  825. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  826. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  827. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  828. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  829. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  830. at java.lang.Thread.run(Thread.java:748)
  831. 2017-06-27 14:20:18,234 ERROR [org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService] User/Role List could not be obtained.
  832. java.lang.IllegalStateException: Target of Bean was never resolved: org.springframework.security.core.userdetails.UserDetailsService
  833. at org.pentaho.platform.engine.core.system.objfac.spring.BeanBuilder$1.invoke(BeanBuilder.java:157)
  834. at com.sun.proxy.$Proxy47.loadUserByUsername(Unknown Source)
  835. at org.pentaho.platform.plugin.services.security.userrole.ChainedUserDetailsService.loadUserByUsername(ChainedUserDetailsService.java:47)
  836. at org.pentaho.platform.plugin.services.security.userrole.PentahoCachingUserDetailsService.loadUserByUsername(PentahoCachingUserDetailsService.java:73)
  837. at org.pentaho.platform.security.userroledao.service.UserRoleDaoUserRoleListService.getRolesForUser(UserRoleDaoUserRoleListService.java:143)
  838. at org.pentaho.platform.plugin.services.security.userrole.ExtraRolesUserRoleListServiceDecorator.getRolesForUser(ExtraRolesUserRoleListServiceDecorator.java:113)
  839. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService$7.perform(CompositeUserRoleListService.java:122)
  840. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.collectResultsForOperation(CompositeUserRoleListService.java:131)
  841. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.getRolesForUser(CompositeUserRoleListService.java:120)
  842. at org.pentaho.platform.engine.security.SecurityHelper.createAuthentication(SecurityHelper.java:352)
  843. at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:415)
  844. at pt.webdetails.cpf.CpfProperties.loadAsSystem(CpfProperties.java:46)
  845. at pt.webdetails.cpf.AbstractCpfProperties.loadSettings(AbstractCpfProperties.java:58)
  846. at pt.webdetails.cpf.AbstractCpfProperties.<init>(AbstractCpfProperties.java:35)
  847. at pt.webdetails.cpf.CpfProperties.<init>(CpfProperties.java:32)
  848. at pt.webdetails.cpf.CpfProperties.getInstance(CpfProperties.java:37)
  849. at pt.webdetails.cpf.SimpleLifeCycleListener.ready(SimpleLifeCycleListener.java:45)
  850. at org.pentaho.platform.web.http.context.PentahoSystemReadyListener.contextInitialized(PentahoSystemReadyListener.java:53)
  851. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  852. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  853. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  854. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  855. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  856. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  857. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  858. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  859. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  860. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  861. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  862. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  863. at java.lang.Thread.run(Thread.java:748)
  864. 2017-06-27 14:20:18,234 ERROR [org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService] User/Role List could not be obtained.
  865. java.lang.IllegalStateException: Target of Bean was never resolved: org.springframework.security.core.userdetails.UserDetailsService
  866. at org.pentaho.platform.engine.core.system.objfac.spring.BeanBuilder$1.invoke(BeanBuilder.java:157)
  867. at com.sun.proxy.$Proxy47.loadUserByUsername(Unknown Source)
  868. at org.pentaho.platform.plugin.services.security.userrole.ChainedUserDetailsService.loadUserByUsername(ChainedUserDetailsService.java:47)
  869. at org.pentaho.platform.plugin.services.security.userrole.PentahoCachingUserDetailsService.loadUserByUsername(PentahoCachingUserDetailsService.java:73)
  870. at org.pentaho.platform.security.userroledao.service.UserRoleDaoUserRoleListService.getRolesForUser(UserRoleDaoUserRoleListService.java:143)
  871. at org.pentaho.platform.plugin.services.security.userrole.ExtraRolesUserRoleListServiceDecorator.getRolesForUser(ExtraRolesUserRoleListServiceDecorator.java:113)
  872. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService$7.perform(CompositeUserRoleListService.java:122)
  873. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.collectResultsForOperation(CompositeUserRoleListService.java:131)
  874. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.getRolesForUser(CompositeUserRoleListService.java:120)
  875. at org.pentaho.platform.engine.security.SecurityHelper.createAuthentication(SecurityHelper.java:352)
  876. at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:415)
  877. at pt.webdetails.cpf.repository.pentaho.unified.PluginRepositoryResourceAccess.getSystemAccessRepository(PluginRepositoryResourceAccess.java:48)
  878. at pt.webdetails.cpf.repository.pentaho.unified.PluginRepositoryResourceAccess.getRepository(PluginRepositoryResourceAccess.java:65)
  879. at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.getRepositoryFile(UnifiedRepositoryAccess.java:142)
  880. at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.fileExists(UnifiedRepositoryAccess.java:62)
  881. at pt.webdetails.cpf.AbstractCpfProperties.loadProperties(AbstractCpfProperties.java:39)
  882. at pt.webdetails.cpf.CpfProperties$1.call(CpfProperties.java:48)
  883. at pt.webdetails.cpf.CpfProperties$1.call(CpfProperties.java:46)
  884. at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:419)
  885. at pt.webdetails.cpf.CpfProperties.loadAsSystem(CpfProperties.java:46)
  886. at pt.webdetails.cpf.AbstractCpfProperties.loadSettings(AbstractCpfProperties.java:58)
  887. at pt.webdetails.cpf.AbstractCpfProperties.<init>(AbstractCpfProperties.java:35)
  888. at pt.webdetails.cpf.CpfProperties.<init>(CpfProperties.java:32)
  889. at pt.webdetails.cpf.CpfProperties.getInstance(CpfProperties.java:37)
  890. at pt.webdetails.cpf.SimpleLifeCycleListener.ready(SimpleLifeCycleListener.java:45)
  891. at org.pentaho.platform.web.http.context.PentahoSystemReadyListener.contextInitialized(PentahoSystemReadyListener.java:53)
  892. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  893. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  894. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  895. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  896. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  897. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  898. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  899. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  900. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  901. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  902. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  903. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  904. at java.lang.Thread.run(Thread.java:748)
  905. 2017-06-27 14:20:18,235 ERROR [org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService] User/Role List could not be obtained.
  906. java.lang.IllegalStateException: Target of Bean was never resolved: org.springframework.security.core.userdetails.UserDetailsService
  907. at org.pentaho.platform.engine.core.system.objfac.spring.BeanBuilder$1.invoke(BeanBuilder.java:157)
  908. at com.sun.proxy.$Proxy47.loadUserByUsername(Unknown Source)
  909. at org.pentaho.platform.plugin.services.security.userrole.ChainedUserDetailsService.loadUserByUsername(ChainedUserDetailsService.java:47)
  910. at org.pentaho.platform.plugin.services.security.userrole.PentahoCachingUserDetailsService.loadUserByUsername(PentahoCachingUserDetailsService.java:73)
  911. at org.pentaho.platform.security.userroledao.service.UserRoleDaoUserRoleListService.getRolesForUser(UserRoleDaoUserRoleListService.java:143)
  912. at org.pentaho.platform.plugin.services.security.userrole.ExtraRolesUserRoleListServiceDecorator.getRolesForUser(ExtraRolesUserRoleListServiceDecorator.java:113)
  913. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService$7.perform(CompositeUserRoleListService.java:122)
  914. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.collectResultsForOperation(CompositeUserRoleListService.java:131)
  915. at org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService.getRolesForUser(CompositeUserRoleListService.java:120)
  916. at org.pentaho.platform.engine.security.SecurityHelper.createAuthentication(SecurityHelper.java:352)
  917. at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:415)
  918. at pt.webdetails.cpf.repository.pentaho.unified.PluginRepositoryResourceAccess.getSystemAccessRepository(PluginRepositoryResourceAccess.java:48)
  919. at pt.webdetails.cpf.repository.pentaho.unified.PluginRepositoryResourceAccess.getRepository(PluginRepositoryResourceAccess.java:65)
  920. at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.getRepositoryFile(UnifiedRepositoryAccess.java:142)
  921. at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.fileExists(UnifiedRepositoryAccess.java:62)
  922. at pt.webdetails.cpf.AbstractCpfProperties.loadProperties(AbstractCpfProperties.java:39)
  923. at pt.webdetails.cpf.CpfProperties$1.call(CpfProperties.java:48)
  924. at pt.webdetails.cpf.CpfProperties$1.call(CpfProperties.java:46)
  925. at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:419)
  926. at pt.webdetails.cpf.CpfProperties.loadAsSystem(CpfProperties.java:46)
  927. at pt.webdetails.cpf.AbstractCpfProperties.loadSettings(AbstractCpfProperties.java:58)
  928. at pt.webdetails.cpf.AbstractCpfProperties.<init>(AbstractCpfProperties.java:35)
  929. at pt.webdetails.cpf.CpfProperties.<init>(CpfProperties.java:32)
  930. at pt.webdetails.cpf.CpfProperties.getInstance(CpfProperties.java:37)
  931. at pt.webdetails.cpf.SimpleLifeCycleListener.ready(SimpleLifeCycleListener.java:45)
  932. at org.pentaho.platform.web.http.context.PentahoSystemReadyListener.contextInitialized(PentahoSystemReadyListener.java:53)
  933. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
  934. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
  935. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  936. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
  937. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
  938. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  939. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
  940. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
  941. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  942. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  943. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  944. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  945. at java.lang.Thread.run(Thread.java:748)
  946. 2017-06-27 14:20:18,320 ERROR [org.pentaho.platform.util.logging.Logger] misc-org.pentaho.platform.web.http.context.PentahoSystemReadyListener: Cannot obtain JCR repository. Exiting
  947. 2017-06-27 14:20:18,337 INFO [org.pentaho.platform.engine.core.system.status.PeriodicStatusLogger] Warning, one or more errors occurred during the initialization process.
  948. 2017-06-27 14:25:18,731 INFO [org.pentaho.platform.engine.core.system.status.PeriodicStatusLogger] Warning, one or more errors occurred during the initialization process.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement