I'm attempting to install JasperServer 3.7 on a Windows Server 2008 box. I'm seeing a couple problems/errors related to the MySQL component. When the first error appears, there is no mysqld service installed.
I am running the installation "As Administrator".
The first error;
"Problem running post-install step. Installation may not complete correctly. Error running c:/PROGRA~2/JASPER~1.7/mysql/bin/mysqladmin.exe --defaults-file=C:/PROGRA~2/JASPER~1.7/mysql/my.ini -u root --password=password -h 127.0.0.1 -P 3306 shutdown :
C:\\PROGRA~2\\JASPER~1.7\\mysql\\bin\\MYSQLA~1.EXE: connect to server at '127.0.0.1' failed error: 'Can't connect to MySQL server on '127.0.0.1' (10061)' Check that mysqld is running on 127.0.0.1 and that the port is 3306. You can check this by doing 'telnet 127.0.0.1 3306'"
The Second error;
"Problem running post-install step. Installation may not complete correctly Error running C:/PROGRA~2/JASPER~1.7/scripts/mysql/sampledata_init.bat
jasperadmin : C:/PROGRA~2/JASPER~1.7/mysql/bin/mysqladmin.exe: connect to server at '127.0.0.1' failed
error: 'Access denied for user 'root'@'localhost' (using password:YES)'
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)