You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "Juan E. Maya" <jm...@gmail.com> on 2005/09/07 13:09:01 UTC

Tacos 4 - Problems

I'm tying to deploy the Tacos demo app but i am getting some problems.
I inlcude the generated errors

Do u have any Suggestions?

1. Error:
WARN InjectAjaxComponentRenderWorker:79 - Error performing ajax
enhancement on component classorg.apache.tapestry.html.BasePage
java.lang.NoSuchMethodException:
org.apache.tapestry.html.BasePage.renderComponent(org.apache.tapestry.IMarkupWriter,
org.apache.tapestry.IRequestCycle)
	at java.lang.Class.getDeclaredMethod(Class.java:1909)
	at net.sf.tacos.ajax.impl.InjectAjaxComponentRenderWorker.performEnhancement(InjectAjaxComponentRenderWorker.java:77)
	at $EnhancementWorker_1063040640c.performEnhancement($EnhancementWorker_1063040640c.java)
.
.
.

2. Error:
13:03:51,990  WARN InjectAjaxComponentRenderWorker:79 - Error
performing ajax enhancement on component
classorg.apache.tapestry.link.PageLink
java.lang.NoSuchMethodException:
org.apache.tapestry.link.PageLink.renderComponent(org.apache.tapestry.IMarkupWriter,
org.apache.tapestry.IRequestCycle)
	at java.lang.Class.getDeclaredMethod(Class.java:1909)
	at net.sf.tacos.ajax.impl.InjectAjaxComponentRenderWorker.performEnhancement(InjectAjaxComponentRenderWorker.java:77)
	at $EnhancementWorker_1063040640b.performEnhancement($EnhancementWorker_1063040640b.java)
.
.
.
tkx

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


Re: Tacos 4 - Problems

Posted by jocsch <jo...@freaquac.de>.
1.1-beta2 which is the latest.

The js library should be included in the demo war, so you shouldn't have
to care about it.

markus

> Than for ure help Markus. One more question...
> Do u know which version of Rico is using currentyl Tacos? Any plans to
> support the latest one? I was trying to use the last one and the
> PartialProtype sample doesnt work correctly...
>
> On 9/7/05, jocsch <jo...@freaquac.de> wrote:
>> You can savely ignore this WARNINGS.
>>
>> The new AJAX support tries to enhance the renderComponent method. If
>> this
>> is not found it puts out this warning. Nothing to worry about.
>> In the latest head version the warning no longer prints a stacktrace
>> which
>> makes it look better.
>>
>> regards,
>>
>> Markus Joschko
>>
>> > I'm tying to deploy the Tacos demo app but i am getting some problems.
>> > I inlcude the generated errors
>> >
>> > Do u have any Suggestions?
>> >
>> > 1. Error:
>> > WARN InjectAjaxComponentRenderWorker:79 - Error performing ajax
>> > enhancement on component classorg.apache.tapestry.html.BasePage
>> > java.lang.NoSuchMethodException:
>> > org.apache.tapestry.html.BasePage.renderComponent(org.apache.tapestry.IMarkupWriter,
>> > org.apache.tapestry.IRequestCycle)
>> >       at java.lang.Class.getDeclaredMethod(Class.java:1909)
>> >       at
>> > net.sf.tacos.ajax.impl.InjectAjaxComponentRenderWorker.performEnhancement(InjectAjaxComponentRenderWorker.java:77)
>> >       at
>> > $EnhancementWorker_1063040640c.performEnhancement($EnhancementWorker_1063040640c.java)
>> > .
>> > .
>> > .
>> >
>> > 2. Error:
>> > 13:03:51,990  WARN InjectAjaxComponentRenderWorker:79 - Error
>> > performing ajax enhancement on component
>> > classorg.apache.tapestry.link.PageLink
>> > java.lang.NoSuchMethodException:
>> > org.apache.tapestry.link.PageLink.renderComponent(org.apache.tapestry.IMarkupWriter,
>> > org.apache.tapestry.IRequestCycle)
>> >       at java.lang.Class.getDeclaredMethod(Class.java:1909)
>> >       at
>> > net.sf.tacos.ajax.impl.InjectAjaxComponentRenderWorker.performEnhancement(InjectAjaxComponentRenderWorker.java:77)
>> >       at
>> > $EnhancementWorker_1063040640b.performEnhancement($EnhancementWorker_1063040640b.java)
>> > .
>> > .
>> > .
>> > tkx
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>> > For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>> >
>> >
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>



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


Re: Tacos 4 - Problems hibernate+spring+tacos+tapestry3 = problem?

Posted by Jesse Kuhnert <jk...@gmail.com>.
Hello Joshua,

While I haven't worked with pre-tacos4 in a very long time I think
I'll be able to help you more or less very quickly.

