Re: 100% CPU Usage
Please send a 'kill -3' to the openfire process and then attach the nohup.out file, which should have the output
View ArticleRe: Open fire windows service not running cuntinuously
What Windows and Openfire versions?
View ArticleRe: Resetting admin passwords
You can add another user as admin, login with him and then reset passwords of other admins. Stop the Openfire, edit /openfire/conf/openfire.xmlUncomment the <authorizedJIDs> or...
View ArticleRe: 100% CPU Usage
Excuse me, but I don't know how to do this correct. I'am trying to send this code via htop to main openfie process, to certain 100% cpu usage thread, both with no luck. Via command prompt with no luck...
View ArticleRe: 100% CPU Usage
Add: our openfire service have very little activity - 10 - 20 users online, 40 users overall.
View Articlefastpath agent not receiving messages from users
I successfully installed fastpath plugin and create a group, added users to the group and added no router rule(Assuming that if no route rules are specified, it will be assigned to default queue).When...
View ArticleRe: fastpath agent not receiving messages from users
By creating a group you mean a Queue? You have to add agents to a queue. Also, your agents have to use Spark client.
View ArticleRe: fastpath agent not receiving messages from users
I had also added agents to it... but none of the agents had received the messages.
View Articlehow to connect to openfire server using smack api 4.1.0
i am trying to connect to my openfire server by this code String DOMAIN = "my server ip"; AbstractXMPPConnection connection; try{ XMPPTCPConnectionConfiguration.Builder config =...
View ArticleRe: fastpath agent not receiving messages from users
So, you have created a workgroup and added agents to the Default queue of that group. Now, when you login with one of the agents in the Spark, do you see a Fastpath tab at the bottom of the Roster...
View ArticleRe: how to get openfire registered users from android client using aSmack
Hi Wael,I am tried to connect openfire server from android client by using above above links api. But i am unable connect.Could you please provide sample code? Thanks in advance...
View ArticleRe: Why ofMucConversationLog table is empty?
Have you waited a while, before checking the database table? Data that is to be logged is kept in memory, before it is written to the database. This process is executed every 300 seconds (which is...
View Articlesmack4.1 android client connection for openfire server
Hi All,I want to develop chat app in android. So, I am using smack4.1 version. But i am unable to connect openfire server(which is located my local) using smack4.1. Could you please provide sample...
View ArticleRe: smack4.1 android client connection for openfire server
Have a look at this page: https://github.com/igniterealtime/Smack/tree/master/documentation
View ArticleRe: Why ofMucConversationLog table is empty?
I waited 2 days and the ofMucConversationLog table is always empty, but I can use smack api get the muc history messages, I think the messages always in memory and not written to the database.
View ArticleRe: i am trying to connect to openfire using this code
you should set the username and password like this (smack 4.1.0):configuration = XMPPTCPConnectionConfiguration.builder() .setUsernameAndPassword("username",...
View ArticleRe: smack4.1 android client connection for openfire server
@KinderenThanks for you reply. I used below code: XMPPTCPConnectionConfiguration config = XMPPTCPConnectionConfiguration.builder() .setUsernameAndPassword(username, password)...
View ArticleRe: Smack 4.1 in android, getting exception "VerifyError"...
You added Smack components that require a Java SE runtime which his not provided by Android. Those are all smack components with 'java' in its name, e.g. smack-java7, smack-resolver-javax, and so on....
View ArticleRe: Using smack 4.1 on android, giving exception in connection
See Smack 4.1 in android, getting exception "VerifyError" org/jivesoftware/smack/sasl/javax/SASLJavaXMechanism
View ArticleWhat is wrong with my BOSH Configuration ?
Hi guys. I looked all over the net, removed, changed things, and, of course, got confused. Could you please tell me what is wrong with my code ? Thank you for your time. package naur.naur; import...
View Article