Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

Openfire Ubuntu 12.04 doesn't always bind to Port

$
0
0

Hello everybody,

 

hopefully you may help me, since im trying to get this running for the past few days.

 

At the moment the system is steup as folloed:

 

Java (tried several Java packets, at the moment this is the one used):

 

/# java -version

java version "1.6.0_38"

Java(TM) SE Runtime Environment (build 1.6.0_38-b05)

Java HotSpot(TM) Client VM (build 20.13-b02, mixed mode)

 

Openfire installed:

 

/# dpkg -i openfire_3.7.1_all.deb

 

with no warnings or errors.

 

Changed  /etc/ini.d/openfire line 27 to the following due to the "ubuntu java oracle"-Problem:

 

t=/usr/lib/jvm/java-6-oracle && test -d $t && JAVA_HOME=$t

 

Now starting openfire as usual

 

/# ./etc/init.d/openfire start
Starting openfire: openfire.

 

Looking if running

 

/# ps -elf | grep openfire


4 S openfire  1887     1  5  80   0 - 169316 futex_ 10:35 ?       00:00:02 /usr/lib/jvm/java-6-oracle/bin/java -server -DopenfireHome=/usr/share/openfire -Dopenfire.lib.dir=/usr/share/openfire/lib -classpath /usr/share/openfire/lib/startup.jar -jar /usr/share/openfire/lib/startup.jar

 

Seems to be good to go,  but I can't reach the webconfig under port 9090.

 

Ports are opened.

 

/# iptables -S

-A INPUT -p tcp -m tcp --dport 5222 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5223 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 9090 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 9091 -j ACCEPT

 

But when i do a netstat I don't see anything listening on 9090 (9091 aswell etc.).

 

So where am I doing something wrong? I also tried the tar.gz package, but there I'm running in even more trouble. Also every install instruction for Ubuntu 12.04 I found via google, used the DEB.

 

Is there anybody with some good idea for me? I used Openfire under OpenSuse and this was so easy to setup and at the moment I'm quite confused

 

Thanks for your help in advance

 

Changed title -> Less confusing title


Viewing all articles
Browse latest Browse all 10742

Trending Articles