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

Ctools 15.06.30 available

$
0
0
And a new set of releases! This one is HUGE, as it's the first where CDF / CDE were totally refactored into supporting require.js integration. More on this later.

And as you can see from the changelog, there's soooo much more than that.

Like before, we also made available a web version of the changelog, with a very appropriate theme!



CDF - Community Dashboard Framework - Version 15.06.30

Bug

  • [CDF-236] - Clicking many times on a Button Component in a short period of time triggers many server-side actions
  • [CDF-401] - CCC - Point and Metric Point plots - The dot_shapeRadius and dot_shapeSize extension points work in unexpected ways
  • [CDF-418] - Comment Component - A new div is added when can Try Me
  • [CDF-426] - CommentsComponent - input text on comments box isn't totally displayed
  • [CDF-448] - CGG: Export fails when the chart contains the "skip-ticks" marker
  • [CDF-502] - Bug PopupExportComponent with array parameters
  • [CDF-515] - Heatgrid sample referring CDE
  • [CDF-524] - Change sample on prptComponent to point to other report
  • [CDF-525] - Charts don't render in require dashboards in IE8
  • [CDF-528] - Comments Component require sample after interacting with the sample a second interaction is blocked
  • [CDF-531] - AutocompleteBoxComponent doesn't refresh the list when removing a character
  • [CDF-535] - Executing a CDA query in the traffic component results in dashboard's runningCalls equaling -1
  • [CDF-541] - Dashboards.numberFormat is changing the default mask of the language provider in cdo
  • [CDF-542] - Error with Popup Component
  • [CDF-548] - When updating a table component, with an open expanded row, further expands on the updated component are always empty.
  • [CDF-550] - css files not found opening PrptComponent/ExecutePrptComponent samples
  • [CDF-552] - XMLA queries fail to execute
  • [CDF-553] - In the requireJS version of the UnmanagedComponent, falsy parameter values are not being passed correctly to queries
  • [CDF-559] - CCC - Grouped Area Chart - Area transparency effect does not respect the color scale opacity
  • [CDF-561] - CCC - Metric Point / Point plots - When dotsVisible is false, the styling of Active dots ignores the ShowsActivity mark flag
  • [CDF-562] - CCC - Metric Point / Point plots - When dotsVisible is false, the size of Active and Alone dots does not exactly match the line width
  • [CDF-566] - SessionAttributes on dashboardsContext.xml not working as expected
  • [CDF-567] - Embedded require dashboards do not store the dashboard path
  • [CDF-568] - context not available inside a require dashboard
  • [CDF-571] - fix non-deterministic JS unit tests
  • [CDF-575] - SchedulePrptComponent - Align fields after select recurrence
  • [CDF-551] - Creating a table with Sparkline column, it's tooltips are not well formatted

Improvement

  • [CDF-313] - Review the Dashboard logging mechanisms
  • [CDF-507] - Some code is breaking in Internet Explorer 8 because it does not natively support String.prototype.trim()
  • [CDF-546] - Make width of DateInputComponent and other dashboard prompt fields configurable or at least overridable via css
  • [CDF-549] - Add pdf as a mimetype in cpf's MimeTypes
  • [CDF-560] - CCC - Interactive options at the panel and mark level: selectable, hoverable, ...
  • [CDF-563] - CCC - Cartesian Axis - Do not show "value" tooltip unless really needed
  • [CDF-569] - CDF should allow resources to be served by cache on reload

New Feature

  • [CDF-328] - Add support for Require.js in CDF
  • [CDF-494] - Incorporate Template Component into CDF
  • [CDF-564] - CCC - Active Scene Event
  • [CDF-565] - CCC - Events
  • [CDF-579] - Integrate new Selector component into CDF
  • [CDE-479] - Include the "unmanagedQueryComponent" as a standard CDE component

Task

  • [CDF-491] - Remove GetHeaders endpoint from CDF's public api
  • [CDF-516] - Migrate xmlaQueries as a requireJS module



CDE - Community Dashboard Editor - Version 15.06.30

