January 20, 2015, 5:45 am
I have strings in the following format in Pentaho Spoon:
Now I want these to split in Javascript
Code:
var str = "0.31;0.45"
var res1 = str.split(";");
However, this returns an array where only the first element is filled as
Code:
res1[0] = "0.310.45"
While I'm expecting this:
Code:
res1[0] = "0.31"
res1[1] = "0.45"
What am I doing wrong? I've been looking for quite some time now but didn't discover any solution.
The string has been sanitized before, because it was imported from an excel sheet where enters were added between the different values:
Code:
str = strold.replace(new RegExp("\n", "gi"), ";");
Snippet of the excel sheet data have been attached (can't disclose complete records due to the sensitive nature of the data).
exampledata.xls
Any pointers to the right track will be greatly appreciated :)
Thanks!
Rob
↧
January 20, 2015, 7:36 am
when to check \biserver-ce\tomcat\logs\catalina.log
and
when to check \biserver-ce\logs\pentaho.log
thanks in advance
↧
↧
January 20, 2015, 10:07 am
Greetings from sunny Florida,
Again appeal to your expertise...
Perhaps my Pentaho broke down, I have the following simple transformation:
Table Input -> Select Values -> Table Output
On the Table Output step I click on "Specify Database Fields" and "Get fields" populates both the Table fields and Stream fields sections with the Stream field names, not the table column names. This does not seem to be correct.
Am I missing something?
:confused:
↧
January 20, 2015, 12:09 pm
I am trying to do the following. I have a CSV file like so:
Name, Number Of Sales, Number of Returns
Person One, 123, 2
Person Two, 284, 4
I am wanting to format the data somehow to look like this:
Name: Person One
Number of Sales: 123
Number of Returns: 2
The goal is to send a HTTP Post of JSON data for each line in the CSV in order to make a ticket in an existing ticketing platform for a team to then work on.
I cannot for the life of me figure 2 things out:
1. Can I insert actual new lines into the data? I assume I need to format it like I want into a new column, then use this data to be one of JSON elements. This will be read by a team of people, so new lines make most sense.
2. Can I use the header values in the output as described above.
I am new to Pentaho Kettle and am more than happy to elaborate if I am not asking the questions the correct way.
Thanks.
↧
January 20, 2015, 1:07 pm
I created a very simple transformation pointing to a SQL server. When I create the database connection and test it, I get an "Error connection database Exception (full message below). The source of the error was Network IO.IOException: Malformed reply from SOCKS server.
I have another workstation with PDI installed and I was able to connect to the MS SQL server.
I added the Microsoft SQL jdbc driver to the data-integration/lib directory without an error.
I noticed from the error message that the MSSQL jdbc driver is not referenced.
What am I missing?
Thanks
Ray
Error connecting to database: (using class net.sourceforge.jtds.jdbc.Driver)
Network error IOException: Malformed reply from SOCKS server
org.pentaho.di.core.exception.KettleDatabaseException:
Error occured while trying to connect to the database
Error connecting to database: (using class net.sourceforge.jtds.jdbc.Driver)
Network error IOException: Malformed reply from SOCKS server
at org.pentaho.di.core.database.Database.normalConnect(Database.java:427)
at org.pentaho.di.core.database.Database.connect(Database.java:361)
at org.pentaho.di.core.database.Database.connect(Database.java:314)
at org.pentaho.di.core.database.Database.connect(Database.java:302)
at org.pentaho.di.core.database.DatabaseFactory.getConnectionTestReport(DatabaseFactory.java:80)
at org.pentaho.di.core.database.DatabaseMeta.testConnection(DatabaseMeta.java:2685)
at org.pentaho.ui.database.event.DataHandler.testDatabaseConnection(DataHandler.java:546)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.swt.tags.SwtButton.access$500(SwtButton.java:43)
at org.pentaho.ui.xul.swt.tags.SwtButton$4.widgetSelected(SwtButton.java:138)
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.ui.xul.swt.tags.SwtDialog.show(SwtDialog.java:389)
at org.pentaho.ui.xul.swt.tags.SwtDialog.show(SwtDialog.java:318)
at org.pentaho.di.ui.core.database.dialog.XulDatabaseDialog.open(XulDatabaseDialog.java:116)
at org.pentaho.di.ui.core.database.dialog.DatabaseDialog.open(DatabaseDialog.java:59)
at org.pentaho.di.ui.spoon.delegates.SpoonDBDelegate.newConnection(SpoonDBDelegate.java:464)
at org.pentaho.di.ui.spoon.delegates.SpoonDBDelegate.newConnection(SpoonDBDelegate.java:451)
at org.pentaho.di.ui.spoon.Spoon.newConnection(Spoon.java:8736)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:1310)
at org.pentaho.di.ui.spoon.Spoon.waitForDispose(Spoon.java:7931)
at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:9202)
at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:648)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.pentaho.commons.launcher.Launcher.main(Launcher.java:92)
Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
Error connecting to database: (using class net.sourceforge.jtds.jdbc.Driver)
Network error IOException: Malformed reply from SOCKS server
at org.pentaho.di.core.database.Database.connectUsingClass(Database.java:572)
at org.pentaho.di.core.database.Database.normalConnect(Database.java:410)
... 55 more
Caused by: java.sql.SQLException: Network error IOException: Malformed reply from SOCKS server
at net.sourceforge.jtds.jdbc.ConnectionJDBC2.<init>(ConnectionJDBC2.java:410)
at net.sourceforge.jtds.jdbc.ConnectionJDBC3.<init>(ConnectionJDBC3.java:50)
at net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:184)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.pentaho.di.core.database.Database.connectUsingClass(Database.java:554)
... 56 more
Caused by: java.net.SocketException: Malformed reply from SOCKS server
at java.net.SocksSocketImpl.readSocksReply(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.sourceforge.jtds.jdbc.SharedSocket.createSocketForJDBC3(SharedSocket.java:307)
at net.sourceforge.jtds.jdbc.SharedSocket.<init>(SharedSocket.java:257)
at net.sourceforge.jtds.jdbc.ConnectionJDBC2.<init>(ConnectionJDBC2.java:311)
... 61 more
↧
↧
January 20, 2015, 2:22 pm
Hello
I'm doing my master's final project and i'm working in BI area.
I need to develop a web plataform with reporting and dashboards, and i'm trying out pentaho ce, and i have some questions:
1.) Can I develop a dashboard in pentaho and use it in a plataform .NET (asp.net)?
2.) Can I consume datasets using webservices in .NET plataform?
I'm waiting your feedback, good work
↧
January 20, 2015, 6:21 pm
Does multiple stream lookups give a better performance than having multiple left outer joins in a single query in a table input.
↧
January 20, 2015, 8:54 pm
I'm trying to connect to SAP system with Pentaho Data Integration 4.1 GA, i have the sapjco3.jar and sapjco3.dll.
I put the sapjco3.jar in libext and file “sapjco3.dll” in data-integration\libswt\linux, after that i started my Spoon but when i create a new connection and i test it, i have this error:
Unable to connect to the SAP ERP server:
Possibly the SAP JCo implementation library (e.g. sapjco3.dll) does
not exist or cannot be loaded. Please copy it to your libext
directory! If you use version 3.0.5 or higher on Windows be sure to
have MS Visual C++ 2005 SP1 Redistributable Package ATL Security
Update installed.
I'm doing this test in windows, so i installed the MS Visual C++ 2005 SP1 Redistributable Package ATL Security Update but i have the same error, there is something else i must do??
↧
January 20, 2015, 9:39 pm
Hi,
I am trying to integrate non-MapReduce Kettle jobs with Yarn on our Hadoop cluster, and I have seen articles on the pentaho wiki about using the step "Start a Yarn Kettle Cluster", but cannot find it anywhere in the Spoon interface (I am using the latest version 5.2 CE).
Does anyone know where this feature can be found?
Thank you
↧
↧
January 20, 2015, 9:48 pm
Unable to connect to the SAP ERP server:
Cannot get SAP function
Initialization of repository destination SAP failed: Connect to SAP gateway failed
Connection parameters: TYPE=A DEST=SAP ASHOST=XX.XXX.X.XX SYSNR=00 PCS=1
LOCATION CPIC (TCP/IP) on local host with Unicode
ERROR partner 'XX.XXX.X.XX:3300' not reached
TIME Wed Jan 21 11:01:34 2015
RELEASE 720
COMPONENT NI (network interface)
VERSION 40
RC -10
MODULE nixxi.cpp
LINE 3283
DETAIL NiPConnect2: 10.100.2.31:3300
SYSTEM CALL connect
ERRNO 111
ERRNO TEXT Connection refused
COUNTER 8
Possibly the SAP JCo implementation library (e.g. sapjco3.dll) does not exist or cannot be loaded. Please copy it to your libext directory! If you use version 3.0.5 or higher on Windows be sure to have MS Visual C++ 2005 SP1 Redistributable Package ATL Security Update installed.
org.pentaho.di.trans.steps.sapinput.sap.SAPException:
Cannot get SAP function
Initialization of repository destination SAP failed: Connect to SAP gateway failed
Connection parameters: TYPE=A DEST=SAP ASHOST=10.100.2.31 SYSNR=00 PCS=1
LOCATION CPIC (TCP/IP) on local host with Unicode
ERROR partner '10.100.2.31:3300' not reached
TIME Wed Jan 21 11:01:34 2015
RELEASE 720
COMPONENT NI (network interface)
VERSION 40
RC -10
MODULE nixxi.cpp
LINE 3283
DETAIL NiPConnect2: 10.100.2.31:3300
SYSTEM CALL connect
ERRNO 111
ERRNO TEXT Connection refused
COUNTER 8
Possibly the SAP JCo implementation library (e.g. sapjco3.dll) does not exist or cannot be loaded. Please copy it to your libext directory! If you use version 3.0.5 or higher on Windows be sure to have MS Visual C++ 2005 SP1 Redistributable Package ATL Security Update installed.
at org.pentaho.di.trans.steps.sapinput.sap.impl.SAPConnectionImpl.test(SAPConnectionImpl.java:123)
at org.pentaho.di.trans.steps.sapinput.sap.impl.SAPConnectionImpl.open(SAPConnectionImpl.java:94)
at org.pentaho.di.trans.steps.sapinput.sap.impl.SAPConnectionImpl.open(SAPConnectionImpl.java:65)
at org.pentaho.di.trans.steps.sapinput.sap.SAPConnectionFactory.getConnectionTestReport(SAPConnectionFactory.java:60)
at org.pentaho.di.core.database.DatabaseMeta.testConnection(DatabaseMeta.java:2685)
at org.pentaho.ui.database.event.DataHandler.testDatabaseConnection(DataHandler.java:546)
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:606)
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.swt.tags.SwtButton.access$500(SwtButton.java:43)
at org.pentaho.ui.xul.swt.tags.SwtButton$4.widgetSelected(SwtButton.java:138)
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.ui.xul.swt.tags.SwtDialog.show(SwtDialog.java:389)
at org.pentaho.ui.xul.swt.tags.SwtDialog.show(SwtDialog.java:318)
at org.pentaho.di.ui.core.database.dialog.XulDatabaseDialog.open(XulDatabaseDialog.java:116)
at org.pentaho.di.ui.core.database.dialog.DatabaseDialog.open(DatabaseDialog.java:59)
at org.pentaho.di.ui.spoon.delegates.SpoonDBDelegate.newConnection(SpoonDBDelegate.java:464)
at org.pentaho.di.ui.spoon.delegates.SpoonDBDelegate.newConnection(SpoonDBDelegate.java:451)
at org.pentaho.di.ui.spoon.Spoon.doubleClickedInTree(Spoon.java:3052)
at org.pentaho.di.ui.spoon.Spoon.doubleClickedInTree(Spoon.java:3022)
at org.pentaho.di.ui.spoon.Spoon.access$2400(Spoon.java:343)
at org.pentaho.di.ui.spoon.Spoon$28.widgetDefaultSelected(Spoon.java:6118)
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.pentaho.di.ui.spoon.Spoon.readAndDispatch(Spoon.java:1310)
at org.pentaho.di.ui.spoon.Spoon.waitForDispose(Spoon.java:7931)
at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:9202)
at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:648)
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:606)
at org.pentaho.commons.launcher.Launcher.main(Launcher.java:92)
Please give me solution.
↧
January 20, 2015, 10:26 pm
Wont 'Modified Java Script Value' step affect performance.
Can 'User Defined Java Expression' be used. Which java function can be used.
Is there any other method
↧
January 21, 2015, 12:06 am
Hello ,
I am using date input component in my cde dashboard.Along with i have created one date parameter like parDate that will be passing through out dashboard as selection of date in my query.Now i m facing two problem here:
1)How i can disable the future date in date input component.
For this i have tried this function in script but no luck to solve my problem.
$(function() {
var date = new Date();
var currentMonth = date.getMonth();
var currentDate = date.getDate();
var currentYear = date.getFullYear();
$('#render_SelectDate').datepicker({
maxDate: new Date(currentYear, currentMonth, currentDate)
});
});
2)I am using date parameter and also i am displaying the yesterday date always in my date component and by default is date format is 'YYYY-MM-DD' but i want to display the date format should be 'MM-DD-YYYY'. can any one help me how i can change this format.
↧
January 21, 2015, 1:48 am
hello I have this error in lot and Penthao crash and I have to restart it (many time):
Pentaho is 5.0
2015-01-21 09:08:59,724 ERROR [org.pentaho.platform.plugin.action.sql.SQLLookupRule] Error Start: Pentaho Pentaho Platform Core 5.0.1-stable.-1
2015-01-21 09:08:59,724 ERROR [org.pentaho.platform.plugin.action.sql.SQLLookupRule] c0981df6-a144-11e4-b098-d4ae52d4a4b4:COMPONENT:context-301995187-1421827738915:global-department-list.xactionConnectFactory.ERROR_0001 - Database connection could not be established to: SampleData
org.pentaho.platform.api.data.DBDatasourceServiceException: javax.naming.NameNotFoundException: Name SampleData is not bound in this Context
at org.pentaho.platform.engine.services.connection.datasource.dbcp.BaseDatasourceService.getJndiDataSource(BaseDatasourceService.java:113)
at org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledOrJndiDatasourceService.retrieve(PooledOrJndiDatasourceService.java:50)
at org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledOrJndiDatasourceService.getDataSource(PooledOrJndiDatasourceService.java:110)
at org.pentaho.platform.plugin.services.connections.sql.SQLConnection.initWithJNDI(SQLConnection.java:192)
at org.pentaho.platform.plugin.services.connections.sql.SQLConnection.setProperties(SQLConnection.java:106)
at org.pentaho.platform.engine.services.connection.PentahoConnectionFactory.getConnection(PentahoConnectionFactory.java:129)
at org.pentaho.platform.engine.services.connection.PentahoConnectionFactory.getConnection(PentahoConnectionFactory.java:73)
at org.pentaho.platform.plugin.action.sql.SQLBaseComponent.getConnection(SQLBaseComponent.java:893)
at org.pentaho.platform.plugin.action.sql.SQLBaseComponent.getConnection(SQLBaseComponent.java:859)
at org.pentaho.platform.plugin.action.sql.SQLBaseComponent.getDatasourceConnection(SQLBaseComponent.java:809)
at org.pentaho.platform.plugin.action.sql.SQLBaseComponent.executeAction(SQLBaseComponent.java:211)
at org.pentaho.platform.engine.services.solution.ComponentBase.execute(ComponentBase.java:465)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeComponent(RuntimeContext.java:1313)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeAction(RuntimeContext.java:1279)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.performActions(RuntimeContext.java:1176)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeLoop(RuntimeContext.java:1122)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeSequence(RuntimeContext.java:1004)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeSequence(RuntimeContext.java:910)
at org.pentaho.platform.engine.services.solution.SolutionEngine.executeInternal(SolutionEngine.java:386)
at org.pentaho.platform.engine.services.solution.SolutionEngine.execute(SolutionEngine.java:305)
at org.pentaho.platform.engine.services.solution.SolutionEngine.execute(SolutionEngine.java:184)
at org.pentaho.platform.engine.core.system.PentahoSystem.globalStartup(PentahoSystem.java:868)
at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:825)
at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:822)
at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:333)
at org.pentaho.platform.engine.core.system.PentahoSystem.globalStartup(PentahoSystem.java:822)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:282)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:182)
at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:136)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:675)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:601)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
at org.apache.catalina.core.StandardService.start(StandardService.java:525)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: javax.naming.NameNotFoundException: Name SampleData is not bound in this Context
at org.apache.naming.NamingContext.lookup(NamingContext.java:770)
at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
at org.apache.naming.SelectorContext.lookup(SelectorContext.java:152)
at javax.naming.InitialContext.lookup(InitialContext.java:411)
at org.pentaho.platform.engine.services.connection.datasource.dbcp.BaseDatasourceService.getJndiDataSource(BaseDatasourceService.java:73)
... 52 more
2015-01-21 09:08:59,727 ERROR [org.pentaho.platform.plugin.action.sql.SQLLookupRule] Error end:
2015-01-21 09:08:59,727 ERROR [org.pentaho.platform.plugin.action.sql.SQLLookupRule] c0981df6-a144-11e4-b098-d4ae52d4a4b4:COMPONENT:context-301995187-1421827738915:global-department-list.xactionSQLBaseComponent.ERROR_0007 - Connection to data source is not valid
2015-01-21 09:08:59,728 ERROR [org.pentaho.platform.engine.services.solution.SolutionEngine] c0981df6-a144-11e4-b098-d4ae52d4a4b4:SOLUTION-ENGINE:/public/bi-developers/Secure/global-department-list.xaction: Action Sequence execution failed, see details below
| Error Time: Wednesday, January 21, 2015 9:08:59 AM CET
| Session ID: admin
| Instance Id: c0981df6-a144-11e4-b098-d4ae52d4a4b4
| Action Sequence: global-department-list.xaction
| Execution Stack:
EXECUTING ACTION: Query For Departments (SQLLookupRule)
| Action Class: SQLLookupRule
| Action Desc: Query For Departments
| Loop Index: 0
Stack Trace:org.pentaho.platform.api.engine.ActionExecutionException: RuntimeContext.ERROR_0017 - Action failed to execute
at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeComponent(RuntimeContext.java:1341)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeAction(RuntimeContext.java:1279)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.performActions(RuntimeContext.java:1176)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeLoop(RuntimeContext.java:1122)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeSequence(RuntimeContext.java:1004)
at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeSequence(RuntimeContext.java:910)
at org.pentaho.platform.engine.services.solution.SolutionEngine.executeInternal(SolutionEngine.java:386)
at org.pentaho.platform.engine.services.solution.SolutionEngine.execute(SolutionEngine.java:305)
at org.pentaho.platform.engine.services.solution.SolutionEngine.execute(SolutionEngine.java:184)
at org.pentaho.platform.engine.core.system.PentahoSystem.globalStartup(PentahoSystem.java:868)
at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:825)
at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:822)
at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:333)
at org.pentaho.platform.engine.core.system.PentahoSystem.globalStartup(PentahoSystem.java:822)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:282)
at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:182)
at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:136)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:675)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:601)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
at org.apache.catalina.core.StandardService.start(StandardService.java:525)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
2015-01-21 09:13:41,399 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /jpivot/jpivot/messages_supported_languages.properties not found in plugin jpivot
2015-01-21 09:13:42,799 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /pentaho-cdf-dd/lang/messages_it-IT.properties not found in plugin pentaho-cdf-dd
ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties.properties not found in plugin saiku
ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties_it.properties not found in plugin saiku
ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties_it-IT.properties not found in plugin saiku
2015-01-21 09:15:43,191 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /pentaho-cdf-dd/lang/messages_it-IT.properties not found in plugin pentaho-cdf-dd
2015-01-21 09:15:43,470 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties.properties not found in plugin saiku
2015-01-21 09:15:43,536 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties_it.properties not found in plugin saiku
2015-01-21 09:15:43,603 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties_it-IT.properties not found in plugin saiku
2015-01-21 09:28:22,749 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties.properties not found in plugin saiku
2015-01-21 09:28:22,816 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties_it.properties not found in plugin saiku
2015-01-21 09:43:57,636 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /jpivot/jpivot/messages_supported_languages.properties not found in plugin jpivot
2015-01-21 09:44:00,018 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties.properties not found in plugin saiku
2015-01-21 09:44:00,079 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties_it.properties not found in plugin saiku
can you help me?
thank you
↧
↧
January 21, 2015, 2:12 am
hello I have this error in lot and Penthao crash and I have to restart it (many time):
Pentaho is 5.0
2015-01-21 14:42:18,599 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /jpivot/jpivot/messages_supported_languages.properties not found in plugin jpivot
2015-01-21 14:42:20,417 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /BTable/resources/lang/messages_en.properties not found in plugin BTable
2015-01-21 14:42:20,769 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /BTable/resources/lang/messages_en_US.properties not found in plugin BTable
2015-01-21 14:42:21,582 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /pentaho-cdf-dd/lang/messages_en.properties not found in plugin pentaho-cdf-dd
2015-01-21 14:42:21,826 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /pentaho-cdf-dd/lang/messages_en_US.properties not found in plugin pentaho-cdf-dd
2015-01-21 14:42:22,698 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties.properties not found in plugin saiku
2015-01-21 14:42:22,857 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties_en.properties not found in plugin saiku
2015-01-21 14:42:23,166 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties_en_US.properties not found in plugin saiku
2015-01-21 14:42:41,861 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/js/saiku/plugins/Buckets/plugin.js not found in plugin saiku
2015-01-21 14:42:44,845 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/js/saiku/plugins/CCC_Chart/cdo.js not found in plugin saiku
2015-01-21 14:42:53,610 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/js/saiku/plugins/Buckets/plugin.js not found in plugin saiku
2015-01-21 14:42:54,986 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /saiku-ui/js/saiku/plugins/CCC_Chart/cdo.js not found in plugin saiku
2015-01-21 14:43:46,660 ERROR [org.saiku.web.rest.resources.Query2Resource] Cannot execute query (org.saiku.olap.query2.ThinQuery@6aa6a98e)
org.saiku.service.util.exception.SaikuServiceException: Can't execute query: A1F4E577-3E9D-C1EF-9225-71252C7228D8
at org.saiku.service.olap.ThinQueryService.execute(ThinQueryService.java:229)
... 1 more
can you help me?
thank you
↧
January 21, 2015, 5:19 am
Hi,
We are using Pentaho 4.8 and are actually thinking about upgrading to the 5.2. I feel it's going to need a big migrating effort as lot of things have changed between the two versions.
My question now is about action sequences : I have seen that action sequences are almost no more documented in the pentaho 5.2 documentation (the action sequence user guide doesn't exist anymore, design studio is no more visible in the community website, etc.). Are they meant to disappear ? Is it still possible to use them ? Or is it no more recommended ?
↧
January 21, 2015, 6:04 am
I need to convert a field with RTF text to plain text.
Example:
{\rtf1\ansi\ansicpg1252\deff0\deflang5129{\fonttbl{\f0\fnil\fcharset0 Microsoft Sans Serif;}}
\viewkind4\uc1\pard\f0\fs17 This is the text i want to see\par
}
should be converted to
"This is the text i want to see".
How can this be done with PDI?
↧
January 21, 2015, 6:46 am
I'm trying to change a job that periodically runs checking if some files are present using the "Wait for file" (so to avoid running the job every X minutes and have only one running job always active).
But we need to check for a wildcard specification and even if the doc states "
The name and path of the file to wait for. Wildcards are not allowed, but you can use the Add filenames to result job entry to work with wildcards." I cannot figure out how to deal with it.
I would appreciate any suggestion :)
Thanks
↧
↧
January 21, 2015, 7:10 am
Hey everyone!
The Pentaho build team just posted a release candidate for Pentaho CE 5.3.
Download the builds from here.
![]() |
New Ctools sample |
In order for us to get to a great quality release, your feedback is fundamental. Please report any issues you find:
Once again, there was a huge amount of work and bug fixing. Here are some links to some of the projects' changelog (there's much more though, as we have the code split in different modules:
Bring on the feedback!
-pedro
More...
↧
January 21, 2015, 7:46 am
Hello experts,
I am facing a problem with the Mapping Input Sub-transformation step. I need to send all the fields from a stream to a sub-transformation. The sub-transformation is meant to be generic & used in different cases, which means the incoming stream to that sub-transform is dynamic (can't hardcode the fields into the Mapping Input step within sub-transform). The stream will be converted to json by the sub-transformation.
To allow us to get all the fields dynamically, I checked the "Include specified fields, ordered by name" checkbox. Now I get all the fields from parent transformation.
Problem:
So, as the checkbox mentions the fields are ordered by name. The input stream from parent transformation will always be unknown, dynamic and hence cannot be guaranteed to be in sorted order. The mapping input step sorts the fields, but it seems like it doesn't the sort the values for those fields accordingly.
So, it does something like below ->
Input Stream
Field E: ValueE
Field B: ValueB
Field A: ValueA
Field C: ValueC
Field D: ValueD
After receiving the stream in sub-transformation
Field A: ValueE
Field B: ValueB
Field C: ValueA
Field D: ValueC
Field E: ValueD
Notice that the values remain unsorted, only the fields are being sorted. Not able to figure out if it's me doing something wrong or there's a problem with the step. Point me in the right direction please :)
Attached sample transformation & sub-transformation that demonstrates the problem, along with the execution log.
My Spoon version:
Kettle - Spoon General Availability Release - 5.1-SNAPSHOT
Build version : TRUNK-SNAPSHOT
Build date : 2013-12-08 09.54.13
↧
January 21, 2015, 7:48 am
Hello everyone--
I finally finished my necessary jobs -- but I'm not certain how to automate them.
I'll take the command line approach if that's the best option, but it looks like Pentaho has a native function to automatically run the jobs as well.
Is that in the Enterprise edition only for it to work? I see if I double click the "start" command in a job - then some job scheduler opens with scheduling details - however after setting these and saving, nothing happens.
I read something that perhaps the job MUST be located in the "repository" - I'm not sure what or where that is.
Someone mentioned it's perhaps in your home drive/ .kettle/ repositories.xml. I went to the .kettle folder but don't see this file -- I only see shared.xml as an xml file.
Anyone know the best way to achieve this in the open source edition? Thank you very much.
EDIT: Hm... maybe I had to hit 'run job' play button after setting these scheduling parameters.
↧