View previous topic :: View next topic |
Author |
Message |
keopp Senior Member
Joined: 08 Nov 2008 Posts: 166 Location: Romania
|
Posted: Mon Jun 30, 2014 2:06 pm Post subject: Problem installing OpenFire |
|
|
Hi all,
I have installed OpenFire through slapt-get.
Everything was good, openjdk-7u55_b14-i486-1 and openfire-3_8_1-noarch-1sms installed without error. I made a logoff/on and then
Everything ok, upto here, ps ax | grep openfire shows that the daemon is started.
The problem appeared when I tryed to configure OpenFire by acessing it's web-based admin console on port 9090 which I previously opened in firewall(also 9091).
I couldn't acess the admin console neither through localhost nor from LAN.
More than this, netstat -atun shows that there is NO process listening on port 9090.
I finally found in /opt/openfire/logs/error.log the following error(excerpt):
Code: | 2014.06.30 14:20:19 org.jivesoftware.openfire.container.PluginManager - Error loading plugin: /opt/openfire/plugins/admin
java.lang.ExceptionInInitializerError |
I am using SMS version 2.0.7.
Any help please?
Later edit: I even tryed by replacing the entire /opt/openfire/ folder installed by SMS package(version 3.8.1) with the one in the newer package 3.9.3 version, but result and error are the same. |
|
Back to top |
|
keopp Senior Member
Joined: 08 Nov 2008 Posts: 166 Location: Romania
|
Posted: Mon Jun 30, 2014 4:13 pm Post subject: |
|
|
SOLVED!
In /etc/java/nss.cfg, the second line states:
Code: | nssLibraryDirectory = /usr/lib/seamonkey |
but Seamonkey package is not installed.
I added this package using:
Code: | slapt-get -i seamonkey-solibs |
and voila, now admin console can be accessed.
I sugest a new dependency for OpenFire to Seamonkey.
Thanks |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Tue Jul 01, 2014 2:19 am Post subject: |
|
|
Thanks for the bug report...
Will do, and upgrade package too...
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
|