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

5.4 - GRAVE: The RuntimeException could not be mapped to a response (...)

$
0
0
So, I get this error when trying to add a new Role for users. Any ideas?
I just unpacked 5.4 and the only change I've made was allowing URL authentication.

Full error message:
Code:

Jun 26, 2015 3:40:28 PM com.sun.jersey.spi.container.ContainerResponse mapMappableContainerException
GRAVE: The RuntimeException could not be mapped to a response, re-throwing to the HTTP container
org.pentaho.platform.api.engine.security.userroledao.AlreadyExistsException:
    at org.pentaho.platform.security.userroledao.jackrabbit.JcrUserRoleDao.createRole(JcrUserRoleDao.java:123)
    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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:66)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at com.sun.proxy.$Proxy28.createRole(Unknown Source)
    at org.pentaho.platform.web.http.api.resources.UserRoleDaoResource.createRole(UserRoleDaoResource.java:480)
    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 com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
    at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)
    at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
    at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
    at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
    at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
    at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
    at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1511)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1442)
    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:189)
    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:620)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
    at java.lang.Thread.run(Unknown Source)

Also, can't save Sparkl Dashboard template, gives me this log error (nothing shows on CDE, misleading to save being successful):

Code:

Reference number: d5650332-12b6-4b54-8e4c-0ef71bdc5dd8

        at org.pentaho.platform.repository2.unified.exception.AccessDeniedExceptionConverter.convertException(AccessDeniedExceptionConverter.java:31)
        at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.callLogThrow(ExceptionLoggingDecorator.java:506)
        at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.createFile(ExceptionLoggingDecorator.java:92)
        at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.saveFile(UnifiedRepositoryAccess.java:213)
        at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.saveFile(UnifiedRepositoryAccess.java:163)
        at pt.webdetails.cdf.dd.cdf.CdfTemplates.save(CdfTemplates.java:68)
        at pt.webdetails.cdf.dd.api.SyncronizerApi.syncTemplates(SyncronizerApi.java:195)
        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 com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
        at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$VoidOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:167)
        at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
        at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1511)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1442)
        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.JAXRSPluginServlet.service(JAXRSPluginServlet.java:112)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
        at org.pentaho.platform.web.servlet.JAXRSPluginServlet.service(JAXRSPluginServlet.java:117)
        at org.pentaho.platform.web.servlet.PluginDispatchServlet.service(PluginDispatchServlet.java:89)
        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:189)
        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:620)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
        at java.lang.Thread.run(Unknown Source)


after port change - login does not paint /pentaho/Home

$
0
0
I changed the port from 8080 in /biserver-ce/tomcat/conf/server.xml and now when I log in, I see "Just a few moments please.", "Pentaho User Console is Loading..."
then the Pentaho User Console screen does not show anything. I can view source of the page in chrome and see a page of source, but nothing shows. If I change the port back.. it works. Hard links to my dashboards work. Same issue with IE and Firefox.

what did I miss making the port change?

Mondrian / Impala - ORDER BY without LIMIT currently not supported

$
0
0
Hi!
I am trying to test BIG DATA. I have create an AWS EMR, created a couple of tables, created a connection via JDBC from PUC to Impala. Everything works fine, BUT when mondrian (jpivot, saiku) is running a query it raises the following error:

Caused by: java.sql.SQLException: NotImplementedException: ORDER BY without LIMIT currently not supported




This might be an issue from Impala, that does not allow to run a query with an ORDER BY clause without a LIMIT clause. Does anybody knows how to solve this issue ?

Is there any PARAMETER on the JDBC connection that might solve this? or is it any configuration on mondrian OR in the schema that allows me to add the LIMIT XX on the generated queries ??

Any help on this issue with help a lot!!!
Thks a lot in advance!

Conceptual doubt

