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

Cubes

$
0
0
Hello Everyone,

I need to develop a BI with Pentaho community

I have to built CUBES from a datasource (Datawarehouse)



Must I use Mondrian Schema Workbench or Pentaho Cube Designer ?

I think Schema Workbench is a not easy tool.

Please let me know the easiest Pentaho tool (Pentaho community) to build CUBES and forward to publish them in the BI SERVER PENTAHO

Thanks in advance.

Best Regards



Metadata query and inability to parameterize report

$
0
0
http://jira.pentaho.com/browse/PRD-3889 was closed as not a bug, but I still see this in 6.1. This is a simple report with a date column. I add the parameter, and go into the query editor and add the column as a condition, with ${start_date} as the value (no default). The software changes it to {$start_date} no matter what I do, I'm not sure if that is the issue. Regardless, the exception below is always thrown when I run the report from within the PRD UI. I found another old post that suggested a valid default value for the column in the query editor, which I added. The exception was no longer thrown, but the drop down for the query that populates the drop down doesn't do anything, either.

Regardless, this is a show stopper for our POC with Pentaho. Any ideas we can try?

Code:

java.lang.IndexOutOfBoundsException: Failed: DefaultSQLDialect.ERROR_0003 - Unrecognized date parameter type: "null".
    at org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.DropDownParameterComponent$ComboBoxUpdateHandler.stateChanged(DropDownParameterComponent.java:44)
    at org.pentaho.reporting.engine.classic.core.modules.gui.base.ParameterReportControllerPane.validateParameter(ParameterReportControllerPane.java:652)
    at org.pentaho.reporting.engine.classic.core.modules.gui.base.ParameterReportControllerPane.reinit(ParameterReportControllerPane.java:453)
    at org.pentaho.reporting.engine.classic.core.modules.gui.base.ParameterReportControllerPane.setReport(ParameterReportControllerPane.java:364)
    at org.pentaho.reporting.engine.classic.core.modules.gui.base.ParameterReportController$ReportUpdateHandler.propertyChange(ParameterReportController.java:85)
    at java.beans.PropertyChangeSupport.fire(Unknown Source)
    at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
    at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
    at java.awt.Component.firePropertyChange(Unknown Source)
    at org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewPane.setReportJob(PreviewPane.java:957)
    at org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewDialog.setReportJob(PreviewDialog.java:465)
    at org.pentaho.reporting.designer.core.actions.report.preview.PreviewSwingAction.actionPerformed(PreviewSwingAction.java:84)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$200(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

How to read a nested json file into a database

$
0
0
I have to read json and load it into my database (mysql)

json file:
{"events":[
{"Id":"1","Name":"event1","activities":{"run":"33","swim":"36","walk":"33"}},
{"Id":"2","Name":"event2","activities":{"run":"45","swim":"80","walk":"11"}},
{"Id":"3","Name":"event3","activities":{"run":"23","swim":"64","walk":"42"}}
]}
activityType table (is already filled)
activityId activity
1 run
2 swim
3 walk


Table that I have to fill (event_activity) the Id of the table is aan auto increment field so I need not consider with it.
event_activityTable.png

I have to use the "JSON input" step. But I don't know which path I should use
JsonStepSnapshot.png
Attached Images

Pentaho Reporting Output step creates corrupt 0 KB PDF

$
0
0
Hi all,

I have a data transformation that includes a reporting output step that I can't seem to get to work. It does output a file, but the file is 0 KB and gives an error when opened.

I am not sure if the problem is with how I've set up the reporting output step in PDI, or if it's with the way I set up the parameters in my report designer file. I've attached a sample transformation and report output here.

Report Designer version 6.1.0.1-196

Any advice on where to start investigating would be much appreciated!
Attached Files

Pentaho Report logback configuration

$
0
0
We´ve embedded the pentaho report in our application. The application uses logback to log messages to a log file. My problem is that i cannot configure a log level for the pentaho report classic messages. It seems that logback ignores the defined log level for the report engine.

When a report is generated i see many log message like this in my log file:

INFORMATION: Performance: class org.pentaho.reporting.engine.classic.core.function.sys.StyleExpressionsEvaluator => total=30, evaluated=20 (66,666664%), avoided=10 (33,333332%)
Okt 18, 2016 5:53:20 AM org.pentaho.reporting.engine.classic.core.function.sys.CellFormatFunction reportCachePerformance
INFORMATION: Performance: class org.pentaho.reporting.engine.classic.core.function.sys.CellFormatFunction => total=0, evaluated=0 (0,000000%), avoided=0 (0,000000%)
Okt 18, 2016 5:53:20 AM org.pentaho.reporting.engine.classic.core.function.sys.StyleResolvingEvaluator reportCachePerformance
INFORMATION: Performance: class org.pentaho.reporting.engine.classic.core.function.sys.StyleResolvingEvaluator => total=30, evaluated=18 (60,000000%), avoided=12 (40,000000%)
Okt 18, 2016 5:53:20 AM org.pentaho.reporting.engine.classic.core.layout.output.ElementChangeChecker reportCachePerformance
INFORMATION: Performance: class org.pentaho.reporting.engine.classic.core.layout.output.ElementChangeChecker => total=43, evaluated=15 (34,883720%), avoided=28 (65,116280%)
Okt 18, 2016 5:53:20 AM org.pentaho.reporting.engine.classic.core.layout.output.DefaultOutputFunction printPerformanceStats
INFORMATION: Performance: footer-printed=9 footer-avoided=8 repeating-footer-printed=4 repeating-footer-avoided=13
...

Instead of logging the common report generation i want only to see errors in my log file. Here is my logging configuration in logback:

<logger name="org.pentaho" level="error" />

<root level="info">
<appender-ref ref="STDOUT" />
<appender-ref ref="FILE" />
</root>

Is there something wrong?

SSH Tunneling for MySQL

$
0
0
I am trying to access a database server using SSH tunneling, credentials are fine, as i have tested this on MYSQL GUI Client using SSH Tunneling option, i have also just tested this using command line and command line connection to server is also working perfectly using below commands on two command line terminals:

  1. ssh root@192.168.1.1 -L 3307:localhost:3306
  2. mysql -h localhost -P 3307 -u qstats -pPassw0rd stats

But when i try to connect to the database server using pentaho it gives error as
Access denied for user 'stats'@'localhost' (using password: YES)
I then used JNDI and gave the credentials there, but still it does not work, my JNDI settings are as follow:
Asterisk/type=javax.sql.DataSource
Asterisk/driver=com.mysql.jdbc.Driver
Asterisk/user=qstats
Asterisk/password=Passw0rd
Asterisk/url=jdbc:mysql://localhost:3307/stats
Please if someone can help?

Pentaho JNDI ssh tunneling Data Integration MySQL

$
0
0
I am trying to access a database server using SSH tunneling, credentials are fine, as i have tested this on MYSQL GUI Client using SSH Tunneling option, i have also just tested this using command line and command line connection to server is also working perfectly using below commands on two command line terminals:

  1. ssh root@192.168.1.1 -L 3307:localhost:3306
  2. mysql -h localhost -P 3307 -u qstats -pPassw0rd stats

But when i try to connect to the database server using pentaho it gives error as
Access denied for user 'stats'@'localhost' (using password: YES)

I then used JNDI and gave the credentials there, but still it does not work, my JNDI settings are as follow:

Asterisk/type=javax.sql.DataSource
Asterisk/driver=com.mysql.jdbc.Driver
Asterisk/user=qstats
Asterisk/password=Passw0rd
Asterisk/url=jdbc:mysql://localhost:3307/stats

Please if someone can help?

Failed Login PUC Logging

$
0
0
Hi Team,

Is There is any method with which we can log and monitor failed login attempts ?

Removing dots from a String

$
0
0
Hi All,

Please find the requirement

Excel sheet Input >> Database table output

I have a column called LEVEL in excel sheet which need to be inserted to Database table with column level_new(which is an INT).

The values of the column in the excel sheet are like
..2
...3
...4
.2
....5
I need to remove all dots and insert only integer values in the table column.

Please help .

Pentaho Reporting get previous Field

$
0
0
i am using prd 5.3
i have a problem to get previous record
for example :
x | y | z | //start with 0
1 | 1 | 2 | //0 + 2
1 | 2 | 5 | //2 + (1 + 2)
4 | 4 | 13| //5 + (4 + 4)
i am using formula like this.. but i always get wrong result..
=IF([index]=0;[totalsaldoawal]+[totalamountD]-[totalamountK];[totalamountD]-[totalamountK])
this is my formula..
it means
if index = 0 // first row then [totalsaldoawal]+[totalamountD]-[totalamountK] else mustbe previous result + [totalamountD]-[totalamountK]
i tried to find some documentation like this http://forums.pentaho.com/showthread...a-previous-row but still not help me.

http://stackoverflow.com/questions/40105249/pentaho-reporting-get-previous-field


Attached Images

Polskie tłumaczenie Community Edition 6.1

$
0
0
Witam!

Potrzebuję polskiej wersji Pentaho CE 6.1 i chętnie włączę się w tłumaczenie. Ściągnąłem language pack z GitHub i widzę, że mnóstwo plików w data/pl już zostało przetłumaczonych. Moje pytania:
1. W jaki sposób należy robić tłumaczenie? Ręcznie przeglądać wszystkie podkatalogi, otwierać każdy plik i sprawdzać czy jest w całości przetłumaczony?
2. Trafiłem na plik z tłumaczeniem translations/nl/translation.xls, który chyba grupuje wszystkie teksty do tłumaczenia. Czy da się wygenerować taki plik dla języka polskiego, a po tłumaczeniu odpowiednio wgrać poszczególne teksty w odpowiednie miejsca?
3. W jaki sposób mogę zainstalować language pack gdy skończę tłumaczenie? Jeśli dobrze rozumiem to najpierw:
ant -DlangCode=pl build-language-pack
i co potem? Mam zmodyfikować data-integration\system\karaf\system\org\pentaho\pentaho-marketplace-di\6.1.0.1-196\pentaho-marketplace-di-6.1.0.1-196-pentaho-marketplace-config.cfg żeby zainstalować z lokalnych zasobów?


Pozdrawiam,


Tomasz Judycki

how to display the parameters list in report desinger

$
0
0
Hi,
When I publish the report(http://localhost:8080/pentaho/api/re...me.prpt/viewer) I can see the parameters(choose the office) and report is generated depending on the options selected.
where as when i run the report from web application as http://localhost:8080/pentaho/api/re...lay_name.prpt/report , parameters(choose the office) cant be seen in UI and the report runs with default option and doesn't provide facility to change the parameter value.

Is there any way to show the parameters list so that user can change the values and generate report when accessed through java Web application.

rep.jpgpublishview.jpg

Thanks,
Padma Priya
Attached Images

Bulkload data to SQL Server

$
0
0
Hi.

I am trying to set up a database connection against SQL Server using the Datadirect JDBC driver to be able to BULK load data to SQL Server. The connection is configured as a Generic database
with settings like this.

Custom Connection URL:
jdbc:datadirect:sqlserver://cccccc.ccccccc.cccccc:nnnnn;databaseName=test
Custom Driver Class Name:
com.ddtek.jdbc.sqlserver.SQLServerDriver

and the credentials for logging in to the database.

I try to enable Bulkload in the Options window by specifying these parameters.

BulkLoadThreshold 0
EnableBulkLoad true

I can use the connection to insert rows into a table, but bulk load is NOT used.

Have any of you successfully configured a database connection against SQL Server that is able to bulk load data, or can this not be done?

We are using
Kettle – Spoon General Availability Release – 5.1.0

Thanks in advance.


-Henrik.

Saving Reports

$
0
0
Hi,
I created a report with a schedule, but I have the problem that the report (the excel which is created) is going to be saved on the server, but I want them on my computer. I know that I can download them from the server, but is there any other way to save them automatically on my computer or in a network? :confused:

dynamic table creation from source to target

$
0
0
Hi All,


I come across requirement like this, I need to create all tables to target database with data available from my source database by using PDI,My source is Mysql and target is MYsqlServer or Oracle some cases it is similar data base like mysql to mysql.


I have tries in couple of ways but not successed, Please suggest approach to achieve this.



Thanks In advance.


Regards,
JK

Welcome page depends on users

$
0
0
Hello,

Is-it possible to change the welcome page index.html depending on users ?

thank you

BI server error after moving from hypersql to postgresql

$
0
0
Hello there,

I am moving our Pentaho 4 installation into new server and thus switching it to version 6, with moving database from hypersql to postgresql.

I have already running new kettle with all transfromations. However, I have kind of problem with bi-server.

To switch from hypersql to postgres, I have followed this guide: http://helicaltech.com/steps-migrate-oracle-pentaho/ which is originally meant for oracle, but the files that need to be changed pretty much looks the same.

There is however one exception, quartz database file:
Code:

biserver-ce/pentaho-solutions/system/quartz/quartz.properties
which already contains:
Code:

org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
so I did not changed that file.

BUT when I try to start my pentaho bi-server, it is not working, the exception that it throws is:
Code:

18-Oct-2016 15:56:57.618 INFO [Thread-17] org.apache.cxf.endpoint.ServerImpl.initDestination Setting the server's publish address to be /lineage
18-Oct-2016 15:56:58.421 INFO [Thread-17] org.apache.cxf.endpoint.ServerImpl.initDestination Setting the server's publish address to be /marketplace
15:56:58,467 ERROR [0] [[org.osgi.service.cm.ConfigurationAdmin]]Cannot use configuration org.pentaho.requirejs for [org.osgi.service.cm.ManagedService, id=495, bundle=187/mvn:pentaho/pentaho-requirejs-osgi-manager/6.0.1.0-386]: No visibility to configuration bound to mvn:pentaho/pentaho-server-bundle/6.0.1.0-386
********************************************************************************
15:57:14,694 ERROR [EmbeddedQuartzSystemListener] EmbeddedQuartzSystemListener.ERROR_0007_SQLERROR
org.postgresql.util.PSQLException: ERROR: syntax error at or near "RUNSCRIPT"
  Position: 1
        at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2198)
        at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1927)
        at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)
        at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:561)
        at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:405)
        at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:333)
        at org.apache.commons.dbcp.DelegatingStatement.executeUpdate(DelegatingStatement.java:228)
        at org.apache.commons.dbcp.DelegatingStatement.executeUpdate(DelegatingStatement.java:228)
        at org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener.verifyQuartzIsConfigured(EmbeddedQuartzSystemListener.java:176)
        at org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener.startup(EmbeddedQuartzSystemListener.java:100)
        at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:436)
        at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:427)
        at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:406)
        at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:427)
        at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(PentahoSystem.java:82)
        at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:358)
        at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:355)
        at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:406)
        at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:355)
        at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:326)
        at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:222)
        at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:154)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4729)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5167)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:725)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
        at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1101)
        at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1786)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
