Sun Java System Portal Server 7.1 Update 2 Release Notes

Upgrade


For localization upgrade, the psupdate script does not work. (#6569515)

Solution:

Set locale to English UTF-8 before running psupdate.


$ export LC_ALL=en_US.UTF_8
$ export LANG=en_US.UTF_8

For localization upgrade, the psupgrade script does not work. (#6502307)

Solution:

Set locale to English UTF-8 before running psupgrade.


$ export LC_ALL=en_US.UTF_8
$ export LANG=en_US.UTF_8

After you upgrade Portal Server 7.0 to Portal Server 7.1 Update 2, there are issues in the communities that are created before upgrading. (#6596773)

Description:

The following issues exist in the communities that are created before upgrading Portal Server 7.0 to Portal Server 7.1 Update 2:

  • Searching for Surveys, Polls, Files, and Wiki does not work.

  • Files uploaded in the FileSharing portlet can not be accessed.

  • Search service within the community works only for Files and Discussions.


After you upgrade form Java ES 4 to Java ES 5, the SRA services are not added for Developer, Enterprise, and Community samples. (#6516280)

Solution:

Manually add the following SRA services to the samples: community_sra , developer_sra, and enterprise_sra.

/usr/sfw/bin/ant -f /opt/SUNWportal/samples/portals/build.xml community_sra developer_sra enterprise_sra -Dconfig.location=input.properties-file-location


After upgrading Portal Server 7.1 to Portal Server 7.1 Update 2, the Search Provider and the Discussion Provider JSPs are not updated automatically. (#6534282)

Solution:

Do the following:

  1. Copy the Discussion provider JSP templates.

    cp PortalServer-base/par-src/default-portal/pbfiles/templateBaseDir/default /DiscussionProvider/*.jsp /var/opt/SUNWportal/portals/portal1/desktop/default/DiscussionProvider

  2. Copy the Search provider JSP templates.

    PortalServer-base/par-src/default-portal/pbfiles/templateBaseDir/default /SearchProvider/*.jsp /var/opt/SUNWportal/portals/portal1/desktop/default/SearchProvider