Quantcast
Channel: Pentaho Community Forums
Viewing all 16689 articles
Browse latest View live

[drill down] tutorial ?

$
0
0
how can I make my chart with [drill down] function?


Thank you!

TotalGroupSumFunction and ORDER BY

$
0
0
Hi there,

I am trying to use a TotalGroupSumFunction in the ORDER BY section of my query.
I would like to order my results by the different values I get from the TotalGroupSumFunction.
Right now it looks like this:


Company I Fiscal_Year I Customer I Value
Germany 12/13 Customer1 12.000$
Customer2 1.600$
Customer3 160.00$

Is there a possibility to order the values I get from the TotalGroupSumFunction?

My query:

SELECT company, fiscal_year, sum("value") as "value", customer
FROM customerslist
WHERE "company" IN (${company}) AND "fiscal_year" IN (${fiscal_year})
GROUP BY company, fiscal_year,"value", customer
ORDER BY company ASC, fiscal_year ASC, customer ASC

Thank you!

bi-platform 5 startup issue

$
0
0
Hi evayone,

OS: window 7
JDK: 1.6.0_20
build: ant-1.9.2

I get pentaho-platform souce code form github(https://github.com/pentaho/pentaho-platform), and build it. when i startup it with tomcat the console display error message:

2013-8-6 16:46:13 org.apache.catalina.core.AprLifecycleListener init
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_20\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Java\jdk1.6.0_20\jre\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Files\ThinkPad\Bluetooth Software\syswow64;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Java\jdk1.6.0_20\bin;D:\Program Files\TortoiseSVN\bin;D:\Program Files\apache-maven-3.0.5\bin;D:\Program Files\apache-ant-1.9.2\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;.;
2013-8-6 16:46:13 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-8080
2013-8-6 16:46:13 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 481 ms
2013-8-6 16:46:13 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2013-8-6 16:46:13 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.36
2013-8-6 16:46:13 org.apache.catalina.startup.HostConfig deployDescriptor
信息: Deploying configuration descriptor pentaho.xml
2013-8-6 16:46:13 org.apache.catalina.startup.ContextConfig validateSecurityRoles
信息: WARNING: Security role name PENTAHO_ADMIN used in an <auth-constraint> without being defined in a <security-role>
16:46:14,780 ERROR [HsqlDatabaseStarterBean] HsqlDatabaseStarterBean.ERROR_0006 - The default port of 9001 is already in use. Do you already have HSQLDB running in another process? The HSQLDB Starter cannot continue.
16:46:14,781 WARN [HsqlDatabaseStarterBean] Due to a previous error, no databases will be available.
2013-8-6 16:46:14 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
16:46:37,839 WARN [DefaultSchemaGenerator] We don't support method overloading. Ignoring [public java.lang.String serializeModels(org.pentaho.metadata.model.Domain,java.lang.String,boolean) throws java.lang.Exception]
16:46:38,452 WARN [ActionHarness] Skipping job parameter named "scheduledFireTime" since Action "org.pentaho.platform.scheduler2.versionchecker.VersionCheckerAction" has no method for setting a property by that name.
16:46:38,495 WARN [ActionSequenceCompatibilityFormatter] !ActionSequenceCompatibilityFormatter.WARN_USING_IO_COMPATIBILITY_MODE!
16:46:38,495 WARN [ActionHarness] Skipping job parameter named "lineage-id" since Action "org.pentaho.platform.scheduler2.versionchecker.VersionCheckerAction" has no method for setting a property by that name.
16:46:39,017 ERROR [BackingRepositoryLifecycleManagerSystemListener]
java.lang.IllegalArgumentException: [Assertion failed] - this argument is required; it must not be null
at org.springframework.util.Assert.notNull(Assert.java:112)
at org.springframework.util.Assert.notNull(Assert.java:123)
at org.pentaho.platform.plugin.services.metadata.PentahoMetadataRepositoryLifecycleManager$1.doInTransactionWithoutResult(PentahoMetadataRepositoryLifecycleManager.java:131)
at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:33)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:128)
at org.pentaho.platform.plugin.services.metadata.PentahoMetadataRepositoryLifecycleManager.createEtcMetadaFolder(PentahoMetadataRepositoryLifecycleManager.java:125)
at org.pentaho.platform.plugin.services.metadata.PentahoMetadataRepositoryLifecycleManager.startup(PentahoMetadataRepositoryLifecycleManager.java:89)
at org.pentaho.platform.repository2.unified.lifecycle.DelegatingBackingRepositoryLifecycleManager.startup(DelegatingBackingRepositoryLifecycleManager.java:79)
at org.pentaho.platform.repository2.unified.BackingRepositoryLifecycleManagerSystemListener.startup(BackingRepositoryLifecycleManagerSystemListener.java:51)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:363)
at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(PentahoSystem.java:57)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:300)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:297)
at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:339)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:297)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:268)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:181)
at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:136)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:675)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java: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(LifecycleSupport.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:525)
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(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
16:46:39,029 ERROR [Logger] Error: Pentaho
16:46:39,029 ERROR [Logger] misc-org.pentaho.platform.engine.core.system.PentahoSystem: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - 在试图执行启动sequenceorg.pentaho.platform.repository2.unified.BackingRepositoryLifecycleManagerSystemListener发生错误
org.pentaho.platform.api.engine.PentahoSystemException: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - 在试图执行启动sequenceorg.pentaho.platform.repository2.unified.BackingRepositoryLifecycleManagerSystemListener发生错误
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:305)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:268)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:181)
at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:136)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:675)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java: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(LifecycleSupport.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:525)
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(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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 - 在试图执行启动sequenceorg.pentaho.platform.repository2.unified.BackingRepositoryLifecycleManagerSystemListener发生错误
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:371)
at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(PentahoSystem.java:57)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:300)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:297)
at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:339)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:297)
... 27 more
Caused by: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - 在试图执行启动sequenceorg.pentaho.platform.repository2.unified.BackingRepositoryLifecycleManagerSystemListener发生错误
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:364)
... 32 more
16:46:39,030 ERROR [Logger] Error end:
Pentaho BI Platform server 没有正确地初始化. 系统将无法工作.
2013-8-6 16:46:39 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory pentaho-style
2013-8-6 16:46:39 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory ROOT
2013-8-6 16:46:39 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory sw-style
2013-8-6 16:46:39 org.apache.coyote.http11.Http11Protocol start
信息: Starting Coyote HTTP/1.1 on http-8080
2013-8-6 16:46:39 org.apache.jk.common.ChannelSocket init
信息: JK: ajp13 listening on /0.0.0.0:8009
2013-8-6 16:46:39 org.apache.jk.server.JkMain start
信息: Jk running ID=0 time=1/29 config=null
2013-8-6 16:46:39 org.apache.catalina.startup.Catalina start
信息: Server startup in 26006 ms


