I am not shutting down .. and I am getting a long list of above part .. I have the code .. can give and you can easily recreate with that
On Sat, Mar 17, 2012 at 12:42 AM, Suhothayan Sriskandarajah <[email protected]>wrote: > Please attach the full stack trace if available and > please check whether you are shutting down Siddhi processor at the end. > > Thanks, > Suho > > On Fri, Mar 16, 2012 at 2:35 PM, Srinath Perera <[email protected]> wrote: > >> Hi Suho, >> >> I am running following CEP query >> >> siddhiManager.addQueries(SiddhiServer.STREAM_NAME+":= userID[string], >> timestamp[long], userOrg[string], document[string]; \n" + >> >> "OutQuote:= select userID,userOrg, >> abc=count(document) " + >> >> "from OTAcessData[win.time=10000] " + >> >> "where userID contains '' " + >> >> "group by userID " + >> >> "having abc==100"); >> >> I am sending about 7000 events (real data) .. and it works ok but after >> few minutes it givens following error. (this does not happen if I use a >> batch >> window win.time.batch) >> >> at >> org.siddhi.core.eventstream.handler.query.window.TimeWindowQueryInputStreamHandler$TimeWindowEventRemover.peekEvent( >> TimeWindowQueryInputStreamHandler.java:129) >> >> at >> org.siddhi.core.eventstream.handler.query.window.TimeWindowQueryInputStreamHandler$TimeWindowEventRemover.peekEvent( >> TimeWindowQueryInputStreamHandler.java:129) >> >> at >> org.siddhi.core.eventstream.handler.query.window.TimeWindowQueryInputStreamHandler$TimeWindowEventRemover.peekEvent( >> TimeWindowQueryInputStreamHandler.java:129) >> >> at >> org.siddhi.core.eventstream.handler.query.window.TimeWindowQueryInputStreamHandler$TimeWindowEventRemover.peekEvent( >> TimeWindowQueryInputStreamHandler.java:129) >> >> at >> org.siddhi.core.eventstream.handler.query.window.TimeWindowQueryInputStreamHandler$TimeWindowEventRemover.peekEvent( >> TimeWindowQueryInputStreamHandler.java:129) >> >> at >> org.siddhi.core.eventstream.handler.query.window.TimeWindowQueryInputStreamHandler$TimeWindowEventRemover.peekEvent( >> TimeWindowQueryInputStreamHandler.java:129) >> >> at >> org.siddhi.core.eventstream.handler.query.window.TimeWindowQueryInputStreamHandler$TimeWindowEventRemover.peekEvent( >> TimeWindowQueryInputStreamHandler.java:129) >> Thanks >> Srinath >> -- >> ============================ >> Srinath Perera, Ph.D. >> Senior Software Architect, WSO2 Inc. >> Visiting Faculty, University of Moratuwa >> Member, Apache Software Foundation >> Research Scientist, Lanka Software Foundation >> Blog: http://srinathsview.blogspot.com/ >> Photos: http://www.flickr.com/photos/hemapani/ >> Phone: 0772360902 >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > *S. Suhothayan > * > Software Engineer, > Data Technologies Team, > *WSO2, Inc. **http://wso2.com > <http://wso2.com/>* > *lean.enterprise.middleware.* > > *email: **[email protected]* <[email protected]>* cell: (+94) 779 756 757 > blog: **http://suhothayan.blogspot.com/* <http://suhothayan.blogspot.com/> > * > twitter: **http://twitter.com/suhothayan* <http://twitter.com/suhothayan>* > linked-in: **http://lk.linkedin.com/in/suhothayan* > * > * > > -- ============================ Srinath Perera, Ph.D. Senior Software Architect, WSO2 Inc. Visiting Faculty, University of Moratuwa Member, Apache Software Foundation Research Scientist, Lanka Software Foundation Blog: http://srinathsview.blogspot.com/ Photos: http://www.flickr.com/photos/hemapani/ Phone: 0772360902
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
