Hi All,
I am getting following error while debugging my code. I am using Eclipse 3.2.1, JDK 1.4.2_01 and Tomcat 4.1.30.
java.lang.VerifyError: (class: com/.******./mw/utils/xml/xercesxmlimpl/XercesXMLUtilImpl, method: parseFile signature: (Ljava/lang/String;)Lorg/w3c/dom/Document;) Incompatible object argument for function call
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at com.*****.mw.beans.BeanFactory.loadPolicies(BeanFactory.java:751)
at com.******.mw.beans.BeanFactory.reloadProperties(BeanFactory.java:101)
at com..******..mw.beans.BeanFactory.<init>(BeanFactory.java:116)
at com..******..mw.beans.BeanFactory.getFactory(BeanFactory.java:86)
at com..******..mw.beans.BeanFactory.create(BeanFactory.java:330)
at com..******..mw.beans.BeanFactory.create(BeanFactory.java:299)
at com..******..mw.beans.BeanFactory.create(BeanFactory.java:285)
at com..******..SOAR.util.Logger.createIAPIAgent(Logger.java:35)
at com..******..SOAR.control.SOARController.init(SOARController.java:60)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:935)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:668)
......
Any help in this regard would be highly appreciated...