Re: `GLIBC_2.4' not found
You may have to use the official RHEL repository to install the JRE with rpm. I don't know whether they support already Java7 but Java6 should be available.
View ArticleRe: Any interest in mocking for Openfire plugins, components?
Tom, You've always done a great job standing behind the code you kindly sent us. As long as you continue with that for what you are intending to send now, I see no reason to object Unfortunately, I...
View ArticleRe: Bug in Redhat init script
OF-753 thanks, but your patch appears to be backwards. The simpliest thing to do is checkout svn trunk and then svn diff your modified file.
View ArticleRe: Any interest in mocking for Openfire plugins, components?
In my opinion such mock-/helper-/util-classes which are exclusively required for testing should belong in a separate "test-jar" and should not be distributed with the normal Openfire installation....
View ArticleRe: recipient-unavailable(404)
Why not work muc.invite() ? and work muc.grantAdmin("user2@jabber.org"); http://www.igniterealtime.org/builds/smack/docs/latest/documentation/extensions/...
View ArticleJava out of memory
Hi, I am running with serios problem in openfire, please help me to tune it to work fine. I am running Openfire 3.8.2 with ldap backend. I have around 8000 users in ldap database and in that avg 2000...
View ArticleMUC Semi-persistency
Hello,Is it possible to make MUC persistent but only for a limited amount of time so after all clients are disconnecting I can configure amount of time in which after that time the MUC will be deleted?...
View ArticleRe: Smack requests getAdmins() in wrong MUC namespace
I did OF-98 together with SMACK-371, so Openfire should be save.
View ArticleRe: Java out of memory
It seems that there is a memory leak somewhere. You should set "-XX:+HeapDumpOnOutOfMemoryError" You can specify also the directory with "-XX:HeapDumpPath=..." but the target directory must be...
View ArticleRe: Connection reset in Firefox when launching Admin Console with SSL
That must be it. My production server is stuck with some 1.7.0_1 version of Java i think. I have tried to upgrade it recently, but Arch linux has removed Oracle Java from mainstream and it is only...
View ArticleRe: aSmack 0.9.0alpha5 Login Problem
thanks.my speak english is poor.this is a bug?How do I solve this problem?i see this bug report.I did not see the solution
View ArticleRe: User authentication using OfMeet
Dele I did recheck all.I did modify the config.js as requested (ofmeet):var config = { hosts: { domain: 'myserver.mydomain.it', muc: 'conference.myserver.mydomain.it', // FIXME: use...
View ArticleRe: Cluster Hazelcast Plugin Issues with mysql (s)
Hi, i had the same problem. I have pointed each cluster Server to his own mysql database. The database is replicating with the others mysql databases. Just one Machine has write permissions, the other...
View ArticleRe: Candy example WebSocket connection failure
Hi Dele! I'm trying to get Candy to work on 3.9.1 with Plugin version 1.2 and am getting the same error. However, the snippet referring to "http-bind" you mentioned exists. But still, candy tries to...
View ArticleRe: After upgrade 3.9.1, All client cannot connect to server
I am in same trouble. Just updated to v3.9.1 and could not connect to openfire anymore.
View ArticleRe: User authentication using OfMeet
Hi Dele,just to complete a little more what i see in my testing environment.I did place wireshark on the pc placed on the internet and i did find that there are requests like this:...
View ArticleRe: aSmack 0.9.0alpha5 Login Problem
Yes, it it a bug. I recommend you watch the bug to get notified when the fix has been commited, which I expect to happen in 7-10 days. Then you'll find the fixed version in nightlies.
View ArticleRe: 504 Gateway timeout on package
I have no solution to the problem, but I had it, too recently (with Smack client to Openfire 3.8.2) http://community.igniterealtime.org/thread/51578 I am not sure, if this is an Openfire bug or just a...
View ArticleRe: Create an anonymous multi user chat room
Only because there's a property and a method somewhere in Openfire doesn't mean the exact same syntax can be found in the XMPP specification and can therefore be used for the muc#roomconfig_ fields. I...
View Article