I've been banging my head against this problem for a couple days now. We are in the process of upgrading from Pentaho 5 to Pentaho 6 and we use MSSQL for hibernate, jackrabbit, and quartz databases.
I have followed this guide: https://help.pentaho.com/Documentati...F0/0P0/030/040 to switch from postgres to MSSQL, but it never works. As soon as I switch all the necessary files, Pentaho refuses to start up.
I've gone through this process about 10 times and I don't think I've missed a file. I have checked that I have the sqlserver driver in the tomcat/lib folder, dropped and recreated all databases, checked that all MSSQL ports are open and programs can communicate with MSSQL, attempted to delete the file in conf/catalina/localhost (but it has not been populated there yet), and deleted all cache from the karaf directory. Is there anything I could possibly be missing? I can provide additional details or more logs if desired, thank you.
The first error in pentaho.log is:
2016-03-29 02:31:58,504 ERROR [org.pentaho.platform.util.logging.Logger] Error: Pentaho
2016-03-29 02:31:58,505 ERROR [org.pentaho.platform.util.logging.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.engine.services.connection.datasource.dbcp.DynamicallyPooledDatasourceSystemListener
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.engine.services.connection.datasource.dbcp.DynamicallyPooledDatasourceSystemListener
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:363)
And the full pentaho.log and catalina.logs are attached.
I have followed this guide: https://help.pentaho.com/Documentati...F0/0P0/030/040 to switch from postgres to MSSQL, but it never works. As soon as I switch all the necessary files, Pentaho refuses to start up.
I've gone through this process about 10 times and I don't think I've missed a file. I have checked that I have the sqlserver driver in the tomcat/lib folder, dropped and recreated all databases, checked that all MSSQL ports are open and programs can communicate with MSSQL, attempted to delete the file in conf/catalina/localhost (but it has not been populated there yet), and deleted all cache from the karaf directory. Is there anything I could possibly be missing? I can provide additional details or more logs if desired, thank you.
The first error in pentaho.log is:
2016-03-29 02:31:58,504 ERROR [org.pentaho.platform.util.logging.Logger] Error: Pentaho
2016-03-29 02:31:58,505 ERROR [org.pentaho.platform.util.logging.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.engine.services.connection.datasource.dbcp.DynamicallyPooledDatasourceSystemListener
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.engine.services.connection.datasource.dbcp.DynamicallyPooledDatasourceSystemListener
at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:363)
And the full pentaho.log and catalina.logs are attached.