我使用Pentaho 5.0,我收到以下错误,请帮助我。 谢谢
2015-01-21 09:08:59,724错误 [org.pentaho.platform.plugin.action.sql.SQLLookupRule]错误开始: Pentaho Pentaho Platform Core 5.0.1-stable.-1 2015-01-21 09:08:59,724 错误[org.pentaho.platform.plugin.action.sql.SQLLookupRule] c0981df6-a144-11e4-b098-d4ae52d4a4b4:COMPONENT:context-301995187-1421827738915:global-department-list.xactionConnectFactory.ERROR_0001 - 无法建立数据库连接:SampleData org.pentaho.platform.api.data.DBDatasourceServiceException: javax.naming.NameNotFoundException:未绑定名称SampleData 这个背景在 org.pentaho.platform.engine.services.connection.datasource.dbcp.BaseDatasourceService.getJndiDataSource(BaseDatasourceService.java:113) 在 org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledOrJndiDatasourceService.retrieve(PooledOrJndiDatasourceService.java:50) 在 org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledOrJndiDatasourceService.getDataSource(PooledOrJndiDatasourceService.java:110) 在 org.pentaho.platform.plugin.services.connections.sql.SQLConnection.initWithJNDI(SQLConnection.java:192) 在 org.pentaho.platform.plugin.services.connections.sql.SQLConnection.setProperties(SQLConnection.java:106) 在 org.pentaho.platform.engine.services.connection.PentahoConnectionFactory.getConnection(PentahoConnectionFactory.java:129) 在 org.pentaho.platform.engine.services.connection.PentahoConnectionFactory.getConnection(PentahoConnectionFactory.java:73) 在 org.pentaho.platform.plugin.action.sql.SQLBaseComponent.getConnection(SQLBaseComponent.java:893) 在 org.pentaho.platform.plugin.action.sql.SQLBaseComponent.getConnection(SQLBaseComponent.java:859) 在 org.pentaho.platform.plugin.action.sql.SQLBaseComponent.getDatasourceConnection(SQLBaseComponent.java:809) 在 org.pentaho.platform.plugin.action.sql.SQLBaseComponent.executeAction(SQLBaseComponent.java:211) 在 org.pentaho.platform.engine.services.solution.ComponentBase.execute(ComponentBase.java:465) 在 org.pentaho.platform.engine.services.runtime.RuntimeContext.executeComponent(RuntimeContext.java:1313) 在 org.pentaho.platform.engine.services.runtime.RuntimeContext.executeAction(RuntimeContext.java:1279) 在 org.pentaho.platform.engine.services.runtime.RuntimeContext.performActions(RuntimeContext.java:1176) 在 org.pentaho.platform.engine.services.runtime.RuntimeContext.executeLoop(RuntimeContext.java:1122) 在 org.pentaho.platform.engine.services.runtime.RuntimeContext.executeSequence(RuntimeContext.java:1004) 在 org.pentaho.platform.engine.services.runtime.RuntimeContext.executeSequence(RuntimeContext.java:910) 在 org.pentaho.platform.engine.services.solution.SolutionEngine.executeInternal(SolutionEngine.java:386) 在 org.pentaho.platform.engine.services.solution.SolutionEngine.execute(SolutionEngine.java:305) 在 org.pentaho.platform.engine.services.solution.SolutionEngine.execute(SolutionEngine.java:184) 在 org.pentaho.platform.engine.core.system.PentahoSystem.globalStartup(PentahoSystem.java:868) 在 org.pentaho.platform.engine.core.system.PentahoSystem $ 2.call(PentahoSystem.java:825) 在 org.pentaho.platform.engine.core.system.PentahoSystem $ 2.call(PentahoSystem.java:822) 在 org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:333) 在 org.pentaho.platform.engine.core.system.PentahoSystem.globalStartup(PentahoSystem.java:822) 在 org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:282) 在 org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:182) 在 org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:136) 在 org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206) 在 org.apache.catalina.core.StandardContext.start(StandardContext.java:4705) 在 org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799) 在 org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779) 在 org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601) 在 org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:675) 在 org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:601) 在 org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502) 在org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317) 在 org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324) 在 org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142) 在 org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065) 在org.apache.catalina.core.StandardHost.start(StandardHost.java:840) 在 org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057) 在 org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463) 在 org.apache.catalina.core.StandardService.start(StandardService.java:525) 在 org.apache.catalina.core.StandardServer.start(StandardServer.java:754) 在org.apache.catalina.startup.Catalina.start(Catalina.java:595)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 在 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 在java.lang.reflect.Method.invoke(Method.java:606)at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)at at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)引起 by:javax.naming.NameNotFoundException:名称SampleData未绑定 在这个背景下 org.apache.naming.NamingContext.lookup(NamingContext.java:770)at org.apache.naming.NamingContext.lookup(NamingContext.java:153)at org.apache.naming.SelectorContext.lookup(SelectorContext.java:152)at javax.naming.InitialContext.lookup(InitialContext.java:411)at org.pentaho.platform.engine.services.connection.datasource.dbcp.BaseDatasourceService.getJndiDataSource(BaseDatasourceService.java:73) ... 52更多2015-01-21 09:08:59,727错误 [org.pentaho.platform.plugin.action.sql.SQLLookupRule]错误结束: 2015-01-21 09:08:59,727错误 [org.pentaho.platform.plugin.action.sql.SQLLookupRule] c0981df6-a144-11e4-B098-d4ae52d4a4b4:组件:上下文301995187-1421827738915:全球部门,list.xactionSQLBaseComponent.ERROR_0007 - 与数据源的连接无效2015-01-21 09:08:59,728 ERROR [org.pentaho.platform.engine.services.solution.SolutionEngine] c0981df6-a144-11e4-B098-d4ae52d4a4b4:SOLUTION-ENGINE:/public/bi-developers/Secure/global-department-list.xaction: 操作序列执行失败,请参阅下面的详细信息错误时间: 2015年1月21日星期三上午9:08:59 CET |会话ID:admin | 实例ID:c0981df6-a144-11e4-b098-d4ae52d4a4b4 |行动顺序: global-department-list.xaction |执行堆栈:执行操作: 查询部门(SQLLookupRule)| Action类:SQLLookupRule | 操作描述:查询部门|循环索引:0堆栈 跟踪:org.pentaho.platform.api.engine.ActionExecutionException: RuntimeContext.ERROR_0017 - 操作无法执行 org.pentaho.platform.engine.services.runtime.RuntimeContext.executeComponent(RuntimeContext.java:1341) 在 org.pentaho.platform.engine.services.runtime.RuntimeContext.executeAction(RuntimeContext.java:1279) 在 org.pentaho.platform.engine.services.runtime.RuntimeContext.performActions(RuntimeContext.java:1176) 在 org.pentaho.platform.engine.services.runtime.RuntimeContext.executeLoop(RuntimeContext.java:1122) 在 org.pentaho.platform.engine.services.runtime.RuntimeContext.executeSequence(RuntimeContext.java:1004) 在 org.pentaho.platform.engine.services.runtime.RuntimeContext.executeSequence(RuntimeContext.java:910) 在 org.pentaho.platform.engine.services.solution.SolutionEngine.executeInternal(SolutionEngine.java:386) 在 org.pentaho.platform.engine.services.solution.SolutionEngine.execute(SolutionEngine.java:305) 在 org.pentaho.platform.engine.services.solution.SolutionEngine.execute(SolutionEngine.java:184) 在 org.pentaho.platform.engine.core.system.PentahoSystem.globalStartup(PentahoSystem.java:868) 在 org.pentaho.platform.engine.core.system.PentahoSystem $ 2.call(PentahoSystem.java:825) 在 org.pentaho.platform.engine.core.system.PentahoSystem $ 2.call(PentahoSystem.java:822) 在 org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:333) 在 org.pentaho.platform.engine.core.system.PentahoSystem.globalStartup(PentahoSystem.java:822) 在 org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:282) 在 org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:182) 在 org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:136) 在 org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206) 在 org.apache.catalina.core.StandardContext.start(StandardContext.java:4705) 在 org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799) 在 org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779) 在 org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601) 在 org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:675) 在 org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:601) 在 org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502) 在org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317) 在 org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324) 在 org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142) 在 org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065) 在org.apache.catalina.core.StandardHost.start(StandardHost.java:840) 在 org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057) 在 org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463) 在 org.apache.catalina.core.StandardService.start(StandardService.java:525) 在 org.apache.catalina.core.StandardServer.start(StandardServer.java:754) 在org.apache.catalina.startup.Catalina.start(Catalina.java:595)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 在 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 在java.lang.reflect.Method.invoke(Method.java:606)at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)at at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
2015-01-21 09:13:41,399错误 [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - 资源 找不到/jpivot/jpivot/messages_supported_languages.properties 插件jpivot 2015-01-21 09:13:42,799错误 [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - 资源 插件中找不到/pentaho-cdf-dd/lang/messages_it-IT.properties pentaho-cdf-dd 2015-01-21 09:13:43,049错误 [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - 资源 在插件saiku中找不到/saiku-ui/saikuplugin.properties.properties 2015-01-21 09:13:43,415错误 [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - 资源 在插件中找不到/saiku-ui/saikuplugin.properties_it.properties saiku 2015-01-21 09:13:43,424错误 [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - 资源 插件中找不到/saiku-ui/saikuplugin.properties_it-IT.properties saiku 2015-01-21 09:15:43,491错误 [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - 资源 插件中找不到/pentaho-cdf-dd/lang/messages_it-IT.properties pentaho-cdf-dd 2015-01-21 09:15:43,470错误 [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - 资源 在插件saiku中找不到/saiku-ui/saikuplugin.properties.properties 2015-01-21 09:15:43,436错误 [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - 资源 在插件中找不到/saiku-ui/saikuplugin.properties_it.properties saiku 2015-01-21 09:15:43,403错误 [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - 资源 插件中找不到/saiku-ui/saikuplugin.properties_it-IT.properties saiku 2015-01-21 09:28:22,749错误 [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - 资源 在插件saiku中找不到/saiku-ui/saikuplugin.properties.properties 2015-01-21 09:28:22,816错误 [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - 资源 在插件中找不到/saiku-ui/saikuplugin.properties_it.properties saiku 2015-01-21 09:43:57,636错误 [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - 资源 找不到/jpivot/jpivot/messages_supported_languages.properties 插件jpivot 2015-01-21 09:44:00,018错误 [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - 资源 在插件saiku中找不到/saiku-ui/saikuplugin.properties.properties 2015-01-21 09:44:00,079错误 [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - 资源 在插件中找不到/saiku-ui/saikuplugin.properties_it.properties 赛酷
答案 0 :(得分:0)
从日志中,我看到了这个错误:Database connection could not be established to: SampleData
。您似乎输入了错误的数据库凭据,其中xaction正在尝试查询(global-department-list.xaction
是准确的)。
请在xaction中正确检查数据库凭据。
希望有所帮助:)