Send me a private(or public) email with some way we can sync up. The
mention of getting an error with this.transportXML leads me to believe
that you might have gotten a server exception that propogated out as
plain text and blew up the library. (I had submitted a fix for this,
but I don't think it handled every possible exception scenerio...)

I'm not sure if I have cvs write access to tacos (not tacos4), but if
I do I'd be happy to play a little with fixing any problems. I
personally think it is on the server and perhaps you are right with
classpath collisions. Only your servers log output will make it clear.

jesse
On 11/8/05, Joshua Long <jo...@tucando.com> wrote:
> Hi everyone.....
>
> I'm having difficulty getting tapestry 3.0.3, spring framework 1.1, and
> tacos (whatever the version was before tacos4 debuted) to work in sync.
> The error manifests itself as a this.transportXML has no properties in
> my javascript logs or a client aborted exception in catalina.out. I've
> had this bug before and never made it through it. I think it has to do
> with the collision of xml parser requirements in the three
> libraries..... either way its causing me no end of greif. the problem
> isnt present my code when its just tacos and no hibernate/spring.
>
> Does anyone have a combination of libraries that has all these
> components working together? ie, what jars are on your classpath to get
> all of these entities to exist happily.
>
> Any help is very appreciated, and desperately needed,
>
> Thanks,
>
> Joshua
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>

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


Re: Tacos 4 - Problems hibernate+spring+tacos+tapestry3 = problem?

Posted by Joshua Long <jo...@tucando.com>.
Hi everyone..... 

I'm having difficulty getting tapestry 3.0.3, spring framework 1.1, and
tacos (whatever the version was before tacos4 debuted) to work in sync.
The error manifests itself as a this.transportXML has no properties in
my javascript logs or a client aborted exception in catalina.out. I've
had this bug before and never made it through it. I think it has to do
with the collision of xml parser requirements in the three
libraries..... either way its causing me no end of greif. the problem
isnt present my code when its just tacos and no hibernate/spring. 

Does anyone have a combination of libraries that has all these
components working together? ie, what jars are on your classpath to get
all of these entities to exist happily.

Any help is very appreciated, and desperately needed, 

Thanks, 

Joshua 


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


Re: Tacos 4 - Problems

Posted by "Juan E. Maya" <jm...@gmail.com>.
Than for ure help Markus. One more question...
Do u know which version of Rico is using currentyl Tacos? Any plans to
support the latest one? I was trying to use the last one and the
PartialProtype sample doesnt work correctly...

On 9/7/05, jocsch <jo...@freaquac.de> wrote:
> You can savely ignore this WARNINGS.
> 
> The new AJAX support tries to enhance the renderComponent method. If this
> is not found it puts out this warning. Nothing to worry about.
> In the latest head version the warning no longer prints a stacktrace which
> makes it look better.
> 
> regards,
> 
> Markus Joschko
> 
> > I'm tying to deploy the Tacos demo app but i am getting some problems.
> > I inlcude the generated errors
> >
> > Do u have any Suggestions?
> >
> > 1. Error:
> > WARN InjectAjaxComponentRenderWorker:79 - Error performing ajax
> > enhancement on component classorg.apache.tapestry.html.BasePage
> > java.lang.NoSuchMethodException:
> > org.apache.tapestry.html.BasePage.renderComponent(org.apache.tapestry.IMarkupWriter,
> > org.apache.tapestry.IRequestCycle)
> >       at java.lang.Class.getDeclaredMethod(Class.java:1909)
> >       at
> > net.sf.tacos.ajax.impl.InjectAjaxComponentRenderWorker.performEnhancement(InjectAjaxComponentRenderWorker.java:77)
> >       at
> > $EnhancementWorker_1063040640c.performEnhancement($EnhancementWorker_1063040640c.java)
> > .
> > .
> > .
> >
> > 2. Error:
> > 13:03:51,990  WARN InjectAjaxComponentRenderWorker:79 - Error
> > performing ajax enhancement on component
> > classorg.apache.tapestry.link.PageLink
> > java.lang.NoSuchMethodException:
> > org.apache.tapestry.link.PageLink.renderComponent(org.apache.tapestry.IMarkupWriter,
> > org.apache.tapestry.IRequestCycle)
> >       at java.lang.Class.getDeclaredMethod(Class.java:1909)
> >       at
> > net.sf.tacos.ajax.impl.InjectAjaxComponentRenderWorker.performEnhancement(InjectAjaxComponentRenderWorker.java:77)
> >       at
> > $EnhancementWorker_1063040640b.performEnhancement($EnhancementWorker_1063040640b.java)
> > .
> > .
> > .
> > tkx
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> >
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
>

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


Re: Tacos 4 - Problems

Posted by jocsch <jo...@freaquac.de>.
You can savely ignore this WARNINGS.

The new AJAX support tries to enhance the renderComponent method. If this
is not found it puts out this warning. Nothing to worry about.
In the latest head version the warning no longer prints a stacktrace which
makes it look better.

regards,

Markus Joschko

> I'm tying to deploy the Tacos demo app but i am getting some problems.
> I inlcude the generated errors
>
> Do u have any Suggestions?
>
> 1. Error:
> WARN InjectAjaxComponentRenderWorker:79 - Error performing ajax
> enhancement on component classorg.apache.tapestry.html.BasePage
> java.lang.NoSuchMethodException:
> org.apache.tapestry.html.BasePage.renderComponent(org.apache.tapestry.IMarkupWriter,
> org.apache.tapestry.IRequestCycle)
> 	at java.lang.Class.getDeclaredMethod(Class.java:1909)
> 	at
> net.sf.tacos.ajax.impl.InjectAjaxComponentRenderWorker.performEnhancement(InjectAjaxComponentRenderWorker.java:77)
> 	at
> $EnhancementWorker_1063040640c.performEnhancement($EnhancementWorker_1063040640c.java)
> .
> .
> .
>
> 2. Error:
> 13:03:51,990  WARN InjectAjaxComponentRenderWorker:79 - Error
> performing ajax enhancement on component
> classorg.apache.tapestry.link.PageLink
> java.lang.NoSuchMethodException:
> org.apache.tapestry.link.PageLink.renderComponent(org.apache.tapestry.IMarkupWriter,
> org.apache.tapestry.IRequestCycle)
> 	at java.lang.Class.getDeclaredMethod(Class.java:1909)
> 	at
> net.sf.tacos.ajax.impl.InjectAjaxComponentRenderWorker.performEnhancement(InjectAjaxComponentRenderWorker.java:77)
> 	at
> $EnhancementWorker_1063040640b.performEnhancement($EnhancementWorker_1063040640b.java)
> .
> .
> .
> tkx
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>



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