Quantcast
Channel: Pentaho Community Forums - BI Platform
Viewing all 2893 articles
Browse latest View live

Modifications and upgradability

$
0
0
Good day Pentaho community,

I am wondering how easy is it to incorporate future updates provided by Pentaho if I make modifications & customizations to the current open source version of the BI server and report designer. Are there any modules that I shouldn't touch at all to make the process as painless as possible?

Anyone have any experience with this? I'm been searching but to no avail. Thanks in advance.

Undesired change of values with MSAccess Output

$
0
0
I'm trying to extract some data from an excel file and then insert it into a MS Access database. I made a test with a few rows and the transformation went ok. But, when I try to load all the real data (aprox. 52k rows) something happens and Kettle, MS Access or God knows what changes the data, to be exact it changes an Integer column which it is going to fill an Index Column in MS Access (not null and unique if helps), to negative values!

Someone has any idea why this might be happening?

Thanks, in advance.

Saiku Analytics CE (3.8.8-PENTAHO) from Marketplace can't see cubes from a schema

$
0
0
Hi. I'm having problems using some cubes with Saiku Analytics CE on the PUC v6 CE.
I installed the only available CE version of Saiku Analytics on the PUC Marketplace : "3.8.8-PENTAHO (CE)".
The cubes published in a schema (FoodMart) just don't appear.
Any idea how to make this work? Thanks.

My Preview in CDE Dashboard not working

$
0
0
Hello,
Am trying to preview my dashboard in CDE Dashboard but not showing anything. What do I do?:confused:

Problem xaction environment linux

$
0
0
Today I have a job that works perfectly in windows environment, however I am doing in a linux environment in which it presents the following error.


2016-12-12 09:03:57,955 ERROR [org.pentaho.platform.plugin.action.kettle.KettleComponent] Error Start: Pentaho Pentaho Platform Community Edition 7.0.0.0-25
2016-12-12 09:03:57,959 ERROR [org.pentaho.platform.plugin.action.kettle.KettleComponent] adf2aabd-c05a-11e6-b1c0-265e2c3bd9ac:COMPONENT:context-1190040540-1481540637933:prodat$
java.lang.NullPointerException
at org.pentaho.platform.plugin.action.kettle.KettleComponent.executeAction(KettleComponent.java:541)
at org.pentaho.platform.engine.services.solution.ComponentBase.execute(ComponentBase.java:465)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeComponent(RuntimeContext.java:1120)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeAction(RuntimeContext.java:1085)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.performActions(RuntimeContext.java:999)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeLoop(RuntimeContext.java:953)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeSequence(RuntimeContext.java:842)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeSequence(RuntimeContext.java:756)
at org.pentaho.platform.engine.services.solution.SolutionEngine.executeInternal(SolutionEngine.java:352)
at org.pentaho.platform.engine.services.solution.SolutionEngine.execute(SolutionEngine.java:282)
at org.pentaho.platform.engine.services.solution.SolutionEngine.execute(SolutionEngine.java:179)
at org.pentaho.platform.plugin.action.builtin.ActionSequenceAction.execute(ActionSequenceAction.java:87)
at org.pentaho.platform.scheduler2.quartz.ActionAdapterQuartzJob$1.call(ActionAdapterQuartzJob.java:247)
at org.pentaho.platform.scheduler2.quartz.ActionAdapterQuartzJob$1.call(ActionAdapterQuartzJob.java:187)
at org.pentaho.platform.engine.security.SecurityHelper.runAsUser(SecurityHelper.java:175)
at org.pentaho.platform.engine.security.SecurityHelper.runAsUser(SecurityHelper.java:164)
at org.pentaho.platform.scheduler2.quartz.ActionAdapterQuartzJob.invokeAction(ActionAdapterQuartzJob.java:289)
at org.pentaho.platform.scheduler2.quartz.ActionAdapterQuartzJob.execute(ActionAdapterQuartzJob.java:142)
at org.pentaho.platform.scheduler2.quartz.BlockingQuartzJob.execute(BlockingQuartzJob.java:39)
at org.quartz.core.JobRunShell.run(JobRunShell.java:199)


archive xaction :


prodata.xaction
Attached Files

Pentaho 7.0 and Community Text Editor plugin

$
0
0
Hi all,
I've tried installing this plugin from the marketplace, as I have it installed and I'm using it in Pentaho 6.1, but I have had to uninstall it in 7.0 because I'm not able to start the server after installing it. I get this error when I try to start Pentaho Server after installing the plugin:

Code:

ERROR [Logger] misc-class org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager: PluginManager.ERROR_0011 - Failed to register plugin cte
java.lang.NoClassDefFoundError: org/springframework/security/GrantedAuthority
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.getDeclaredMethods(Class.java:1975)
    at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:612)
    at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:524)
    at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:510)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:243)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineConstructorsFromBeanPostProcessors(AbstractAutowireCapableBeanFactory.java:1069)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1042)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:776)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541)
    at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.reload(PentahoSystemPluginManager.java:286)
    at org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager.reload(PentahoSystemPluginManager.java:176)
    at org.pentaho.platform.plugin.services.pluginmgr.PluginAdapter.startup(PluginAdapter.java:40)
    at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:442)
    at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:433)
    at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:412)
    at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:433)
    at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(PentahoSystem.java:83)
    at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:364)
    at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:361)
    at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:412)
    at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:361)
    at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:331)
    at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:227)
    at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:162)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4853)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5314)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:725)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
    at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1092)
    at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1834)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: org.springframework.security.GrantedAuthority
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at org.pentaho.platform.plugin.services.pluginmgr.PluginClassLoader.loadClass(PluginClassLoader.java:193)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 46 more

Has someone encountered the same error or has it working with their Pentaho 7.0 installation? Since the marketplace has an specific version for Pentaho 7.0 it seems as it normally works, and perhaps it's some bug with my installation.

My enviroment:
OS: Ubuntu 14.04 32 bits
Pentaho 7.0
JVM 1.8.0_111-8u111-b14-3~14.04.1-b14

Regards

CRUD application

$
0
0
I am trying to create a CRUD application + dashboards using Pentaho Bi Server.

What is the best way to do that?


Until now, I m considering the integration between Cuba Plataform and Pentaho.

The main problem is in the user and access control integration.

Thank in advance

Does Pentaho support Data Virtualization?If yes then how?

$
0
0
Hi All,
I want to know how to achieve data virtualization in Pentaho.
Please help.

Thanks in advance
Ajinkya Gaikwad

How to create a new JDBC ORACLE RAC in the option Manage Data Sources

$
0
0
Hi,

I am trying to configure a connection to an oracle RAC without success in Pentaho BI-server 6.1. How can I make it work?

The system is building the jdbc url like this (which is causing the ):

jdbc:thin:@:: (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.76.30)(PORT = 1521)) (LOAD_BALANCE = yes) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = GNCV) (FAILOVER_MODE = (TYPE = SELECT) (METHOD = BASIC) (RETRIES = 180) (DELAY = 5))))

I will appreciate your help.

Thanks!

Unable to reach dashboard page after login

$
0
0
Hi,

I'm using pentaho 4.8.0 on an Ubuntu machine.
When login to the biserver, after i'm getting blank page
its not throwing any error in browser, just checked the tomcat logs it throws error like this,

13:36:37,812 ERROR [Logger] misc-class org.pentaho.platform.plugin.services.pluginmgr.DefaultPluginManager: PluginManager.ERROR_0011 - Failed to register plugin cdv
java.lang.NoClassDefFoundError: Could not initialize class com.orientechnologies.orient.core.version.OVersionFactory
at com.orientechnologies.orient.core.config.OStorageConfiguration.create(OStorageConfiguration.java:412)
at com.orientechnologies.orient.core.storage.impl.memory.OStorageMemory.create(OStorageMemory.java:101)
at com.orientechnologies.orient.core.db.raw.ODatabaseRaw.create(ODatabaseRaw.java:127)
at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.create(ODatabaseWrapperAbstract.java:53)
at com.orientechnologies.orient.core.db.record.ODatabaseRecordAbstract.create(ODatabaseRecordAbstract.java:168)
at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.create(ODatabaseWrapperAbstract.java:53)
at com.orientechnologies.orient.core.db.ODatabaseRecordWrapperAbstract.create(ODatabaseRecordWrapperAbstract.java:58)
at com.orientechnologies.orient.server.OServer.loadStorages(OServer.java:527)
at com.orientechnologies.orient.server.OServer.loadConfiguration(OServer.java:469)
at com.orientechnologies.orient.server.OServer.startup(OServer.java:166)
at com.orientechnologies.orient.server.OServer.startup(OServer.java:157)
at pt.webdetails.cpf.persistence.PersistenceEngine.startOrient(PersistenceEngine.java:617)
at pt.webdetails.cpf.persistence.PersistenceEngine.initialize(PersistenceEngine.java:92)
at pt.webdetails.cpf.persistence.PersistenceEngine.<init>(PersistenceEngine.java:72)
at pt.webdetails.cpf.persistence.PersistenceEngine.getInstance(PersistenceEngine.java:59)
at pt.webdetails.cdv.CdvLifecycleListener.reInit(CdvLifecycleListener.java:56)
at pt.webdetails.cdv.CdvLifecycleListener.init(CdvLifecycleListener.java:52)
at org.pentaho.platform.plugin.services.pluginmgr.PlatformPlugin.init(PlatformPlugin.java:189)
at org.pentaho.platform.plugin.services.pluginmgr.DefaultPluginManager.registerPlugin(DefaultPluginManager.java:199)
at org.pentaho.platform.plugin.services.pluginmgr.DefaultPluginManager.reload(DefaultPluginManager.java:128)
at org.pentaho.platform.plugin.services.pluginmgr.PluginAdapter.startup(PluginAdapter.java:42)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:342)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:324)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:291)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:208)
at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:137)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4135)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4630)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445)
at org.apache.catalina.core.StandardService.start(StandardService.java:519)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:622)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)


