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

CSV input """" issue.

$
0
0
Im working with Gzipped CSV file input. In one column we have JSON data, that is escaped with enclosure string.

For example:

id,json

Code:

                  |<
"1","{""text2"":""""}"

it gets converted to:

Code:

          |<
1,{"text2":"}

instead of:
Code:

            |<
1,{"text2":""}


What would be the correct way to proccess this type of file? Could this enclosure replacement bug be fixed?

[Ctools webdetails] Information parameter

$
0
0
Hello,

When I try to go to the website www.webdetails.pt/ctools/ccc, there is a redirection to pentaho site map.

Is there a problem with the server ?

I would like to see the different parameter for CCC chart like extensions points ...

Thanks !

Pentaho Portlet not Visible in Liferay

$
0
0
I am using Pentaho CE 6.0.1 version with Liferay 7.0 Version.
I deployed Pentaho war files in Liferay bundled Tomcat and it works fine. I can also use iFrame Portlet to show Pentaho Dashboard.
But I dont see any Pentaho Portlets in Liferay as mentioned in this post: https://web.liferay.com/community/wi...ntaho+Portlets

How will the existing Pentaho Portlets appear in Liferay? Also to show new Pentaho CDE Dashboard as a portlet, what steps I need to follow?

Anybody noticed a slow UI on windows?

$
0
0
Hi,

In the last couple of versions, I have noticed peculiar behavior.

My setup :-

PDI 6.0
MySQL db repository
Windows 7/10 (does not matter which)

When I open transformations/jobs, switching between them via the tabs seems to take a long time and also doing anything within them - has a slow response.

But if I open a empty new tab ( File -> New -> Transformation), everything is a lot faster.

Not sure what's going on but it's started happen the last few versions, after the UI was revamped.

Should I open a JIRA?

Thanks,

Compare two rows into the same stream

$
0
0
I have one stream of data like this:

A B C
a1 c1
a1 b2 c2

and I need to revome the first row because a1=a1 and in the first row b is null.
Could anyone help me?
Thanks!

Endless Loop in Kitchen, Job Runs Fine in Spoon

$
0
0
Hi All,

Without getting too much into the weeds, I have a job with multiple sub-transformations and sub-jobs (ETL from MySQL to Postgres). This job runs exactly as expected from Spoon, no errors, but when I run the job--with the following command--I am met with an endless loop error at the first step where a parameter would need to be defined and passed from within the job (the named params from the command seem to integrate fine). The command I am using is as follows:

sudo /bin/sh kitchen.sh \
-rep=KettleFileRepo \
-dir=M2P \
-job=ETL-M2P \
-level=Rowlevel \
-param:MY.PAR.LOADTYPE=full \
-param:MY.PAR.TABLELIST=table1 \
-param:MY.PAR.TENANTS=tenant1 \
/

Has anyone run into this type of issue with a discrepancy between Spoon and Kitchen? Is there some sort of config or command line option that I am missing? I am running version 6.0.1.0-386 on OS X 10.11.4.

If you think more details would be beneficial please let me know and I can provide whatever is necessary.

Integration of Spark with Pentaho DI

$
0
0
How to query data from Hive datasorce using SparkQL from Pentaho DI?

Anti-virus software stopping Pentaho (Spoon) from launching?

$
0
0
Hello,
I'm trying to get Spoon 6.1 to launch on my Windows 7 machine and seem to be blocked by the anti-virus (Kaspersky Endpoint service) software. Are there any exceptions/rules that need to be added to get Spoon to launch?

The reason I believe it's the anti-virus software is because if I disable the service I'm able to launch spoon. With the anti-virus software running, the splash screen comes up but doesn't do anything.

Any help would be appreciated.

Thanks in advance.

Hyun Ho

New Mondrian user - Help with request

$
0
0
Please delete, created by mistake !

Input date format issue

$
0
0
Hi Team,

I have a CSV file with date in following format
4/14/2015 10:22:34 PM

Can anyone help how to handle this format in Select Values step or please let me know if it can be handled in some different step.

Regards.. Jawed

Error on data connection (SQL Express 2012)

$
0
0
Hi All

My OS is window 7.
And the Pentaho version is 6.1 community.
I already added sqljdbc4.jar into ~\data-integration\lib folder.
When i try to create a connection in PDI. it come out an error:


Error connecting to database [2] : org.pentaho.di.core.exception.KettleDatabaseException:
Error occurred while trying to connect to the database

Error connecting to database: (using class com.microsoft.sqlserver.jdbc.SQLServerDriver)
The property integratedSecurity does not contain a valid boolean value. Only true or false can be used.



org.pentaho.di.core.exception.KettleDatabaseException:
Error occurred while trying to connect to the database

Error connecting to database: (using class com.microsoft.sqlserver.jdbc.SQLServerDriver)
The property integratedSecurity does not contain a valid boolean value. Only true or false can be used.


at org.pentaho.di.core.database.Database.normalConnect(Database.java:466)
at org.pentaho.di.core.database.Database.connect(Database.java:364)
at org.pentaho.di.core.database.Database.connect(Database.java:335)
at org.pentaho.di.core.database.Database.connect(Database.java:325)
at org.pentaho.di.core.database.DatabaseFactory.getConnectionTestReport(DatabaseFactory.java:80)
at org.pentaho.di.core.database.DatabaseMeta.testConnection(DatabaseMeta.java:2734)
at org.pentaho.di.ui.core.database.dialog.DatabaseDialog.test(DatabaseDialog.java:110)
at org.pentaho.di.ui.core.database.wizard.CreateDatabaseWizardPage2.test(CreateDatabaseWizardPage2.java:157)
at org.pentaho.di.ui.core.database.wizard.CreateDatabaseWizardPage2$3.widgetSelected(CreateDatabaseWizardPage2.java:147)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at org.pentaho.di.ui.core.database.wizard.CreateDatabaseWizard.createAndRunDatabaseWizard(CreateDatabaseWizard.java:111)
at org.pentaho.di.ui.spoon.Spoon.createDatabaseWizard(Spoon.java:7653)
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 org.pentaho.ui.xul.impl.AbstractXulDomContainer.invoke(AbstractXulDomContainer.java:313)
at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:157)
at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:141)
at org.pentaho.ui.xul.jface.tags.JfaceMenuitem.access$100(JfaceMenuitem.java:43)
at org.pentaho.ui.xul.jface.tags.JfaceMenuitem$1.run(JfaceMenuitem.java:106)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.pentaho.di.ui.spoon.Spoon.readAndDispatch(Spoon.java:1347)
at org.pentaho.di.ui.spoon.Spoon.waitForDispose(Spoon.java:7989)
at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:9269)
at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:662)
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 org.pentaho.commons.launcher.Launcher.main(Launcher.java:92)
Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
Error connecting to database: (using class com.microsoft.sqlserver.jdbc.SQLServerDriver)
The property integratedSecurity does not contain a valid boolean value. Only true or false can be used.

