I am having trouble upgrading from OpenFire 3.8.2 to 3.9.1 on Ubuntu 12.04. The installation seems to go well, but then I cannot start the openfire daemon, and the web console loads with version 3.8.2.
The following output occurs when I run the .deb installer:
root@chriscorlett:/tmp# sudo dpkg -i openfire_3.9.1_all.deb
(Reading database ... 57013 files and directories currently installed.)
Preparing to replace openfire 3.9.1 (using openfire_3.9.1_all.deb) ...
Shutting down openfire
Stopped.
Unpacking replacement openfire ...
Setting up openfire (3.9.1) ...
Starting openfire
Processing triggers for ureadahead ...
nohup: appending output to `nohup.out'
ureadahead will be reprofiled on next reboot
root@chriscorlett:~# /etc/init.d/openfire status
The daemon is stopped.
I bounced the server, then started the openfire daemon again. But the web console still comes up showing that I'm running version 3.8.2. And the daemon never starts (even 12 hours later).
root@chriscorlett:~# /etc/init.d/openfire start
Starting openfire
root@chriscorlett:~# nohup: appending output to `nohup.out'
root@chriscorlett:~# /etc/init.d/openfire status
The daemon is stopped.
Any ideas?