Please help me! thanks!

creating XML structure

$
0
0
Hello,

i need to create the following XML-structure for every input-row with FieldA, FieldB and FieldC

<RequestEnvelope>
<Request requestId="foo">
<Data>
<FieldA></FieldA>
<FieldB></FieldB>
<FieldC></FieldC>
</Data>
</Request>
</RequestEnevelope>

Following the samples I tried using Add XML and Join XML but i am getting one resulting line with all input rows inside the Request-Node.

<RequestEnvelope>
<Request requestId="foo">
<Data> (for row1)
<FieldA></FieldA>
<FieldB></FieldB>
<FieldC></FieldC>
</Data>
<Data> (for row2)
<FieldA></FieldA>
<FieldB></FieldB>
<FieldC></FieldC>
</Data>
<Data> (for row3)
<FieldA></FieldA>
<FieldB></FieldB>
<FieldC></FieldC>
</Data>
....
</Request>
</RequestEnevelope>

How do I get a resulting XML-structure for every single row?

Your help would be greatly appreciated as i'm stuck right now.

Regards

createXmlStructure.ktr
Attached Files

can kettle read .doc files?

$
0
0
Hello,
can Kettle read Microsoft Word documents (.doc)?
And if yes, which step to use?
Thanks

how to load S57 data into PostgreSQL using OGR Input and PostgreSQL Bulk Loader

$
0
0
I am trying to create a job which use OGR Input to read S57 ENC file (.000 file) into GeoKettle, then use PostgreSQL Bulk Loader to load the data into PostgreSQL database. But I am having a lot of troubles. Has anyone done this successfully before? Can a more detail step-by-step description of how to do it be found somewhere?

Currently I have the following error:
2013/08/05 15:45:30 - PostgreSQL Bulk Loader.0 - Launching command: COPY test ( DSID_EXPP, DSID_INTU, DSID_DSNM, DSID_EDTN, DSID_UPDN, DSID_UADT, DSID_ISDT, DSID_STED, DSID_PRSP, DSID_PSDN, DSID_PRED, DSID_PROF, DSID_AGEN, DSID_COMT, DSSI_DSTR, DSSI_AALL, DSSI_NALL, DSSI_NOMR, DSSI_NOCR, DSSI_NOGR, DSSI_NOLR, DSSI_NOIN, DSSI_NOCN, DSSI_NOED, DSSI_NOFA, DSPM_HDAT, DSPM_VDAT, DSPM_SDAT, DSPM_CSCL, DSPM_DUNI, DSPM_HUNI, DSPM_PUNI, DSPM_COUN, DSPM_COMF, DSPM_SOMF, DSPM_COMT ) FROM STDIN WITH CSV DELIMITER AS ';' QUOTE AS '"';
2013/08/05 15:45:30 - ERROR - ERROR: column "dsid_expp" of relation "test" does not exist
2013/08/05 15:45:30 - ERROR - ERROR: syntax error at or near "1"

