I am attempting to set up a clean 6.5 SP2 environment with Content Server, Web Publisher, etc.
But when I try to create a new repository, the server config tool fails when trying to install the DARs.
Here is the error as reported in the install.log:
1060506 [Runnable bean context: Di WA Server Processing Bundled Doc Apps (ProcessBundledDocAppsUpgrade)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying Smart Container DAR.
1132042 [Runnable bean context: Di WA Server Processing Bundled Doc Apps (ProcessBundledDocAppsUpgrade)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying Webtop DAR.
1175373 [Runnable bean context: Di WA Server Processing Bundled Doc Apps (ProcessBundledDocAppsUpgrade)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying Workflow DAR.
1203781 [Runnable bean context: Di WA Server Processing Bundled Doc Apps (ProcessBundledDocAppsUpgrade)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying Presets DAR.
1233017 [Runnable bean context: Di WA Server Processing Bundled Doc Apps (ProcessBundledDocAppsUpgrade)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying Webtop Express DAR.
1257487 [Runnable bean context: Di WA Server Processing Bundled Doc Apps (ProcessBundledDocAppsUpgrade)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying Admin Access DAR.
1257534 [Runnable bean context: Di WA Server Processing Bundled Doc Apps (ProcessBundledDocAppsUpgrade)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying JMX Resource Agents Registry DAR.
1257534 [Runnable bean context: Di WA Server Processing Bundled Doc Apps (ProcessBundledDocAppsUpgrade)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying LDAP DAR.
1285223 [Runnable bean context: Di WA Server Processing Bundled Doc Apps (ProcessBundledDocAppsUpgrade)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying DCS Attachments DAR.
1312116 [Runnable bean context: Di WA Server Processing Bundled Doc Apps (ProcessBundledDocAppsUpgrade)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying Messaging Application DAR.
1346462 [Runnable bean context: Di WA Server Processing Bundled Doc Apps (ProcessBundledDocAppsUpgrade)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying DMS Client DAR.
1346493 [Runnable bean context: Di WA Server Processing Bundled Doc Apps (ProcessBundledDocAppsUpgrade)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying Java Lifecycle DAR.
1425279 [Runnable bean context: Di WA Server Processing Add On Dars (processAddOnDars)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying Rich Media Services DAR.
1425279 [Runnable bean context: Di WA Server Processing Add On Dars (processAddOnDars)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying Transformation Services DAR.
1425279 [Runnable bean context: Di WA Server Processing Add On Dars (processAddOnDars)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying Web Publisher DAR.
1425279 [Runnable bean context: Di WA Server Processing Add On Dars (processAddOnDars)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying Sample WebSite DAR.
1425279 [Runnable bean context: Di WA Server Processing Add On Dars (processAddOnDars)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying Wcm Post Replication DAR.
1425279 [Runnable bean context: Di WA Server Processing Add On Dars (processAddOnDars)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying Page Builder DAR.
1425295 [Runnable bean context: Di WA Server Processing Add On Dars (processAddOnDars)] WARN com.documentum.install.dacfg.common.services.DiDocAppActionListener - Deploying Page Builder Samples DAR.
1425295 [Runnable bean context: Di WA Server Processing Add On Dars (processAddOnDars)] ERROR com.documentum.install.server.common.beans.wizard.action.DiWAServerProcessingAddOnDars - 7 DAR(s) failed to install.
com.documentum.install.shared.common.error.DiException: 7 DAR(s) failed to install.
at com.documentum.install.server.common.services.DiServerDocAppFailureList.report(DiServerDocAppFailureList.java:35)
at com.documentum.install.server.common.beans.wizard.action.DiWAServerProcessingAddOnDars.execute(DiWAServerProcessingAddOnDars.java:83)
at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
Then in the ServerConfigurator.log, I see this error:
But unfortunately, none of the *_dar.log files referenced actually exists.
This makes me think perhaps the dar installer is crashing when it is launched, but I'm not sure how to find this out.
Could this be a memory issue? Appreciate any tips.