at org.pentaho.di.core.database.Database.connectUsingClass(Database.java:579)
at org.pentaho.di.core.database.Database.normalConnect(Database.java:450)
... 43 more
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The property integratedSecurity does not contain a valid boolean value. Only true or false can be used.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.booleanPropertyOn(SQLServerConnection.java:410)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:653)
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1012)
at java.sql.DriverManager.getConnection(DriverManager.java:579)
at java.sql.DriverManager.getConnection(DriverManager.java:243)
at org.pentaho.di.core.database.Database.connectUsingClass(Database.java:552)
... 44 more

Hostname : 127.0.0.1
Port : 1433
Database name : TestDB


Anyone can help?

Drill Down chart capablity

$
0
0
Hello all,


I have a query regarding creating charts in CDE with Drill down capability.Suppose,say,I have a bar chart that details the sales per quarter.And if I clicked on the first quarter bar,then another chart should be generated in the same place as that of the Source Chart with the drilled down details of that particular bar.


How can this be done in Pentaho CE 6.x ?

Thanks
Subha

RequireJS - External code

$
0
0
Hello,

I try to add the example fonction of External Resource developed by you : http://forums.pentaho.com/showthread...-for-RequireJS

I create the resource : 1.jpg

with the function :

define(function() {

return {
option1: 'My Option',
option2: 'Another Option'
};
});

In the setting of my dashboard, I have the RequireJS option.

I use as below this function in a preExecution function :


function f() {

this.htmlObject.text(myProjectOptions.option1);

}


But When I execute I have this error : [error] WD: ReferenceError: myProjectOptions is not defined

Maybe, something wrong with the init of the function.

Any help ?

Thanks
Attached Images

New book available: Learning Pentaho CTools

$
0
0
Call me old fashioned, but even on this era of blogs, social media, info scattered through the net, it's always amazing to see a book covering our technology. Just feels like it's more real when you can actually physically pick something up.


And, once again I may be the only one thinking this, but I see it as a great milestone in a project's lifecycle; it's not a pet project anymore - it's the real deal.



And a latest addition that is particularly close for obvious reasons: Miguel Gaspar, one of our consultants, went ahead and published a book covering Pentaho Ctools