15:57:14,696 ERROR [Logger] Error: Pentaho
15:57:14,696 ERROR [Logger] misc-org.pentaho.platform.engine.core.system.PentahoSystem: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener
org.pentaho.platform.api.engine.PentahoSystemException: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener
        at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:363)
        at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:326)
        at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:222)
        at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:154)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4729)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5167)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:725)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
        at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1101)
        at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1786)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener
        at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:445)
        at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:427)
        at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:406)
        at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:427)
        at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(PentahoSystem.java:82)
        at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:358)
        at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:355)
        at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:406)
        at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:355)
        ... 16 more
Caused by: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener
        at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:437)
        ... 24 more
15:57:14,696 ERROR [Logger] Error end:
Pentaho BI Platform server failed to properly initialize. The system will not be available for requests. (Pentaho Open Source BA Server 6.0.1.0-386) Fully Qualified Server Url = http://localhost:8080/pentaho/, Solution Path = /home/app_core/flexcore/pentaho/biserver-ce/pentaho-solutions
18-Oct-2016 15:57:17.747 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/app_core/flexcore/pentaho/biserver-ce/tomcat/webapps/pentaho has finished in 43,862 ms
18-Oct-2016 15:57:17.747 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/app_core/flexcore/pentaho/biserver-ce/tomcat/webapps/ROOT
18-Oct-2016 15:57:17.882 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
18-Oct-2016 15:57:17.883 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/app_core/flexcore/pentaho/biserver-ce/tomcat/webapps/ROOT has finished in 136 ms
18-Oct-2016 15:57:17.885 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
18-Oct-2016 15:57:17.889 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
18-Oct-2016 15:57:17.890 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 45068 ms