Bug

  • [CDE-397] - It is possible to save a dashboard with no name
  • [CDE-454] - CDA datasources are created referencing the cda file's complete path
  • [CDE-509] - When using up and down arrows to navigate chart's advanced properties view doesn't scroll along with selected property
  • [CDE-510] - When using up and down arrows to navigate Components Panel it also scrolls the accordion
  • [CDE-514] - As a developers, when I'm using the ExportPopupComponent, I don't get all the options on the 'Data/Chart Component to Export' property
  • [CDE-517] - Sample CGG Component doesn't display any image
  • [CDE-519] - Review Olap Selector sample
  • [CDE-520] - Bullet Chart doesn't render all charts
  • [CDE-521] - Bullet Chart (requirejs) doesn't display charts
  • [CDE-524] - Minification order causes errors to appear because of missing semicolons in some javascripts statements
  • [CDE-529] - Opening component parameter popup does not block use of arrow keys to navigate properties
  • [CDE-536] - Fails to save a dashboard with the char '$' in the Title or Description
  • [CDE-538] - ExportPopupComponent fails to export PNG and SVG charts
  • [CDE-542] - When requiring a dashboard, using the getDashboard endpoint, inline resources and external resources are not being included.
  • [CDE-543] - CSS external resources should be included using the css! requireJS plugin
  • [CDE-550] - Missing requireJS config for embedding CDE dashboards
  • [CDE-551] - Creating a table with Sparkline column, it's tooltips are not well formatted
  • [CDE-554] - DuplicateComponent fails to duplicate the target HTML element's content
  • [CDE-559] - CCC - Bar Chart - Bars overflow when !stacked, !orthoAxisOriginIsZero and only positive values
  • [CDE-563] - CDE is not reading legacy Css resources
  • [CDE-565] - Japanese characters on chart title render as "??" when opening the dashboard

Improvement

  • [CDE-287] - Confirmation box without any previous changes
  • [CDE-430] - ExportPopupComponent - pressing down show list available options
  • [CDE-435] - Add ExportPopupComponent reference to CDE reference
  • [CDE-450] - TableComponent: Drag-and-drop on Column Headers/Types/Formats/Widths popups
  • [CDE-488] - Review Style loading mechanism
  • [CDE-497] - Custom component files should be bundled into a single file
  • [CDE-504] - As a user, I'd like the dashboard title to use the available area between actions and tabs.
  • [CDE-505] - As a user, when adding parameters to a component, I'd like the dashboard parameter list to be sorted alphabetically.
  • [CDE-507] - Table Component Column Type: Add hidden
  • [CDE-516] - CDE should save the .cdfde content sorted
  • [CDE-527] - As a user, I want bootstrap layout elements without an assigned xs span value to fall back to col-xs-12
  • [CDE-528] - As a user, I want bootstrap layout rows to only allow bootstrap layout column elements as children.
  • [CDE-534] - As a dashboard developer I would like that CDE parameters popups were created with a empty entry already added
  • [CDE-562] - Create a requirejs loader plugin for loading dashboard modules

New Feature

  • [CDE-371] - Add support for Require js in CDE
  • [CDE-479] - Include the "unmanagedQueryComponent" as a standard CDE component
  • [CDE-515] - Create a new component that is capable of requiring another dashboard



CDA - Community Data Access - Version 15.06.30

Bug

  • [CDA-133] - CDA editor doesn't display file contents (error loading page)
  • [CDA-140] - CDA Cache Manager always display version label as TRUNK-SNAPSHOT
  • [CDA-143] - CDA cache is not cleared when restarting the server
  • [CDA-144] - Exporting does not work when String array parameter is empty
  • [CDA-147] - When a query with parameter fails the parameter boxes are not shown
  • [CDA-150] - Refresh button is not showing

Story

  • [CDA-145] - As a CDA user, I would like to be able to filter what columns I get when I do a CDA query