Could you please help on this..

Pentaho 7.0 and cascading parameters for Interactive reports

$
0
0
Dear all,
I am trying to evaluate Pentaho 7.0 Enterprise edition and get mad with creation of interactive reports with cascading parameters.
I have a set of parameters (Query prompts) which are linked to each other:
In my example:
1. Select a specific custodian / bank
2. Second parameter should show me a list of filtered bank portfolios (belonging to the selected bank).
I found a document how to set up cascading parameters.
However, if I select one parameter in the data editor I can only choose as data type between two options:
* Meta data
* static list
I miss the option "SQL query" which could be accroding to the instructions be used to pass a parameter value from a different field to the query.
Anyone does have an idea where this option could be available?
Thank you very much for your help,
Stefan

BI 7 tree=http 400 bad request

$
0
0
For a new installation I am getting a 400 bad request when I browse file?
Anyone else had this problem?
I installed BI and copied the webapps folder to a freshly installed Tomcat V8.0

HTTP Status 404 - /pentaho/Home

$
0
0
Hello, i'm sorry if i write in bad category. I am new to the forum.
Version biserver-ce: (biserver-ce-6.0.1.0-386)
I have problems starting pentaho. A few days ago started properly. I was trying to solve another problem and I have modified the file context.xml in biserver-ce/tomcat/conf.
i have only comment the line:


<Manager pathname="" />

I don't solve my problem, but when i restart pentaho, on browser to localhost:8080 i have this error.

HTTP Status 404 - /pentaho/Home


type Status report


message /pentaho/Home


description The requested resource is not available.
Apache Tomcat/8.0.24

i have uncomment the line e restart pentaho but the error continues to exist.
You would know someone kindly help me? Thanks you all.

Pentaho 7.0 Community Startup Tabs

$
0
0
I'm trying to use Community Startup Tabs to do when a user logs in the page,it redirects him to another page. I've modifyed the config.xml this way:

Code:

<?xml version="1.0"?>
<cstConfig>
  <rule match="USER" pattern="false" value="educa">
    <tab title="Bienvenida" order="1" fullScreen="true" tooltip="Bienvenida"><![CDATA[api/repos/%3Apublic%3Aaula_upv%3Abienvenida%3Aindex.wcdf/generatedContent]]></tab>
  </rule>
  <rule match="USER" pattern="false" value="asistic">
    <tab title="Bienvenida" order="1" fullScreen="true" tooltip="Bienvenida"><![CDATA[api/repos/%3Apublic%3Aaula_upv%3Abienvenida%3Aindex.wcdf/generatedContent]]></tab>
  </rule>
</cstConfig>

But it doesn't redirect the user anywhere and in the console appears this:

HTML Code:

"GET localhost:8080/pentaho/plugin/cst/api/readConfigOnce 500 (Error Interno del Servidor)"
The tabs.js (it is the javascript that redirect the user) has the next code: (Can anybody help me? because in the pentaho 6 I didn't have this problem and I don't have anything different, I do not know if in the new version something has changed)

Code:

var fetchAndOpenTabs = function(){
    var tabs;
    $.ajax({
      type: "GET",
      url: CONTEXT_PATH + "plugin/cst/api/readConfigOnce",
      dataType: "json",
      success: function(data){
        if(data.resultset){
          var mode = $.unique($.map(data.resultset, function(row){
            return row[4];
          }));
          //console.log("CST: " + JSON.stringify(mode));
          if (mode[0] == "launcher"){
            window.top.mantle_openTab('CST', 'Community Startup Tabs',  CONTEXT_PATH + "plugin/cst/api/launcher");
          } else {
            var tabsCount = data.queryInfo.totalRows;
            $.each(data.resultset, function(i, tab){
              if(tab[2]){
                if(tabsCount == 1){
                  window.location.href = tab[3];
                } else {
                  window.open(tab[3], tab[1]);
                }
              } else {
                window.top.mantle_openTab(tab[0], tab[1], tab[3]);
              }
            });
          }
          $($(".pentaho-tab-deck-panel iframe")[0]).load(function(){
            setTimeout(function(){
              $($(".pentaho-tab-bar .pentaho-tabWidget")[0]).mouseup();
            }, 1000);
          });
        }
      }
    });
  };

pentaho-server 7.0

$
0
0
Hi All,

