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

Stuck Creating /Updating Data Source

$
0
0
Hi all,
i'm using Pentaho BI-server adding MySQL as datasource.
The connection is OK and established.
When i try to create a new data source from Create New -> Data Source , i select the created MySQL_Connection, Pentaho let me to see the tables in my DB, i select one of those table as example ad i click "Finish".
Then Pentaho redirects me to a screen saying:
Just a few moments please...
Creating/Updating data source...

And it get's stuck, it's there for almost 3 hours....something's wrong.
Could you help me please?

Accces Bi server with HTTPS using SSL CA - Certificate Authority

$
0
0
Hi, I'm using biserver-ce-6.1.0.1-196. I access the server using: http://My-private-IP:8080 Everything work fine. Now, I woulk like to access the Bi Server using https, liek: https://My-private-IP:8443. I have from my CA ( Certificate Authority ): SSLCertificateFile: Mydomain.crt SSLCertificateKeyFile: Mydomain.key SSLCertificateChainFile: Myprovider.crt I would like to now how to configure the Bi server in other to access to it via https with those top information (certificate, key, chain). I think that I have to configure Tomcat, but, I found may difficulties. The Tomcat version is: 8.0.33 Thanks in advanced

Clear CDA e Mondrian Caches Automatically

$
0
0
Hello,

I'm using Pentaho BI server-ce 6.0 and Windows Server 2012 R2.

My database updates everyday, how can I make my bi server automatically clear cache to update data?

Thanks,

Error compiling the code source Pentaho in ide eclipse

$
0
0
Hello;
I am trying to compile the days Pentaho source code in eclipse but did not find success until the very moment, someone help me?
I am following this tutorial which I found in the pentaho documentation:
http://wiki.pentaho.com/display/Serv...rojects+in+5.0

But when I run ant or Ivy in eclipse just pentaho-platform-api project with success, but leaving no error when running the same and can not find all the jars of projects
I thank you.

Administration Console

$
0
0
Hi,

I've downloaded the last Community Edition of Pentaho.
I put on the server,gave permission 775 to the script start, stop and catalina, run ./start-pentaho.sh and when I go to localhost:8080 it asks me user and password.

I tried admin/admin or admin/password but it doesn't work.
I searched for the folder administration-console but there isn't.

What's wrong? (I'm using CentOS 7 with java 1.8)

By the way.... before the entire upgrade of the system, it was working fine... without asking user and pwd.
p.jpg
Attached Images

Protect/Encrypt datasource password in Pentaho CE

$
0
0
Hi All.

I am using Pentaho CE 6.

I have created a connection to a datasource and SQLs and reports are working and showing fine.
Problem is - datasource password are shown in clear text - what makes it easy for people to hack into pentaho and get easy access to the database where all my data is.

Is there a way to obfuscate the password at the datasource properties screen ? or any other way to protect my DB password ?

Thank you

Jim

NPE when opening a report

$
0
0
From time to time I get a NullPointerException when running some of the reports. Here you have a part of my log:

Code:


2016-07-12 10:00:24,131 DEBUG mondrian.sql mondrian.rolap.agg.SegmentCacheManager$sqlExecutor_69 4040: Segment.load: executing sql [select "CUBEDATA_1000_1881"."reference" as "c0", "CUBEDATA_1000_1881"."Typ" as "c1", "Delivery date"."YEAR" as "c2", "Delivery date"."MONTH" as "c3", "Delivery date"."YEARMONTHDAY" as "c4", "CUBEDATA_1000_1881"."deliverydateweek" as "c5", "Creation date"."YEAR" as "c6", "Creation date"."MONTH" as "c7", "Creation date"."YEARMONTHDAY" as "c8", "Discrepancy arrival date"."YEAR" as "c9", "Discrepancy arrival date"."MONTH" as "c10", "Discrepancy arrival date"."YEARMONTHDAY" as "c11", "CUBEDATA_1000_1881"."dispatchername" as "c12", "CUBEDATA_1000_1881"."receivingagentname" as "c13", "CUBEDATA_1000_1881"."receivingagentcountry" as "c14", "CUBEDATA_1000_1881"."carriername" as "c15", "CUBEDATA_1000_1881"."vehicle" as "c16", "CUBEDATA_1000_1881"."work_status" as "c17", sum("CUBEDATA_1000_1881"."packagequantity") as "m0", sum("CUBEDATA_1000_1881"."grossweight") as "m1", sum("CUBEDATA_1000_1881"."grossvolume") as "m2" from "CUBEDATA_1000_1881" "CUBEDATA_1000_1881", "TIME" "Delivery date", "TIME" "Creation date", "TIME" "Discrepancy arrival date" where "CUBEDATA_1000_1881"."reference" in ('25061608', '25078111') and "CUBEDATA_1000_1881"."Typ" = 'Hauptlauf' and "CUBEDATA_1000_1881"."deliverydate" = "Delivery date"."CODE" and "Delivery date"."YEAR" = 2016 and "Delivery date"."MONTH" = 7 and "Delivery date"."YEARMONTHDAY" in ('2016.07.12', '2016.07.13') and "CUBEDATA_1000_1881"."deliverydateweek" = '2016.28' and "CUBEDATA_1000_1881"."creation_date" = "Creation date"."CODE" and "Creation date"."YEAR" = 2016 and "Creation date"."MONTH" = 7 and "Creation date"."YEARMONTHDAY" = '2016.07.11' and "CUBEDATA_1000_1881"."descrepancy_date" = "Discrepancy arrival date"."CODE" and "Discrepancy arrival date"."YEAR" is null and "Discrepancy arrival date"."MONTH" is null and "Discrepancy arrival date"."YEARMONTHDAY" is null and "CUBEDATA_1000_1881"."dispatchername" in ('[EY] Schenker (D) AG', '[WQ] MSC Cologne') and "CUBEDATA_1000_1881"."receivingagentname" = '[KLFLT] Ford Transport Operations' and "CUBEDATA_1000_1881"."receivingagentcountry" = 'UK (United Kingdom)' and "CUBEDATA_1000_1881"."carriername" = 'TOPS' and "CUBEDATA_1000_1881"."vehicle" in ('EU243', 'MT2094') and "CUBEDATA_1000_1881"."work_status" = 'sent' group by "CUBEDATA_1000_1881"."reference", "CUBEDATA_1000_1881"."Typ", "Delivery date"."YEAR", "Delivery date"."MONTH", "Delivery date"."YEARMONTHDAY", "CUBEDATA_1000_1881"."deliverydateweek", "Creation date"."YEAR", "Creation date"."MONTH", "Creation date"."YEARMONTHDAY", "Discrepancy arrival date"."YEAR", "Discrepancy arrival date"."MONTH", "Discrepancy arrival date"."YEARMONTHDAY", "CUBEDATA_1000_1881"."dispatchername", "CUBEDATA_1000_1881"."receivingagentname", "CUBEDATA_1000_1881"."receivingagentcountry", "CUBEDATA_1000_1881"."carriername", "CUBEDATA_1000_1881"."vehicle", "CUBEDATA_1000_1881"."work_status"]
2016-07-12 10:00:24,287 DEBUG mondrian.sql mondrian.rolap.agg.SegmentCacheManager$sqlExecutor_69 4040: , exec 155 ms
2016-07-12 10:00:24,292 DEBUG mondrian.sql mondrian.rolap.agg.SegmentCacheManager$sqlExecutor_69 4040: , exec+fetch 161 ms, 2 rows
2016-07-12 10:00:25,230 DEBUG mondrian.sql mondrian.rolap.agg.SegmentCacheManager$sqlExecutor_66 4041: Segment.load: executing sql [select "CUBEDATA_1000_1881"."reference" as "c0", "CUBEDATA_1000_1881"."Typ" as "c1", "Delivery date"."YEAR" as "c2", "Delivery date"."MONTH" as "c3", "Delivery date"."YEARMONTHDAY" as "c4", "CUBEDATA_1000_1881"."deliverydateweek" as "c5", "Creation date"."YEAR" as "c6", "Creation date"."MONTH" as "c7", "Creation date"."YEARMONTHDAY" as "c8", "Discrepancy arrival date"."YEAR" as "c9", "Discrepancy arrival date"."MONTH" as "c10", "Discrepancy arrival date"."YEARMONTHDAY" as "c11", "CUBEDATA_1000_1881"."dispatchername" as "c12", "CUBEDATA_1000_1881"."receivingagentname" as "c13", "CUBEDATA_1000_1881"."receivingagentcountry" as "c14", "CUBEDATA_1000_1881"."carriername" as "c15", "CUBEDATA_1000_1881"."vehicle" as "c16", "CUBEDATA_1000_1881"."work_status" as "c17", sum("CUBEDATA_1000_1881"."packagequantity") as "m0" from "CUBEDATA_1000_1881" "CUBEDATA_1000_1881", "TIME" "Delivery date", "TIME" "Creation date", "TIME" "Discrepancy arrival date" where "CUBEDATA_1000_1881"."reference" = '25043170' and "CUBEDATA_1000_1881"."Typ" = 'Hauptlauf' and "CUBEDATA_1000_1881"."deliverydate" = "Delivery date"."CODE" and "Delivery date"."YEAR" = 2016 and "Delivery date"."MONTH" = 7 and "Delivery date"."YEARMONTHDAY" = '2016.07.11' and "CUBEDATA_1000_1881"."deliverydateweek" = '2016.28' and "CUBEDATA_1000_1881"."creation_date" = "Creation date"."CODE" and "Creation date"."YEAR" = 2016 and "Creation date"."MONTH" = 7 and "Creation date"."YEARMONTHDAY" = '2016.07.08' and "CUBEDATA_1000_1881"."descrepancy_date" = "Discrepancy arrival date"."CODE" and "Discrepancy arrival date"."YEAR" is null and "Discrepancy arrival date"."MONTH" is null and "Discrepancy arrival date"."YEARMONTHDAY" is null and "CUBEDATA_1000_1881"."dispatchername" = '[WQ] MSC Cologne' and "CUBEDATA_1000_1881"."receivingagentname" = '[KLFLT] Ford Transport Operations' and "CUBEDATA_1000_1881"."receivingagentcountry" = 'UK (United Kingdom)' and "CUBEDATA_1000_1881"."carriername" = 'TOPS' and "CUBEDATA_1000_1881"."vehicle" = 'EU087' and "CUBEDATA_1000_1881"."work_status" = 'sent' group by "CUBEDATA_1000_1881"."reference", "CUBEDATA_1000_1881"."Typ", "Delivery date"."YEAR", "Delivery date"."MONTH", "Delivery date"."YEARMONTHDAY", "CUBEDATA_1000_1881"."deliverydateweek", "Creation date"."YEAR", "Creation date"."MONTH", "Creation date"."YEARMONTHDAY", "Discrepancy arrival date"."YEAR", "Discrepancy arrival date"."MONTH", "Discrepancy arrival date"."YEARMONTHDAY", "CUBEDATA_1000_1881"."dispatchername", "CUBEDATA_1000_1881"."receivingagentname", "CUBEDATA_1000_1881"."receivingagentcountry", "CUBEDATA_1000_1881"."carriername", "CUBEDATA_1000_1881"."vehicle", "CUBEDATA_1000_1881"."work_status"]
2016-07-12 10:00:25,328 DEBUG mondrian.sql mondrian.rolap.agg.SegmentCacheManager$sqlExecutor_66 4041: , exec 98 ms
2016-07-12 10:00:25,330 DEBUG mondrian.sql mondrian.rolap.agg.SegmentCacheManager$sqlExecutor_66 4041: , exec+fetch 100 ms, 1 rows
2016-07-12 10:00:25,332 INFO  mondrian.util.NotificationMemoryMonitor mondrian.rolap.RolapResultShepherd$executor_2 removeListener enter
2016-07-12 10:00:25,332 INFO  mondrian.util.NotificationMemoryMonitor mondrian.rolap.RolapResultShepherd$executor_2 removeListener exit
2016-07-12 10:00:25,332 DEBUG mondrian.mdx mondrian.rolap.RolapResultShepherd$executor_2 729712: exec: 9179 ms
2016-07-12 10:00:26,268 ERROR com.pentaho.analyzer.b.c http-sv-report02%2F10.144.17.161-9080-11 Ticket Number: 1468310426268
2016-07-12 10:00:26,268 ERROR com.pentaho.analyzer.b.c http-sv-report02%2F10.144.17.161-9080-11 Exception in AJAX handler.
java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.lang.NullPointerException
    at com.pentaho.analyzer.report.ReportRequestService.get(SourceFile:219)
    at com.pentaho.analyzer.content.controller.m.a(SourceFile:156)
    at com.pentaho.analyzer.content.controller.b.c(SourceFile:244)
    at com.pentaho.analyzer.content.AnalyzerContentGenerator.a(SourceFile:338)
    at com.pentaho.analyzer.content.AnalyzerContentGenerator.createContent(SourceFile:161)
    at org.pentaho.platform.web.http.api.resources.GeneratorStreamingOutput.generateContent(GeneratorStreamingOutput.java:236)
    at org.pentaho.platform.web.http.api.resources.GeneratorStreamingOutput.write(GeneratorStreamingOutput.java:163)
    at org.pentaho.platform.web.http.api.resources.GeneratorStreamingOutputProvider.writeTo(GeneratorStreamingOutputProvider.java:54)
    at org.pentaho.platform.web.http.api.resources.GeneratorStreamingOutputProvider.writeTo(GeneratorStreamingOutputProvider.java:33)
    at com.sun.jersey.spi.container.ContainerResponse.write(ContainerResponse.java:306)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1479)
    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1391)
    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1381)
    at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
    at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:538)
    at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:716)
    at org.pentaho.platform.web.servlet.JAXRSServlet.service(JAXRSServlet.java:108)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
    at org.pentaho.platform.web.servlet.JAXRSServlet.service(JAXRSServlet.java:113)
    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:185)
    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:87)
    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.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.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(BasicProcessingFilter.java:174)
    at org.pentaho.platform.web.http.security.PentahoBasicProcessingFilter.doFilterHttp(PentahoBasicProcessingFilter.java:115)
    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.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.pentaho.platform.web.http.filters.HttpSessionPentahoSessionIntegrationFilter.doFilter(HttpSessionPentahoSessionIntegrationFilter.java:263)
    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.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:114)
    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.WebappRootForwardingFilter.doFilter(WebappRootForwardingFilter.java:70)
    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.PentahoPathDecodingFilter.doFilter(PentahoPathDecodingFilter.java:34)
    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:103)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
    at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:879)
    at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:617)
    at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1778)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.lang.NullPointerException
    at java.util.concurrent.FutureTask.report(Unknown Source)
    at java.util.concurrent.FutureTask.get(Unknown Source)
    at com.pentaho.analyzer.report.ReportRequestService.get(SourceFile:175)
    ... 72 more
Caused by: java.lang.RuntimeException: java.lang.NullPointerException
    at com.pentaho.analyzer.report.ReportManagerImpl.runReport(SourceFile:319)
    at com.pentaho.analyzer.report.ReportManagerImpl.runReport(SourceFile:138)
    at com.pentaho.analyzer.report.ReportRequestService$2.a(SourceFile:275)
    at com.pentaho.analyzer.report.ReportRequestService$2.call(SourceFile:270)
    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)
    ... 1 more
Caused by: java.lang.NullPointerException
    at mondrian.rolap.cache.SegmentCacheIndexImpl.findRollupCandidatesAmong(SegmentCacheIndexImpl.java:814)
    at mondrian.rolap.cache.SegmentCacheIndexImpl.findRollupCandidates(SegmentCacheIndexImpl.java:751)
    at mondrian.rolap.BatchLoader.loadFromCaches(FastBatchingCellReader.java:719)
    at mondrian.rolap.BatchLoader.recordCellRequest2(FastBatchingCellReader.java:601)
    at mondrian.rolap.BatchLoader.load(FastBatchingCellReader.java:882)
    at mondrian.rolap.BatchLoader$LoadBatchCommand.call(FastBatchingCellReader.java:1024)
    at mondrian.rolap.BatchLoader$LoadBatchCommand.call(FastBatchingCellReader.java:989)
    at mondrian.rolap.agg.SegmentCacheManager$Actor.run(SegmentCacheManager.java:970)
    ... 1 more