CCC - Community Chart Components - Version 15.06.30

  • [ANALYZER-3004] - Memory Leak when working with analysis report
  • [ANALYZER-3058] - Memory leaks during multiple changing of chart type
  • [CDF-401] - CCC - Point and Metric Point plots - The dot_shapeRadius and dot_shapeSize extension points work in unexpected ways
  • [CDF-525] - Charts don't render in require dashboards in IE8
  • [CDF-559] - CCC - Grouped Area Chart - Area transparency effect does not respect the color scale opacity
  • [CDF-560] - CCC - Interactive options at the panel and mark level: selectable, hoverable, ...
  • [CDF-561] - CCC - Metric Point / Point plots - When dotsVisible is false, the styling of Active dots ignores the ShowsActivity mark flag
  • [CDF-562] - CCC - Metric Point / Point plots - When dotsVisible is false, the size of Active and Alone dots does not exactly match the line width
  • [CDF-563] - CCC - Cartesian Axis - Do not show "value" tooltip unless really needed
  • [CDF-564] - CCC - Active Scene Event
  • [CDF-565] - CCC - Events
  • [CDE-559] - CCC - Bar Chart - Bars overflow when !stacked, !orthoAxisOriginIsZero and only positive values






CGG - Community Graphics Generator - Version 15.06.30

Bug

  • [CDF-525] - Charts don't render in require dashboards in IE8
  • [CDF-448] - CGG: Export fails when the chart contains the "skip-ticks" marker
  • [CDE-565] - Japanese characters on chart title render as "??" when opening the dashboard

Improvement

  • Upgraded to last CCC release




CDC - Community Distributed Cache - Version 15.06.30

Improvement

  • Maintenance release - keep compatibility with latest ctools version



CDV - Community Data Validation - Version 15.06.30

Improvement

  • Maintenance release - keep compatibility with latest ctools version



CFR - Community File Repository - Version 15.06.30

Bug

  • [CFR-3416] - Metadata queries should use prepared statements
  • [CFR-3418] - When a file is overridden, CFR does not change UploadedFiles class.
  • [CFR-3433] - CFR upload checking file existence on root only, not on specific subfolders

Feature

  • [CFR-3419] - Adding Appache Tika for file content inspection before saving file on repository













More...

Load fact table - Multiple runs

$
0
0
Hi Forum,

I've designed a star schema where source data comes from multiple Excel files.(There would be no any id's in this file) and I am taking the same excel file data as staging area.

Let's say, I have 10,000 rows for each excel file. I want to load each file data to fact table for each run. My ETL design is working as expected for 1st run(1st file data in staging area). All foreign keys mapped to fact table.
When I run the ETL for the 2nd time, how to add ID from 10001. (how to lookup here ?)

Dimension Tables :
1) dim_countries(country_id,country_name,country_code,region,income_group,special_notes,dw_updated_date) : country_id is PK.
2) dim_indicator(indicator_id,indicator_type,indicator_sub_type,indicator_code,indicator_name,source_organization,source_note,dw_updated_date) : indicator_id is PK
3)dim_year(year_id,year) : year_id is PK
Fact Table:
4) edu_fact(id,year_id,country_id,indicator_id,value) : id is PK and year_id,country_id,indicator_id are FK's.

* Loaded data in all dimension tables first.
* fact table design
( staging area(table input - same as flat file with no ids) --> country lookup with country_code(retrieve country_id) --> indicator lookup with indicator_code(retrieve indicator_id) --> year lookup with year(retrieve year_id) --> fact table ID(add sequence) --> value from staging area) -?Table output

* All lookup's are database lookup steps.

* Above design working fine to get the facts with all ids for the first run. When I run for the second time it is showing me the duplicate entry.

* staging area is designed to be truncated for each excel file load.
education_measures (is the staging table to load measures)
(
"Country Name" text,
"Country Code" text,
"Indicator Name" text,
"Indicator Code" text,
"year" character varying(4),
"value" text,
)


Could any one guide me on this ? I am confused which steps to be used and how to use max id from staging area.

Thank you in advance.

Using [ElasticSearch JavaScript API]

$
0
0
Hi Everyone,

I have Pentaho Data Integration 5.4 trial installed and trying to call ElasticSearch Java Script API.

I copied the elasticsearch.js in folder "C:/Pentaho/design-tools/data-integration/lib" and calling in "Modified Java Script Value" but getting error.


Untitled.jpg


is path for elasticsearch.js is correct?

Any thing wrong with the syntax?


Thanks,
moz
Attached Images

Highlighting a pie slice in ClickAction

$
0
0
Hi all,

I have a CCC Pie Chart setup with a ClickAction that uses fireChange to update a parameter for other elements to use.

