problem about openfire-Collection of common programming errors


  • Devin Smith
    node.js openssl xmpp openfire
    Im working on getting node-xmpp working with a jabber server we have in house here. I was able to get it working with talk.google.com just fine, and i can connect to our internal server with adium or ichat just fine.Node v0.6.14 CentOS 6.2 / 2.6.32 node-xmpp 0.3.2 OpenSSL 1.0.0connect codevar j = new xmpp.Client({jid : ‘user@domain’,password : ‘pass’,host : ‘chat.domain’ });After tracing through the code, it seems it gets stuck right after it tries to upgrade the connection to a secure connectio

  • Pierre Wahlgren
    javascript xmpp openfire strophe bosh
    I’m implementing a real-time notification system using XMPP over BOSH and Strophe on the client-side, but I’m having some problems. When I log onto my website I establish a BOSH connection in back-end and save JID, SID and RID as cookies. When the page is reloaded I get the data from the cookies and attach to that session using Strophe’s attach function. I get a callback status which says I’ve been attached. The first problem I’m facing is that requests are being sent every second second or so.

  • atroon
    linux mysql xmpp openfire jre
    I have (well, had up until this morning) an Openfire intranet XMPP server that had been running merrily along for 370 days without being touched, and a total of about 3 years of running. Users authenticate to AD on an adjacent server, and are divided by OU into groups. All that functionality work[ed|s] great. My problem is that the service crashed this morning, my assistant got a ‘no Java heap space’ error (and no screenshot, sorry) when attempting to use the admin console to determine what t

  • pat8719
    sql-server sql-server-2008 xmpp openfire
    I originally posted this on stackoverflow. Not sure if this belongs on Serverfault. I am reasonably familiar with the guidelines of serverfault vs stackoverflow however, while it is a server question the goal is to get my XMPP development environment configured. Any recommendations on stackoverflow vs serverfault will also be appreciated. Anyway here’s my questionI am trying to configure my Openfire Server with an instance of MS SQL Server 2008. I must admit that while I have used Sql Ser

  • Doniv
    java xmpp openfire asmack
    I am new to this OpenFire and asmack, i want the user to have a functionality of Multi Users Chatting so i searched around and i found MUC i have implemented this for creating a room and sending invitation to other users these works, other user receives the invitation but the other user is not able to join the room.I am doing this on other user invitation receivingHere connection is the connection of this user and room is the room name that we getting in invitation.MultiUserChat muc3 = new Multi

  • Stugal
    java ssl xmpp openfire smack
    I am recently working on Openfire client. I’ve got this strange issue that I couldn’t figure out so far (i’ve got some clues, but still no solid solution). We’ve got 2 openfire servers: first that we were using for testing it was hosted on normal pc conected to the internet through adsl, server was behind NAT, everything configured smoothly, working perfect. Our client was connecting without any issues. second (let’s call it production) professional dedicated server located somewhere in germany

  • username55
    apache xmpp openfire basichttpbinding
    Hi i am very new with this xmpp protocol and trying to build a simple web-based chat app using Openfire and candychat.Currently i am running my webserver using XAMPP (C:\xampp). I already have openfire installed at C:\Openfire.I already forked Candychat via github and put it inside my xampp/htdocs.My .htaccess file looks like this:AddDefaultCharset UTF-8 Options +MultiViews RewriteEngine On RewriteRule http-bind/ http://localhost:7070/http-bind/ [P]While my index.html (under the example folder o

  • ashmish2
    xmpp openfire
    I have installed openfire 3.7.1 and uploaded Kraken plugin (IM Gateway). It worked fine. But on restarting the system. Its dying every time. I have tried re-installing also. A part of the error is mentioned below. Can anyone tell what is the issue? Is Kraken not compatible with openfire 3.7.1? Error: log4j:ERROR Could not instantiate class [net.sf.kraken.util.Log4JToOpenfireAppender]. java.lang.ClassNotFoundException: net.sf.kraken.util.Log4JToOpenfireAppenderat java.net.URLClassLoader$1.run(U

  • user1179459
    java linux nginx chat openfire
    I am running a openfire based chat system in my server, but do get lot crashes related to the openfire java environment, i already increased the java VM memory to the 512MB but still it crashes when the server load exceeds, i dont have many users only 20,30 at one time with a very powerful 8 core cpu, with 32 GB memoryi am running openfire 3.71. I have to restart the whole server, since restarting the openfire doenst fix the problem at all.error i get in java is java.lang.ExceptionInInitializerE

  • user1179459
    java linux openfire
    I am running openfire server as a basis for my chat server, but i am not happy with the robustness of the openfire, it seems to be having lot of java errors, java expert people who i talked to says that its all coding errors, that java exceptions hasn’t handle correctly. Just want to know from a java expert is following errors are really java programming problem or a my server or settings problem.java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.RangeCheck(Unknown Sou