Search code examples
centoswso2wso2-cep

Wso2 CEP clustering as Distributed - Exception


I'm following the sample and I got the exception as follow when i try to invoke ./wso2cep-samples.sh -sn 0504 command in terminal. What can i do to get mu app up and run?

ERROR {org.wso2.carbon.event.processor.core.internal.storm.StormTopologyManager} - TopologySubmitterJob:116, Runtime Exception connecting to storm when trying to check whether topology 'StatExecutionPlan[-1234]' exist


Solution

  • I found the answer by my self. I set false in the <parameter name="AvoidInitiation">false</parameter> tag. in conf/axiss/axis2.xml. Then app is work fine.