Hello, I am trying to configure a database repo for a Pentaho 7.0 BI server and I struggling to fix the Error 0014 "Multiple listeners failed". Can anyone please help me in fixing the issues.
Steps followed
1) Hibernate was pointed to Postgres.
2) By default, Quartz was pointed to Postgres
3) JackRabbit was pointed to Postgres (7 places are updated and the default connection parameters were commented)
4) content.xml was updated with quartz and hibernate connection pointing to Postgres
5) Temp files are removed and SQL scripts are run with no change in Password / Usernames
6) started the service
Result: Error 0014
Below actions were taken to fix the error
1) Tested the database connections and there are working fine
2) As per a post, I created a Table QRTZ in quartz database and started the server but still facing the same issue
ref:
1) https://help.pentaho.com/Documentati...F0/0P0/030/010
2) https://forums.pentaho.com/showthrea...tion-Exception