| nharlow 2006-10-25, 1:36 am |
| I am attempting to install WebSphere Portal 6.0 on RHEL 3 AS with no success.
Each attempt I get part way through the installation process before failure. When it fails, I get the following message in wpinstall.log:
(Oct 23, 2006 7:44:40 PM), MultiPlatform.install, com.ibm.wps.install. ExecutePortalArchiveInstaller$ArchiveLoc
alizerUpdate$PortalLocalizerProgressList
ener, msg2, Progress = aborted: Error: Main WebSphere Portal fixup task failed
(Oct 23, 2006 7:44:40 PM), MultiPlatform.install, com.ibm.wps.install.CopyFileAction, msg1, Copying file from /tmp/LocalizeTrace.log to /hdisk2/IBM/WebSphere/PortalServer/log/LocalizeTrace.archive5.log
Upon examination of LocalizeTrace.archive5.log, I see the following:
init-cfg-files:
Mon Oct 23 20:44:32 CDT 2006
[logmsg] 2006.10.23 20:44:32.180 init-cfg-files
[logmsg] EJPCA3172I: Prepare for configuration
[delete] Deleting directory /hdisk2/IBM/WebSphere/PortalServer/config/work
[mkdir] Created dir: /hdisk2/IBM/WebSphere/PortalServer/config/work
[copy] Copying 126 files to /hdisk2/IBM/WebSphere/PortalServer/config/work
[copy] Copying 98 files to /hdisk2/IBM/WebSphere/PortalServer/config/work
[copy] Copying 357 files to /hdisk2/IBM/WebSphere/PortalServer/config/work
BUILD FAILED
/hdisk2/IBM/WebSphere/PortalServer/config/wpconfig_dynamic.xml:465: The following error occurred while executing this line:
/hdisk2/IBM/WebSphere/PortalServer/config/actions/process.xml:228: java.lang.NullPointerException
Total time: 31 seconds
When I look at the affected line in process.xml, I see the following:
<for property="DbDomain" list="$& #123;DbDomainList},wmm,feedback,likemind
s">
<antcall target="action-copy-dbdomain-database-files"/>
</for>
The larger context for this in the file is this:
<if>
<condition>
<available file="${WpsInstallLocation}/config/includes/fbkdb_cfg.xml"/>
</condition>
<then>
<!-- Don't copy feedback and likeminds files if PZN is not present -->
<for property="DbDomain" list="${DbDomainList},wmm,feedback,like
minds">
<antcall target="action-copy-dbdomain-database-files"/>
</for>
</then>
<else>
<for property="DbDomain" list="${DbDomainList},wmm">
<antcall target="action-copy-dbdomain-database-files"/>
</for>
</else>
</if>
Can anyone shed some light on the problem I am facing here? Thanks in advance.
Nick Harlow
|