Obtendo um erro ao tentar instalar o servidor Hyperic

2

Estou tentando instalar a versão mais recente do Hyperic (4.6.6) na máquina centos e obtendo esse erro.

>        /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

Já procurei a conexão do banco de dados e está tudo bem. Tentei pesquisar no Google, mas não encontrei ajuda em nenhum lugar.

Eu sei que você pode precisar de mais informações, então sinta-se à vontade para comentar e eu atualizarei tudo que puder.

    
por GeekRide 14.12.2012 / 08:27

1 resposta

1

O problema foi com a versão do Mysql.

Eu estava usando o mysql versão 5.5 e o Hyperic de alguma forma não estava suportando isso.

Eu tentei a instalação com o Mysql Versão 5.1, e funcionou como um charme.

Espero que este post ajude alguém que está tentando obter uma solução para isso.

    
por 22.12.2012 / 17:25