Thanks any help

How does Pentaho Aggregate Designer Works

$
0
0
How does Pentaho Aggregate Designer Works ?
Any guide or Architecture will be appreciated.

Thanks,
Hitesh

Copy complete database repository from one database to the other

$
0
0
Hi,

I am using a database repository on server A. Now I want to move the complete repository to a new server B.
I have used the Export function from the repository explorer and it stored the complete repository in a single file (which looks like a XML file but does not have the suffix .xml)

Now I log on to the fresh created repository on server B and use the function "Import from an XML file" from the File menue.

Code:

Files <path to my exported repo file> was not recognized as a Kettle file type.
I am using PDI 4.4.0

Am I missing something here to import the file correctly?
Thanks for any advice!

Bobse

Embedding Pentaho Report in iFrame. It includes Links which break out of the Iframe

$
0
0
Hello,

we try to embed a Pentaho Report inside an iframe.

This report includes Links to other reports.
Unfortunately, if we click such a link, Pentaho breaks out of the iframe.

Any ideas on how to solve this?

We tried to set the Hyperlink to ="_SELF" in Pentaho Designer, but this didn't help, as it seems it's not active.

The reports get deployed on the BI Server.

Iframe Link looks like this:

<iframe name="reporter" src="http://10.2.217.116:8084/console/content/reporting/execute/Reports/rolloutmonitor.html?solution=Reports&amp;name=rolloutmonitor.prpt&amp;userid=joe&amp;password=password&amp;region_id=12&amp;output-target=table%2Fhtml%3Bpage-mode%3Dpage&amp;showParameters=true&amp;renderMode=REPORT&amp;htmlProportionalWidth=true"
width="100%" height="700" frameborder="0"></iframe>



Offending generated link looks like this:
<a class="style-2" target="_parent" href="http://10.2.217.116:8084/console//content/reporting/reportviewer/report.html?FACILITY_ID=100789&amp;solution=Reports&amp;path=&amp;name=rolloutmonitor_sub.prpt">100789</a>


We use prd-ce-3.9.1-GA.

Help Help Help .... Simple problem with pentaho transformation.

$
0
0
Hi ,

I have a simple problem with Kettle Transformation and i am wasting too much of time for this silly error.
Please find the attachment for it, request you to help..

I am using Kettle 4.4

Regards,
S.A. Mateen
Attached Images
Attached Files

problem in converting column values to Column name

$
0
0
Hi All,

I have a transformation which takes 3 inputs from "Google Analytics step" for different metrices and Dimensions.
after that I sort those inputs through "Sort Rows" and then it is supplied to "Table Output step".
The resultant mysql table contatins value in the following format.

table description : url varchar(70), date datetime, units INT, counts INT

url date units counts

www.google.com 2012-01-01 120 34
www.google.com 2012-01-02 190 89
......
......
www.google.com 2013-08-06 180 79
www.amazon.com 2012-01-01 323 377
www.amazon.com 2012-01-02 123 233
......
......
www.amazon.com 2013-08-06 112 164
www.ebay.com 2012-01-01 313 388
www.ebay.com 2012-01-02 303 322
......
.....
www.ebay.com 2013-08-06 112 123


I want data in the below format in my mysql table .

date www.google.com_ Units www.google.com_counts www.amazon.com_units www.amazon.com_counts ..

2012-01-01 120 34 323 377
2012-01-02 190 89 123 233
........
2013-080-06 .... .... ..... ........


Please help.

Thanks in advance.

Sripada

accented character are discarded from the charts only in pdf view

$
0
0
Hi,

accented character are discarded from the charts of my reports in pdf. It does work for the accented character of the report that aren't in the charts.
How could I fix this problem?

regards,

Datasource NPE for Hive2 on biserver-ce 4.8.0

$
0
0
Hi team,

I'm stuck with establishing Data Source in BiServer for Hive2.

I've used community edition biserver-ce 4.8.0, bigdta plugin 1.3.3 , shim lib 1.3.3 , hive-jdbc-driver hive-jdbc-0.10.0-cdh4.2.0

