Re: Spark auto idle doesn't clear
I'm RDP'ing a lot to my machine during the week, so i would definitely notice such issue in the latest builds
View ArticleRe: monitoring 1.3.2-beta1 with openfire 3.8.2 error - java.sql.SQLException:...
I have uninstall and reinstall the Monitoring plugin. I also got the following error:org.jivesoftware.openfire.container.pluginServlet - java.lang.NullPointerExceptionat...
View ArticleRe: Spark window disappears after login
It shows in the system tray and in the task bar. If I right-click the start menu and 'close window', then that item will go away, but the system tray remains and I can right-click 'exit' from there.
View ArticleConnection Manager using Client Certificates and EXTERNAL method?
I have an XMPP server, running Openfire 3.8.2. I also have Connection Manager 3.6.3 running on a seperate machine. All running on CentOS 32-bit. The XMPP Server is setup to accept connections from...
View ArticleRe: how to install red5 in openfire
I copied the red5.war file in openfie/plugins directory and restarted the openfire server. When i enter http://<ip add>:7070/redfire it gives me error 404: Problem accessing /redfire. Reason: Not...
View ArticleRe: Possible resource leak?
looks like 618 was mid november build? it's sort of sounding like a blocked thread or something...
View Articleinstalling latest on a new server with contacts and settings intact
Hi, I'm currently running Openfire 3.3.2 on one server. I wish to install the latest openfire version (currently 3.8.2) into a another (dev) server and also import any existing contacts users have and...
View ArticleOvercoming chat sync issues with concurrent XMPP sessions
Hello, I switched from the Google-hosted Gtalk service to Openfire in hopes I could overcome the problems described here: http://tinyurl.com/powzq8f Server: I installed Openfire 3.8.2 on Ubuntu 12.04.3...
View ArticleRe: Possible resource leak?
Yes. Though first memory leak fixes by Mircea was in 616 (we just wanted a few other fixes done in 617 and 618 included).
View ArticleNot able to send "RICH TEXT" through Broadcast Message
Not able to send "RICH TEXT" through Broadcast Message. Is it Possible in SPARK 2.6.3 ?
View ArticleRe: message body is null, raw received packets has the data
I am unable to see a bug there. It appears to me that the code would work if you parse an simple extension <foo> text bla blub</foo> but not if you parse nested elements. But...
View ArticleRe: ActiveDirectory password length restricted?
I could confirm this. The auth dn and the password length is restricted . May you can change this with the next release?
View ArticleRe: message body is null, raw received packets has the data
ok, in that case my understanding was wrong. <message from='xxx' id='yyy' to='abc@xyz.com/abc' xmlns='jabber:client'><tms xmlns='lmn'> < some data ></tms></message> My...
View ArticleRe: Possible resource leak?
looks like a threading issue with org.jivesoftware.spark.ui.ContactList. Mircea may have discovered one of the hidden landmines buried in spark
View ArticleRe: message body is null, raw received packets has the data
Please note that <some data> is missing it's closing element </some data>
View ArticleRe: Possible resource leak?
@Mircea Hmm... looking at some of the recent commits in ContactList.java -- I think we're ok with SwingUtilities.invokeLater() since it internally calls out to EventQueue.invokeLater(), so they are the...
View ArticleRe: Possible resource leak?
Jason, thanks for looking into this. Actually I removed that approach, and I replaced with javax.swing.Timer. Originally java.util.Timer was used to introduce a 0.3 seconds delay but that was a mistake...
View ArticleRe: Possible resource leak?
wroot, thanks for help I was able to reproduce othe lock only once and I tested all day the scenario. You are saying that this is reproduced regularly witn build 624 when network goes off/on. Are you...
View ArticleRe: message body is null, raw received packets has the data
<some data> is a place holder for text, not a tag
View ArticleRe: Possible resource leak?
It happened only twice to me with the network disconnect. I can't reproduce this when i'm trying, it only happenes in real life usage.. What about sleep and wake? Our new machines with Windows 7 have...
View Article