Hallo.
System: Sametime Community Server 8.5.2 mit SSC auf Windows Server.
Ich möchte die Business Card Location Anzeige mit Daten aus einer NotesDB erweitern.
Leider bekomme ich beim Aufrufen des UserInfoServlets per Browser eine NullPointer Exception in de rDomino Server console.
Meine User UserInfoConfig.xml sieht so aus:
<UserInformation>
<Resources>
<Storage type="LDAP">
<StorageDetails HostName="sametime.company.de" Port="389" UserName="" Password="" SslEnabled="false" SslPort="636" BaseDN="" Scope="2" SearchFilter="(&(objectclass=organizationalPerson)(|(cn=%s)(givenname=%s)(sn=%s)(mail=%s)))"/>
<!-- Add another StorageDetails tag to support another ldap server. The listing order implies the searching order -->
<!-- Scope: 0=OBJECT_SCOPE 1=ONELEVEL_SCOPE 2=SUBTREE_SCOPE-->
<SslProperties KeyStorePath="" KeyStorePassword=""/>
<Details>
<Detail Id="MailAddress" FieldName="mail" Type="text/plain"/>
<Detail Id="Name" FieldName="cn" Type="text/plain"/>
<Detail Id="Title" FieldName="title" Type="text/plain"/>
<Detail Id="Telephone" FieldName="telephoneNumber" Type="text/plain"/>
<Detail Id="Company" FieldName="ou" Type="text/plain" />
<Detail Id="Photo" FieldName="jpegPhoto" Type="image/jpeg" />
</Details>
</Storage>
<Storage type="NOTES_CUSTOM_DB">
<CommonField CommonFieldName="MailAddress"/>
<StorageDetails DbName="linkCT.nsf" View="vwUserStatus"/>
<Details>
<Detail Id="Location" FieldName="usrStatus" Type="text/plain" />
</Details>
</Storage>
</Resources>
<ParamsSets>
<Set SetId="0" params="MailAddress,Name,Title,Location,Telephone,Photo,Company"/>
<Set SetId="1" params="MailAddress,Name,Title,Location,Telephone,Photo,Company"/>
</ParamsSets>
<BlackBoxConfiguration>
<BlackBox type="LDAP" name="com.ibm.sametime.userinfo.userinfobb.UserInfoLdapBB" MaxInstances="5" />
<BlackBox type="NOTES_CUSTOM_DB" name="com.ibm.sametime.userinfo.userinfobb.UserInfoNotesCustomBB" MaxInstances="4" />
</BlackBoxConfiguration>
</UserInformation>
Hat jemand eine Idee oder nen Hinweis was ich falsch mache?
PS. Ohne die Erweiterung mit der Notes DB klappts natürlich wunderbar