Question about the clustering plugin
Hello I just installed the Hazelcast clustering plugin and just have a couple questions about it. It seems to be working pretty well so far, it was able to join my two openfire servers together without...
View ArticleSSLHandshakeException on connection
I'm trying to implement Smack 4.1 in my android app to communicate witch my ejabberd server, during the connection i get the following exception 10-24 16:30:55.479 21033-21070/com.demo.xmppchat...
View ArticleRe: Dealing with so-called read-only data of LdapUserProvider in Openfire 3.9.1
We specifically would like to do this, ideally with LDAP: user1 has a private roster item with user2user1 also has a private roster item with user3 However user2 and user3 are not on each other's...
View ArticleEclipse: source attachment does not contain source - SmackConfiguration
I'm building a server app to talk to Google Cloud Messaging. At this line: config = new ConnectionConfiguration(GCM_SERVER, GCM_PORT);I get the Class File Editor error:"Source not foundThe source...
View ArticleOpenfire can't start under suselinux
I'm using openfire on version 3.8. for long time. Today I can't start openfire again with the regular pid command. If I start openfire with openfire.sh start under directory opd, I don't have any...
View ArticleRe: Dealing with so-called read-only data of LdapUserProvider in Openfire 3.9.1
One way is to create a shared group for user1 and user2 and another for user1 and user3 from LDAP. You still need to enable the ldap groups as roster groups from Openfire admin. Openfire has a group...
View ArticleError on first start up
I installed JDK then installed Openfire 3.9.3 on a fresh Windows 2008 R2 Datacenter serverThe only thing I haven't done is fully patch the serverLog:--java.io.FileNotFoundException:...
View ArticleSpark Search/Conference cannot connect to remote service
Hi all,We just recently setup a openfire server overseas and did a s2s to our current server. The problem we are having is you cannot search the remote server using spark. Other jabber clients work...
View ArticleRe: Error on first start up
it looks like you have a permissions issue. (Access is denied) are you running this as a service? If not, then try disabling UAC.
View ArticleSSL in openfire
I have certificate,private key etc . but i could not able install certificate in openfire please help me , My openfire running in windows , i have added certificate in key store but it show in openfire...
View Articledifference between listener and interceptor
Hello. In Smack 4.0.5 API,there are two similar methods,addPacketInterceptor and addPacketSendingListener. So,I wander,what different between them. Thanks.
View ArticleRe: difference between listener and interceptor
Basically Interceptors are called before the stanza (packet) is send, listeners after it is put in the send queue.
View ArticleRe: Eclipse: source attachment does not contain source - SmackConfiguration
If you point eclipse to a directory as source attachment, it expects the source as plain source files within that directory. You have to point to the source jars.
View ArticleRe: Server 2 Server Questions
So, S2S stayed stable for 5 days and then stopped working again. Rebooted the entire server and it started working again. Ubuntu 12.04.05 x64 Anyone got any ideas behind for this one? Something I...
View ArticleRe: Server 2 Server Questions
Jason, Do any log message appear? Are you able to view the active server sessions listing on the console? The OS should not matter, which Java JRE are you using? daryl
View ArticleRe: Server 2 Server Questions
Debug logs show nothing as if there is no 2nd server. Right now the server session shows connections both ways, when we start running into issues the session shows incoming only with the TLS lock...
View ArticleUnable to start a chat session.
I use version 2.6.3 to communicate with fellow employees. On my home computer I am no longer able to start a chat using my account. I have deleted the account multiple times and reinstalled without...
View Article4.1 alpha4 issues and questions.
I started using 4.1 alpha4 and facing few issues I am using this code AndroidSmackInitializer androidSmackInitializer = new AndroidSmackInitializer();...
View ArticleSmack 4.1 alpha login failed SASL Authentication failed
I'm using smack api 4.1 alpha I can connect to my server but login failed ( connection.login(username,password) ) org.jivesoftware.smack.SmackException: SASL Authentication failed. No known...
View Article