Hi Pranavan, Seems that this is due to the syntax errors in define stream statements. When defining stream attributes, each of the attribute name should be followed by its type.
For example, define stream StockExchangeStream (symbol *string*, price *float*, volume *int* ); You may refer to the syntax guide [1]. Thanks, Dilini [1] https://docs.wso2.com/display/CEP310/Event+Stream+Definitions On Sat, Aug 15, 2015 at 10:15 PM, Pranavan Theivendiram < [email protected]> wrote: > Hi Devs, > > I am getting the following error in the start up of the server. > > CurveFinderOfHealthRequest.xml, Invalid query specified, line 6:60 > mismatched input ',' expecting set null > org.wso2.carbon.event.processor.core.exception.ExecutionPlanConfigurationException: > Invalid query specified, line 6:60 mismatched input ',' expecting set null > > The execution plan can be found in the link below. > > 1- > https://github.com/Pranavan135/stratos/blob/CurveFittingGSoC/extensions/cep/artifacts/executionplans/CurveFinderOfHealthRequest.xml > > Can anyone help me in this issue? > > Thanks > *T. Pranavan* > *BSc Eng Undergraduate| Department of Computer Science & Engineering > ,University of Moratuwa* > *Mobile| *0775136836 > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Dilini Muthumala* Software Engineer, WSO2 Inc. *E-mail :* [email protected] *Mobile: *+94 713-400-029
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
