Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
When user tries to integrate SVN with WebStudio and while connecting to SSL enabled SVN server facing the below error messages in the RMS logs
+++++++++++++++++
Error [main] - [WebStudio.Core.RuleFunctions.Utils.WS_RF_GetProjectListPayload] [WS-Inference-class] Exception validating SCS credentials - java.lang.RuntimeException: com.tibco.be.ws.scs.SCSException: com.tibco.be
.ws.scs.SCSException: SCS Authentication failed
com.tibco.cep.runtime.model.exception.impl.BEExceptionImpl: java.lang.RuntimeException: com.tibco.be.ws.scs.SCSException: com.tibco.be.ws.scs.SCSException: SCS Authentication failed
at com.tibco.be.ws.functions.WebstudioServerSCSFunctions.listManagedProjects(SourceFile:108)
at be.gen.WebStudio.Core.RuleFunctions.Utils.ObjectWS_RF_GetProjectListPayloadString$.WS_RF_GetProjectListPayload(ObjectWS_RF_GetProjectListPayloadString$.java:47)
at be.gen.WebStudio.Core.RuleFunctions.Startup.nullWS_RF_ValidateACLConfigboolean$.WS_RF_ValidateACLConfig(nullWS_RF_ValidateACLConfigboolean$.java:15)
at be.gen.WebStudio.Core.RuleFunctions.Startup.nullWS_RF_PerformStartupActivities$.WS_RF_PerformStartupActivities(nullWS_RF_PerformStartupActivities$.java:50)
at be.gen.WebStudio.Core.RuleFunctions.Startup.WS_RF_PerformStartupActivities.invoke(WS_RF_PerformStartupActivities.java:11)
at com.tibco.cep.runtime.session.impl.RuleFunctionsExecAction.executeComponent(RuleFunctionsExecAction.java:65)
at com.tibco.cep.kernel.core.rete.ReteWM$2.doTxnWork(SourceFile:538)
at com.tibco.cep.kernel.core.rete.BeTransaction.run(SourceFile:156)
at com.tibco.cep.kernel.core.rete.BeTransaction.execute(SourceFile:101)
at com.tibco.cep.kernel.core.rete.ReteWM.invoke(SourceFile:588)
at com.tibco.cep.kernel.core.rete.ReteWM.start(SourceFile:229)
at com.tibco.cep.runtime.session.impl.RuleSessionImpl.start(RuleSessionImpl.java:385)
at com.tibco.cep.runtime.service.cluster.agent.InferenceAgent.onActivate(InferenceAgent.java:981)
at com.tibco.cep.runtime.service.cluster.agent.AbstractCacheAgent.activate(AbstractCacheAgent.java:151)
at com.tibco.cep.runtime.service.cluster.agent.AbstractCacheAgent.start(AbstractCacheAgent.java:165)
at com.tibco.cep.runtime.service.cluster.agent.AgentRuntimePolicyManager.tryActivateAgent(AgentRuntimePolicyManager.java:176)
at com.tibco.cep.runtime.service.cluster.agent.AgentRuntimePolicyManager.stabilizeCluster(AgentRuntimePolicyManager.java:251)
at com.tibco.cep.runtime.service.cluster.agent.AgentRuntimePolicyManager.tryActivateLocalAgents(AgentRuntimePolicyManager.java:305)
at com.tibco.cep.runtime.service.cluster.agent.DefaultAgentManager.start(DefaultAgentManager.java:106)
at com.tibco.cep.runtime.service.cluster.MultiAgentCluster.start(MultiAgentCluster.java:261)
at com.tibco.cep.runtime.session.impl.RuleServiceProviderImpl.startCluster(RuleServiceProviderImpl.java:934)
at com.tibco.cep.runtime.session.impl.RuleServiceProviderImpl.configure(RuleServiceProviderImpl.java:300)
at com.tibco.cep.container.standalone.BEMain.jumpStart(SourceFile:169)
at com.tibco.cep.container.standalone.BEMain.main(SourceFile:71)
Caused by: com.tibco.cep.runtime.model.exception.impl.BEExceptionImpl: com.tibco.be.ws.scs.SCSException: com.tibco.be.ws.scs.SCSException: SCS Authentication failed
at com.tibco.be.ws.scs.impl.repo.AbstractRepositoryIntegration.execCommand(SourceFile:627)
at com.tibco.be.ws.scs.impl.repo.svn.SVNIntegration.list(SourceFile:57)
at com.tibco.be.ws.scs.impl.repo.AbstractRepositoryIntegration.listManagedProjects(SourceFile:57)
at com.tibco.be.ws.functions.WebstudioServerSCSFunctions.listManagedProjects(SourceFile:106)
... 23 more
Caused by: com.tibco.cep.runtime.model.exception.impl.BEExceptionImpl: com.tibco.be.ws.scs.SCSException: SCS Authentication failed
at com.tibco.be.ws.scs.impl.repo.svn.SVNIntegration.checkForAuthenticationFailure(SourceFile:31)
at com.tibco.be.ws.scs.impl.repo.AbstractRepositoryIntegration.execCommand(SourceFile:623)
... 26 more
++++++++++++++++