I was experiencing this exact same thing. It turned out to be triggered by blank values for IMG SRC="" tags in my .ftl page. ofbiz was trying to load the same page again as a result of this blank attribute
Once I removed all the src="", the problem went away. There might be similar behavior in other tags with blank resource attributes. Tim McGuire Integral Business Solutions phone: (651) 259-1008 > -----Original Message----- > From: Jacques Le Roux [mailto:[EMAIL PROTECTED] > Sent: Monday, April 30, 2007 1:16 AM > To: [email protected] > Subject: Re: every request gets thrown twice > > 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 > >