My question is, can I do something to the Pie to visually show that a particular slice has been selected. Without knowing what is achievable I was thinking either changing the colour of the selected slice (or "deselect" the other categories, similar to when you select a legend item) or keep the activeSliceRadius out at 5%... the trick being that no matter what the solution, I need it to persist past a fireChange causes the dashboard to refresh.

Any help appreciated.

Move data from Oracle RDBMS To Datastax Cassandra DB Using Pentaho Data Integrator

$
0
0
Hi All,

This is Rakesh.

I registered for the trail version from Pentaho and downloaded it for windows 32 bit.

Lately, We are trying to do a POC using NOSQL Cassandra DB. In Journey of this we are trying different ways to move data to Cassandra.

The DSE ( Datastax Enterprise ) is configured on Linux (Linux server RHEL 6.4 ).

I am trying to move data from Oracle(RDBMS ) To Datastax Cassandra using PDI. The version which I am using is 5.4.0.1-130

I am able to connect to oracle from PDI using JDBC Drivers ( ojdbc6.jar ) but facing problem in connecting to Cassandra using Design – Big Data - Cassandra output.

Please find attached logs and images for your reference….

Please contact me if you need further information.

Please help us resolve the setup issues. Your assistance would be appreciated.

2.jpg3.jpg

Thanks & Regards,

Varanasi Venkat Kumar
Attached Images
Attached Files

Table Input Error

$
0
0
When I use table Input for date query, the SQL like this "SELECT to_date('1989-04-16','yyyy-MM-dd') from dual" ,I think the result should be 1989-04-16 .But the result is 1989/04/16 01:00:00.000 or 1989/04/15 23:00:00.000, actually. You see the Date was Changed when query data by Kettle,I do really want to know why,Please Help me,Thank you very much!

Calculating a value from one to another field using Modified Java Script Value

$
0
0
Hi
I'm new to PDI, this community and javascript . I'm a Project Manager working for Unisys in switzerland. We are building a DWH for one of our clients and i'm evaluation pentaho as our data integration tool.

To my Problem:
I'm trying to calculate a value from one to another field. The goal is to convert swiss coordinates to wgs84 format (latitude, longitude). The input Fields are

Code:

EventCoordinatesX
EventCoordinatesY

the output fields are

Code:

x_wgs84
y_wgs84

thats the code i wrote in the javascript editor (shortened snippet)

Code:

x_wgs84=CHtoWGSlng(EventCoordinatesY, EventCoordinatesX);
y_wgs84=CHtoWGSlat(EventCoordinatesY, EventCoordinatesX);

// Convert CH y/x to WGS lat
function CHtoWGSlat(y, x) {
  // do something with input
  // lat is of type float
  return lat;
}

// Convert CH y/x to WGS long
function CHtoWGSlng(y, x) {
  // do something with input
  // lng is of type float
  return lng;
}

kettle runs the transformation without encountering any error and writes my csv as expected. the problem is, that the output fields x_wgs84 and y_wgs84 does not contain any value. even if do something like

Code:

x_wgs84='something';
y_wgs84='somethingelse';

the output fields are empty. Looks like i misunderstood something hardly. what am i doing wrong?

any help would very apreciated. Thank you very much!

greeting
chris

Synchronous transformation jobs using kettle

$
0
0
Is there any way to run transformation jobs for synchronous calls ? The requirement is like for each api call I need to execute the ktr and return the response. Synchronous calls might happen , input file size can also change , can I handle this requirement using kettle transformation ? Please help...

Setting a data source JNDI in BI platform.

$
0
0
Hi.

I'm trying to use a JNDI connection to the PRD reports. In the PRD is OK, is communicating with the database and showing data correctly.

But at create the datasource in the BI platform, in "manage data sources", the error occurs "ConnectionServiceImpl.ERROR_0009". Even when I try to use JNDI SampleData.

I just set up the file {user}\.Pentaho\simple-jndi\default.properties. Is there anything else must I do?


Thank you!

Register License Files

$
0
0
Hi,

When i start the Spoon.bat, It is asking Register your Pentaho license files. How can i register them? I am getting this window.

PDI Lincense.jpg


Thanks,
Madhu
Attached Images

Many connections with a single configuration

$
0
0
Please, pentaho people, help me with this in a ABC way:

If I have 60 database connections each of them are in different servers but all of them are the same database, it is possible to make a single query for all the 60 connections?