I'm obviously really proud to see a book coming out on a project I had do opportunity to work on from the ground up (even though today the team always kick me out from the dev room and don't let me touch a single line of code...). I did a quick search and found the forum post over 8 years old that announced the first release ever of CDF, the first Ctool.

Amazing stuff Miguel. Thanks for doing this, I would never be able to write a book (hum... well, technically I actually wrote one but.... meh, ignore)
Other Pentaho literature

We've been lucky enough to have already a couple of books covering several aspects of pentaho - The platform, a couple covering PDI, and... well, more than I can link. And I see this as a huge advantage. I'm sure any prospect / customer will feel much more confident by seeing this huge amount of resources available.


Just take a look at this screenshot with the search results from https://www.packtpub.com/all/?search=pentaho. Mind blowing, and from one editor alone (there's more on Wiley and others). It's just what you get when you can work with a great community :)



Cheers!




-pedro








More...

Connect MongoDB with Schema-Workbench

$
0
0
Hi,
i'm trying to connect MongoDB to schema workbench via "Generic Database", here's my configuration:

Custom connection url: jdbc:mongo//localhost:27017/default
Custom Driver Class Name: com.mongodb.Mongo (Driver in the folder driver and downloaded from here :https://oss.sonatype.org/content/rep...-driver/2.14.2)

but i receive this error:
Code:

Error connecting to database [MongoDB] : org.pentaho.di.core.exception.KettleDatabaseException:
Error occurred while trying to connect to the database


Error connecting to database: (using class com.mongodb.Mongo)
No suitable driver found for jdbc:mongo://157.27.254.179:27017/test




org.pentaho.di.core.exception.KettleDatabaseException:
Error occurred while trying to connect to the database


Error connecting to database: (using class com.mongodb.Mongo)
No suitable driver found for jdbc:mongo://157.27.254.179:27017/test




    at org.pentaho.di.core.database.Database.normalConnect(Database.java:466)
    at org.pentaho.di.core.database.Database.connect(Database.java:364)
    at org.pentaho.di.core.database.Database.connect(Database.java:335)
    at org.pentaho.di.core.database.Database.connect(Database.java:325)
    at org.pentaho.di.core.database.DatabaseFactory.getConnectionTestReport(DatabaseFactory.java:80)
    at org.pentaho.di.core.database.DatabaseMeta.testConnection(DatabaseMeta.java:2734)
    at org.pentaho.ui.database.event.DataHandler.testDatabaseConnection(DataHandler.java:591)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.pentaho.ui.xul.impl.AbstractXulDomContainer.invoke(AbstractXulDomContainer.java:313)
    at org.pentaho.ui.xul.swing.tags.SwingButton$OnClickRunnable.run(SwingButton.java:71)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
    at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:184)
    at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:229)
    at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:227)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:227)
    at java.awt.Dialog.show(Dialog.java:1084)
    at java.awt.Component.show(Component.java:1673)
    at java.awt.Component.setVisible(Component.java:1625)
    at java.awt.Window.setVisible(Window.java:1014)
    at java.awt.Dialog.setVisible(Dialog.java:1005)
    at org.pentaho.ui.xul.swing.tags.SwingDialog.show(SwingDialog.java:250)
    at mondrian.gui.Workbench.connectionButtonActionPerformed(Workbench.java:1288)
    at mondrian.gui.Workbench.access$900(Workbench.java:58)
    at mondrian.gui.Workbench$24.actionPerformed(Workbench.java:751)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
    at java.awt.Component.processMouseEvent(Component.java:6535)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
    at java.awt.Component.processEvent(Component.java:6300)
    at java.awt.Container.processEvent(Container.java:2236)
    at java.awt.Component.dispatchEventImpl(Component.java:4891)
    at java.awt.Container.dispatchEventImpl(Container.java:2294)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
    at java.awt.Container.dispatchEventImpl(Container.java:2280)
    at java.awt.Window.dispatchEventImpl(Window.java:2750)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
    at java.awt.EventQueue$4.run(EventQueue.java:731)
    at java.awt.EventQueue$4.run(EventQueue.java:729)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
Error connecting to database: (using class com.mongodb.Mongo)
No suitable driver found for jdbc:mongo://157.27.254.179:27017/test


    at org.pentaho.di.core.database.Database.connectUsingClass(Database.java:579)
    at org.pentaho.di.core.database.Database.normalConnect(Database.java:450)
    ... 75 more
Caused by: java.sql.SQLException: No suitable driver found for jdbc:mongo://157.27.254.179:27017/test
    at java.sql.DriverManager.getConnection(DriverManager.java:689)
    at java.sql.DriverManager.getConnection(DriverManager.java:270)
    at org.pentaho.di.core.database.Database.connectUsingClass(Database.java:565)
    ... 76 more


