Hi,
I am trying to install 8.1.0 LSDS Runtime and I get the below error in /usr/Interwoven/iwinstall/log/installer.log
Seems to be some issue with DB password encryption. I tried configuring DB password for lsds_dbPwd in following ways but did not find any luck.
1. Encrypted password generated iwov-install-enc.jar
2. Encrypted password generated with iwov-install-enc.jar and enclosed with ENC(<encryptedPassword>)
3. Plain password.
2017-01-05 13:55:15,927 ERROR com.interwoven.wcm.install.framework.ia.Driver - org.jasypt.exceptions.EncryptionOperationNotPossibleException
com.interwoven.wcm.install.util.InstallException: org.jasypt.exceptions.EncryptionOperationNotPossibleException
at com.interwoven.wcm.livesite.install.task.DBTask.runTask(DBTask.java:175)
at com.interwoven.wcm.install.framework.DocumentCompositeTask.runTask(DocumentCompositeTask.java:119)
at com.interwoven.wcm.install.api.CompositeTask.runTask(CompositeTask.java:134)
at com.interwoven.wcm.install.framework.MultiComponentCompositeTask.runTask(MultiComponentCompositeTask.java:111)
at com.interwoven.wcm.install.framework.ia.Driver.install(Driver.java:432)
at com.zerog.ia.installer.actions.CustomAction.installSelf(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.an(Unknown Source)
at com.zerog.ia.installer.ConsoleBasedAAMgr.ac(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.am(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.runNextInstallPiece(Unknown Source)
at com.zerog.ia.installer.ConsoleBasedAAMgr.ac(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.am(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.runNextInstallPiece(Unknown Source)
at com.zerog.ia.installer.ConsoleBasedAAMgr.ac(Unknown Source)
at com.zerog.ia.installer.ConsoleBasedAAMgr.runPostInstall(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.consoleInstallMain(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.executeApplication(Unknown Source)
at com.zerog.ia.installer.Main.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
Caused by: org.jasypt.exceptions.EncryptionOperationNotPossibleException
at org.jasypt.encryption.pbe.StandardPBEByteEncryptor.decrypt(StandardPBEByteEncryptor.java:801)
at org.jasypt.encryption.pbe.StandardPBEStringEncryptor.decrypt(StandardPBEStringEncryptor.java:639)
at com.interwoven.wcm.install.framework.ia.StringEncryptor.decrypt(StringEncryptor.java:94)
at com.interwoven.wcm.install.framework.ia.InstallerCallback.getUserInputValue(InstallerCallback.java:294)
at com.interwoven.wcm.livesite.install.task.DBTask.runTask(DBTask.java:91)
... 23 more
2017-01-05 13:55:15,929 INFO com.interwoven.wcm.install.util.Iwinstall - iwinstall location ==> /usr/Interwoven/iwinstall
Did anyone facing the same issue while installing LSDS server? I am able to install teamsite, search, od base, od receiver and LSCS server. Only issue is with LSDS installation. Any help/suggestion would be much appreciated.
Thanks
Vinod Goud