我正在尝试在Centos机器上安装最新版本的Hyperic(4.6.6),并得到这个错误。
> /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
我已经找了数据库连接,一切都很好。 我试图谷歌search,但没有find任何帮助的任何地方。
我知道你可能需要更多的信息,所以随时发表评论,我会尽我所能。
问题在于Mysql版本。
我正在使用MySQL版本5.5和Hyperic莫名其妙不支持它。
我试着用Mysql 5.1版进行安装,它的function就像魅力一样。
希望这篇文章能够帮助那些试图获得解决scheme的人。