Hello everyone,
I want to use a XMPP Server for chatting with friends, without (facebook, google etc) anyone to read along.
History (just for general Information):
I searched the web to chose an XMPP server, running on an Ubuntu to fit my privacy requirements. Openfire was the best way to do. I tested it on a nettop with Ubuntu 12.10. Everything was fine: I installed it using the .deb file and the ubuntusoftwarecenter. It started immediately. After testing the adminpanel and doing some test chats with several clients I decided to install it on my V-Server. Its a Level 2 Linux virtual-server, hosted at strato.
While I've installed it the first time, I saw an warning like "/var/lib/openfire Didn't belong to the user recently created" or similar. The installation ended with "starting openfire: openfire". But...
Problem:
The adminpanel is unreachable. I tried it with ip:9090 in firefox on my local computer, I even used w3m http://localhost:9090 in commandline.
I stopped openfire using the sudo service openfire stop command and it tells me: stopping openfire: openfire. After a restart of the hole server I started openfire again: The same result "starting openfire: openfire". I asked me if the process maybe isn't running, so I used "top | grep 'openfire' " and off cause It appears every few seconds.
Further Facts:
I use Plesk Panel for the general settings (firewall (all Ports concerning openfire are open: 5222, 5223, 9090, 9091, 7777) and webspaces).
I use the apache2 webserver with virtual hosts, to manage the 4 domains pointing to the server.
Java is in Version oracle-7 installed as in this guide described ( http://www.thefanclub.co.za/how-to/how-setup-instant-messaging-server-using-open fire-ubuntu-1204 ).
I installed openfire using "sudo dpkg -i openfire_3.8.1_all.deb"
Can anyone help me, please? Are there maybe some dependencies I don't fulfil?