Hi all,
I'm newbie here, and I have installed Pentaho CE BIServer (6.1.0.1-196) on my PC (Ubuntu 14.04). Now I'm trying to use a mysql database for Pentaho repositories, so I'm following mainly these instructions, just ignoring the part about datamarket:https://help.pentaho.com/Documentati...F0/0P0/030/020
I've been able to configure the quartz and hibernate databases, but I haven't been able to configure de jackrabbit repository. When I change the repository.xml file and start the biserver, I'm getting this error:
I've been searching the forum and google trying to find a clue, but I haven't found anything that works. I've commented the startup of the HSQLDB dabatabases in <BISERVER_HOME>/tomcat/webapps/pentaho/WEB-INF/web.xml that wasn't mentioned in the Pentaho Documentation (although that seems to apply to hibernate and quartz databases). I've also deleted these caches:
<BISERVER_HOME>\tomcat\work\Catalina\*
<BISERVER_HOME>\tomcat\conf\Catalina\localhost\pentaho.xml (This file doesn't exist in my instalation)
<BISERVER_HOME>\tomcat\temp\*
<BISERVER_HOME>\pentaho-solutions\system\osgi\cache\ (This directory doesn't exist in my installation)
<BISERVER_HOME>\pentaho-solutions\system\jackrabbit\repository
I've checked the database connection, the database is available and I'm able to connect.
I'm attaching the repository.xml and catalina.out files, in case someone is able to see what I'm doing wrong.
Regards
I'm newbie here, and I have installed Pentaho CE BIServer (6.1.0.1-196) on my PC (Ubuntu 14.04). Now I'm trying to use a mysql database for Pentaho repositories, so I'm following mainly these instructions, just ignoring the part about datamarket:https://help.pentaho.com/Documentati...F0/0P0/030/020
I've been able to configure the quartz and hibernate databases, but I haven't been able to configure de jackrabbit repository. When I change the repository.xml file and start the biserver, I'm getting this error:
Code:
Caused by: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.engine.services.connection.datasource.dbcp.DynamicallyPooledDatasourceSystemListener
at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:455)
at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:437)
at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:416)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:437)
at org.pentaho.platform.engine.core.system.PentahoSystem.access$000(PentahoSystem.java:89)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:368)
at org.pentaho.platform.engine.core.system.PentahoSystem$1.call(PentahoSystem.java:365)
at org.pentaho.platform.engine.core.system.PentahoSystem.runAsSystem(PentahoSystem.java:416)
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:365)
... 16 more
Caused by: java.lang.NullPointerException
at org.pentaho.platform.repository.JcrBackedDatasourceMgmtService.init(JcrBackedDatasourceMgmtService.java:67)
at org.pentaho.platform.engine.core.system.objfac.AbstractSpringPentahoObjectFactory.retreiveObject(AbstractSpringPentahoObjectFactory.java:266)
at org.pentaho.platform.engine.core.system.objfac.AbstractSpringPentahoObjectFactory.get(AbstractSpringPentahoObjectFactory.java:82)
at org.pentaho.platform.engine.core.system.objfac.AggregateObjectFactory.get(AggregateObjectFactory.java:273)
at org.pentaho.platform.engine.core.system.objfac.AggregateObjectFactory.get(AggregateObjectFactory.java:137)
at org.pentaho.platform.engine.services.connection.datasource.dbcp.NonPooledDatasourceSystemListener.getListOfDatabaseConnections(NonPooledDatasourceSystemListener.java:136)
at org.pentaho.platform.engine.services.connection.datasource.dbcp.NonPooledDatasourceSystemListener.startup(NonPooledDatasourceSystemListener.java:53)
at org.pentaho.platform.engine.core.system.PentahoSystem$2.call(PentahoSystem.java:446)
... 24 more
<BISERVER_HOME>\tomcat\work\Catalina\*
<BISERVER_HOME>\tomcat\conf\Catalina\localhost\pentaho.xml (This file doesn't exist in my instalation)
<BISERVER_HOME>\tomcat\temp\*
<BISERVER_HOME>\pentaho-solutions\system\osgi\cache\ (This directory doesn't exist in my installation)
<BISERVER_HOME>\pentaho-solutions\system\jackrabbit\repository
I've checked the database connection, the database is available and I'm able to connect.
I'm attaching the repository.xml and catalina.out files, in case someone is able to see what I'm doing wrong.
Regards