Openfire 3.6.4 installation problems on CentOS 5.5 x86_64

Hi all,

I’ve installed Openfire on my CentOS box, but it just doesnt start.

After looking into the documentation, and trying to google something useful that could help, i’ve decided to post on this discussion boards to get some help.

cat /etc/redhat-release

CentOS release 5.5 (Final)

rpm -qa openfire

openfire-3.6.4-1

uname -r

2.6.18-194.32.1.el5

uname -p

x86_64

java -version

java version “1.6.0_24”
Java™ SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot™ 64-Bit Server VM (build 19.1-b02, mixed mode)

tail -2 /var/log/messages

Feb 16 16:59:05 psycho-digital kernel: java[1899] trap invalid opcode rip:ffffe403 rsp:ffaee694 error:0
Feb 16 17:02:11 psycho-digital kernel: java[2104] trap invalid opcode rip:ffffe403 rsp:ff87c544 error:0

This previous error is displayed everytime i try to start the service

date

Wed Feb 16 17:36:10 CET 2011

/etc/init.d/openfire start

Starting openfire:

tail -3 /var/log/messages

Feb 16 16:59:05 psycho-digital kernel: java[1899] trap invalid opcode rip:ffffe403 rsp:ffaee694 error:0
Feb 16 17:02:11 psycho-digital kernel: java[2104] trap invalid opcode rip:ffffe403 rsp:ff87c544 error:0
Feb 16 17:36:15 psycho-digital kernel: java[2243] trap invalid opcode rip:ffffe403 rsp:ff81d264 error:0
Now the RPM itself is for i386 since there was none provided for x86_64. Maybe i need to rebuild it ?

openfire-3.6.4-1.i386.rpm

Any help would be most welcome

Thanks!