I am using JasperReport server 4.5, and Jasperserver 4.5 comes default with Postgre database, i have configured MySQL5.5 with Jasperserver and now i can connect my Jasperserver database with MySQL database and reports are working fine, but when i use js-export command to export all the Jasperserver repository report, it's showing some errors as
* Caused by: org.hibernate.exception.GenericJDBCException: Cannot open
connection*
and
*Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown
database 'jasperserver'*
How can i solved this issue?