G'day,
Running full install of TS7.3.2, LSDS,LSCS on WEblogic 10.3.6, connecting to Oracle 11g. All is running on Win2k8 server.
Having a hwck of a time trying to figure this password encryption error we are getting on LSCS deployments.
10-02-14 @ 14:31:26 [ERROR] LSCSServiceImpl - LSCS StartDeployment: Error while deploying to LSCS: org.jasypt.exceptions.EncryptionOperationNotPossibleException
Based on documentation, we followed these steps:
LSCS Authoring
Note: Follow these steps if Live Site Content Services is installed on the Machine
Configuration Files:
LiveSiteCSAuth/runtime/webapps/lscs/WEB-INF/classes/lscs-conf.properties
Command line to encrypt password:
LiveSiteCSAuth/install/scripts/encryptpassword
LSCS Runtime
Configuration Files:
<LSCSRT-HOME>/runtime/webapps/lscs/WEB-INF/classes/lscs-conf.properties
Command line to encrypt password:
<LSCSRT-HOME>/install/scripts/encryptpassword
Onething to note with the above, we dont seem to have database information to configure in the lscs authoring copy of lscs-conf.properties.
So weve been setting the encrypted password in the lscs-conf.properties of the lscs runtime.
We can confirm connectivity to database with supplied credentials. We even tried setting the password in plain text in the properties file, but didnt work. Each time getting the encryption exception.
We've run into this issue before with livesite, but was easily fixed. For some reason, this seems a little different.
Do encrypted passwords in lscs rely on the key file or passphrase file found in the d:\\Interwoven\TeamSite\private\etc folder?
Any tips or advice would be greatly appreciated!
Thanks