On Tue, Jan 16, 2024 at 5:12 PM Michael Helbig
<mich...@michael-helbig.de> wrote:

> Hi

Hi!

Are you running with multiple classloader mode on?

Unless you have something tied specifically to Tomcat, I really prefer
and advise developing Tapestry webapps locally with Jetty.
tapestry-test's JettyRunner class can be used for that (and that's
what I usually use), even though at my day job all webapps run on
Tomcat.

>
> i have a problem with a tapestry app using tapestry 5.8.3 and using
> OpenJDK 11. The Application is working fine in a tomcat instance Version
> 9.x after starting with a "fresh cleared" temp / Work directory.
> Sometime after just restarting the Tomcat Instance without any further
> changes the app having problems on different pages. The problem occures
> on different pages.
>
> Render queue error in BeginRender[SearchResult]: class de.xxxx cannot be
> cast to class de.xxxx (de.xxxx is in unnamed module of loader
> org.apache.tapestry5.internal.plastic.PlasticClassLoader @544a0d3e;
> de.xxxx is in unnamed module of loader
> org.apache.tapestry5.internal.plastic.PlasticClassLoader @1e0785a0)
>
> No change on the Application or anything else. Any idea for that ??
> After clearing again the Temp / Work Directory the app starts without
> any problem again.
>
> Thanks in advance.
>
> Michael
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>


-- 
Thiago H. de Paula Figueiredo

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

Reply via email to