Alex, Did you try Tim McGuire's tip ?
BTW your msg is hardly readable :( Jacques ----- Message d'origine ----- De : "Alex Shevchuk" <[EMAIL PROTECTED]> À : <[email protected]> Envoyé : lundi 30 avril 2007 19:22 Objet : RE: every request gets thrown twice Here're steps i did:- copied the whole ecommerce application, put it under /applications/test,so web.xml, controller.xml are the same (except mount point/dispatcher name)- added new screen, wired request-view in controller.xml, like <request-map uri="test"> <security https="false" auth="false"/> <response name="success" type="view" value="test"/> <response name="error" type="view" value="error"/> </request-map> <view-map name="test" type="screen" page="component://test/widget/CommonScreens.xml#test"/>- when i click any link on screen once, 2 threads (Processor9/10) are working on the same request:384342 (http-0.0.0.0-8081-Processor10) [ ControlServlet.java:98 :INFO ] 384342 (http-0.0.0.0-8081-Processor10) [ ControlServlet.java:134:DEBUG] [[[test] Servlet Starting, doing setup- total:0.0,since last(Begin):0.0]]384342 (http-0.0.0.0-8081-Processor10) [ ControlServlet.java:183:DEBUG] [[[test] Setup done, doing Event(s) and View(s)- total:0.0,since last([ctg] Servlet Sta...):0.0]]384342 (http-0.0.0.0-8081-Processor10) [ RequestHandler.java:212:INFO ] [Processing Request]: test384561 (http-0.0.0.0-8081-Processor10) [ RequestHandler.java:395:INFO ] [RequestHandler.doRequest]: Response is a view.384561 (http-0.0.0.0-8081-Processor10) [ RequestHandler.java:547:INFO ] servletName=control, view=test..385702 (http-0.0.0.0-8081-Processor10) [ ControlServlet.java:258:DEBUG] [[[test] Done rendering page, Servlet Finished- total:1.36,since last([test] Setup done,...):1.36]]385842 (http-0.0.0.0-8081-Processor9) [ ControlServlet.java:98 :INFO ] 385842 (http-0.0.0.0-8081-Processor9) [ ControlServlet.java:134:DEBUG] [[[test] Servlet Starting, doing setup- total:0.0,since last(Begin):0.0]]385842 (http-0.0.0.0-8081-Processor9) [ ControlServlet.java:183:DEBUG] [[[test] Setup done, doing Event(s) and View(s)- total:0.0,since last([ctg] Servlet Sta...):0.0]]385842 (http-0.0.0.0-8081-Processor9) [ RequestHandler.java:212:INFO ] [Processing Request]: ctg385842 (http-0.0.0.0-8081-Processor9) [ RequestHandler.java:395:INFO ] [RequestHandler.doRequest]: Response is a view.385858 (http-0.0.0.0-8081-Processor9) [ RequestHandler.java:547:INFO ] servletName=control, view=test..386046 (http-0.0.0.0-8081-Processor9) [ ControlServlet.java:258:DEBUG] [[[test] Done rendering page, Servlet Finished- total:0.204,since last([test] Setup done,...):0.204]]Thanks,Alex> Date: Mon, 30 Apr 2007 08:16:04 +0200> From: [EMAIL PROTECTED]> Subject: Re: every request gets thrown twice> To: [email protected]> > Alex,> > In order to help you need to give use more informations, snippets of the> log regarding your problem for instance> > Jacques> > Hello,I added new simple application (under /applications) to search for> parties.Everything works fine except the fact that every request gets> thrown twice.Could you help to figure out why this happening (wrong> controller.xml? or something else?)Thank you,Alex> _________________________________________________________________ News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx
