Openfire not listening on port 9090

Hi,

Ive just installed openfire on my root-server (ubuntu 10.04). Now when I use netstat -tulpn there is no port 9090 opened. Only the ipv6 tcp port 9090 is opened.

tcp6       0      0 :::9090                 :::*                    LISTEN

Anyone got an idea why and what went wrong? ps aux says that openfire is up and running.

Thank you.

I found the answer. First of all edited the /etc/default/openfire and added this line: DAEMON_OPTS="-Djava.net.preferIPv4Stack=true"

I am running into the same problem. After installing openfire.tar.gz on c9.io, I don’t get any response from the server when I do myproject.c9.io:9090.

netstat -an | grep 9090 shows

tcp6 0 0 :::9090 :::* LISTEN

Adding the line to the openfire comand file has no effect

DAEMON_OPTS="-Djava.net.preferIPv4Stack=true"