Re: Openfire mina NullPointerException
The MINAStatCollector is an Openfire class that is designed to integrate with Mina and collect runtime statistics for C2S sessions. Based on the code, I think the only way you could get this exception...
View ArticleRe: Exception: org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED...
After removing the plugin websocket the exception is gone. Thanks
View ArticleRe: File Transfer fails on Smack 4.1.0-beta 1
Here's the latest update. Using a debugger, I dove into the code for IncomingFileTransfer.receiveFile() and OutgoingFileTransfer.sendFile(). Everything seems to be going as it should. I finally came...
View ArticleXMPP socket keep alive
Hi, On Android, I was wondering what the optimal settings are for keeping long-lived TCP connections to our XMPP server. In the MAXS project I noticed that they use a socket factory with SO_KEEPALIVE...
View ArticleApple Messages Jabber Client cannot invite or Join due to Broadcast Presence...
Hi Everyone, I have a lot of Mac OS 10.9 and 10.10 workstations and these Openfire Jabber users cannot join in a new or existing group chat that has Broadcast Presence for Participants enabled. If I...
View ArticleGroups not showing on client after upgrade (openldap)
I have upgraded to 9.3.1 and now my groups are not showing on the client. I can see the groups on the openfire admin, the integration with openldap seems ok. Everybody can login but no group is...
View ArticleRe: File Transfer fails on Smack 4.1.0-beta 1
The receiver does not send an Error IQ, it doesn't respond to the open IQ at all. I reverted back to 4.0.6 last night and found that now the Open IQ Packets are being parsed and the receiver is...
View ArticleOpenfire and SSL
After lots of struggle, I have managed to enable SSL in openfire server. I am able connect admin console on secure port and users can communicate on port 5222 with "Requires encryption" option. While...
View ArticleRe: File Transfer fails on Smack 4.1.0-beta 1
I have resolved the issue! After downloading the Smack 4.0.6 source code and debugging the packet parsing on the Receiver side, I found that everything was being done correctly. The IQs and Packets...
View ArticleRe: File Transfer fails on Smack 4.1.0-beta 1
Hmm, receiveFile starts a new thread to receive the data. I also found nothing that would explain why adding the monitoring into a new thread would "unblock" the thread somehow. Glad that it did work...
View ArticleRe: File Transfer fails on Smack 4.1.0-beta 1
Good question. It was on 4.0.6. I haven't tried running the app with 4.1.0-beta 1 as I refactored the code to use 4.0.6 last night and have decided to stick with that version for now. Given what I saw...
View ArticleRe: Chat room conversation bleed
In you case RS is repeating (staRS). It is hard to say what is happening exactly without knowing the code.
View ArticleRe: Installed Plugins not showing Openfire 3.9.3
I have used these instructions a while ago to install Oracle'e Java in my Ubuntu/Xubuntu virtual machines (though not so ancient):Install Oracle Java 7 in Ubuntu via PPA Repository ~ Web Upd8: Ubuntu /...
View ArticleApós atualização Monitoring services 1.4.2 mensagens não são gravadas
Boa noite a todos.Pessoal, fiz a atualização do plugin de arquivamento de mensagens Monitoring Services 1.4.2, e após a atualização não tenho mais acesso ao conteúdo de nenhuma mensagem, realizo a...
View ArticleRe: 3.10 beta 100% cpu
Looks like there may have been a jar or plugin left over from the upgrade that was causing the problem. I removed openfire, and deleted any leftover files/folders. After a fresh install, the problem...
View Articleopenfire log suitable for fail2ban
If I want block bruteforce attack I usually use fail2ban. cat /opt/openfire/logs/info.log: ...2015.02.06 13:33:08 org.jivesoftware.openfire.net.SASLAuthentication - User Login Failed. PLAIN...
View ArticleRe: Force OpenFire to use CNAME
Hah, I wish I saw this sooner. I learnt the hard way. This was spot on though, thank you!
View ArticleClients can connect, but can't see/msg eachother - Ubuntu Server/Openfire...
This is a new build. Just spun up an ubuntu server, installed and went through the config for Openfire. I chose Oneteam as my client and installed it on two windows 7 workstations. Both can connect...
View ArticleMonitoring Plugin Not Loading
I am unable to get the Monitoring plugin loaded. We need to monitor chat logs so I'm hoping that there's something I can use as an alternative. OS:CentOS 6.6 Openfire:3.9.3 Java:# java -versionjava...
View Article