Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
error installing openfire
10-Nov-2011, 04:04 AM
Post: #1
error installing openfire
hi all.
i am using suse linux to run intranet. everything about it went on well, until i intended to install openfire. after the first three steps of installation (from the linux manual), i check the browser http://127.0.0.1:9090 and it gives a "unable to connect" error. on further check, i get this:

linux-alt0:/opt/openfire/bin # ./openfire start
Starting openfire
linux-alt0:/opt/openfire/bin # nohup: appending output to `nohup.out'

---------------------------------------------
linux-alt0:/opt/openfire/bin # ./openfire status
Exception in thread "main" java.lang.NoClassDefFoundError: com.install4j.runtime.Launcher
Caused by: java.lang.ClassNotFoundException: com.install4j.runtime.Launcher
at java.net.URLClassLoader.findClass(URLClassLoader.java:421)
at java.lang.ClassLoader.loadClass(ClassLoader.java:652)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:346)
at java.lang.ClassLoader.loadClass(ClassLoader.java:618)
Could not find the main class: com.install4j.runtime.Launcher. Program will exit.

------------------------------------------------------
linux-alt0:/opt/openfire/bin # java -version
java version "1.6.0"
Java™ SE Runtime Environment (build pxa6460sr7-20091215_02(SR7))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux amd64-64 jvmxa6460sr7-20091214_49398 (JIT enabled, AOT enabled)
J9VM - 20091214_049398
JIT - r9_20091123_13891
GC - 20091111_AA)
JCL - 20091202_01

please, what could be the issue?
Find all posts by this user
Quote this message in a reply
14-Nov-2011, 04:18 AM
Post: #2
RE: error installing openfire
i tried using rpm package, which seemed to have installed openfire. its goes through very well, tells me i successfully installed the openfire.

linux-alt0:/opt/openfire/bin # ./openfire.sh
Openfire 3.7.1 [Nov 14, 2011 1:02:40 PM]
Admin console listening at http://127.0.0.1:9090
---------------------------------------------------------------
but on clicking the login page, it gives me this error:

java.lang.IllegalArgumentException: Illegal JID: http://HOST
at org.xmpp.packet.JID.<init>(JID.java:554)
at org.xmpp.packet.JID.<init>(JID.java:495)
at org.xmpp.packet.JID.<init>(JID.java:476)
at org.jivesoftware.openfire.SessionManager.initialize(SessionManager.java:1271)
at org.jivesoftware.openfire.XMPPServer.initModules(XMPPServer.java:597)
at org.jivesoftware.openfire.XMPPServer.access$400(XMPPServer.java:146)
at org.jivesoftware.openfire.XMPPServer$1.run(XMPPServer.java:444)
Caused by: java.lang.IllegalArgumentException: The input is not a valid JID domain part: http:
at org.xmpp.packet.JID.domainprep(JID.java:348)
at org.xmpp.packet.JID.<init>(JID.java:542)
... 6 more
Caused by: gnu.inet.encoding.IDNAException: Contains non-LDH characters.
at gnu.inet.encoding.IDNA.toASCII(IDNA.java:118)
at gnu.inet.encoding.IDNA.toASCII(IDNA.java:64)
at org.xmpp.packet.JID.domainprep(JID.java:334)
... 7 more
java.util.ConcurrentModificationException
at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(Unknown Source)
at java.util.LinkedHashMap$ValueIterator.next(Unknown Source)
at org.jivesoftware.openfire.XMPPServer.initModules(XMPPServer.java:594)
at org.jivesoftware.openfire.XMPPServer.access$400(XMPPServer.java:146)
at org.jivesoftware.openfire.XMPPServer$1.run(XMPPServer.java:444)
Exception in thread "Thread-15" java.lang.NullPointerException
at org.jivesoftware.openfire.handler.IQOfflineMessagesHandler.stop(IQOfflineMessagesHandler.java:220)
at org.jivesoftware.openfire.XMPPServer.shutdownServer(XMPPServer.java:948)
at org.jivesoftware.openfire.XMPPServer.access$700(XMPPServer.java:146)
at org.jivesoftware.openfire.XMPPServer$1.run(XMPPServer.java:451)

