|
Home > Archive > WebSphere Application Server > October 2006 > "duplicate entry" errors when installing WAS 6.0 using CIP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
"duplicate entry" errors when installing WAS 6.0 using CIP
|
|
|
| Hello,
I'm doing some tests with Customized Installation Package
Scenario:
Installed WAS 6.0.2.13 using a CIP build. Then created a new CIP build for WAS 6.0.2.15. When running the 6.0.2.15 build over the 6.0.2.13 installation for the first time I see the following entries in the log:
(Oct 20, 2006 11:42:37 AM), Install, com.ibm.ws.install.ni.ifactory.ismp.actions.InstallMaintenancePackage, msg1, Backing up component: cip_com.abcde.websphere.dmgr_0.2, percent complete: 100%
(Oct 20, 2006 11:42:40 AM), Install, com.ibm.ws.install.ni.ifactory.ismp.actions.InstallMaintenancePackage, err, duplicate entry: maintenance.xml
(Oct 20, 2006 11:42:40 AM), Install, com.ibm.ws.install.ni.ifactory.ismp.actions.InstallMaintenancePackage, err, duplicate entry: maintenance.xml
(Oct 20, 2006 11:42:40 AM), Install, com.ibm.ws.install.ni.ifactory.ismp.actions.InstallMaintenancePackage, err, java.util.zip.ZipException: duplicate entry: maintenance.xml
at com.ibm.ws.install.ni.ifactory.ismp.utils.ISMPLogUtils.logException(ISMPLogUtils.java:42)
at com.ibm.ws.install.ni.ifactory.ismp.actions.InstallMaintenancePackage.execute(InstallMaintenancePackage.java:112)
at com.installshield.wizard.RunnableWizardBeanContext.run(RunnableWizardBeanContext.java:21)
When I run the same update without any changes again (and again) it fails earlier in the update installation:
(Oct 20, 2006 12:26:34 PM), Install, com.ibm.ws.install.ni.ifactory.ismp.actions.InstallMaintenancePackage, msg1, Backing up component: image.product, percent complete: 0%
(Oct 20, 2006 12:26:40 PM), Install, com.ibm.ws.install.ni.ifactory.ismp.actions.InstallMaintenancePackage, err, duplicate entry: repository/image.product/lafiles/LA_zh_TW
(Oct 20, 2006 12:26:40 PM), Install, com.ibm.ws.install.ni.ifactory.ismp.actions.InstallMaintenancePackage, err, duplicate entry: repository/image.product/lafiles/LA_zh_TW
(Oct 20, 2006 12:26:40 PM), Install, com.ibm.ws.install.ni.ifactory.ismp.actions.InstallMaintenancePackage, err, java.io.IOException: duplicate entry: repository/image.product/lafiles/LA_zh_TW
at com.ibm.ws.install.ni.ifactory.ismp.utils.ISMPLogUtils.logException(ISMPLogUtils.java:42)
at com.ibm.ws.install.ni.ifactory.ismp.actions.InstallMaintenancePackage.execute(InstallMaintenancePackage.java:112)
at com.installshield.wizard.RunnableWizardBeanContext.run(RunnableWizardBeanContext.java:21)
The last message also appears when running the update installation for the third time. This scenario is reproducable, so when I reinstall the base 6.0.2.13 in another directory and run the 6.0.2.15 image over that one the same scenario from above will sho
w up.
Replaced 6.0.2.13 with 6.0.2.11 and the same scenario happens.
I also ran the CIP build 6.0.2.15 over a manually installed WAS 6.0.2.13 installation (without CIP!) and it completed without any error....
Ran the install using debug but that didn't show much more detail at the point where it fails.
Specs:
Laptop with XP
CIP 6.0.2.13
Regards,
Dennis
| |
|
| Ok, this line in the change history of CIP 6.0.2.13 solves it all:
13 October 2006: Reposted files and updated release dates to 4 Oct 2006 after correcting packaging error.
That's what you get if you download the software and do not start testing until a few weeks after the download... So a new download of the CIP 6.0.2.13 software fixed the problem.
|
|
|
|
|