java.lang.NoSuchMethodError: org.apache.struts.config.ModuleConfig.findActionConfigId(Ljava/lang/String;)

1.7k Views Asked by At

i build a war with maven, and when running the war through url facing this error:500 even thought the method exists in jar. In dev environment application is running fine but facing problem with deployed war. using struts-core 1.3.10 jar

1

There are 1 best solutions below

0
On

verify the generated war file that it has the correct library file. I faced the same issue and was able to resolve after placing the jar file.