Hi,
I have a freshly installed centos7 x64
- selinux is disabled (SELINUX=disabled)
- firewall is disabled (systemctl disable firewalld)
- installed mariadb, created db and dbuser
- installed glibc.i686 and libldb.i686 and zlib.i686 (out of desparation)
- installed java-1.8.0-openjdk-headless.x86_64
- downloaded openfire 4.0.3 rpm file, installed with rpm -i openfire-4.0.3-1.i386.rpm
at first, openfire did only listen on ipv6... set the OPENFIRE_OPTS="-Djava.net.preferIPv4Stack=true" setting
netstat shows
tcp | 0 | 0 0.0.0.0:9090 | 0.0.0.0:* | LISTEN |
however, I can not connect to url:9090 or ip:9090
I did a portscan from external: Discovered open port 9090/tcp on 37.xxx.xxx.xxx
when I try to connect from localhost with w3m 127.0.0.1:9090 it doesnt work
when I try to connect from external (firefox) at 37.xxx.xxx.xxx:9090 it doesnt work
systemctl status openfire.service shows:
Loaded: loaded (/etc/rc.d/init.d/openfire)
Active: active (running) since Di 2016-09-13 14:43:46 CEST; 11min ago
Docs: man:systemd-sysv-generator(8)
Process: 3609 ExecStop=/etc/rc.d/init.d/openfire stop (code=exited, status=0/SUCCESS)
Process: 3647 ExecStart=/etc/rc.d/init.d/openfire start (code=exited, status=0/SUCCESS)
Main PID: 3659 (java)
CGroup: /system.slice/openfire.service
‣ 3659 /usr/lib/jvm/jre-1.8.0/bin/java -server -Djava.net.preferIPv4Stack=true -DopenfireHome=/opt/openf...
Sep 13 14:43:45 test.url.com systemd[1]: Starting SYSV: Openfire is an XMPP server, which is a server tha...t....
Sep 13 14:43:45 test.url.com su[3657]: (to daemon) root on none
Sep 13 14:43:45 test.url.com openfire[3647]: Starting openfire:
Sep 13 14:43:46 test.url.com systemd[1]: Started SYSV: Openfire is an XMPP server, which is a server that...hat..
Hint: Some lines were ellipsized, use -l to show in full.
error.log shows:
2016.09.13 14:43:47 org.jivesoftware.util.JiveGlobals - XML properties file must be writable: security.xml
2016.09.13 14:43:48 org.jivesoftware.openfire.container.AdminConsolePlugin - An exception occurred while trying to make available the admin console via HTTPS.
all.log shows:
2016.09.13 14:43:40 INFO [Thread-0]: org.jivesoftware.openfire.XMPPServer - Server halted
2016.09.13 14:43:47 INFO [main]: org.jivesoftware.openfire.XMPPServer - Registering shutdown hook (standalone mode)
2016.09.13 14:43:47 ERROR [main]: org.jivesoftware.util.JiveGlobals - XML properties file must be writable: security.xml
2016.09.13 14:43:47 INFO [main]: org.jivesoftware.openfire.XMPPServer - Openfire 4.0.3 [Sep 13, 2016 2:43:47 PM]
2016.09.13 14:43:48 ERROR [pool-1-thread-1]: org.jivesoftware.openfire.container.AdminConsolePlugin - An exception occurred while trying to make available the admin console via HTTPS.
2016.09.13 14:43:49 INFO [pool-1-thread-1]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Favicon Misses
2016.09.13 14:43:49 INFO [pool-1-thread-1]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Favicon Hits
2016.09.13 14:43:49 INFO [pool-1-thread-1]: org.jivesoftware.openfire.container.AdminConsolePlugin - Admin console listening at http://test.url.com:9090
please help, need advice!