Manual installation of JasperServer on MySQL 5.5 problem
During the manual installation of JasperServer 4.2.1 using "js-install-ce.bat" I found 2 errors on DDL\Sql Files.
On "js-create.ddl" there is a problem with "type=InnoDB" and with "maxValue" field name at line 45.
You can fix with:
1) ENGINE=InnoDB;
2) `maxValue`
The same problem is present on other files during JasperServer Setup (also in "quartz.ddl").
I solve all this issues running a 5.1 version of MySQL
On "js-create.ddl" there is a problem with "type=InnoDB" and with "maxValue" field name at line 45.
You can fix with:
1) ENGINE=InnoDB;
2) `maxValue`
The same problem is present on other files during JasperServer Setup (also in "quartz.ddl").
I solve all this issues running a 5.1 version of MySQL
Commenti