please, someone help. i need this urgently.
Find all posts by this user
Quote this message in a reply
03-Jul-2012, 08:03 AM
Post: #3
RE: error installing openfire
(14-Nov-2011 04:18 AM)missedcall Wrote:  i tried using rpm package, which seemed to have installed openfire. its goes through very well, tells me i successfully installed the openfire.

linux-alt0:/opt/openfire/bin # ./openfire.sh
Openfire 3.7.1 [Nov 14, 2011 1:02:40 PM]
Admin console listening at http://127.0.0.1:9090
---------------------------------------------------------------
but on clicking the login page, it gives me this error:

java.lang.IllegalArgumentException: Illegal JID: http://HOST
at org.xmpp.packet.JID.<init>(JID.java:554)
at org.xmpp.packet.JID.<init>(JID.java:495)
at org.xmpp.packet.JID.<init>(JID.java:476)
at org.jivesoftware.openfire.SessionManager.initialize(SessionManager.java:1271)
at org.jivesoftware.openfire.XMPPServer.initModules(XMPPServer.java:597)
at org.jivesoftware.openfire.XMPPServer.access$400(XMPPServer.java:146)
at org.jivesoftware.openfire.XMPPServer$1.run(XMPPServer.java:444)
Caused by: java.lang.IllegalArgumentException: The input is not a valid JID domain part: http:
at org.xmpp.packet.JID.domainprep(JID.java:348)
at org.xmpp.packet.JID.<init>(JID.java:542)
... 6 more
Caused by: gnu.inet.encoding.IDNAException: Contains non-LDH characters.
at gnu.inet.encoding.IDNA.toASCII(IDNA.java:118)
at gnu.inet.encoding.IDNA.toASCII(IDNA.java:64)
at org.xmpp.packet.JID.domainprep(JID.java:334)
... 7 more
java.util.ConcurrentModificationException
at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(Unknown Source)
at java.util.LinkedHashMap$ValueIterator.next(Unknown Source)
at org.jivesoftware.openfire.XMPPServer.initModules(XMPPServer.java:594)
at org.jivesoftware.openfire.XMPPServer.access$400(XMPPServer.java:146)
at org.jivesoftware.openfire.XMPPServer$1.run(XMPPServer.java:444)
Exception in thread "Thread-15" java.lang.NullPointerException
at org.jivesoftware.openfire.handler.IQOfflineMessagesHandler.stop(IQOfflineMessagesHandler.java:220)
at org.jivesoftware.openfire.XMPPServer.shutdownServer(XMPPServer.java:948)
at org.jivesoftware.openfire.XMPPServer.access$700(XMPPServer.java:146)
at org.jivesoftware.openfire.XMPPServer$1.run(XMPPServer.java:451)

please, someone help. i need this urgently.

Hi,

I am facing installation problem for precurio, if you have sucessfully installed precurio into linux then please guide me for the same.
I am using centos5.3

Thank You in advance. Smile
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Smile installing in xamp error jojimwesh 1 13,794 04-Apr-2013 12:23 PM
Last Post: mayorbrain
  installing precurio prison.ito 0 34,056 23-Nov-2012 01:43 PM
Last Post: prison.ito
  Integration of Openfire, Precurio and WAMP marmfield 4 30,668 30-Aug-2012 05:32 AM
Last Post: saki
  cant login to openfire's admin console missedcall 13 13,074 15-Nov-2011 10:40 AM
Last Post: missedcall
  Precurio with existing Openfire Installation jcatalfamo 3 7,315 22-May-2011 12:41 PM
Last Post: mayorbrain
  Installing on third party host sradmin 2 4,775 12-Jan-2011 10:52 AM
Last Post: sradmin

Forum Jump:


User(s) browsing this thread: 1 Guest(s)