Re: struts 2.5.33 - ERROR DefaultClassFinder - Unable to read class - IncompatibleClassChangeError

2024-03-25 Thread DAngel
I've seen some answers to this error for the asm version, so I checked the library version. I have tried both the version: 7.3.1 (which is the one used in the struts pom), and 9.6 with the same error result. El dom, 24 mar 2024 a las 17:40, Lukasz Lenart () escribió: > This looks like you have

Re: struts 2.5.33 - ERROR DefaultClassFinder - Unable to read class - IncompatibleClassChangeError

2024-03-24 Thread Lukasz Lenart
This looks like you have another version of the ASM library on the classpath https://stackoverflow.com/questions/16209623/incompatibleclasschangeerror-class-classmetadatareadingvisitor-has-interface-cl czw., 21 mar 2024 o 15:00 DAngel napisał(a): > > Hello, thanks for answering > > Before

Re: struts 2.5.33 - ERROR DefaultClassFinder - Unable to read class - IncompatibleClassChangeError

2024-03-21 Thread DAngel
Hello, thanks for answering Before starting tomcat I delete the content inside the directories "work" and "temp" OGNL version: WEB-INF/lib/ognl-3.1.29.jar WEB-INF/lib/tiles-ognl-3.0.8.jar The following is the error trace for an Action class (the same thing is repeated for all Action

Re: struts 2.5.33 - ERROR DefaultClassFinder - Unable to read class - IncompatibleClassChangeError

2024-03-20 Thread Lukasz Lenart
śr., 20 mar 2024 o 01:34 DAngel napisał(a): > ERROR org.apache.struts2.convention.DefaultClassFinder - Unable to read > class [ mi.action.class] > java.lang.IncompatibleClassChangeError: class > org.apache.struts2.convention.DefaultClassFinder$InfoBuildingVisitor has > interface

struts 2.5.33 - ERROR DefaultClassFinder - Unable to read class - IncompatibleClassChangeError

2024-03-19 Thread DAngel
Hi guys. I have migrated an application from struts 2.3 to 2.5.33 I have followed the guide: https://cwiki.apache.org/confluence/display/WW/Struts+2.3+to+2.5+migration#Struts2.3to2.5migration-Dependencies On tomcat startup, I get errors like: ERROR