from the exception text I guess there is problem with Quartz database, but as a Java beginner I don't know where exactly should I look for it.

Could please anyone give me some hints? :)

Parse Census API data

$
0
0
I'm trying to get US Census data via an API call. The data is returned in this format:
[["NAME","B01001_001E","state","county","tract"],
["Census Tract 201, Autauga County, Alabama","1900","01","001","020100"],
["Census Tract 202, Autauga County, Alabama","2342","01","001","020200"],
["Census Tract 203, Autauga County, Alabama","3297","01","001","020300"],
["Census Tract 204, Autauga County, Alabama","4272","01","001","020400"]]

(There may or may not be a new line after each record. I've seen it both ways.)

It seems to be a cross between JSON and CSV and appears as a single field in my transformation. I need to be able to use the first record as field names and succeeding records as records. JSONInput might work, but 1)I haven't gotten it to work yet and 2) I need to fill in fields/paths automatically, as the transformation might be asking for different field sets.

Currently, I'm collecting 184 variables from the American Community Survey for all census tracts in each county in each state. I've attached the transformation.

Censusin_Steve5.ktr
Thanks in advance, Steve
Attached Files

Installing Pentaho BIServer - CE ( and other Components) Guidance

$
0
0
Hello,

If anyone has Word Document or BLogs for step by step install for all the Pentaho Components, Please share.Greatly appreciate it.

I downloaded biserver-ce-6.1.0.1-196 zip file from https://sourceforge.net/projects/pen...%20Server/6.1/

Extracted the zip file.I did set up JAVA_HOME and PENTAHO_JAVA_PATH. I am Using jdk1.8.0_101.I was able to run start-pentaho.

I could not connect localhost:8080/pentaho.Is Java version compatable or am i missing any configuration steps.I tried several approaches and spent a lot of time. Now is the time for the experts .

Appreciate any help..!!

Insert a row in a SQL Server table if it doesn't already exist

$
0
0
Hi

Whats the best way only insert a row in a SQL Server table if it doesn't already exist then log whether the insert succeeded or failed using one of the fields from the row?
Viewing all 16689 articles
Browse latest View live


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