solu'n for error connecting quartz in pentaho BI server 4.8.0
In case you get this error
Failed to obtain DB connection from data source ‘myDS’: java.sql.SQLException: Could not retrieve datasource via JNDI url ‘java:comp/env/jdbc/Quartz’
Solution :-
delete the following file
toncat/conf/Catalina/localhost/pentaho.xml
and try again.
org.quartz.JobPersistenceException: Failed to obtain DB connection from data source 'myDS': java.sql.SQLException: Could not retrieve datasource via JNDI url 'java:comp/env/jdbc/Quartz' org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (ERROR: relation "information_schema.system_sequences" does not exist
ReplyDeletePosition: 22) [See nested exception: java.sql.SQLException: Could not retrieve datasource via JNDI url 'java:comp/env/jdbc/Quartz' org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (ERROR: relation "information_schema.system_sequences" does not exist
Position: 22)]
even after deleting file toncat/conf/Catalina/localhost/pentaho.xml and restarting pentaho i am getting same error.
ReplyDeletei am using bi-server CE 4.5 along with postgres db
any help/hints will be appreciated.
have u delete pentaho.xml file from tomcat/conf/Catalina/localhost/pentaho.xml
ReplyDeleteYes, i have deleted that file .
ReplyDeleteHi
ReplyDeleteI am able to crack it.
there was a problem with web.xml configs
What was the issue Syed?
Deleteissue was with web.xml configs., in which i have to create data source object same as other configs
Delete