$
0
0
HI all,
we have been playing with bi-server in the last couple of months to test Saiku/CDE/etc with the goal to substitute our actual data analysis systems. Probably due to our background, we cannot clearly understand how the data will be managed and performance is one serious issue we would like to address.

Unsure if I will be able to explain, let's begin with our actual structure.

PostgreSQL production database -> ETL process to load MS SQL2012 fact tables and dimension tables -> MS Analysis Server OLAP cubes -> Excel users querying data

and the test structure we have been using

PostgreSQL production database -> ETL process to load MS SQL2012 fact tables and dimension tables -> Users querying Saiku/CDE/... using a Schema (defined with Schema Workbench) on bi-server

See the gap? Even if we use MDX, the data source is a set of SQL tables, not an OLAP cube. I cannot see any way to tell bi-server to use MS OLAP cubes, neither any specification on how/where/when to store and process the fact tables to build efficient pre-aggregates and the like.

In fact, we have been using exactly the same SQL2012 tables for our testing period, but these tables are not optimized for any hugue access as nobody accesses them on our actual situation. I cannot see any reason why MDX will be more efficient than SQL when accessing the same phisical structure data.

What am I missing? :)

BI Server 5.4 missing administration-console directory

$
0
0
I've just downloaded BIServer-CE. However, there is no biserver-ce/administration-console from which to start up the admin console. If anyone can provide some direction, it would greatly appreciated.

AWS PDI Issue

$
0
0
Pentaho Newbie question: I have successfully installed the BI Server CE on Amazon EC2 and logged into the user console. When I try to get the PDI Environment the console gives the following message:

Sorry. We really did try.Something went wrong. Please try again
or contact your administrator.


Has anyone come across this issue before? :confused:

pentaho PDI.jpg
Attached Images

Dynamic SQL query

$
0
0
Hi all !

I have a CDE project in development and i wanted to display a chart wich depends on several parameters (like month, year, precise date, country, etc). I managed to put checkboxes (with an "all" parameter to check/uncheck all which works) but when i want to "add" another parameter to my query, it doesn't work anymore... So i'm sure i'm doing something wrong but what ? Please take a look for the parameter month for example :

Select_months_query : (this is for my checkbox)
SELECT
"All" AS MONTH(TransactionDate)
UNION
SELECT DISTINCT MONTH(TransactionDate) FROM order ORDER BY MONTH(TransactionDate);