Thanks in advance!

Pentaho Kettle: Read data from cassandra issue

$
0
0
Hello All,

I'm trying to read data from cassandra.

Version:
Pentaho Kettle: 5.4.0.1
cqlsh: 5.0.1
Cassandra: 2.1.2

Steps:
File -> New -> Transformation -> Big Data -> Cassandra Input
Cassandra host: 10.123.34.1
Cassandra port: 9160
Keyspace: testkeyspace
CQL: SELECT * FROM testcolumnfamily;
Use CQL Version 3 is ticked

Clicked on "Preview", getting below error:

2015/07/13 15:06:31 - Spoon - Transformation opened.
2015/07/13 15:06:31 - Spoon - Launching transformation [populate_cassandra_page_successions]...
2015/07/13 15:06:31 - Spoon - Started the transformation execution.
2015/07/13 15:06:31 - Spoon - The transformation has finished!!
2015/07/13 15:30:57 - org.pentaho.di.trans.steps.cassandrainput.CassandraInputMeta@6ac4812f - ERROR (version 5.4.0.1-130, build 1 from 2015-06-14_12-34-55 by buildguy) : An error occurred while getting the schema information::
null
2015/07/13 15:30:57 - org.pentaho.di.trans.steps.cassandrainput.CassandraInputMeta@6ac4812f - ERROR (version 5.4.0.1-130, build 1 from 2015-06-14_12-34-55 by buildguy) : InvalidRequestException(why:Undefined name populate_io_cache_on_flush in selection clause)
2015/07/13 15:30:57 - org.pentaho.di.trans.steps.cassandrainput.CassandraInputMeta@6ac4812f - at org.apache.cassandra.thrift.Cassandra$execute_cql3_query_result$execute_cql3_query_resultStandardScheme.read(Cassandra.java:49032)
2015/07/13 15:30:57 - org.pentaho.di.trans.steps.cassandrainput.CassandraInputMeta@6ac4812f - at org.apache.cassandra.thrift.Cassandra$execute_cql3_query_result$execute_cql3_query_resultStandardScheme.read(Cassandra.java:49009)
2015/07/13 15:30:57 - org.pentaho.di.trans.steps.cassandrainput.CassandraInputMeta@6ac4812f - at org.apache.cassandra.thrift.Cassandra$execute_cql3_query_result.read(Cassandra.java:48924)


2015/07/13 17:11:41 - Cassandra Input.0 - Connecting to Cassandra node at 10.123.34.1 : 9160 using keyspace testkeyspace ...
2015/07/13 17:11:41 - Cassandra Input.0 - Using connection options: cqlVersion=3.0.1
2015/07/13 17:11:41 - org.pentaho.di.trans.steps.cassandrainput.CassandraInputMeta@5a708775 - Unable to connect to retrieve column meta data for testcolumnfamily at this stage
2015/07/13 17:11:41 - Cassandra Input.0 - ERROR (version 5.4.0.1-130, build 1 from 2015-06-14_12-34-55 by buildguy) : Unexpected error
2015/07/13 17:11:41 - Cassandra Input.0 - ERROR (version 5.4.0.1-130, build 1 from 2015-06-14_12-34-55 by buildguy) : org.pentaho.di.core.exception.KettleException:
2015/07/13 17:11:41 - Cassandra Input.0 - It doesnt look like the query will produce any output fields!
2015/07/13 17:11:41 - Cassandra Input.0 -
2015/07/13 17:11:41 - Cassandra Input.0 - at org.pentaho.di.trans.steps.cassandrainput.CassandraInput.processRow(CassandraInput.java:200)
2015/07/13 17:11:41 - Cassandra Input.0 - at org.pentaho.di.trans.step.RunThread.run(RunThread.java:62)
2015/07/13 17:11:41 - Cassandra Input.0 - at java.lang.Thread.run(Unknown Source)
2015/07/13 17:11:41 - Cassandra Input.0 - Closing connection ...
2015/07/13 17:11:41 - Cassandra Input.0 - Finished processing (I=0, O=0, R=0, W=0, U=0, E=1)
2015/07/13 17:11:41 - D:\Pentaho_Testing\read_write_cassandra\read_from_cassandra.ktr : read_from_cassandra - Transformation detected one or more steps with errors.
2015/07/13 17:11:41 - dummy.0 - Finished processing (I=0, O=0, R=0, W=0, U=0, E=0)
2015/07/13 17:11:41 - D:\Pentaho_Testing\read_write_cassandra\read_from_cassandra.ktr : read_from_cassandra - Transformation is killing the other steps!

