08-12-04 10:58 PM
I try to install lotus Workplace 2.0 ... Everything runs perfectly until i t
ry to enable LDAP security ( with Domino 652 )... I got the error message Xm
lCommandServlet$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\conf
ig\work\
createDeploymentCredentials.xml
[xmlaccess] XMLA0011I: Request accepted
[xmlaccess] <?xml version="1.0"?>
[xmlaccess] <failure>
[xmlaccess] com.ibm.wps.util.DataBackendException: PUMA0015E:Data Backen
d Proble
m java.rmi.ServerException: RemoteException occurred in server thread; neste
d ex
ception is:
[xmlaccess] com.ibm.ejs.container.CreateFailureException: ; nested e
xception
is:
[xmlaccess] java.lang.reflect.InvocationTargetException
[xmlaccess] </failure>
BUILD FAILED
C:\WebSphere\PortalServer\config\wpconfi
g.xml:266: XMLA0015E: Server respons
e 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.i
bm.websphere.wmm.exception.InitializationException: Initialization failed du
e to invalid property "supportedMemberTypes".
com.ibm.websphere.wmm.exception.InitializationException: Initialization fail
ed due to invalid property "supportedMemberTypes".
I guess that the issue was with my LDAP connection ... I checked the wmm_LDA
P.xml.DOMINO502.3.wmm file and the other one about the attribute wmmLDAPAttr
ibutes_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 s
upportedLdapEntryTypes tag ... This one appears twice . Do we have got to ch
ange it at the two places ?
Any other help would help
[ Post a follow-up to this message ]
|