login issues with SUNWuwc
Hi forum,
I have been trying to get the outlook plugin for the enterprise calendar server working. The calendar part itself works to some extent but the end users are not happy because each time they startup outlook the addressbook server complains. (I have not found any way to configure the plugin without the addressbook entry)
So i installed the addressbook service too but now I simply cannot login on that service. I followed all post installation instructions to no avail, something is still missing in the ldap server. Looking at the logs I found that there is a domain entry missing
FINE: uid... stefandomain...custodix
Oct 25, 2006 4:39:13 PM com.sun.uwc.common.auth.LDAPAuthFilter doFilter
FINE: getDomain Object from domainName
Oct 25, 2006 4:39:13 PM com.sun.uwc.common.auth.LDAPDomainMap getDomainObject
FINE: domaindn is dc=custodix,o=internal.custodix.com,dc=internal,dc=custodix,dc=com
Oct 25, 2006 4:39:13 PM com.sun.uwc.common.auth.LDAPDomainMap getDomainObject
FINE: binddn is cn=Directory Manager
Oct 25, 2006 4:39:13 PM com.sun.uwc.common.auth.LDAPDomainMap getDomainObject
FINE: Failed. could not find:dc=custodix,o=internal.custodix.com,dc=internal,dc=custodix,dc=com
Oct 25, 2006 4:39:13 PM com.sun.uwc.common.auth.LDAPAuthFilter doFilter
FINE: unable to get domain object
Can anyone provide me with the necessary information that is missing? I am completely clueless on how to proceed from this point on.
I tried adding a dc object in the correct place and made it inetDomain but then the service simply crashed when someone tries to login.
[25/Oct/2006:16:40:16] failure ( 9658): for host 10.32.2.7 trying to POST /uwc/auth, service-j2ee reports: StandardWrapperValve[UWCAuthServlet]: WEB2792: Servlet.service() for servlet UWCAuthServlet threw exception
java.lang.NullPointerException
at com.sun.uwc.common.UWCUserHelper.getUserEntry(Unknown Source)
at com.sun.uwc.common.auth.LDAPAuthFilter.doFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFil terChain.java:213)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain .java:193)
at com.sun.uwc.common.auth.MessagingSSOAuthFilter.doFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFil terChain.java:213)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain .java:193)
at com.sun.uwc.common.auth.AnonymousFilter.doFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFil terChain.java:213)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain .java:193)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java: 280)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java: 212)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java: 161)
at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)
Any ideas on how to fix this?