Could you please tell me what is going on? I am using BA Server in version 5.4.1.

Retrieve Example data present in Jackrabbit Database

$
0
0
Hi,
In Pentaho Bi-server i m using Mysql as Repository database and as per Pentaho documentation all the example files would be present in Jackrabbit database
so can anyone please tell me how to retrieve the example data present in jackrabbit database. and is their any method to reconfirm whether its connected to
Mysql database or default Hsql database.

Thanks in advance and if anyone knows the solution please do reply as i m not finding any relevant documents for solution.

Select All Option

$
0
0
Hi,
I have 6 multiselect component and 6 different parameters and based on selected multiselect component my graph and table values are changing now
i want to insert one button which is named as selectAll to select all the values in multiselect component..is it possible??

if so can anyone please provide the solution for my queries.

and please also check the attachment for my dashboard image.report.jpg

Thanks in advance.
Attached Images

java.lang.OutOfMemoryError: GC overhead limit exceeded

$
0
0
Hello everyone,

I've successfully managed to install the Pentaho Business Analytics Platform (CE) on my ubuntu instance in the AWS-Cloud.
I'm using MySQL as database for the biserver on the same instance and running my reports against another MySQL-DB running on another instance.
My server runs Oracle Java 8.

I've written a report in Pentaho Report Designer which works locally when I run it against a Test-Database with less data in it.
Now I've uploaded it to my biserver and try to run it from there (against my production Database with much more data in it).

