On 5/17/22 01:24, Mark Thomas wrote:
On 17/05/2022 08:13, Thomas Hoffmann (Speed4Trade GmbH) wrote:
Hello,

-----Ursprüngliche Nachricht-----
Von: Rob Sargent <rsarg...@xmission.com>
Gesendet: Dienstag, 17. Mai 2022 00:38
An: users@tomcat.apache.org
Betreff: embeded tomcat apache-jasper dependency

I'm seeing a new-to-me deployment failure and am at a loss to explain.


Using tomcat 9-0-63 (and getting

     Caused by: java.lang.IllegalArgumentException: More than one
     fragment with the name [org_apache_jasper_el] was found. This is not
     legal with relative ordering. See section 8.2.2 2c of the Servlet
     specification for details. Consider using absolute ordering.
          at



Any pointers appreciated.
rjs

This message probably refers to web-fragments.
They are usually located at: /META-INF/web-fragment.xml

Within this XML there can be an ordering element <ordering> an a name element <name>.

Maybe you can inspect the jars for this file.

It looks like you are packaging at least one of the standard Tomcat JARs (either jasper-el.jar or tomcat-embed-el.jar) in your web application. That will trigger this error.

Mark

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

Thank you.  Deleting /everything/ and starting over from scratch should be my first instinct, rather than last...

Reply via email to