Kettle bigdata plugin property set with :
active.hadoop.configuration=cdh42

In Admin console and from biserver WebUI i could connect with Hive via jdbc, but datasource cannot be established.

Please view screenshots and lists of jars related to each "lib"-directory. Also stacktrace with errr attached.
Looks like i've missed smthg during configuration process cause i'm getting NullPointerException

Thanks in advance


=====
error trace :
18:29:22,409 ERROR [DatasourceServiceImpl] DatasourceServiceImpl.ERROR_0011 - Unable to generate model: null
java.lang.NullPointerException
at org.pentaho.platform.dataaccess.datasource.wizard.service.impl.DatasourceServiceImpl.executeQuery(DatasourceServiceImpl.java:266)
at org.pentaho.platform.dataaccess.datasource.wizard.service.impl.DatasourceServiceImpl.generateQueryDomain(DatasourceServiceImpl.java:539)
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:601)
at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:562)
at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:544)
at org.pentaho.platform.web.servlet.GwtRpcPluginProxyServlet.processCall(GwtRpcPluginProxyServlet.java:131)
at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:224)
at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.PentahoWebContextFilter.doFilter(PentahoWebContextFilter.java:142)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.PentahoRequestContextFilter.doFilter(PentahoRequestContextFilter.java:84)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:378)
at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.pentaho.platform.web.http.security.SecurityStartupFilter.doFilter(SecurityStartupFilter.java:103)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.pentaho.platform.web.http.security.RequestParameterAuthenticationFilter.doFilter(RequestParameterAuthenticationFilter.java:169)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(BasicProcessingFilter.java:174)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.logout.LogoutFilter.doFilterHttp(LogoutFilter.java:89)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.pentaho.platform.web.http.security.HttpSessionReuseDetectionFilter.doFilter(HttpSessionReuseDetectionFilter.java:134)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter.doFilterHttp(SecurityContextHolderAwareRequestFilter.java:91)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:175)
at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.SystemStatusFilter.doFilter(SystemStatusFilter.java:60)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:113)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:861)
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1584)
at java.lang.Thread.run(Thread.java:722)
Attached Images
Attached Files

ClassNotFound during select from Hive

$
0
0
Hi team,

I've tried to retrieve data form Hive2. Updated RD with latest 1.3.3 pentaho-big-data-plugin. Overwrite old shim lib to 1.3.3 also.

On hive i''ve use custom Input|Output|SerDe format so i've added to RD \lib my custom JAR.

Anyway - i've experienced ClassnotfoundException.

Could someone answer where should i change classpath? THere are a lot of vars in launcher. I saw "resources" but it looks tricky to change it.

Thanks in advance

P.s.
Screenshot attached.
Attached Images

Different levels of logging on different outputs - possible?

$
0
0
so... I automated a process here where I want the console/log window to show only minimal log level, but I'd like to log detailed into a file... is it possible? Any ideas on how to achieve this?

Change the remote connection in runtime

$
0
0
We are trying to get the spoon at runtime change the remote connection to other remote banks that have the same user and password. I'm following the example of the book "Pentaho Data Integration 4 Cookbook 'in his chapter 1.
The error is occurring at the time of passing the parameters for secondary processing of the job.

Someone to help?

Thank you!

Metadata editor app is not opening in Mac OS X

$
0
0
Hi All,

Pentaho metadata editor is not opening at all. Any of you exerienced the same issue?


Name & Version of the s/w: editor-pme-ce-4.0.0-stable
OS: MAC OS X 10.8.4
Java: 1.6.0_51

Tried both 64bit & 32bit. No luck. Any help is very much appreciated.

cheers

SQLServerException: A constant expression was encountered in the ORDER BY list

$
0
0
Hi all,

i'm geting this error when use Virtual Cubes with more than one dimension on rows. (using 4.8 + Analyzer)

Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: A constant expression was encountered in the ORDER BY list, position 1.


Searching the web i found this Bug Report:


http://jira.pentaho.com/browse/MONDRIAN-1391


how can i solve this problem? is there a patch o something? or i have to wait until version 5 is release?

thanks!!

bests

Passing a filename as a parameter while executing Pan from cmd promt

$
0
0
Hi,

I want to run a tranformation by executing the Pan.bat from cmd promt and want to pass the input file as a parameter in the cmd prompt. Please check the screen shot. The value of the variable 'RCOM_FILE' , to be passed as parameter from cmd promt.Any suggesstion as how to do that?? Thanks in advance for your support...
Attached Images

Big Data Careers

Viewing all 16689 articles
Browse latest View live


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