Unfortunately I get this error after some time and the report never gets executed successfully:

Code:

14-Jul-2016 08:33:08.916 SEVERE [http-nio-8080-Acceptor-0] org.apache.tomcat.util.net.NioEndpoint$Acceptor.run
 java.lang.OutOfMemoryError: GC overhead limit exceeded
        at sun.nio.ch.SocketOptionRegistry.findOption(SocketOptionRegistry.java:81)
        at sun.nio.ch.Net.setSocketOption(Net.java:320)
        at sun.nio.ch.SocketChannelImpl.setOption(SocketChannelImpl.java:190)
        at sun.nio.ch.SocketAdaptor.setIntOption(SocketAdaptor.java:281)
        at sun.nio.ch.SocketAdaptor.setSoLinger(SocketAdaptor.java:316)
        at org.apache.tomcat.util.net.SocketProperties.setProperties(SocketProperties.java:202)
        at org.apache.tomcat.util.net.NioEndpoint.setSocketOptions(NioEndpoint.java:533)
        at org.apache.tomcat.util.net.NioEndpoint$Acceptor.run(NioEndpoint.java:697)
        at java.lang.Thread.run(Thread.java:745)


14-Jul-2016 08:33:08.916 SEVERE [http-nio-8080-ClientPoller-1] org.apache.tomcat.util.net.NioEndpoint$Poller.run
 java.lang.OutOfMemoryError: Java heap space
        at org.apache.tomcat.util.net.NioEndpoint.reclaimParachute(NioEndpoint.java:300)
        at org.apache.tomcat.util.net.NioEndpoint.checkParachute(NioEndpoint.java:285)
        at org.apache.tomcat.util.net.NioEndpoint$Poller.run(NioEndpoint.java:1077)
        at java.lang.Thread.run(Thread.java:745)


