Re: BUG: the group's propties can not sharing in a cluster
If you are doing this from a plugin, use a network cache to sync cluster nodes
View ArticleHow many connections can one Connection Manager handle?
We need to handle about 200k idle clients, so it's likely we should use several connection managers and one openfire server. The problem is I donn't know how many connection managers should I prepare....
View ArticleRe: LDAP Auth with custom DB roster/groups
You might have to provide your own providers for that level of customisation and set Openfire properties to point to your custome code provider.admin.className =...
View ArticleRe: BUG: Monitoring Plugin – retrieved list of collections is not sorted
Had this problem and had to provide a work around by sorting in JavaScript. I suggest you submit a patch if you have gone that deep into the code
View ArticleRe: Integrating Jersey (JAX-RS) with Openfire
Use the http-bind web service on 7070/7443 instead of the admin web service. See the fastpath webclient for an example on how to do this.
View ArticleSpark Login
Hello! I've just installed Spark_2_6_3. How do i login into the account? Do i have to use the computer user and password?
View ArticleRe: Message Window pops up with empy message
Hmm ok I thought it maybe has something to do with caching in openfire. so I guess I have to find an alternative to spark... my users don't like deleting profiles thanks alot
View ArticleMonitoring Plugin not compatible with MS SQL Server
I have Openfire 3.8.2 running on a Windows 2008R2 server, configured to use a MS SQL Server. I have installed the Monitoring plugin and can see that conversations are being recorded to the database....
View ArticleRe: Spark Connect to Server
Servername should be resolvable in the network. I mean you machine (with Spark installed) should be able to resolve the domain1.local name in the network. Or you may use the IP address instead of the...
View ArticleRe: Spark Login
I think you should ask your IT administrator (or hire one) to do this. Though i think you don't quite see the whole picture about using Openfire and Spark. This is not like Skype or MSN. You create...
View ArticleAfter building branded spark - sip phone client doesnt work anymore
Hello, i've builded a branded spark version with new names with netbeans.everything works fine, but the phone client doesnt work anymore.i can install the plugin using the pluginmanager but the "phone...
View ArticleRe: Auto Add Conferences
I think you can create conference bookmarks with autojoin for users/groups with the Openfire client control plugin
View ArticleRe: Monitoring Plugin not compatible with MS SQL Server
If you got this far, you might as well bite the bullet, change the source code and rebuild the monitoring plugin. Rebuilding a plugin is not that complicated. Make sure yiu have Java JDK and Ant...
View ArticleUser/Groups Problem
Hi everybody, I installed openfire 3.8.2 on an Ubuntu Server 12.04. Everythings works fine so far. Now I create a user via Web interface and I can log in with any client and I am online. As soon as I...
View ArticleStrange Openfire outages/lags - for few minutes once a 10 days?
Hi, we are running relative big Openfire instance. There is more than 400 000 registered users, in peaks there is up to 10000 concurent users connected and packet rate is up to 15 000 packets / min....
View ArticleRe: Integrating Jersey (JAX-RS) with Openfire
Openfire plugins have a problem when declare servlets, you can't set init-params in the web.xml, if you see the code of the open fire when the PluginServlet generate the other servlets you can see the...
View ArticleRe: HTTP plugins memory leak
is this an actual leak or just normal behavior? GC will eventually come along and free-up any refrenced objects that are no longer in scope...
View ArticleRe: HTTP plugins memory leak
I've found the problem and it's a session leak. A session is created every HTTP request (actually don't know who is doing that)and never invalidated. I've also checked the default settings and I've...
View ArticleRe: Spark Main Window Size On Startup
AjsAjs, can you try the latest build and confirm file transfer confirmation bug is still happening for you? http://bamboo.igniterealtime.org/browse/SPARK-INSTALL4J-609/artifact/JOB1/Instal l4j/
View Article