After xPlore installation completed there are some folders do not exist in the installation location like "setup" folder, so it is not possible to configure PrimaryDsearch service and Index Agent.
In Install.log:
There are errors:
13:01:09,607 ERROR [installer] com.documentum.install.appserver.installanywhere.actions.InstallJbossAction - Failed to install Jboss.
Cause
From the last exception it looks like installer can't resolve hostname and crashes.
Resolution
Configure DNS and check with nslookup command that xPlore hostname can be resolved. Then retry installation.
As quick workaround the hosts file could be used. Just add one string to hosts file and reinstall xPlore again with setup.bin (setup.exe for Windows) program:
<IP address><tab><FQDN>
e.g
10.10.10.110 rhel55lisenm64.documentum.ts
location host file etc/host(linux)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
location host file etc/host(linux)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
Symptoms
xPlore installation fails with the following error:
Custom Action: com.documentum.install.appserver.installanywhere.actions.InstallJbossAction
Status: FATAL ERROR Additional Notes: FATAL ERROR - class com.documentum.install.appserver.installanywhere.actions.InstallJbossAction FatalInstallException: Failed to install Jboss. [Ljava.lang.StackTraceElement;@1db0c7e
If you rerun the same setup again, it finishes the installation successful.
On top of it if you try to configure primary Dsearch it fails with:
Custom Action: com.documentum.install.ess.installanywhere.actions.ConfigEssActions
Status: FATAL ERROR Additional Notes: FATAL ERROR - class com.documentum.install.ess.installanywhere.actions.ConfigEssActions FatalInstallException: Install actions failed: failed to create instance for PrimaryDsearch: Access is denied; Access is denied
If you hit the dsearch url it fails with missing indexserverconfig.xml.
Now you have to do a manual uninstall as uninstaller cannot detect a Dsearch instance; at the same time if you try to create a new primary instance it fails with message " already exists".
Cause
The error on installing xPlore (failing at renaming jdk directory) is likely caused by domain policy setting. A similar report can be found in SRCH-9498.
For the failure in creating Windows service ("The System cannot find the file specified"), it is because of access protection setting in antivirus software. Typically one of the following setting would cause the failure in creating Windows service:
prevent svchost executing non-Windows executables; prevent programs registering as a service.
Resolution
1. Uninstall the failed installation
2. Goto xPlore home directory (..\xPlore\)Uninstall
3. Run Uninstall and remove the directories manually
Perform these steps:
|
------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
No comments:
Post a Comment