java.lang.OutOfMemoryError: GC overhead limit exceeded
        at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:300)
        at java.lang.StringCoding.encode(StringCoding.java:344)
        at java.lang.String.getBytes(String.java:918)
        at java.io.UnixFileSystem.getBooleanAttributes0(Native Method)
        at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:242)
        at java.io.File.exists(File.java:819)
        at org.apache.felix.utils.properties.Properties.<init>(Properties.java:106)
        at org.apache.felix.utils.properties.Properties.<init>(Properties.java:96)
        at org.apache.karaf.jaas.modules.properties.AutoEncryptionSupport$1.run(AutoEncryptionSupport.java:63)
        at java.util.TimerThread.mainLoop(Timer.java:555)
        at java.util.TimerThread.run(Timer.java:505)
08:33:09,215 ERROR [SimpleReportingAction] [Ausführen] Ausführung der Komponente fehlgeschlagen
java.lang.OutOfMemoryError: GC overhead limit exceeded

I've already updated my start-pentaho-debug.sh with --XX:MaxPermSize=2048m.

The arguments in my start-pentaho-debug.sh file look like this:
Code:

CATALINA_OPTS="-Xms2048m -Xmx6144m  -XX:MaxPermSize=2048m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8044 -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile.encoding=utf8 -DDI_HOME=\"$DI_HOME\" -Dh2.bindAddress=localhost -Djava.awt.headless=true"
I've also tried using the -XX:MaxMetaspaceSize flag, but without success.

Also, during (and after the crash) the website stucks and gets unusable for other users which are trying to navigate on it.

Anyone expecting the same problems?:confused:
Any hints what to do?:confused: Please help me.

Regards
WTTom

How to Change Home Path in the Browser Perspective

$
0
0
Hi. I need to change the home folder in file browser for every user, from it´s default "/home/(username)" to another forder like "/public/(companyName)".

I found this can be accomplished by hardcoding the string window.parent.HOME_PATH" in js files, but the proper way seem to be modifying and recompiling the PentahoWebContextFilter.class file.

I'm right?

I was looking in https://github.com/pentaho/pentaho-platform but no sure which branch to choose and how to recompile it.

Thanks a lot.

Bruno

Interactive Report- Disable Get Started Dialog & Tips

$
0
0
Hello Everyone,

Do anyone know how to disable the Dialog screen that starts when a new Interactive report is opened? plz see the attachment
I found an article for disabling the welcome home perspective widgets but not the Interactive report welcome screen, can anyone help please?

Thank you

IR-Splash screen.jpg
Attached Images

Viewing Dashboard outside User console

$
0
0
Hello,

I am new to pentaho. I have created a dashboard in User Console. I want to view this dashboard outside the user console. (without logging in to user console.) Is there any way to do so ?

Install BA Server v. 6.1.0.4 on Wildfly 10.0.0 Final

$
0
0
Hi All

We install BA server 6.1.0.4 CE on WildFly 10.0.0 Final following the documentationhttp://help.pentaho.com/Documentatio...ion_Tasks_-_BA

