Re: I am unable to launch openfire. It is showing following errors. Please Help
Run the launcher via Run as administrator option. Or don't install to Program files. Or use a service instead of the launcher. Or both.
View ArticleRe: Unable to login to openfire server with SPARK unless I check "use old...
5223 is an obsolete port and you shouldn't use it. Both SSL and non-SSL connections occur on 5222. If you have specified 5223 port in Spark, then change it to 5222 or leave host/port part in Automatic...
View ArticleRe: I can't see the recent history. Spark
There is a bug in older Spark version, so it is showing only xx number of first messages in the history, so the most recent ones are cut off. There was also a bug when history file was getting...
View ArticleRe: Openfire stops working on Windows Server 2008 R2
If you have it installed and running as a service (check in the Services console), there is no need to run the launcher and no icon should be shown on the system tray. If you run them both, then there...
View Articlejbosh does not allow custom ssl context and custom factory
https://github.com/igniterealtime/jbosh/blob/master/src/main/java/org/ignitereal time/jbosh/ApacheHTTPSender.java line 146: SSLSocketFactory sslFactory =SSLSocketFactory.getSocketFactory(); There...
View ArticleRe: jbosh does not allow custom ssl context and custom factory
Thanks for reporting SMACK-641
View ArticleRe: NullPointerException thrown when trying to sendMessage from ChatManager
Thanks for your answer.I have read the instructions before posting the question, but I'm only able to provide the info I did already since the exception is happening at ramdom as I have said, so I'm...
View ArticleRe: NullPointerException thrown when trying to sendMessage from ChatManager
I have read the instructions before posting the question, but I'm only able to provide the info I did already since the exception is happening at ramdom as I have said, so I'm not able to provide the...
View ArticleRe: Openfire HTTP API
Take look at the REST API Plugin. With the REST API plugin you can also create new chat rooms.Link to Documentation: REST API Plugin ReadmeLink to Plugins: Ignite Realtime: Openfire Plugins
View ArticleFastpath and RestApi
HiI am working with OpenFire 3.9.3 and the Fastpath Plugin.I'm tryingto implement a RestApi for Fastpath as separate plugin. So that our application can create Agents and add them to the workgroup...
View ArticleInstall Newbie
Hi All, Got my very first question.. Installed Centos 6.6 and downloaded the Openfire rpm which I've installed.. The service is running and I can see the local IP 127.0.0.1 is listening on port 9090. I...
View ArticleRe: Install Newbie
Looks like I may have found the issue, turning of iptables allows me to connect to the web admin. Just need to work out what rule to put in place ? If someone has done this before, I would appreciated...
View ArticleRe: Fastpath and RestApi
Try to avoid writing directly to the openfire database unless you are ready to implement a cache with flushing and support clustering, otherwise your plugin will not scale and could break clustering....
View ArticleRe: jitsi videobridge not showing up in plugins
Jitsi videobridge plugin is no more supported. For the replacement ofmeet plugin, you will need openfire 3.10
View ArticleRe: Openfire 3.10 Beta and Openfire Meetings 0.1.1 - ofmeet 404 Not Found
sorry. need the other log files to give you a clue especially error.log
View ArticleDisable chat history by default on install
Good Afternoon! I am wondering if it is possible to automatically disable the user chat history and gray out the option in preferences so that the user has no option of turning it back on? I've...
View ArticleOpenfire hang
Hi All,we're using Openfire 3.9.3 on CentOS 6.5 for a internal messaging system but after some times we noticed a strange freeze of OF. During the freeze time the heap size is under the warning...
View ArticleRe: Error creating secured outgoing session to remote server
That sounds like an SSL error while trying to connect to another server for S-2-S. A quick search about this error returned Java: Why does SSL handshake give 'Could not generate DH keypair' exception?...
View ArticleRe: Fastpath and RestApi
You have to get the plugin object first and then work your way from there. See the fastpath admin jsp pages for examples
View ArticleOpenfire 3.9.3 and log rotation issue (based on date)
Hello all, I am running Openfire 3.9.3 on a Solaris 10 (sparc) machine and I have an issue with log rotation. Logs are rotated based on size with no problem but they are being rotated based on date at...
View Article