Re: What happened to my BOSH?
Also, based on the sample error message you provided, you might have had a typo in your original request: HTTP ERROR 404Problem accessing /httpd-bind. Reason: Not FoundThe error indicates the URI...
View ArticleRe: What happened to my BOSH?
Actually, that response might be indicating that you haven't provided a valid BOSH session id (sid) in your request, thus the session was "not found" (404). If you would simply like to verify that the...
View ArticleOpenfire mina NullPointerException
I use Openfire 3.10.0 beta , I got this problem.Is this mina issue or something ? 2015.02.04 09:57:59 org.apache.mina.util.DefaultExceptionMonitor - Unexpected exception.java.lang.NullPointerException...
View ArticleRe: How many connections can Openfire handle?
At last we get more than 300k user per server. the server is Xeon E5-2620 X2 ,32GB RAM。Just tweek ofcaches and the server limits.
View ArticleRe: Trying to use GPO to install Spark
Btw, this is my upgrade script actually. The script for the first install was much shorter, without any checks But this one should work anyway. When a new version appears, i just put a new txt and...
View ArticleS2S not working
Hello, my Openfire 9.3.9 (running with debian stable 64bit and "1.7.0_75 Oracle Corporation -- OpenJDK 64-Bit Server VM") cant connect to other Jabber Servers: 2015.02.04 06:58:06...
View ArticleNo Response from Server
Got this response while joining user to the MUC Room: No response from server.: at org.jivesoftware.smackx.muc.MultiUserChat.join(MultiUserChat.java:498) at...
View ArticleRe: What happened to my BOSH?
If I got to https://my-host:7443/ I do see Openfire Binding Service If I go to https://my-host:7443/http-bind the trailing slash is added on. Just a couple of days ago, https://my-host:7443/http-bind/...
View ArticleRe: How many connections can Openfire handle?
Thank you for sharing this especially the openfire screenshot
View ArticleOpenfire 3.10.0 beta and Openfire Meetings 0.0.9 desktop sharing fails
Hello, First of all thanks for all the work with the Openfire Meeting plugin.I'm trying to get Openfire and Meetings to run and have installed the latest openfire_2015-02-03.deb on a Debian system.I...
View ArticleRe: 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 ArticleRe: Anybody able to enable BOSH with 3.10.0-alpha?
Here's another report about an exception using 3.10.0 beta with the websockets plugin https://community.igniterealtime.org/blogs/ignite/2015/01/21/openfire-3100-beta?...
View ArticleRe: File Transfer fails on Smack 4.1.0-beta 1
You could check if a provider is available for the open IQ by calling ProviderManager.getIQProvider("open", "http://jabber.org/protocol/ibb") and see if it returns a non null value. Providers get...
View ArticleRe: Openfire HTTP API
Take look at the REST API Plugin. With the REST API plugin you can also create new chat rooms.
View ArticleRe: MUC Service Plugin add/delete user role problem
Hey, the REST API Plugin was released, which also include the MUC Service Plugin features.The structure is the same, only the base URL was changed. And your mentioned problems is also fixed.So you can...
View ArticleRe: MUC Service Plugin add/delete user role problem
Thanks for your time! Will give it a try soon!
View Article