At system startup and pentaho BI 6.1.0.4 CE deploy, we have an error
2016-07-20 09:49:27,637 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "pentaho.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./pentaho" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./pAt system startup, we have an errorentaho: javax.servlet.ServletException: Bundle context attribute [org.osgi.framework.BundleContext] not set in servlet context
Caused by: javax.servlet.ServletException: Bundle context attribute [org.osgi.framework.BundleContext] not set in servlet context"}}
2016-07-20 09:49:27,710 INFO [org.jboss.as.server] (ServerService Thread Pool – 34) WFLYSRV0010: Deployed "pentaho.war" (runtime-name : "pentaho.war")
2016-07-20 09:49:27,713 INFO [org.jboss.as.server] (ServerService Thread Pool – 34) WFLYSRV0010: Deployed "pentaho-style.war" (runtime-name : "pentaho-style.war")
2016-07-20 09:49:27,718 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
WFLYCTL0186: Services which failed to start: service jboss.undertow.deployment.default-server.default-host./pentaho: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./pentaho: javax.servlet.ServletException: Bundle context attribute [org.osgi.framework.BundleContext] not set in servlet context

2016-07-20 09:49:28,020 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
2016-07-20 09:49:28,024 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening onhttp://127.0.0.1:9990
2016-07-20 09:49:28,025 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) started (with errors) in 325560ms - Started 1012 of 1312 services (2 services failed or missing dependencies, 398 services are lazy, passive or on-demand)
2016-07-20 09:49:28,116 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0019: Stopped Driver service with driver-name = pentaho.war_org.olap4j.driver.xmla.XmlaOlap4jDriver_1_2000000
2016-07-20 09:49:28,117 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0019: Stopped Driver service with driver-name = pentaho.war_mondrian.olap4j.MondrianOlap4jDriver_3_120
2016-07-20 09:49:28,117 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0019: Stopped Driver service with driver-name = pentaho.war_org.pentaho.platform.plugin.services.connections.PentahoSystemDriver_0_0
2016-07-20 09:49:28,117 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0019: Stopped Driver service with driver-name = pentaho.war_org.apache.derby.jdbc.AutoloadedDriver_10_5
2016-07-20 09:49:28,229 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 5.2.3.Final
2016-07-20 09:49:29,008 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment pentaho.war (runtime-name: pentaho.war) in 928ms
2016-07-20 09:49:29,511 INFO [org.jboss.as.repository] (DeploymentScanner-threads - 1) WFLYDR0002: Content removed from location E:\biserver-ce\wildfly-10.0.0.Final\standalone\data\content\7d\52bc4585622785dbf6521869657894785cfecb\content
2016-07-20 09:49:29,516 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed "pentaho.war" (runtime-name: "pentaho.war")

Can someone help?
Thanks

A3 Page layout

$
0
0
Hello
Is it possible to have the server set the default layout to "Landscape" and format to "A3" for all report files without having to manually change them in the report designer for each one?

Marketplace at Pentaho 6

$
0
0
Hello,
I'd like to install an older version of a plugin (Saiku, then probably more) to Pentaho 6.1.
In Pentaho 5.2 it was possible to change the definition of marketplace (biserver-ce\tomcat\webapps\central\marketplace.xml), to it wouldn't load plugins to marketplace from web but from locale. Unfortunately, there is no webapps\central or marketplace.xml or I can't find it. Please can you help me, where to change marketplace definition?

Another try: Marketplace is working so I've installed new Saiku and changed the content of biserver-ce\pentaho-solutions\system\saiku\ by the older one - it's not working, registration of the plugin has failed.

Maybe the versions of the plugin and Pentaho are not compatible, but I can't find any information which versions are compatible.. to I could know.

Using REST Apis in Pentaho 6.0: Getting 503 Service Unavailable

$
0
0
Hi,

I'm evaluating Pentaho for one of the project I have. I have taken community edition 6.0 version of it. I am exploring the REST apis provided with this release. Frankly speaking, I don't find any clear documentation of any RESt api. Or may be those are not elaborated enough. I have also looked into the code. I observed that REST endpoints are registered with Jetty however, those are not working for some reason.

