wt., 7 cze 2022 o 13:19 Tamás Barta <bartata...@gmail.com> napisał(a):
>
> Hi,
>
> I tried to upgrade to Struts 6.0.0 but now I got the following error. I
> have no idea yet what the problem is:
>
> 2022-06-07 13:08:29,153 ERROR [io.undertow.request] (default task-1/)
> UT005071: Undertow request failed HttpServerExchange{ GET
> /WEB-INF/error.html}: java.lang.NoClassDefFoundError:
> Lorg/apache/commons/text/StringSubstitutor;

Do you have

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-text</artifactId>
    <version>1.8</version>
</dependency>

?

or maybe it's excluded


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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

Reply via email to