Sending Mail alerts through pentaho Job

$
0
0
Hi All,

I am trying to send a mail details using job. Am getting the following error.


- Mail - ERROR (version 5.0.1-stable, build 1 from 2013-11-15_16-08-58 by buildguy) : Problem while sending message: javax.mail.MessagingException: Could not connect to SMTP host: smtp.telenor.no, port: 25;
2015/07/14 06:45:39 - Mail - nested exception is:
2015/07/14 06:45:39 - Mail - javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
2015/07/14 06:45:39 - Kitchen - ERROR (version 5.0.1-stable, build 1 from 2013-11-15_16-08-58 by buildguy) : Finished with errors


Can anyone pls correct where am doin wrong . Please find the following server details which am trying to connect.

Smtp Server : smtp.telenor.no
port : 25

but, this server is connecting through unix and simple unix mail command its working. I want to send through pentaho and want to send an attachment file. while trying to connect through pentaho am getting above error. '

Kindly suggest me a good solution

PDI installation guide

$
0
0
So we are looking to evaluate a CE edition of PDI and it looks like there is no up-to-date installation guides what so ever.
It's either absolutely out of date like this one or clearly refers to EE despite being supplied with CE version - I am referring to documentation included with what you get from sourceforge.

I am trying to install PDI with SQL Server as repository and it's a hurdle after hurdle which makes me confused why there are so many glaring reviews of Pentaho Data Integration. Is it on purpose to funnel people to EE?

Problem with invoking PRPT templates in creating DashBoard using Pentaho BA Server

$
0
0
Hi,
I'm using the Pentaho BA Server Release 5.4.0.1.130, I'm new to Pentaho BA Server and I want to Invoke PRPT templates
from Pentaho Report Designer to the DashBoard while creating DashBoard in Pentaho BA Server...Can anyone help me to do this

Thanks

Is it possible to change the default location of the .pentaho folder ?

$
0
0
In my server installation I do not have write privileges to the home directory.
when I run carte.sh, I get the following errors:

Unable to open local Pentaho meta store from [/my_home_dir_name/.pentaho]
Unable to create XML meta store root folder: /my_home_dir_name/.pentaho/metastore

is it possible to change the location of the .pentaho folder ?

I already set KETTLE_HOME to a folder where I do have write access.

Error when not admin tries to open dashboard at the first time after starting Pentaho

$
0
0
Hello!

I have Pentaho CE 5.3 installed on Windows Server. I use MS Active Directory for Pentaho security system.
And when someone not admin tries to open any CDE Dashboard he get an Error:
Could not load dashboard: exception while getting tree rooted at path "/public/cde/components" Reference number: 328844a4-5a78-4fcc-9f16-8549d1a3e54f
But when I open any CDE Dashboard with admin user, then everything works as expected.

Here is the error from Tomcat log:
Code:

2015-07-14 14:31:39,036 ERROR [pt.webdetails.cdf.dd.api.RenderApi] Could not load dashboard: exception while getting tree rooted at path "/public/cde/components"


Reference number: 328844a4-5a78-4fcc-9f16-8549d1a3e54f
org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting tree rooted at path "/public/cde/components"


