Sun Java System Communications Express 6.3 Administration Guide

Accessing Address Book

A “Server Error” occurs when Address Book is accessed. The Web Server log records an exception “org.apache.xml.utils.WrappedRuntimeException: The output format must have a ’{http://xml.apache.org/xslt}content-handler’ property!”

This exception is thrown by Web Server when JDK Web Server points to a version lower than JDK 1.4.2. The Communications Express uses the latest version of xalan and xerces for XML/XSL parsing. This error can appear when:

The message “An error occurred during this operation” appears when Address Book is accessed from Communications Express.

This error occurs when the LDAP configuration for Personal Address Book (PAB) is not correct. When the Address Book tab is accessed, Communications Express connects to the personal address book store, that is, the LDAP configured for PAB. If the personal address book store is unable to establish a connection, the error is displayed.

Workaround

  1. Check the LDAP configuration in the WEB-INF/config/ldappstore/db_config.properties .

    Edit the incorrect configuration settings in this file.

  2. Restart the Web Server where Communications Express is deployed.

    For more information, refer to the section Configuring Corporate Directory Parameters in the db_config.properties File

Corporate Directory shows an inline error when search is performed.

This could happen if the LDAP configuration for Corporate Directory is not configured properly.

Workaround.

Check the LDAP configuration in the WEB-INF/config/corp-dir/db_config.properties for any misconfiguration. Correct them and then restart the web container on which Communications Express is deployed.

For more information, refer to the section Configuring Corporate Directory Parameters in the db_config.properties File

Viewing contacts of Corporate Directory shows error in View window

This error is displayed when the key to access a contact entry in Corporate Directory is not uid.

uid is the default value set by Communications Express.

Workaround

  1. To access the contacts from Corporate Directory the key value should be set to the desired value in the db_config.properties and xlate-inetorgperson.xml configuration files in the uwc-deployed-path/WEB-INF/config.

    Make the following changes in the files:

    Set the appropriate key value in the uwc-deployed-path /WEB-INF/config/WEB-INF/config/corp-dir/db_config.properties .

    Set the appropriate key in place of uid in entry entryID="db:uid" in the uwc-deployed-path /WEB-INF/config/WEB-INF/config/corp-dir/xlate-inetorgperson.xml .

  2. Restart the Web Server where Communications Express is deployed.

    For more information, refer to the section Configuring Corporate Directory Parameters in the db_config.properties File

The value of psRoot cannot be set.

The LDAP attribute psRoot in User Preferences is used for Address Book Server Horizontal Scalability. For more details, see the section, Supporting Horizontal Scalability of Address Book Server deployment does not require Address Book Server Horizontal Scalability, you might ignore this error.

When a user logs in to Communications Express for the first time, psRoot is attempted to be set automatically, but sometimes the value may not be automatically set. This typically happens when the Java Enterprise System Directory Server has not been installed and comm_dssetup.pl for Java Enterprise System has not be run after installing Java Enterprise System Directory Server. This results in the LDAP Schema not being updated.

Since the schema is not updated, the psRoot attribute cannot be manually set even when the attribute is required for a horizontally scalable Address Book Server deployment.

Workaround

To enable the setting of the psRoot attribute, update the Directory Server to include the psRoot attribute. To do this, include the attribute psRoot in the definition of ipUser object class in

Directory ServerInstance/ config/schema/99user.ldif


Note –

You need to update the Directory Server to include the psRoot attribute only if in the current deployment, the Java Enterprise System Directory Server has not been installed and you have not run comm_dssetup.pl for Java Enterprise System after installing Java Enterprise System Directory Server.