Ошибка при попытке установить сервер Hyperic
Я пытаюсь установить последнюю версию Hyperic (4.6.6) на машину Centos и получаю эту ошибку.
> /home/hq/agent-4.6.6/bin/hq-agent.sh start Installing the server... Unpacking server to: /home/hq... Creating server
> configuration files... Using "small" installing profile... Copying
> binaries and libraries to server installation... Copying server
> configuration file... Copying server db-upgrade files... Copying
> server libs... Setting up server database... Loading taskdefs...
> Taskdefs loaded Loading taskdefs... Taskdefs loaded
> -------------------------------------------------------------------------------- An ERROR occurred, the installation cannot continue. FATAL EXCEPTION
> at /home/hq/hyperic-hq-installer-4.6.6/installer/data/setup.xml:523: :
> The following error occurred while executing this line:
> /home/hq/hyperic-hq-installer-4.6.6/installer/data/setup.xml:532: The
> following error occurred while executing this line:
> /home/hq/hyperic-hq-installer-4.6.6/installer/data/setup.xml:777: The
> following error occurred while executing this line:
> /home/hq/hyperic-hq-installer-4.6.6/installer/data/setup-db-MySQL.xml:16:
> The following error occurred while executing this line:
> /home/hq/hyperic-hq-installer-4.6.6/installer/data/setup-db-hibernate.xml:94:
> org.hibernate.tool.hbm2x.ExporterException: Errors while performing
> Hbm2DDLExporter
> -------------------------------------------------------------------------------- Deleting temporary JRE
Я уже искал соединение с БД, и все в порядке. Я пытался найти в Google, но нигде не нашел помощи.
Я знаю, что вам может понадобиться больше информации, поэтому не стесняйтесь комментировать, и я обновлю все, что смогу.
1 ответ
Решение
Проблема была с версией Mysql.
Я использовал MySQL версии 5.5 и Hyperic почему-то не поддерживал его.
Я попытался установить Mysql версии 5.1, и она работала как шарм.
Надеюсь, что этот пост поможет кому-то, кто пытается найти решение для этого.