How to run Openfire as a service on Linux ?
I have made modifications to the source, compiled using ANT and installed successfully on Linux (CentOS). Please let me know how to run it as a service. I tried using Redhat-postinstall.sh and it added...
View Article3.10 rc can't login sparkweb and candy.
Good morning, os UbuntuI didupgradetoversion 3.10rcopenfire, everything worksvery well (LDAP authentication, spark, openfiremeetings,Jitsietc etc).I do notwork:Candyat...
View ArticleWhat are "Stanzas"?
Hi All, I am a newbie , i just want to know what is the meaning of stanza (stanzas) , I was going through the source code of openfire and i have seen that word alot of times .... ( it seems a silly...
View ArticleHow to receive my recently sent message to someone?
How to receive my recently sent message to someone? Example: i have A and B. A/session1 sent message to B. How to A/session2 receive from A/session1 sent message to B.
View ArticleRe: How to run Openfire as a service on Linux ?
Your first mistake was compiling from source. I recommend you installing the actual RPM of the release candidate and see if it stays up and running. If it does, it is a problem with how you compiled...
View ArticleRe: How to receive my recently sent message to someone?
To use a client which supports Carbon Copies feature. This way it will forward copies of sent messages to all active resources ("sessions"). I know only one client supporting it - Yaxim (for Android).
View ArticleRe: How to receive my recently sent message to someone?
Good morning wroot! Thank you wroot. Is there any supporting Carbon Copies feature for website? I'm dealing with an application for website with strophe and openfire. How to, please?
View ArticleRe: Unable to get PayloadItem in HandlePublishedItems
I discovered the problem. The guide had you set setDeliverPayloads to false, but that's only the case if the item doesn't have a payload. If it does have a payload, you need to set it true. Finally got...
View ArticleClassNotFoundException!!! Exception in Hazelcast plugin!
I have installed openfire in 3 EC2 instance and added hazelcast plugin in all three. All three nodes work fine. But some time i get this exception in stderror log, Please help me to identify why this...
View ArticleTimeoutexception in Clusteredcache factory, in hazelcast plugin.
I have installed openfire in 3 node and added hazelcast plugin in all three nodes, and it works fine. But some time am getting this below timeout exception and its spamming my log.Will this error cause...
View ArticleNull key not allowed exception in iqhandler
I have installed openfire in 3 nodes and added all there in cluster using hazelcast plugin. I got this below error which am not sure why it is occuring. This exception was not there when we had single...
View ArticleRe: Need help - with a script to stop Openfire server on Linux
Create a symbolic link for your openfire using below command. sudo ln -s openfire/bin/openfire /etc/init.d/ Once the above command is successfully executed, then to start serversudo service openfire...
View ArticleRe: lost messages when network is disconnected
I have solved this message loss problem during network fluctuation by creating custom plugin. My plugin intercept the message packet and add it to custom table until it receives the ACK packet for...
View ArticleOpen fire windows service not running cuntinuously
i am using spark for local chat in my company . i have to start open fire service manually everyday .on start up of server openfire service is not started automatically . i have set the start up...
View ArticleRe: 3.10 rc on ubuntu with java-common
It would also be good if the much less bloated version (for debian/ubuntu servers) of openjdk-7-jre, called openjdk-7-jre-headless would not throw up an error - as requested hereOpenfire 3.10 -...
View Articleopenfire 3.9.3 ldap/active directory backend group membership lookup
Hello Guys, I've been using for a while openfire with local authentication database, and switched recently to a LDAP/active directory setup (CentOS7/Openfire 3.9.3).I just came across the following...
View ArticleWhy ofMucConversationLog table is empty?
HI ALL,1. I have set the "Log Room Conversations" to enable, but when I send message to the room, the ofMucConversationLog table don't save anything?2. Where room conversations store except db? Does it...
View ArticleRe: How to connect to a server with a self signed certificate from android...
Most likely your PIN String was wrong. Newer versions of Java Pinning will tell you in the exception message what would be the correct PIN String for the certificate currently seen. Note that you still...
View ArticleRe: How to connect to a server with a self signed certificate from android...
Yes you are right I'm using an old jar of java Pinning. I will give it a try again, thank you.
View Article