Environment
Vibe 4.0.5
Situation
You run the install script and that does not finish properly.
You might see in installer.log file message like:
Installer exiting: invalid command name ""
Details:
invalid command name ""
while executing
"$httpsConnectorCertificate setAttribute certificateKeystoreFile $keystoreFile"
(procedure "applySettings" line 851)
invoked from within
"applySettings"
(procedure "installSequence" line 60)
invoked from within
"installSequence"
Details:
invalid command name ""
while executing
"$httpsConnectorCertificate setAttribute certificateKeystoreFile $keystoreFile"
(procedure "applySettings" line 851)
invoked from within
"applySettings"
(procedure "installSequence" line 60)
invoked from within
"installSequence"
Resolution
During installation wizard, in the Network section you have
specified a path to the keystore certificate file. That could be in
the installer.xml file showing info like:
keystoreFile="/opt/novell/teaming/apache-tomcat/conf/.keystore"
Leave this field empty and retry the installation process
again.