Select_barchart_query : (this is for my chart, don't mind the other tables)
SELECT pginit.Family, SUM(order.AmountEUR) AS SALES
FROM pginit INNER JOIN statg ON pginit.PG = statg.PGInit INNER JOIN order ON statg.StatGroup = order.StatGroup
WHERE (MONTH(order.TransactionDate) IN (${month}) OR "All" IN (${month}) OR ${month} IS NULL) AND
/*/* Apply the same pattern for another parameter (like year for example) *\*\
GROUP BY pginit.Family
ORDER BY SALES;

Any ideas on how to do it ?
I read something here that said to use CASE clauses... But how ?
http://forums.pentaho.com/showthread...hlight=dynamic

Thank you for your help !

Installing Interbase JDBC driver

$
0
0
Hi!

I just installed Pentaho Data Integration 5.4.0.1-130 spanish evaluation 30 day free trial on a Windows 8.1 Pro 64 bits.

I started spoon and works OK
I want to extract data from an Interbase XE7 32 bits.
When installed, Interbase comes with a JDBC driver named Interclient.jar placed in C:\Program Files (x86)\Embarcadero\InterBase\SDK\lib
I copy this driver to C:\Pentaho\jdbc-distribution and open a cmd as Administrator and run distribute-files.bat interclient.jar
I restart the machine, enter spoon, create a Database Connection, but when I try it it says
Driver class 'interbase.interclient.Driver' could not be found, make sure the 'Borland Interbase' driver (jar file) is installed.
interbase.interclient.Driver

What am I missing?
Thanks, Marcelo.

Operating System for BA

$
0
0
Hi All,

Did anyone know that Pentaho BA new version can support SOLARIS 11 or not?

Thanks,

HTML(Single Page) Output doesn't work

$
0
0
Hi all,

I am becoming pretty handy with pentaho, but i am facing an issue.
I have about 100 reports which all work fine. But 2 reports dont work
with the output HTML (Single Page). All the other outputs work fine with these reports.
It is also that the reports are in a seperate folder (equal to the department which the reports are for)

Does anyone have any idea? The department wishes to use this specific output.

HTMLSinglePage.jpg
Attached Images

Creating a dashboard portal which will give a good interactive OLAP view to the user

$
0
0
Hi,

I have a requirement as to create cubesbased on some fact and dimension tables and then publishing it in localhost.There will be a portal where user can login and can see the charts and can do slice and dice and can add filters and able to see the reports.

I have downloaded Pentaho BI server CE 5.2.0 version for publishing
and
Pentaho Schema Workbench 3.9.0 for creating cubes.I was working in JPivot and created some sample cubes and published successfully in localhost.But it is not giving that drag and drop features.

I wanted to Know how to install SAIKU Analytics(as i believe drag and drop features are present there) in Windows system for Community version and also how to create the dashboard/Portal(by which Ctool) consisting of multiple charts where user can select filter and based on it the charts will populate.

Also the dashboard can give a good UI experience to the user

I am an ETL developer and am new to this Pentaho OLAP designing.Please help me on this

Job scheduled doesn't work, bi-server v3.7

$
0
0
Hi,

I have a problem with jobs scheduled in admin console. I had 3 jobs scheduled which worked fine but they were deleted unintentionally.

When I want to add them in Admin console, it doesn't work. When I check the job and click "run", the "last fire time" column is update but nothing happen. I have nothing in log files.

xactions files run from User console work but from admin console don't work.

If you can help me... :)

Thanks a lot.

ERROR while trying to use jndi connection

$
0
0
Still i am getting error
I am getting the below error
ConnectionServiceImpl.Error_0009 Connection to database[BI] failed
I am using Pentaho BI server community edition 5.2.0 version and i am trying to use JNDI connection where i am getting the error.
For JDBC connection it worked fine
I have defined the JNDI credentials inside the
"biserver-ce-5.2.0.0-209\biserver-ce\pentaho-solutions\system\simple-jndi\jdbc.properties"
Please help me on this


I have followed the following steps


  • Stop the Tomcat and BA servers.
  • Edit the /tomcat/webapps/pentaho/WEB-INF/web.xml file.
  • At the end of the <web-app> element, in the same part of the file where you see <!-- insert additional resource-refs -->, add this XML snippet.<resource-ref>
    <description>BI</description>
    <res-ref-name>jdbc/BI</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>Change the description and res-ref-name nodes, as well as any others that apply to your situation and fit your database. You may need to consulthttp://tomcat.apache.org/tomcat-6.0-...les-howto.htmlto see if there are other things to consider.
  • Save and close the web.xml file.
  • Edit the /tomcat/conf/context.xml with a text editor. Alternatively, you can modify the/tomcat/webapps/pentaho/META-INF/context.xml file if you want this data connection to be available only to the BA Server. Adding JNDI connections to the context.xml makes them available to all of the webapps deployed to this Tomcat instance.
  • Anywhere inside of the <Context> element, add this XML snippet. Then save and close the context.xml file.<Resource name="jdbc/BI"
    auth="Container" type="javax.sql.DataSource"
    factory="org.apache.commons.dbcp.BasicDataSourceFactory"
    maxActive="20"
    maxIdle="5"
    maxWait="10000"
    username="dbuser"
    password="password"
    driverClassName="org.postgresql.Driver"
    url="jdbc:postgresql://localhost:5432/wisdom2412"
    /> This example shows a simple PostgreSQL configuration. Replace the Resource name, username, password,driverClassName, and url parameters, or any relevant connection settings, to match your database connection information and the details you supplied in the web.xml file earlier.
  • Delete the pentaho.xml filed located in the /tomcat/conf/catalina/directory. The pentaho.xml is a cached copy of the context.xml file you modified. Since the cache is not usually configured to update frequently, you have to delete the pentaho.xml file and let Tomcat recreate it when it starts up.
  • Start the Tomcat and BA Server.




PLEASE HELP ME ON THIS>>>>>>>>>>>>>>>>>>>>>

Why is multi-threading a problem in CDE ?

$
0
0
Hi all,

I was just wondering why the multi-threading in CDE is a problem... I mean, in the majority of my work, the update is done before a parameter changed, hence the queries i want to execute are false... A solution i have is to use some javascript (but that doesn't work in all cases) or use alerts (but it's a bit annoying...). In one word, often (and even sometimes randomly), it needs one more refresh to be the thing i want to have. Is there some way to actually sync all the things i'm doing ? Or maybe i'm doing it wrong ?

Thank you for your answers :)

Pentaho CE 5.3 User Console - Assign created User Role to new User

$
0
0
hello community,

I have pentaho 5.3 CE running for a while and now I am adding new userrole to existing user. I cannot seem to assign any roles from Available to Selected for a selected user. (Browser debugger Dashboards.session.userrole array contains 'Authenticated' only)

(this is under "Administration -> Users/Roles -> Manage Users")

Has anyone else run into this problem and know a work-around ? I did not find any specific wording on CE limitation so if this is the case plz confirm. Thanks!!


Ran

Pentaho Aggregation Designer 5.4 Error

$
0
0
Hi, i'm trying to use Pentaho Aggregation Designer to generate some aggregate tables for one cube but there are some errors when starting .bat file and when i try to load schema xml it doesn find any table.

Logs are:

2015-07-07 09:20:03,261 INFO [org.apache.commons.vfs.impl.StandardFileSystemManager] Using "C:\Users\franco\AppData\Local\Temp\vfs_cache" as temporary files store.
2015-07-07 09:20:03,488 INFO [org.springframework.context.support.ClassPathXmlApplicationContext] Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@6767ca0f: display name [org.springframework.context.support.ClassPathXmlApplicationContext@6767ca0f]; startup date [Tue Jul 07 09:20:03 COT 2015]; root of context hierarchy
2015-07-07 09:20:03,587 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [applicationContext.xml]
2015-07-07 09:20:03,981 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [plugins.xml]
2015-07-07 09:20:04,011 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] Overriding bean definition for bean 'uiConfig': replacing [Generic bean: class [org.pentaho.aggdes.ui.UIConfiguration]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [applicationContext.xml]] with [Generic bean: class [org.pentaho.aggdes.ui.UIConfiguration]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [plugins.xml]]
2015-07-07 09:20:04,012 INFO [org.springframework.context.support.ClassPathXmlApplicationContext] Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext@6767ca0f]: org.springframework.beans.factory.support.DefaultListableBeanFactory@4875e6ce
2015-07-07 09:20:04,117 INFO [org.springframework.beans.factory.config.PropertyOverrideConfigurer] Loading properties file from class path resource [aggdes.properties]
2015-07-07 09:20:04,118 WARN [org.springframework.beans.factory.config.PropertyOverrideConfigurer] Could not load properties from class path resource [aggdes.properties]: class path resource [aggdes.properties] cannot be opened because it does not exist
2015-07-07 09:20:04,164 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4875e6ce: defining beans [org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,xulLoader,xulRunner,uiMain,uiConfig,validatorList,algorithmRunner,outputService,outputUIService,serializationService,org.springframework.beans.factory.config.PropertyOverrideConfigurer#0,aggregateNamingService,org.pentaho.ui.xul.swing.SwingBindingFactory#0,connectionModel,aggModel,aggregateSummaryModel,aggList,org.pentaho.aggdes.ui.form.controller.MainController#0,aggListController,aggController,dataHandler,org.pentaho.ui.database.event.FragmentHandler#0,connectionController,algorithmController,ddlExecCallbackService,exportHandler,org.pentaho.aggdes.ui.form.controller.StatusController#0,publishController,workspace,mondrianSchemaLoader,defaultSchemaGenerator,fileSchemaProvider,algorithm,algorithmUiExtension,defaultOutputFactory,defaultCreateGenerator,defaultPopulateGenerator]; root of factory hierarchy
2015-07-07 09:20:06,645 INFO [org.pentaho.aggdes.ui.form.controller.AlgorithmController] Adding algorithm overlay: org.pentaho.aggdes.ui.ext.impl.AdaptiveMonteCarloAlgorithmUIPlugin@676e582a
2015-07-07 09:20:18,364 ERROR [org.pentaho.ui.xul.binding.DefaultBinding] Binding Error! Update to XulComponenet (org.pentaho.ui.xul.swing.tags.SwingLabel@736cc380,value) outside of event thread!
2015-07-07 09:20:28,176 WARN [mondrian.olap.MondrianProperties] mondrian.properties can't be found under 'C:\Pentaho\pad-ce-5.4.0.1-130\pentaho-aggdesigner-ui\.' or classloader
2015-07-07 09:20:28,176 INFO [mondrian.olap.MondrianProperties] Mondrian: loaded 0 system properties
2015-07-07 09:20:30,667 ERROR [org.pentaho.aggdes.model.mondrian.validate.DimensionFkValidator] an exception occurred
com.microsoft.sqlserver.jdbc.SQLServerException: El nombre de objeto 'dbo.cb_cxc_hechos' no es válido.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1515)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:792)
at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:689)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1715)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:180)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:155)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeQuery(SQLServerStatement.java:616)
at org.pentaho.aggdes.model.mondrian.validate.DimensionFkValidator.validateCube(DimensionFkValidator.java:150)
at org.pentaho.aggdes.model.mondrian.validate.MondrianSchemaValidatorManager.validateCube(MondrianSchemaValidatorManager.java:44)
at org.pentaho.aggdes.model.mondrian.validate.ValidationHelper.validateCube(ValidationHelper.java:62)
at org.pentaho.aggdes.model.mondrian.MondrianSchemaLoader.validateSchema(MondrianSchemaLoader.java:110)
at org.pentaho.aggdes.ui.ext.impl.AbstractMondrianSchemaProvider$1.run(AbstractMondrianSchemaProvider.java:150)
2015-07-07 09:20:34,403 INFO [mondrian.rolap.RolapUtil] Mondrian: JDBC driver com.microsoft.sqlserver.jdbc.SQLServerDriver loaded successfully
2015-07-07 09:20:34,404 INFO [mondrian.rolap.RolapUtil] Mondrian: JDBC driver sun.jdbc.odbc.JdbcOdbcDriver loaded successfully
2015-07-07 09:20:34,404 WARN [mondrian.rolap.RolapUtil] Mondrian: Warning: JDBC driver org.hsqldb.jdbcDriver not found
2015-07-07 09:20:34,405 WARN [mondrian.rolap.RolapUtil] Mondrian: Warning: JDBC driver oracle.jdbc.OracleDriver not found
2015-07-07 09:20:34,405 WARN [mondrian.rolap.RolapUtil] Mondrian: Warning: JDBC driver com.mysql.jdbc.Driver not found
2015-07-07 09:20:34,434 INFO [org.apache.commons.vfs.impl.StandardFileSystemManager] Using "C:\Users\franco\AppData\Local\Temp\vfs_cache" as temporary files store.
2015-07-07 09:20:35,636 ERROR [org.pentaho.aggdes.ui.form.controller.ConnectionController] Error loading schema:
mondrian.olap.MondrianException: Mondrian Error:Internal error: Reading cardinality for column [null, dbo, cb_cxc_tiempos, y]; sql=[select count(distinct "y") from "dbo"."cb_cxc_tiempos"]
at mondrian.resource.MondrianResource$_Def0.ex(MondrianResource.java:977)
at mondrian.olap.Util.newInternal(Util.java:2404)
at mondrian.olap.Util.newError(Util.java:2420)
at mondrian.rolap.SqlStatement.handle(SqlStatement.java:361)
at mondrian.rolap.SqlStatement.execute(SqlStatement.java:252)
at mondrian.rolap.RolapUtil.executeQuery(RolapUtil.java:350)
at mondrian.rolap.RolapUtil.executeQuery(RolapUtil.java:303)
at mondrian.spi.impl.SqlStatisticsProvider.getColumnCardinality(SqlStatisticsProvider.java:117)
at mondrian.rolap.RolapStatisticsCache.getColumnCardinality(RolapStatisticsCache.java:171)
at mondrian.rolap.RolapStatisticsCache.getColumnCardinality(RolapStatisticsCache.java:137)
at mondrian.rolap.RolapStar$Column.getCardinality(RolapStar.java:1023)
at org.pentaho.aggdes.model.mondrian.MondrianSchema.doTable(MondrianSchema.java:151)
at org.pentaho.aggdes.model.mondrian.MondrianSchema.doTable(MondrianSchema.java:190)
at org.pentaho.aggdes.model.mondrian.MondrianSchema.<init>(MondrianSchema.java:78)
at org.pentaho.aggdes.model.mondrian.MondrianSchemaLoader.createSchema(MondrianSchemaLoader.java:68)
at org.pentaho.aggdes.ui.ext.impl.AbstractMondrianSchemaProvider.loadSchema(AbstractMondrianSchemaProvider.java:198)
at org.pentaho.aggdes.ui.form.controller.ConnectionController$4.run(ConnectionController.java:264)
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: El nombre de objeto 'dbo.cb_cxc_tiempos' no es válido.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1515)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:792)
at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:689)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1715)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:180)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:155)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeQuery(SQLServerStatement.java:616)
at org.apache.commons.dbcp.DelegatingStatement.executeQuery(DelegatingStatement.java:205)
at mondrian.rolap.SqlStatement.execute(SqlStatement.java:199)
... 12 more
2015-07-07 09:20:35,660 ERROR [org.pentaho.aggdes.ui.form.controller.ConnectionController] Unable to connect
org.pentaho.aggdes.AggDesignerException: Error loading Schema
at org.pentaho.aggdes.ui.form.controller.ConnectionController.connect(ConnectionController.java:276)
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.swing.tags.SwingButton$OnClickRunnable.run(SwingButton.java:71)
at java.awt.event.InvocationEvent.dispatch(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.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.WaitDispatchSupport$2.run(Unknown Source)
at java.awt.WaitDispatchSupport$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.WaitDispatchSupport.enter(Unknown Source)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at java.awt.Window.setVisible(Unknown Source)
at java.awt.Dialog.setVisible(Unknown Source)
at org.pentaho.ui.xul.swing.tags.SwingDialog.show(SwingDialog.java:250)
at org.pentaho.aggdes.ui.form.controller.ConnectionController.showConnectionDialog(ConnectionController.java:314)
at org.pentaho.aggdes.ui.form.controller.ConnectionController$3.run(ConnectionController.java:225)
at java.awt.event.InvocationEvent.dispatch(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.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)

Is it necessary to Initialize Repository for Penatho BI 5.2.0 CE server

$
0
0
Hi,


I have 1 question.


Is it mandatory to Initialize Repository in BI server.I am using Pentaho 5.2.0 CE version.I am configuring everything in development server unix-Debian system


By Initialise Repository i mean


Creating Jackrabbit ,Quartz ,Hibernate database and the tables


I am using Postgres Database..

Please help me on this




Thanks

Socks proxy

$
0
0
so, I found out that Java's command-line option for socks proxying were DsocksProxyHost and DsocksProxyPort - and to be able to access the Marketplace, I need to go this way. Problem is, when I use this configuration, I get a ton of errors when running start-pentaho, and BI Server won't come up.

Error log:
Code:

13:33:03,189 ERROR [EmbeddedQuartzSystemListener] EmbeddedQuartzSystemListener.ERROR_0007_SQLERROR
org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (socket creation error)    at
org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1549)
    at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
    at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
    at org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener.verifyQuartzIsConfigured(EmbeddedQuartzSystemListener.java:158)
    at org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener.startup(EmbeddedQuartzSystemListener.java:100)
    at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:421)
    at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:412)
    at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:391)
    at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:412)
    at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(PentahoSystem.java:77)
    at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:343)
    at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:340)
    at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:391)
    at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:340)
    at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:311)
    at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:212)
    at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:135)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4210)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4709)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:802)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:583)
    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:1068)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:822)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)
    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:759)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
    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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: java.sql.SQLException: socket creation error
    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
    at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
    at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
    at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
    ... 40 more
13:33:03,193 ERROR [Logger] Error: Pentaho
13:33:03,193 ERROR [Logger] misc-org.pentaho.platform.engine.core.system.PentahoSystem: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - [pt_71] 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 - [pt_71] 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:348)
    at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:311)
    at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:212)
    at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:135)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4210)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4709)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:802)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:583)
    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:1068)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:822)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)
    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:759)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
    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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - [pt_71] 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:430)
    at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:412)
    at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:391)
    at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:412)
    at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(PentahoSystem.java:77)
    at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:343)
    at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:340)
    at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:391)
    at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:340)
    ... 27 more
Caused by: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - [pt_71] 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:422)
    ... 35 more
13:33:03,194 ERROR [Logger] Error end:
[pt_68] Pentaho BI Platform server failed to properly initialize. The system will not be available for requests.

Even though the last line says that it failed to initialize, I get the "Server startup in x ms" message at the bottom of the log.
SOCKS proxy must be accessed through port 9050. Catalina_Opts is as follow:
Code:

CATALINA_OPTS="-Xms1024m -Xmx2048m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile.encoding=utf8 -DsocksProxyHost=localhost -DsocksProxyPort=9050"
Then, if I try to access http://localhost:8080/pentaho/, all I get is:
Code:

Pentaho Initialization Exception








The following errors were detected
[pt_49] One or more system listeners failed. These are set in the systemListeners.xml.
  org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - [pt_71] Error while trying to execute startup sequence for org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener


Please see the server console for more details on each error detected.

Any tips or ideas?

Not Able to view the user console in development linux server

$
0
0
Hi,

I have copied the pentaho BI 5.2.0 version in development server which is linux UBUNTU debian.and change the folowing to access the home page as the normal port 8080 and ip :localhost we need to change


biserver-ce\tomcat\webapps\pentaho\WEB-INF\web.xml
1
2
3
4
5
<!-- FullyQualifiedServerUrl is used only in the case of offline content generation and whenever something need to talk back to the server -->
<context-param>
<param-name>fully-qualified-server-url</param-name>
<param-value>http://ip-address:9008/pentaho/</param-value>
</context-param>



and also
change


  1. biserver-ce\tomcat\conf\server.xml
    1
    2
    <Connector URIEncoding="UTF-8" port="9008" protocol="HTTP/1.1" connectionTimeout="20000"
    redirectPort="8443" /,>


But i am unable to see the user console after starting the ./start-pentaho.sh

http://ip-address:9008/pentaho/

Also i checked the logs in the server and it is not showing any error.Please help me on this

Pentaho data source integration in web application

$
0
0
Hi,

How to integrate pentaho data source window into java web application. Any help is highly appreciated..

Thanks in advance.
Herwin Rayen
Viewing all 2893 articles
Browse latest View live


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