Я пытаюсь установить последнюю версию 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, но нигде не нашел помощи.
Я знаю, что вам может понадобиться дополнительная информация, поэтому не стесняйтесь комментировать, и я буду обновлять все, что смогу.
Проблема была в версии Mysql.
Я использовал mysql версии 5.5, и Hyperic почему-то его не поддерживал.
Я попробовал установку с помощью Mysql версии 5.1, и она сработала отлично.
Надеюсь, этот пост поможет тому, кто пытается найти решение этой проблемы.