Hi Chamila, I think you server session is timeout.. Can you please check..
Reagrds, Mohan On Tue, Jan 14, 2014 at 1:45 PM, Chamila Wijayarathna <[email protected]>wrote: > Hi all, > Thank you, I fixed that, but still it gives a error saying "The input > stream for an incoming message is null." > Since I couldn't finished creating execution plan due to this problem I > don't have a full execution plan. I have attached screen capture of details > I have filled there. > > Thank you. > > > > > On Tue, Jan 14, 2014 at 1:15 PM, Mohanadarshan Vivekanandalingam < > [email protected]> wrote: > >> Hi Chamila, >> >> I think current_events needs to change as *current-events*.. Can you >> please check.. and for your information CEP by default emit current-events >> then no need to mention it explicitly.. >> >> Thanks, >> Mohan >> >> >> >> On Tue, Jan 14, 2014 at 12:59 PM, Nirmal Fernando <[email protected]>wrote: >> >>> Hi Chamila, >>> >>> Can you send the full execution plan over please? >>> >>> >>> On Tue, Jan 14, 2014 at 12:53 PM, Chamila Wijayarathna <[email protected] >>> > wrote: >>> >>>> Hello all, >>>> I'm trying to create execution plan using following siddhi query. >>>> >>>> from str[SrcIp contains '10.100.' and not (SrcIp contains >>>> '.10.100')]#window.time( 5 min ) >>>> select SrcIp, sum(size) as bandwidth >>>> group by SrcIp >>>> insert into currentsums for current_events >>>> ; >>>> >>>> When I try to validate this it says that, "line 4:0 missing EOF at >>>> 'insert'". >>>> I have imported str stream properly from a stream returned by an event >>>> builder. >>>> >>>> // *Imported from org.wso2.default.stream.nout:1.0.0* >>>> define stream *str* ( >>>> *meta_referer* string, *SrcIp* string, *DesrIp* string, *size* long, >>>> *timestamp* string) >>>> >>>> How can I solve this? >>>> >>>> -- >>>> *Chamila Wijayarathna* >>>> Engineering Intern, >>>> WSO2 Inc. >>>> >>>> >>>> _______________________________________________ >>>> Dev mailing list >>>> [email protected] >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> >>> Thanks & regards, >>> Nirmal >>> >>> Senior Software Engineer- Platform Technologies Team, WSO2 Inc. >>> Mobile: +94715779733 >>> Blog: http://nirmalfdo.blogspot.com/ >>> >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> *V. Mohanadarshan* >> *Software Engineer,* >> *Data Technologies Team,* >> *WSO2, Inc. http://wso2.com <http://wso2.com> * >> *lean.enterprise.middleware.* >> >> email: [email protected] >> phone:(+94) 771117673 >> > > > > -- > *Chamila Wijayarathna* > Engineering Intern, > WSO2 Inc. > > -- *V. Mohanadarshan* *Software Engineer,* *Data Technologies Team,* *WSO2, Inc. http://wso2.com <http://wso2.com> * *lean.enterprise.middleware.* email: [email protected] phone:(+94) 771117673
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