I am confused, I'm trying to learn pentaho comunity edition. I started from http://community.pentaho.com/ site and downloaded pentaho-server 7.0.25 from https://sourceforge.net/projects/pentaho/. My plan to set up pentaho server and load the data from other sources to the server. Basically I would like to build data warehouse from scratch. I have some experience with kettle. I have a lot of misunderstanding:

1. Does pentaho-server-ce-7.0.0.0-25.zip contain all needed tools for buildoneg DWH(I am not talking about DB backend, JBOSS, etc...)?
2. May be someone know where I can get installation tutorial for it?
3. Does pentaho-server-ce-7.0.0.0-25.zip contain mondorian?
4. MySQL vs PostgreSQL for ROLAP?(I will use CentOS 6.x) Any thoughts?
5. As I understood https://help.pentaho.com/Documentation/7.0/0F0 will not work for CE version?


Please help me to learn Pentaho. Thanks in advance!

How can I get Marketplace in Pentaho 7.0?

$
0
0
Hi, I'm using the Business Analytic Platform version 7.0 from http://community.pentaho.com/

But in this system there is only a link for the marketplace...
http://www.pentaho.com/marketplace/

I downloaded a previous marketplace version and put it the path below
\pentaho-server\pentaho-solutions\system
And now I can see the marketplace option in the menu but it doesn't work, it shows different error according to the each old version that I used :(

I want to install Saiku to work with cubes.

In the website there is only "Saiku Chart Plus" but is not the option I´m looking for.

However, after downloaded the plugin how is the installation?

Can anyone please help me and tell me what is the correct way to install the marketplace?

Thanks

j_spring_security_check response code

$
0
0
Hello everyone,

I developed my own login form to authenticate users on my BA server.
Because i don't want that users are redirected to User Console, i call j_spring_security_check with Ajax to get a session cookie.
After that, i redirect the authenticated users to a specific dashboard.

But the j_spring_security_check always returns the same code 200. Only the html in the response is different between succeeded and failed authentication.

So, how can i be sure that the authentication has succeeded ?


Thank you for the help.

not able to connect the cas with pentaho 6.1

$
0
0
hello this is sachin.
I am actually facing same issue to configure cas with pentaho 6.1
can any body tell me how to configure because i have google lots of about this but wll not able to achieve this
like i have user 1.cas-server-webapp-4.0.0
2.cas-client-core-3.1.5
3.spring-security-cas-client-2.0.5.RELEASE
4.biserver-ce 6.1

but it wont be redirect from cas login to pentaho/home
its shows
https://localhost:8080/j_spring_cas_...calhost%3A8080

can any body help me pls..........

SAML2 configuration error for pentaho 7

$
0
0
HI,
I'm trying to configure SAML2 to enable SSO.
I'm following this tuto:
https://help.pentaho.com/Documentati...Pentaho_Server

When I started pentaho,I'm getting the following exception:
Code:

org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from relative location [applicationContext-spring-security-saml.xml]
Offending resource: file [C:\Pentaho\server\pentaho-server\pentaho-solutions\system\pentaho-spring-beans.xml]; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from file [C:\Pentaho\server\pentaho-server\pentaho-solutions\system\applicationContext-spring-security-saml.xml]; nested exception is java.lang.RuntimeException: Cannot find class for publish type: INTERFACES specified on publish of bean id: authenticationManager
        at org.springframework.beans.factory.parsing.FailFastProblemReporter.error(FailFastProblemReporter.java:70)
        at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:85)
        at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:76)
        at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.importBeanDefinitionResource(DefaultBeanDefinitionDocumentReader.java:259)
        at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.parseDefaultElement(DefaultBeanDefinitionDocumentReader.java:184)
        at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.parseBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:169)
        at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.doRegisterBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:142)
        at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:94)
        at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:508)
        at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:392)
        at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336)
        at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:304)
        at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:181)
        at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:217)
        at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:188)
        at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:125)
        at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:94)
        at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:129)
        at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:612)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:513)
        at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:444)
        at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:326)
        at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4853)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5314)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:725)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
        at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1092)
        at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1834)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from file [C:\Pentaho\server\pentaho-server\pentaho-solutions\system\applicationContext-spring-security-saml.xml]; nested exception is java.lang.RuntimeException: Cannot find class for publish type: INTERFACES specified on publish of bean id: authenticationManager
        at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:414)
        at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336)
        at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:304)
        at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.importBeanDefinitionResource(DefaultBeanDefinitionDocumentReader.java:243)
        ... 32 more
Caused by: java.lang.RuntimeException: Cannot find class for publish type: INTERFACES specified on publish of bean id: authenticationManager

Any idea please about this error?

Pentaho 7 Community Edition Requirements

$
0
0
Hello,

Does Pentaho CE 7.0 server runs only on 64 bit OS?

Where can i find the system requirements for Pentaho CE 7.0?

Thanks.
Viewing all 2893 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>