WebSphere Portal Server - enable-ldap-security

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Portal Server > August 2004 > enable-ldap-security





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author enable-ldap-security
djans1

2004-08-12, 5:58 pm

I try to install lotus Workplace 2.0 ... Everything runs perfectly until i try to enable LDAP security ( with Domino 652 )... I got the error message XmlCommandServlet$AuthorizationException
as described in the "LWP_Installation.PDF" and run the command d
escribed in the PDF. Then the error message i got is different ( Some people in this forum had the same issue but no solutions are provided )

action-create-deployment-credentials:
[xmlaccess] XMLA0006I: Connecting to URL http://mainvm.cogitosum.com:9081/wps/co
nfig
[xmlaccess] XMLA0002I: Reading input file C:\WebSphere\PortalServer\config\work\
createDeploymentCredentials.xml
[xmlaccess] XMLA0011I: Request accepted
[xmlaccess] <?xml version="1.0"?>
[xmlaccess] <failure>
[xmlaccess] com.ibm.wps.util.DataBackendException: PUMA0015E:Data Backend Proble
m java.rmi.ServerException: RemoteException occurred in server thread; nested ex
ception is:
[xmlaccess] com.ibm.ejs.container.CreateFailureException: ; nested exception
is:
[xmlaccess] java.lang.reflect.InvocationTargetException
[xmlaccess] </failure>

BUILD FAILED

C:\WebSphere\PortalServer\config\wpconfi
g.xml:266: XMLA0015E: Server response in
dicates an error

Total time: 1 minute 40 seconds

I have tried several solutions ... Run again the script described in the PDF ... Check that wpsadmin had the right to write on my LDAP server ... I then look at SystemErr.log of the portal and got this

ava.lang.reflect.InvocationTargetException: javax.ejb.CreateException: com.ibm.websphere.wmm.exception.InitializationException: Initialization failed due to invalid property "supportedMemberTypes".
com.ibm.websphere.wmm.exception.InitializationException: Initialization failed due to invalid property "supportedMemberTypes".

I guess that the issue was with my LDAP connection ... I checked the wmm_LDAP.xml.DOMINO502.3.wmm file and the other one about the attribute wmmLDAPAttributes_DOMINO502.xml

Here is an copy of the seeting in wmmLDAPAttributes_DOMINO502.xml

<attributeMap wmmAttributeName="extId"
applicableMemberTypes=" Person;Group;Organization;Organizational
Unit"
pluginAttributeName="dominoUNID"
dataType="String"
multiValued="false"
readOnly="false"/>

I change readOnly to false as a try but also tried with true

Here is a copy of wmm_LDAP.xml.DOMINO502.3.wmm

<supportedLdapEntryTypes>
<supportedLdapEntryType name="Person"
rdnAttrTypes="cn"
objectClassesForRead="dominoPerson"
objectClassesForWrite="dominoPerson"/>

<supportedLdapEntryType name="Group"
rdnAttrTypes="cn"
objectClassesForRead="dominoGroup"
objectClassesForWrite="dominoGroup"/>

<supportedLdapEntryType name="Organization"
rdnAttrTypes="o"
objectClassesForRead="dominoOrganization"
objectClassesForWrite="dominoOrganization"/>

<supportedLdapEntryType name="OrganizationalUnit"
rdnAttrTypes="ou"
objectClassesForRead="dominoOrganizationalUnit"
objectClassesForWrite="dominoOrganizationalUnit"/>
</supportedLdapEntryTypes>

Now there is one issue regarding this file ... The doc tells to change the supportedLdapEntryTypes tag ... This one appears twice . Do we have got to change it at the two places ?

Any other help would help
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com