Hi all,
We decided to migrate from 4.8 to 5.4 version.
Already installed and configured the BI Server 5.4 with: LDAP authentication + PostgreSQL 9.4 for repository instead HSQLDB + Repository Synchronizer + CDF tools. Following some references:
Every time a dashboard is opened the errors showed in catalina log (partial, please check the attach):
17:39:06,286 ERROR [JcrAclNodeHelper] Error retrieving ACL Nodeorg.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting referrers for file with id "b9573ef9-70ec-4ced-ab44-3d07b5128bac"
Reference number: 62bca9d5-8066-4fe6-8870-a9f32b27a139
at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.callLogThrow(ExceptionLoggingDecorator.java:512)
at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.getReferrers(ExceptionLoggingDecorator.java:519)
at org.pentaho.platform.repository2.unified.jcr.JcrAclNodeHelper$1.call(JcrAclNodeHelper.java:54)
at org.pentaho.platform.repository2.unified.jcr.JcrAclNodeHelper$1.call(JcrAclNodeHelper.java:51)
(...)
17:39:07,896 ERROR [JcrAclNodeHelper] Error retrieving ACL Node
org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting referrers for file with id "b9573ef9-70ec-4ced-ab44-3d07b5128bac"
Reference number: 915f24c6-adc8-47de-b784-8dd7826820f0
(...)
Oct 02, 2015 5:50:54 PM com.sun.jersey.spi.container.ContainerResponse logException
SEVERE: Mapped exception to response: 501
javax.ws.rs.WebApplicationException: org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting file with path "/public/dw_uc_g1/ce_dw_uc/custo_docentes_01_tmp.cda"
Reference number: 6bc7edb3-b327-4f05-9918-262afed916c3
at pt.webdetails.cda.CdaUtils.doQuery(CdaUtils.java:183)
at pt.webdetails.cda.CdaUtils.doQueryPost(CdaUtils.java:131)
(...)
Caused by: org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting file with path "/public/dw_uc_g1/ce_dw_uc/custo_docentes_01_tmp.cda"
Reference number: 6bc7edb3-b327-4f05-9918-262afed916c3
at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.callLogThrow(ExceptionLoggingDecorator.java:512)
at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.getFile(ExceptionLoggingDecorator.java:260)
at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.getRepositoryFile(UnifiedRepositoryAccess.java:142)
at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.getLastModified(UnifiedRepositoryAccess.java:134)
at pt.webdetails.cda.settings.CdaFileResourceLoader.getLastModified(CdaFileResourceLoader.java:56)
at pt.webdetails.cda.settings.SettingsManager.getFromCache(SettingsManager.java:118)
at pt.webdetails.cda.settings.SettingsManager.getCdaSettings(SettingsManager.java:103)
at pt.webdetails.cda.settings.SettingsManager.parseSettingsFile(SettingsManager.java:167)
at pt.webdetails.cda.CdaCoreService.doQuery(CdaCoreService.java:73)
at pt.webdetails.cda.CdaUtils.doQueryInternal(CdaUtils.java:136)
at pt.webdetails.cda.CdaUtils.doQuery(CdaUtils.java:169)
... 86 more
17:50:55,497 ERROR [AbstractMondrianConnection] Error assembling role for mondrian connection
org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting file with path "/etc/olap-servers"
Reference number: d16e9d92-6707-4cf9-80d6-9d742c071d28
(...)
Oct 02, 2015 5:50:55 PM com.sun.jersey.spi.container.servlet.WebComponent filterFormParameters
WARNING: A servlet request, to the URI http://localhost/pentaho/plugin/cda/...?path=/doQuery, contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Exception in thread "mondrian.server.DynamicContentFinder$timer" mondrian.olap.MondrianException: Mondrian Error:Internal error: Failed to parse data sources config 'http://not-needed.com'
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.server.DynamicContentFinder.reloadDataSources(DynamicContentFinder.java:107)
at mondrian.server.DynamicContentFinder$1.run(DynamicContentFinder.java:73)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
Caused by: org.pentaho.platform.plugin.action.olap.IOlapServiceException: org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting file with path "/etc/mondrian/ce_schema/metadata"
Reference number: 146b8c6e-d120-4b85-a4ca-7979b1c902d7
at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl.getDatasourcesXml(OlapServiceImpl.java:838)
at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl.access$200(OlapServiceImpl.java:92)
at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl$5.getContent(OlapServiceImpl.java:811)
at mondrian.server.DynamicContentFinder.reloadDataSources(DynamicContentFinder.java:93)
... 3 more
Caused by: org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting file with path "/etc/mondrian/ce_schema/metadata"
Reference number: 146b8c6e-d120-4b85-a4ca-7979b1c902d7
at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.callLogThrow(ExceptionLoggingDecorator.java:512)
at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.getFile(ExceptionLoggingDecorator.java:260)
at org.pentaho.platform.plugin.services.importexport.legacy.MondrianCatalogRepositoryHelper.getHostedCatalogInfo(MondrianCatalogRepositoryHelper.java:328)
at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl.generateInMemoryDatasourcesXml(OlapServiceImpl.java:859)
at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl.access$300(OlapServiceImpl.java:92)
at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl$7.call(OlapServiceImpl.java:827)
at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl$7.call(OlapServiceImpl.java:825)
at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:396)
at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl.getDatasourcesXml(OlapServiceImpl.java:832)
... 6 more
17:51:31,425 ERROR [AbstractMondrianConnection] Error assembling role for mondrian connection
org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting file with path "/etc/olap-servers"
Reference number: c8ad9381-e35f-438c-b8b9-f499a779780a
(...)
17:51:32,523 ERROR [JcrAclNodeHelper] Error retrieving ACL Node
org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting referrers for file with id "b9573ef9-70ec-4ced-ab44-3d07b5128bac"
Reference number: fb423784-0ab0-4ca5-bdc5-aa065c862014
(...)
17:52:48,897 ERROR [AbstractMondrianConnection] Error assembling role for mondrian connection
org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting file with path "/etc/mondrian/ce_schema"
Reference number: 01282c03-2ec3-448e-ad5e-a6f276a7db33
Someone can tell what i'm doing wrong? There's any solution for this?
Thanks in advance!
We decided to migrate from 4.8 to 5.4 version.
Already installed and configured the BI Server 5.4 with: LDAP authentication + PostgreSQL 9.4 for repository instead HSQLDB + Repository Synchronizer + CDF tools. Following some references:
- http://diethardsteiner.github.io/bis...1/08/LDAP.html
- https://anonymousbi.wordpress.com/20...llation-guide/
- http://aprendapentaho.blogspot.pt/20...hibernate.html
Every time a dashboard is opened the errors showed in catalina log (partial, please check the attach):
Quote:
17:39:06,286 ERROR [JcrAclNodeHelper] Error retrieving ACL Nodeorg.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting referrers for file with id "b9573ef9-70ec-4ced-ab44-3d07b5128bac"
Reference number: 62bca9d5-8066-4fe6-8870-a9f32b27a139
at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.callLogThrow(ExceptionLoggingDecorator.java:512)
at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.getReferrers(ExceptionLoggingDecorator.java:519)
at org.pentaho.platform.repository2.unified.jcr.JcrAclNodeHelper$1.call(JcrAclNodeHelper.java:54)
at org.pentaho.platform.repository2.unified.jcr.JcrAclNodeHelper$1.call(JcrAclNodeHelper.java:51)
(...)
17:39:07,896 ERROR [JcrAclNodeHelper] Error retrieving ACL Node
org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting referrers for file with id "b9573ef9-70ec-4ced-ab44-3d07b5128bac"
Reference number: 915f24c6-adc8-47de-b784-8dd7826820f0
(...)
Oct 02, 2015 5:50:54 PM com.sun.jersey.spi.container.ContainerResponse logException
SEVERE: Mapped exception to response: 501
javax.ws.rs.WebApplicationException: org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting file with path "/public/dw_uc_g1/ce_dw_uc/custo_docentes_01_tmp.cda"
Reference number: 6bc7edb3-b327-4f05-9918-262afed916c3
at pt.webdetails.cda.CdaUtils.doQuery(CdaUtils.java:183)
at pt.webdetails.cda.CdaUtils.doQueryPost(CdaUtils.java:131)
(...)
Caused by: org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting file with path "/public/dw_uc_g1/ce_dw_uc/custo_docentes_01_tmp.cda"
Reference number: 6bc7edb3-b327-4f05-9918-262afed916c3
at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.callLogThrow(ExceptionLoggingDecorator.java:512)
at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.getFile(ExceptionLoggingDecorator.java:260)
at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.getRepositoryFile(UnifiedRepositoryAccess.java:142)
at pt.webdetails.cpf.repository.pentaho.unified.UnifiedRepositoryAccess.getLastModified(UnifiedRepositoryAccess.java:134)
at pt.webdetails.cda.settings.CdaFileResourceLoader.getLastModified(CdaFileResourceLoader.java:56)
at pt.webdetails.cda.settings.SettingsManager.getFromCache(SettingsManager.java:118)
at pt.webdetails.cda.settings.SettingsManager.getCdaSettings(SettingsManager.java:103)
at pt.webdetails.cda.settings.SettingsManager.parseSettingsFile(SettingsManager.java:167)
at pt.webdetails.cda.CdaCoreService.doQuery(CdaCoreService.java:73)
at pt.webdetails.cda.CdaUtils.doQueryInternal(CdaUtils.java:136)
at pt.webdetails.cda.CdaUtils.doQuery(CdaUtils.java:169)
... 86 more
17:50:55,497 ERROR [AbstractMondrianConnection] Error assembling role for mondrian connection
org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting file with path "/etc/olap-servers"
Reference number: d16e9d92-6707-4cf9-80d6-9d742c071d28
(...)
Oct 02, 2015 5:50:55 PM com.sun.jersey.spi.container.servlet.WebComponent filterFormParameters
WARNING: A servlet request, to the URI http://localhost/pentaho/plugin/cda/...?path=/doQuery, contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Exception in thread "mondrian.server.DynamicContentFinder$timer" mondrian.olap.MondrianException: Mondrian Error:Internal error: Failed to parse data sources config 'http://not-needed.com'
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.server.DynamicContentFinder.reloadDataSources(DynamicContentFinder.java:107)
at mondrian.server.DynamicContentFinder$1.run(DynamicContentFinder.java:73)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
Caused by: org.pentaho.platform.plugin.action.olap.IOlapServiceException: org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting file with path "/etc/mondrian/ce_schema/metadata"
Reference number: 146b8c6e-d120-4b85-a4ca-7979b1c902d7
at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl.getDatasourcesXml(OlapServiceImpl.java:838)
at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl.access$200(OlapServiceImpl.java:92)
at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl$5.getContent(OlapServiceImpl.java:811)
at mondrian.server.DynamicContentFinder.reloadDataSources(DynamicContentFinder.java:93)
... 3 more
Caused by: org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting file with path "/etc/mondrian/ce_schema/metadata"
Reference number: 146b8c6e-d120-4b85-a4ca-7979b1c902d7
at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.callLogThrow(ExceptionLoggingDecorator.java:512)
at org.pentaho.platform.repository2.unified.ExceptionLoggingDecorator.getFile(ExceptionLoggingDecorator.java:260)
at org.pentaho.platform.plugin.services.importexport.legacy.MondrianCatalogRepositoryHelper.getHostedCatalogInfo(MondrianCatalogRepositoryHelper.java:328)
at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl.generateInMemoryDatasourcesXml(OlapServiceImpl.java:859)
at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl.access$300(OlapServiceImpl.java:92)
at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl$7.call(OlapServiceImpl.java:827)
at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl$7.call(OlapServiceImpl.java:825)
at org.pentaho.platform.engine.security.SecurityHelper.runAsSystem(SecurityHelper.java:396)
at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl.getDatasourcesXml(OlapServiceImpl.java:832)
... 6 more
17:51:31,425 ERROR [AbstractMondrianConnection] Error assembling role for mondrian connection
org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting file with path "/etc/olap-servers"
Reference number: c8ad9381-e35f-438c-b8b9-f499a779780a
(...)
17:51:32,523 ERROR [JcrAclNodeHelper] Error retrieving ACL Node
org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting referrers for file with id "b9573ef9-70ec-4ced-ab44-3d07b5128bac"
Reference number: fb423784-0ab0-4ca5-bdc5-aa065c862014
(...)
17:52:48,897 ERROR [AbstractMondrianConnection] Error assembling role for mondrian connection
org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting file with path "/etc/mondrian/ce_schema"
Reference number: 01282c03-2ec3-448e-ad5e-a6f276a7db33
Thanks in advance!