Hi,
We are using TS-7.4.0 on Red Hat Enterprise Linux Server release 6.5.
When we trigger the deployment using PLC we are getting "Resolve Production Deployment Error" after Review Task.
In server.log in am getting below mention error -
[ERROR] 14:07:23 LSCSServiceImpl - LSCS StartDeployment: Error while deploying to LSCS: org.jasypt.exceptions.EncryptionOperationNotPossibleException
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 org.jasypt.properties.PropertyValueEncryptionUtils.decrypt(PropertyValueEncryptionUtils.java:72)
at org.jasypt.spring.properties.EncryptablePropertyPlaceholderConfigurer.convertPropertyValue(EncryptablePropertyPlaceholderConfigurer.java:107)
at org.springframework.beans.factory.config.PropertyResourceConfigurer.convertProperty(PropertyResourceConfigurer.java:121)
at org.springframework.beans.factory.config.PropertyResourceConfigurer.convertProperties(PropertyResourceConfigurer.java:104)
at org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:81)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:681)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:656)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:446)
at org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:140)
at org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:84)
at com.interwoven.wcm.iwrr.deployment.StartDeployment.getApplicationContext(StartDeployment.java:2442)
at com.interwoven.wcm.iwrr.deployment.StartDeployment.queueAndRunDeployment(StartDeployment.java:1792)
at com.interwoven.livesite.lscs.impl.LSCSServiceImpl.startDeployment(LSCSServiceImpl.java:308)
at com.interwoven.livesite.lscs.impl.LSCSDeploymentServiceAdapter.execute(LSCSDeploymentServiceAdapter.java:416)
at com.interwoven.livesite.deployment.model.AbstractExecutableDeployment.execute(AbstractExecutableDeployment.java:65)
at com.interwoven.livesite.deployment.impl.DeploymentRunner.runDeployments(DeploymentRunner.java:246)
at com.interwoven.livesite.deployment.impl.DeploymentRunner.run(DeploymentRunner.java:164)
at com.interwoven.livesite.deployment.impl.BaseDeploymentService.deployFiles(BaseDeploymentService.java:342)
at com.interwoven.livesite.workflow.task.DeploymentTask.deployFiles(DeploymentTask.java:100)
at com.interwoven.livesite.workflow.task.DeploymentTask.handleExecution(DeploymentTask.java:49)
at com.interwoven.livesite.workflow.task.AbstractUrlExternalTask.execute(AbstractUrlExternalTask.java:79)
at com.interwoven.livesite.spring.workflow.task.DelegatingUrlExternalTaskProxy.handleExecution(DelegatingUrlExternalTaskProxy.java:124)
at com.interwoven.livesite.workflow.task.AbstractUrlExternalTask.execute(AbstractUrlExternalTask.java:79)
at com.interwoven.ui.teamsite.workflow.task.URLExternalTaskCommand.execute(URLExternalTaskCommand.java:109)
at com.interwoven.ui.base.impl.command.CommandHandler.doExecuteCommand(CommandHandler.java:1041)
at com.interwoven.ui.base.impl.command.CommandHandler.tryRunCommandDescriptor(CommandHandler.java:864)
at com.interwoven.ui.base.impl.command.CommandHandler.tryRunForward(CommandHandler.java:760)
at com.interwoven.ui.base.impl.command.CommandHandler.tryRunCommandID(CommandHandler.java:704)
at com.interwoven.ui.base.impl.command.CommandHandler.runCommandLoop(CommandHandler.java:330)
at com.interwoven.ui.base.impl.command.CommandServlet.doGet(CommandServlet.java:163)
at com.interwoven.ui.base.impl.command.CommandServlet.doPost(CommandServlet.java:263)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
at com.interwoven.ui.base.impl.command.CommandServletMapper.doGet(CommandServletMapper.java:90)
at com.interwoven.ui.base.impl.command.CommandServletMapper.doPost(CommandServletMapper.java:108)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.interwoven.ui.base.impl.auth.AuthenticationFilter.doFilter(AuthenticationFilter.java:203)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.interwoven.ui.base.util.SetRequestEncodingFilter.doFilter(SetRequestEncodingFilter.java:106)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:619)
2014-12-22 14:07:23,841 INFO [STDOUT] [ERROR] 14:07:23 DeploymentRunner - deployFiles: received failure result for deployment: StandardMetadata
2014-12-22 14:07:23,841 INFO [STDOUT] [ERROR] 14:07:23 DeploymentRunner - deployFiles: serviceResponseMessage: LSCS StartDeployment: Error while deploying to LSCS. Please look in the ContentCenter logs for more details.
2014-12-22 14:07:23,841 INFO [STDOUT] [ERROR] 14:07:23 DeploymentRunner - deployFiles: failOnError is true; no other deployments will be executed.
Only server.log is getting updated.
I have tried re-generating password for LSDS and updated the "production.password" property in the files
"/opt/Interwoven/TeamSite/local/config/lib/content_center/livesite_customer_src/etc/conf/livesite_customer/database.properties" and /mnt/SATA/Interwoven/LiveSiteDisplayServices/runtime/web/WEB-INF/conf/livesite_customer/database.properties".
I have run the build and restart the LSDS as well.
Command used for generating the encrypted password is - ./build.sh encrypt "-Dpw=password".
I have also tried to re-genarate the password for LSCS using the same command and updating the "dataSource.password" property in below mention file for LSCS -
"/opt/Interwoven/LiveSiteCSRT/runtime/webapps/lscs/WEB-INF/classes/lscs-conf.properties"
Kindly, let me know any pointer why this error is coming.