Reference number: 328844a4-5a78-4fcc-9f16-8549d1a3e54f
        at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.callLogThrow(ExceptionLoggingDecorator.java:512)
        at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.getTree(ExceptionLoggingDecorator.java:443)
        at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.getTree(ExceptionLoggingDecorator.java:454)
        at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.listFiles(UnifiedRepositoryAccess.java:416)
        at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.listFiles(UnifiedRepositoryAccess.java:355)
        at pt.webdetails.cdf.dd.model.meta.reader.cdexml.fs.XmlFsPluginModelReader.readCustomComponentsLocation(XmlFsPluginModelReader.java:221)
        at pt.webdetails.cdf.dd.model.meta.reader.cdexml.fs.XmlFsPluginModelReader.readCustomComponents(XmlFsPluginModelReader.java:211)
        at pt.webdetails.cdf.dd.model.meta.reader.cdexml.fs.XmlFsPluginModelReader.read(XmlFsPluginModelReader.java:111)
        at pt.webdetails.cdf.dd.MetaModelManager.readModel(MetaModelManager.java:121)
        at pt.webdetails.cdf.dd.MetaModelManager.<init>(MetaModelManager.java:59)
        at pt.webdetails.cdf.dd.MetaModelManager.getInstance(MetaModelManager.java:45)
        at pt.webdetails.cdf.dd.DashboardManager.readDashboardFromCdfdeJs(DashboardManager.java:475)
        at pt.webdetails.cdf.dd.DashboardManager.getDashboard(DashboardManager.java:454)
        at pt.webdetails.cdf.dd.DashboardManager.getDashboardCdfRunJs(DashboardManager.java:249)
        at pt.webdetails.cdf.dd.DashboardManager.getDashboardCdfRunJs(DashboardManager.java:186)
        at pt.webdetails.cdf.dd.api.RenderApi.loadDashboard(RenderApi.java:396)
        at pt.webdetails.cdf.dd.api.RenderApi.render(RenderApi.java:178)
        at pt.webdetails.cdf.dd.DashboardDesignerContentGenerator.createContent(DashboardDesignerContentGenerator.java:105)
        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.pentaho.platform.web.http.security.RequestParameterAuthenticationFilter.doFilter(RequestParameterAuthenticationFilter.java:191)
        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.SystemStatusFilter.doFilter(SystemStatusFilter.java:55)
        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.Http11Processor.process(Http11Processor.java:861)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
        at java.lang.Thread.run(Thread.java:745)

I upgrade all CDF, CDE, CDA, CGG to the latest version: 15.06.30 (STABLE). Error is still here.

Problems sending Mail with TLS

$
0
0
Hallo together,

while trying to send mails with TLS i got the following Error:

ERROR (version 3.2.5-zeb-10 from 2015-02-07 22.27.52) : Problem while sending message: javax.mail.MessagingException: Could not convert socket to TLS;
nested exception is:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target


I also tried to put the properties in the Spoon.bat file:

-Dmail.smtp.starttls.enable=true
-Dmail.smtp.starttls.required=true
-Dmail.smtp.auth=false
-Dmail.smtp.ssl.checkserveridentity=false
-Dmail.smtp.ssl.trust=*

Does anyone knows how to solve the problem.:confused:

Thank you.

Formulas for Grand Totals in Saiku

$
0
0
Hello,

I am creating a Mondrian Cube and using it in a Saiku Analytics Report.

I use the option in Saiku to add a Grand Totals row. This works fine for all the columns which are summable. However, there are columns for which I want to tell the system not to apply the sum but in the case of a sum row, apply the row-wise formula.

For example the below table shows a Ratio% column which is ColumnA / ColumnB as a percentage. When I apply the Grand Total row using the Sum aggregation, I get the sum of the percentages as shown in red below.

Session ColumnA ColumnB Ratio%
A 56 57 98,25%
B 40 45 88,89%
C 32 42 76,19%
Total 128 144 263,32%

How can I tell the schema or Saiku that in case of a Totals row being added, that column should not be summed up but it should rather apply the formula applied to the calculated member?

Thanks in advance.

Json Input could not open file - no rows found

$
0
0
Hi, I'm new to Pentaho Data Integration. I've been studying any kind of transformation, any kind of input actually (text, excel, XML) by following various tutorial and haven't found any problems except when trying using Json Input.

I've been following the exact tutorials, a lot of tutorials about json input but still can't get it works. It always get the "Sorry, no rows found to be reviewed" message. I've even using the (.ktr) file from the tutorial as well but still no luck.

I've found any important point about Json input, (1) addressing Json Path, and (2) validating the Json file using online site (even when I just copied it from the tutorial which is working in the tutorial) and have tried checking it multiple times and still can't get it works.

I've googled a lot of times but haven't found an answer yet. So I'm kind of desperate here.

What do you think is the problem? is it my computer stuff-version or what?
please, any kind of help will be really appreciated.

here is the screenshot of the error log
errormsg.jpg


Thanks before
Attached Images
Viewing all 16689 articles
Browse latest View live