我试图在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我已经查找了DB连接,一切都很好。我试着用谷歌搜索,但没有找到任何帮助。
我知道你可能需要更多的信息,所以请随时评论,我会更新我可以。
发布于 2012-12-22 16:25:30
问题在于Mysql版本。
我使用的是mysql版本5.5,Hyperic不知何故不支持它。
我尝试了Mysql 5.1版本的安装,它运行起来很有魅力。
希望这篇文章能帮助那些试图解决这个问题的人。
https://serverfault.com/questions/458018
复制相似问题