Question

In a Struts2 application, I'm seeing this error even though there are no issues in the functionality. But I'm seeing some delay in executing every action. This delay is valid for simple actions which return a JSP page with a search box in it. I'm using Struts 2.3.1.1 and xwork-core-2.3.1.1.

ERROR finder.ClassFinder: Unable to read class [WEB-INF.classes.com.***.***.ConfigManagement]
Could not load WEB-INF/classes/com/***/***/ConfigManagement.class - [unknown location]
at com.opensymphony.xwork2.util.finder.ClassFinder.readClassDef(ClassFinder.java:785)

Thanks in advance..

Was it helpful?

Solution

This got resolved with the latest Struts (2.3.12) update along with the relevant library files. I should have missed some of the libraries in the previous version of the Struts.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top