| herrfurt 2004-01-19, 2:55 pm |
| Hello,
I have a problem with the use of xmlaccess with the supplied "UpdatePortlets.xml" after installing fixpack 5 for WPS 4.1 on a 2 node cluster system.
I have first installed the fixpack on a single node system before - there this update of portlets via the supplied xml file worked fine.
On the cluster system I get the following error:
########################################
##
<pre>
Reading input file: D:\WebSphere\PortalServer\fixpacks\5\Upd
atePortlets.xml
Request accepted
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE request PUBLIC "-//IBM//DTD Portal Configuration 1.0//EN" "PortalConfig.dtd">
<!-- 1/23 -->
<request>
<status element="package" refname="com.ibm.wps.portlets.install" result="failed">
<message>com.ibm.wps.command.xml.XmlCommandException: Error during execution: [package globalid="com.ibm.wp
s.portlets.install" handle="com.ibm.wps.portlets.install"] Nested exception is: com.ibm.wps.command.Comma
ndFailedException: UpdatePortletApplication failed. WrappedException is: com.ibm.wps.portletcontainer.managers.PortletAp
plicationManagerException: Error with using WSCP Module install</message>
</status>
</request>
<pre>
#######################################
The appserver-out log of the portal application server indicates, that a duplicate context root was specified.
The appserver-error log says, that the wscp module install failed with a ArchiveInstallException and a InvalidApplicationNameException, saying that this app name already exists.
I don't know why this happens, it should work fine, because the xml file requests an update, which also works on my single node system again, if I start it there again.
Thoughts and suggestions?
|