Custom URL    :                                    jdbc:mongo://157.27.254.179:27017/test
Custom Driver Class:com.mongodb.Mongo

Can you help me?

Multichart + multiseries line chart

$
0
0
Hello,

I've created a multichart line chart with a sqloverjndi datasource and it's working as expected, but now I need to add a new category to this charts.

The original query returned data structured like this: category1, timeseries, value.

Now, the new query returns category1, category2, timeseries, value.

The graphic result I'm expecting is a multichart, and category2 values shown as multiple lines.

How can I achieve this?

Thank you

urgent Suggestion required on choosing EE and CE

$
0
0
Hi All,

My name is phani. i want to choose my pentaho version based on the following scenarios can some one please suggest me in this.

* Integration of pentaho with third party frameworks such as liferay.
* we decided to use xaction script inside liferay , if we click on that xaction it should redirec to BA server and show us the report this way we have planned to integrate reports in to Liferay.

Now my question is can we achieve this using Pentaho CE ?

is xaction sudio freely available or it will come with enterprise bundle if we purchased or is there any better way to do integration using community edition

please help me in this.

Thanks
phani

Fail to run PDI6 : libjavascriptcoregtk

$
0
0
Hi everyone,

I have a strange issue while running pentaho kettle.
I'm running a PDI 6.0.1 and latest jdk 8u91. I'm running on opensuse and here is my error :
Here is the shirt error log :

Code:

openjdk version "1.8.0_91"
OpenJDK Runtime Environment (IcedTea 3.0.1) (suse-27.1-x86_64)
OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode)
pascal@linux-85gn:~/DEV/IDE/Penthao5/data-integration-5-4> ./spoon.sh 
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f03bda6f785, pid=3145, tid=139656240346880
#
# JRE version: Java(TM) SE Runtime Environment (8.0_91-b14) (build 1.8.0_91-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.91-b14 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libjavascriptcoregtk-1.0.so.0+0x55b785]  JSC::RegExpCache::lookupOrCreate(WTF::String const&, JSC::RegExpFlags)+0xb5
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/pascal/DEV/IDE/Penthao5/data-integration-5-4/hs_err_pid3145.log
#
# If you would like to submit a bug report, please visit:
#  http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
openjdk version "1.8.0_91"
OpenJDK Runtime Environment (IcedTea 3.0.1) (suse-27.1-x86_64)
OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode)
./spoon.sh : ligne 210 :  3145 Abandon                "$_PENTAHO_JAVA" $OPT -jar "$STARTUP" -lib $LIBPATH "${1+$@}"
pascal@linux-85gn:~/DEV/IDE/Penthao5/data-integration-5-4> ./spoon.sh 
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fda4d406785, pid=3233, tid=140577769740032
#
# JRE version: Java(TM) SE Runtime Environment (8.0_91-b14) (build 1.8.0_91-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.91-b14 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libjavascriptcoregtk-1.0.so.0+0x55b785]  JSC::RegExpCache::lookupOrCreate(WTF::String const&, JSC::RegExpFlags)+0xb5
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/pascal/DEV/IDE/Penthao5/data-integration-5-4/hs_err_pid3233.log
#
# If you would like to submit a bug report, please visit:
#  http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
./spoon.sh : ligne 210 :  3233 Abandon                "$_PENTAHO_JAVA" $OPT -jar "$STARTUP" -lib $LIBPATH "${1+$@}"
pascal@linux-85gn:~/DEV/IDE/Penthao5/data-integration-5-4> openjdk version "1.8.0_91"
OpenJDK Runtime Environment (IcedTea 3.0.1) (suse-27.1-x86_64)
OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode)

here is the full stack trace : http://pastebin.com/jEJTfiDd

Any help would be appreciated,

regards

List of required jar files to associate for accessing Pentaho 6 using Java API

$
0
0
Hi All,

I am facing an issue with the list of jar files to be associated with Eclipse to access Kettle jobs and transformations using Pentaho6 Java APIs. As of now, I have to associate all 268 jar files under lib folder in order for my Java code to run kettle jobs. It slows down my execution. If i remove some of the jar files, I'm getting errors. Please let me know if there is a solution for this.

Thanks,
Ganesh

Get Variable step not working

$
0
0
Hi,
I am new to Pentaho Data Integration.I have a transformation that is pulling a variable current year into the stream and using it in the database lookup step. I keep getting error that the variable could not be found. Any suggestions would be greatly appreciated.
1.jpg2.jpg3.jpg4.jpg
Attached Images
Viewing all 16689 articles
Browse latest View live


Latest Images