Hi-
I'm trying to install Pentaho BI on a Windows Server 2008 machine and I'm getting the below error, I was wondering if anyone could share some thoughts on what it might be? I've found some other posts on listening errors, but none of them seem to be the same issue I'm seeing. Any help on what to do next would be greatly appreciated!
Kevin
*******
The following errors were detected
One or more system listeners failed. These are set in the systemListeners.xml.
org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.repository2.unified.BackingRepositoryLifecycleManagerSystemListener
Please see the server console for more details on each error detected.
*******
And this the error from the Tomcat console:
egisterPlugin(DefaultPluginManager.java:286)
at org.pentaho.platform.plugin.services.pluginmgr.DefaultPluginManager.r
eload(DefaultPluginManager.java:209)
at org.pentaho.platform.plugin.services.pluginmgr.PluginAdapter.startup(
PluginAdapter.java:42)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemLis
tenersOfStartup(PentahoSystem.java:364)
at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(Pent
ahoSystem.java:58)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoS
ystem.java:301)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoS
ystem.java:298)
at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(Pen
tahoSystem.java:340)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemLis
tenersOfStartup(PentahoSystem.java:298)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSys
tem.java:269)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSys
tem.java:182)
at org.pentaho.platform.web.http.context.SolutionContextListener.context
Initialized(SolutionContextListener.java:136)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
t.java:4206)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4
705)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:799)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:77
9)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.ja
va:675)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.j
ava:601)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502
)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
:324)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:142)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463
)
at org.apache.catalina.core.StandardService.start(StandardService.java:5
25)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:754
)
at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
07:42:13,201 ERROR [Logger] Error end:
07:42:15,383 ERROR [BackingRepositoryLifecycleManagerSystemListener]
org.springframework.dao.InvalidDataAccessApiUsageException: No such node type; n
ested exception is javax.jcr.nodetype.NoSuchNodeTypeException: {http://www.penta
ho.org/jcr/nt/2.0}pentahoFolder
at org.springframework.extensions.jcr.SessionFactoryUtils.translateExcep
tion(SessionFactoryUtils.java:202)
at org.springframework.extensions.jcr.JcrAccessor.convertJcrAccessExcept
ion(JcrAccessor.java:58)
at org.pentaho.platform.repository2.unified.jcr.sejcr.PentahoJcrTemplate
.pentahoConvertJcrAccessException(PentahoJcrTemplate.java:101)
at org.pentaho.platform.repository2.unified.jcr.sejcr.PentahoJcrTemplate
.execute(PentahoJcrTemplate.java:70)
at org.springframework.extensions.jcr.JcrTemplate.execute(JcrTemplate.ja
va:115)
at org.pentaho.platform.repository2.unified.jcr.JcrRepositoryFileDao.cre
ateFolder(JcrRepositoryFileDao.java:321)
at org.pentaho.platform.repository2.mt.RepositoryTenantManager$1.doInJcr
(RepositoryTenantManager.java:115)
at org.pentaho.platform.repository2.unified.jcr.sejcr.PentahoJcrTemplate
.execute(PentahoJcrTemplate.java:65)
at org.springframework.extensions.jcr.JcrTemplate.execute(JcrTemplate.ja
va:115)
at org.pentaho.platform.repository2.mt.RepositoryTenantManager.createTen
antFolder(RepositoryTenantManager.java:101)
at org.pentaho.platform.repository2.mt.RepositoryTenantManager.createTen
ant(RepositoryTenantManager.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflecti
on(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJo
inpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
ReflectiveMethodInvocation.java:149)
at org.springframework.transaction.interceptor.TransactionInterceptor.in
voke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynami
cAopProxy.java:204)
at com.sun.proxy.$Proxy16.createTenant(Unknown Source)
at org.pentaho.platform.repository2.unified.lifecycle.DefaultBackingRepo
sitoryLifecycleManager.startup(DefaultBackingRepositoryLifecycleManager.java:158
)
at org.pentaho.platform.repository2.unified.lifecycle.DelegatingBackingR
epositoryLifecycleManager.startup(DelegatingBackingRepositoryLifecycleManager.ja
va:79)
at org.pentaho.platform.repository2.unified.BackingRepositoryLifecycleMa
nagerSystemListener.startup(BackingRepositoryLifecycleManagerSystemListener.java
:51)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemLis
tenersOfStartup(PentahoSystem.java:364)
at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(Pent
ahoSystem.java:58)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoS
ystem.java:301)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoS
ystem.java:298)
at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(Pen
tahoSystem.java:340)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemLis
tenersOfStartup(PentahoSystem.java:298)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSys
tem.java:269)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSys
tem.java:182)
at org.pentaho.platform.web.http.context.SolutionContextListener.context
Initialized(SolutionContextListener.java:136)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
t.java:4206)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4
705)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:799)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:77
9)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.ja
va:675)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.j
ava:601)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502
)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
:324)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:142)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463
)
at org.apache.catalina.core.StandardService.start(StandardService.java:5
25)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:754
)
at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: javax.jcr.nodetype.NoSuchNodeTypeException: {http://www.pentaho.org/j
cr/nt/2.0}pentahoFolder
at org.apache.jackrabbit.core.nodetype.NodeTypeRegistry.getEffectiveNode
Type(NodeTypeRegistry.java:1049)
at org.apache.jackrabbit.core.nodetype.NodeTypeRegistry.getEffectiveNode
Type(NodeTypeRegistry.java:501)
at org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl.getNodeType(N
odeTypeManagerImpl.java:179)
at org.apache.jackrabbit.core.NodeImpl.addNode(NodeImpl.java:1242)
at org.apache.jackrabbit.core.session.AddNodeOperation.perform(AddNodeOp
eration.java:111)
at org.apache.jackrabbit.core.session.AddNodeOperation.perform(AddNodeOp
eration.java:37)
at org.apache.jackrabbit.core.session.SessionState.perform(SessionState.
java:216)
at org.apache.jackrabbit.core.ItemImpl.perform(ItemImpl.java:91)
at org.apache.jackrabbit.core.NodeImpl.addNodeWithUuid(NodeImpl.java:177
6)
at org.apache.jackrabbit.core.NodeImpl.addNode(NodeImpl.java:1736)
at org.pentaho.platform.repository2.unified.jcr.JcrRepositoryFileUtils.c
reateFolderNode(JcrRepositoryFileUtils.java:431)
at org.pentaho.platform.repository2.unified.jcr.JcrRepositoryFileDao.int
ernalCreateFolder(JcrRepositoryFileDao.java:141)
at org.pentaho.platform.repository2.unified.jcr.JcrRepositoryFileDao.acc
ess$400(JcrRepositoryFileDao.java:71)
at org.pentaho.platform.repository2.unified.jcr.JcrRepositoryFileDao$2.d
oInJcr(JcrRepositoryFileDao.java:324)
at org.pentaho.platform.repository2.unified.jcr.sejcr.PentahoJcrTemplate
.execute(PentahoJcrTemplate.java:65)
... 54 more
07:42:15,411 ERROR [Logger] Error: Pentaho
07:42:15,411 ERROR [Logger] misc-org.pentaho.platform.engine.core.system.Pentaho
System: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ER
ROR_0014 - Error while trying to execute startup sequence for org.pentaho.platfo
rm.repository2.unified.BackingRepositoryLifecycleManagerSystemListener
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.repository2.unified.BackingRe
positoryLifecycleManagerSystemListener
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemLis
tenersOfStartup(PentahoSystem.java:306)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSys
tem.java:269)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSys
tem.java:182)
at org.pentaho.platform.web.http.context.SolutionContextListener.context
Initialized(SolutionContextListener.java:136)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
t.java:4206)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4
705)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:799)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:77
9)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.ja
va:675)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.j
ava:601)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502
)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
:324)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:142)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463
)
at org.apache.catalina.core.StandardService.start(StandardService.java:5
25)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:754
)
at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem
.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.pla
tform.repository2.unified.BackingRepositoryLifecycleManagerSystemListener
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemLis
tenersOfStartup(PentahoSystem.java:372)
at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(Pent
ahoSystem.java:58)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoS
ystem.java:301)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoS
ystem.java:298)
at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(Pen
tahoSystem.java:340)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemLis
tenersOfStartup(PentahoSystem.java:298)
... 27 more
Caused by: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem
.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.pla
tform.repository2.unified.BackingRepositoryLifecycleManagerSystemListener
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemLis
tenersOfStartup(PentahoSystem.java:365)
... 32 more
07:42:15,427 ERROR [Logger] Error end:
Pentaho BI Platform server failed to properly initialize. The system will not be
available for requests. (Pentaho Platform Core 5.0.1-stable.-1) Fully Qualified
Server Url = http://localhost:8080/pentaho/, Solution Path = C:\Pentaho\biserve
r-ce\pentaho-solutions
Jun 25, 2014 7:42:15 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory pentaho-style
Jun 25, 2014 7:42:15 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Jun 25, 2014 7:42:15 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory sw-style
Jun 25, 2014 7:42:15 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jun 25, 2014 7:42:15 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jun 25, 2014 7:42:15 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/29 config=null
Jun 25, 2014 7:42:15 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 27702 ms
I'm trying to install Pentaho BI on a Windows Server 2008 machine and I'm getting the below error, I was wondering if anyone could share some thoughts on what it might be? I've found some other posts on listening errors, but none of them seem to be the same issue I'm seeing. Any help on what to do next would be greatly appreciated!
Kevin
*******
The following errors were detected
One or more system listeners failed. These are set in the systemListeners.xml.
org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.repository2.unified.BackingRepositoryLifecycleManagerSystemListener
Please see the server console for more details on each error detected.
*******
And this the error from the Tomcat console:
egisterPlugin(DefaultPluginManager.java:286)
at org.pentaho.platform.plugin.services.pluginmgr.DefaultPluginManager.r
eload(DefaultPluginManager.java:209)
at org.pentaho.platform.plugin.services.pluginmgr.PluginAdapter.startup(
PluginAdapter.java:42)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemLis
tenersOfStartup(PentahoSystem.java:364)
at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(Pent
ahoSystem.java:58)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoS
ystem.java:301)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoS
ystem.java:298)
at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(Pen
tahoSystem.java:340)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemLis
tenersOfStartup(PentahoSystem.java:298)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSys
tem.java:269)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSys
tem.java:182)
at org.pentaho.platform.web.http.context.SolutionContextListener.context
Initialized(SolutionContextListener.java:136)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
t.java:4206)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4
705)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:799)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:77
9)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.ja
va:675)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.j
ava:601)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502
)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
:324)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:142)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463
)
at org.apache.catalina.core.StandardService.start(StandardService.java:5
25)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:754
)
at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
07:42:13,201 ERROR [Logger] Error end:
07:42:15,383 ERROR [BackingRepositoryLifecycleManagerSystemListener]
org.springframework.dao.InvalidDataAccessApiUsageException: No such node type; n
ested exception is javax.jcr.nodetype.NoSuchNodeTypeException: {http://www.penta
ho.org/jcr/nt/2.0}pentahoFolder
at org.springframework.extensions.jcr.SessionFactoryUtils.translateExcep
tion(SessionFactoryUtils.java:202)
at org.springframework.extensions.jcr.JcrAccessor.convertJcrAccessExcept
ion(JcrAccessor.java:58)
at org.pentaho.platform.repository2.unified.jcr.sejcr.PentahoJcrTemplate
.pentahoConvertJcrAccessException(PentahoJcrTemplate.java:101)
at org.pentaho.platform.repository2.unified.jcr.sejcr.PentahoJcrTemplate
.execute(PentahoJcrTemplate.java:70)
at org.springframework.extensions.jcr.JcrTemplate.execute(JcrTemplate.ja
va:115)
at org.pentaho.platform.repository2.unified.jcr.JcrRepositoryFileDao.cre
ateFolder(JcrRepositoryFileDao.java:321)
at org.pentaho.platform.repository2.mt.RepositoryTenantManager$1.doInJcr
(RepositoryTenantManager.java:115)
at org.pentaho.platform.repository2.unified.jcr.sejcr.PentahoJcrTemplate
.execute(PentahoJcrTemplate.java:65)
at org.springframework.extensions.jcr.JcrTemplate.execute(JcrTemplate.ja
va:115)
at org.pentaho.platform.repository2.mt.RepositoryTenantManager.createTen
antFolder(RepositoryTenantManager.java:101)
at org.pentaho.platform.repository2.mt.RepositoryTenantManager.createTen
ant(RepositoryTenantManager.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflecti
on(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJo
inpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
ReflectiveMethodInvocation.java:149)
at org.springframework.transaction.interceptor.TransactionInterceptor.in
voke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynami
cAopProxy.java:204)
at com.sun.proxy.$Proxy16.createTenant(Unknown Source)
at org.pentaho.platform.repository2.unified.lifecycle.DefaultBackingRepo
sitoryLifecycleManager.startup(DefaultBackingRepositoryLifecycleManager.java:158
)
at org.pentaho.platform.repository2.unified.lifecycle.DelegatingBackingR
epositoryLifecycleManager.startup(DelegatingBackingRepositoryLifecycleManager.ja
va:79)
at org.pentaho.platform.repository2.unified.BackingRepositoryLifecycleMa
nagerSystemListener.startup(BackingRepositoryLifecycleManagerSystemListener.java
:51)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemLis
tenersOfStartup(PentahoSystem.java:364)
at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(Pent
ahoSystem.java:58)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoS
ystem.java:301)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoS
ystem.java:298)
at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(Pen
tahoSystem.java:340)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemLis
tenersOfStartup(PentahoSystem.java:298)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSys
tem.java:269)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSys
tem.java:182)
at org.pentaho.platform.web.http.context.SolutionContextListener.context
Initialized(SolutionContextListener.java:136)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
t.java:4206)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4
705)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:799)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:77
9)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.ja
va:675)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.j
ava:601)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502
)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
:324)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:142)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463
)
at org.apache.catalina.core.StandardService.start(StandardService.java:5
25)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:754
)
at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: javax.jcr.nodetype.NoSuchNodeTypeException: {http://www.pentaho.org/j
cr/nt/2.0}pentahoFolder
at org.apache.jackrabbit.core.nodetype.NodeTypeRegistry.getEffectiveNode
Type(NodeTypeRegistry.java:1049)
at org.apache.jackrabbit.core.nodetype.NodeTypeRegistry.getEffectiveNode
Type(NodeTypeRegistry.java:501)
at org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl.getNodeType(N
odeTypeManagerImpl.java:179)
at org.apache.jackrabbit.core.NodeImpl.addNode(NodeImpl.java:1242)
at org.apache.jackrabbit.core.session.AddNodeOperation.perform(AddNodeOp
eration.java:111)
at org.apache.jackrabbit.core.session.AddNodeOperation.perform(AddNodeOp
eration.java:37)
at org.apache.jackrabbit.core.session.SessionState.perform(SessionState.
java:216)
at org.apache.jackrabbit.core.ItemImpl.perform(ItemImpl.java:91)
at org.apache.jackrabbit.core.NodeImpl.addNodeWithUuid(NodeImpl.java:177
6)
at org.apache.jackrabbit.core.NodeImpl.addNode(NodeImpl.java:1736)
at org.pentaho.platform.repository2.unified.jcr.JcrRepositoryFileUtils.c
reateFolderNode(JcrRepositoryFileUtils.java:431)
at org.pentaho.platform.repository2.unified.jcr.JcrRepositoryFileDao.int
ernalCreateFolder(JcrRepositoryFileDao.java:141)
at org.pentaho.platform.repository2.unified.jcr.JcrRepositoryFileDao.acc
ess$400(JcrRepositoryFileDao.java:71)
at org.pentaho.platform.repository2.unified.jcr.JcrRepositoryFileDao$2.d
oInJcr(JcrRepositoryFileDao.java:324)
at org.pentaho.platform.repository2.unified.jcr.sejcr.PentahoJcrTemplate
.execute(PentahoJcrTemplate.java:65)
... 54 more
07:42:15,411 ERROR [Logger] Error: Pentaho
07:42:15,411 ERROR [Logger] misc-org.pentaho.platform.engine.core.system.Pentaho
System: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ER
ROR_0014 - Error while trying to execute startup sequence for org.pentaho.platfo
rm.repository2.unified.BackingRepositoryLifecycleManagerSystemListener
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.repository2.unified.BackingRe
positoryLifecycleManagerSystemListener
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemLis
tenersOfStartup(PentahoSystem.java:306)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSys
tem.java:269)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSys
tem.java:182)
at org.pentaho.platform.web.http.context.SolutionContextListener.context
Initialized(SolutionContextListener.java:136)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
t.java:4206)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4
705)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:799)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:77
9)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.ja
va:675)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.j
ava:601)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502
)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
:324)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:142)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463
)
at org.apache.catalina.core.StandardService.start(StandardService.java:5
25)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:754
)
at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem
.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.pla
tform.repository2.unified.BackingRepositoryLifecycleManagerSystemListener
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemLis
tenersOfStartup(PentahoSystem.java:372)
at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(Pent
ahoSystem.java:58)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoS
ystem.java:301)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoS
ystem.java:298)
at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(Pen
tahoSystem.java:340)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemLis
tenersOfStartup(PentahoSystem.java:298)
... 27 more
Caused by: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem
.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.pla
tform.repository2.unified.BackingRepositoryLifecycleManagerSystemListener
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemLis
tenersOfStartup(PentahoSystem.java:365)
... 32 more
07:42:15,427 ERROR [Logger] Error end:
Pentaho BI Platform server failed to properly initialize. The system will not be
available for requests. (Pentaho Platform Core 5.0.1-stable.-1) Fully Qualified
Server Url = http://localhost:8080/pentaho/, Solution Path = C:\Pentaho\biserve
r-ce\pentaho-solutions
Jun 25, 2014 7:42:15 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory pentaho-style
Jun 25, 2014 7:42:15 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Jun 25, 2014 7:42:15 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory sw-style
Jun 25, 2014 7:42:15 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jun 25, 2014 7:42:15 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jun 25, 2014 7:42:15 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/29 config=null
Jun 25, 2014 7:42:15 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 27702 ms