You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Tim Koop <ti...@timkoop.com> on 2011/09/21 20:01:48 UTC

RenderQueueException

Does anyone have any idea what this exception means?

org.apache.tapestry5.internal.services.RenderQueueException

Render queue error in BeginRender[Index:textfield]: Exception 
constructing service 'BeanValidatorSource': Error invoking constructor 
org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl(List) (at 
BeanValidatorSourceImpl.java:31) via 
org.apache.tapestry5.beanvalidator.BeanValidatorModule.bind(ServiceBinder) 
(at BeanValidatorModule.java:57) (for service 'BeanValidatorSource'): 
Could not create Configuration.

The problem is on line 24 in my tml.  If I comment it out it, the page 
renders fine without exceptions.

22 	<form t:type="form" t:id="simpleSearch">
23 	<p>Find help with...<br />
24 	<input type="text" t:type="textField" t:value="searchText" 
style="width:165px"/>
25 	<input type="submit" value="Search" />
26 	<a t:type="pageLink" t:page="search/index" 
style="font-size:smaller">advanced</a><br/>
27 	<span style="font-size:smaller">Or <a t:type="pageLink" 
t:page="search/list">list everyone</a> near you.</span>
28 	</p>
29 	</form>



Thanks.

hint: the page renders fine on one site, but not on another.  I suspect 
I might not be copying something across correctly.

-- 
Tim Koop
tim@timkoop.com <ma...@timkoop.com>
www.timkoop.com <http://www.timkoop.com>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: RenderQueueException

Posted by Tim Koop <ti...@timkoop.com>.
OK I'll answer my own question:

I was including the file tapestry-beanvalidator-?.?.?.jar.  When I 
removed that file from the war file, it all worked fine.  It seems I 
don't need it, and its very presence was throwing an exception.

Tim Koop
tim@timkoop.com <ma...@timkoop.com>
www.timkoop.com <http://www.timkoop.com>

On 21/09/2011 1:01 PM, Tim Koop wrote:
> Does anyone have any idea what this exception means?
>
> org.apache.tapestry5.internal.services.RenderQueueException
>
> Render queue error in BeginRender[Index:textfield]: Exception 
> constructing service 'BeanValidatorSource': Error invoking constructor 
> org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl(List) 
> (at BeanValidatorSourceImpl.java:31) via 
> org.apache.tapestry5.beanvalidator.BeanValidatorModule.bind(ServiceBinder) 
> (at BeanValidatorModule.java:57) (for service 'BeanValidatorSource'): 
> Could not create Configuration.
>
> The problem is on line 24 in my tml.  If I comment it out it, the page 
> renders fine without exceptions.
>
> 22 <form t:type="form" t:id="simpleSearch">
> 23 <p>Find help with...<br />
> 24 <input type="text" t:type="textField" t:value="searchText" 
> style="width:165px"/>
> 25 <input type="submit" value="Search" />
> 26 <a t:type="pageLink" t:page="search/index" 
> style="font-size:smaller">advanced</a><br/>
> 27 <span style="font-size:smaller">Or <a t:type="pageLink" 
> t:page="search/list">list everyone</a> near you.</span>
> 28 </p>
> 29 </form>
>
>
>
> Thanks.
>
> hint: the page renders fine on one site, but not on another.  I 
> suspect I might not be copying something across correctly.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org