Users not showing up in Client

Hi there,

I have installed Wildfire 3.1.1 and have setup LDAP with it. I can log into my server with Exodus only and when I do log in, I do not see any offline users at all. When I get someone else to log in, I do not see them online in the client, however on the server I can see that they are connected through the sessions screen.

I am wondering why no contacts at all are showing up in the client. Any help would be greatly appreciated.

Hey Fishsauce,

Welcome to the Wildfire world!

Could you tell us a little bit more about your setup? Are you using shared groups? In other words, are you configuring your groups (of LDAP) to be visible in the users rosters? You can do that from the admin console under the Users/Groups tab.

If you are not using shared groups then you will have to add users to your roster to be able to track their presences. When using this option just remember to enter the complete address of the user and not just the username. For instance, use john@myserver.com and not john or john@someotherincorrectdomainOrIPAddress.com. In this example, john@myserver.com will get a presence subscription request that he needs to approve or reject. Once the presence subscription request was accepted then you will be able to track his presence.

Hope that helps.

Regards,

– Gato

Unfortunatly, I can not see a setting under Users/Groups tab that would allow me to change whether they can view groups or not. Under group Summary I have no groups found, and if I try to create a group I get an error:

Error creating the group. Please check your error logs.

2006.11.29 12:40:13 [org.jivesoftware.wildfire.admin.group_002dcreate_jsp._jspService(group_002dcre ate_jsp.java:123)

]

java.lang.UnsupportedOperationException

at org.jivesoftware.wildfire.ldap.LdapGroupProvider.createGroup(LdapGroupProvider. java:67)

at org.jivesoftware.wildfire.group.GroupManager.createGroup(GroupManager.java:160)

at org.jivesoftware.wildfire.admin.group_002dcreate_jsp._jspService(group_002dcrea te_jsp.java:105)

at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)

at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)

at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplica tionHandler.java:830)

at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:11 8)

at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)

at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplica tionHandler.java:821)

at org.jivesoftware.util.LocaleFilter.doFilter(LocaleFilter.java:65)

at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplica tionHandler.java:821)

at org.jivesoftware.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingF ilter.java:41)

at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplica tionHandler.java:821)

at org.jivesoftware.admin.PluginFilter.doFilter(PluginFilter.java:69)

at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplica tionHandler.java:821)

at org.jivesoftware.admin.AuthCheckFilter.doFilter(AuthCheckFilter.java:98)

at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplica tionHandler.java:821)

at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler. java:471)

at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)

at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)

at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.ja va:633)

at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)

at org.mortbay.http.HttpServer.service(HttpServer.java:909)

at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)

at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)

at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)

at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)

at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)

at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)