I have tried to access the RESt api configured with 'CarteResource'. Through Postman, I'm trying to hit [MY HOST : PORT]/api/carte/systemInfo and I'm expecting some response for this. However, I get 503:Service Unavailable.

Could anyone please help? Pls let me know if you need more information.

Thanks.
Regards, Rahul

After Session Timeout , Pentaho authentication(Pentaho realm) prompt coming two times

$
0
0
Hi,

We have changed pentaho session time out in web.xml file from default 120 minutes to 5 minutes.
Now after login first time after session timeout , It will ask authentication prompt for two times to enter username & password (Pentaho realm).
Again after 5 minute timeout , it will ask for only one time to enter username and password.

So whenever we are login , after session timeout first time it will ask for two times prompt. and then one time.

Can we get only one time prompt ?





Thanks in advance.

Manual install of biserver-ce with MySql

$
0
0
I have followed the instructions here:

https://help.pentaho.com/Documentation/6.1/0F0/0K0

And the MySql instructions:

https://help.pentaho.com/Documentati...F0/0K0/040/0B0

My java version is :

java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)

My CATALINA_OPTS are set in tomcat/bin/startup.sh

CATALINA_OPTS="-Dh2.bindAddress=localhost -Djava.awt.headless=true -Xms2048m -Xmx6144m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile.encoding=utf8 -DDI_HOME=\"$DI_HOME\""

The startup fails with the following-I'm a bit lost now, and not sure what to change, so any suggestions appreciated.
====================
11:59:51,081 WARN [PentahoSolutionSpringApplicationContext] Exception encountered during context initialization - cancelling refresh attemptorg.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.h2.tools.Server] for bean with name 'org.h2.tools.Server' defined in file [/home/pentaho/pentaho/server/biserver-ce/pentaho-solutions/system/GettingStartedDB-spring.xml]; nested exception
is java.lang.ClassNotFoundException: org.h2.tools.Server
at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1278)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:628)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:575)
at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1347)
at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:913)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:617)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:934)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:410)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5099)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5615)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: org.h2.tools.Server
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1891)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1734)
at org.springframework.util.ClassUtils.forName(ClassUtils.java:265)
at org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:419)
at org.springframework.beans.factory.support.AbstractBeanFactory.doResolveBeanClass(AbstractBeanFactory.java:1299)
at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1270)
... 23 more

Assign permissions to a Data Source Wizard 'SQL Query' datasource

$
0
0
Hi everybody,
I have created a new datasource using the Data Source Wizard and selecting the 'SQL Query' option as Source Type.
If I check my datasources on the 'Manage Data Source' window I see my new datasource with type 'Data Source Wizard'.
I've also created an Interactive report using this datasource.

Now I need to assign some permissions to this datasource...

With classic xml schema files created using Schema Workbench I usually assign permissions using the tecnique explained here (http://mondrian.pentaho.com/document...Access_control) and it works.
With datasources created with the Data Source Wizard but selecting the 'Database Table(s)' option as Source Type I use the method described here (http://www.howtopentaho.com/securing...uc-datasource/) and it works.

Unfortunately those two methods seems to be useless with this new datasource.

If I export this datasource I get a .zip file containing the xml schema and an .xmi file.
I've tried to modify the xml file adding the permissions and then publishing it with Schema Workbench (after deleting the original datasource from the 'Manage Data Source' window) but what I've obtained is a new datasource with just 'Analysis' type. With this datasource the Interactive report I've created just doesn't work anymore.
Importing the modified xml file from the 'Manage Data Source' window gave me the same result.
Saving the new .xml file in the .zip file and the importing it gave me the same result.

If I try to modify and then publish the .xmi file with Metadata Editor using the method described in the link above I obtain just a 'Metadata' datasource.

Am I missing something?

Thank you

PS: I'm using Pentaho EE 5.4
Viewing all 2893 articles
Browse latest View live


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