2 Replies Latest reply on Sep 29, 2006 4:59 PM by darretta

    VerifyError Deploying My WAR File

    darretta

      I am seeing the following error attempting to deploy my WAR file with JBoss 4.0.3 and Java 1.5.0_05:

      java.lang.VerifyError: (class: mil/navy/ia/nicweb/dos/UserAccessCheckServlet, method: init signature: (Ljavax/servlet/ServletConfig;)V) Incompatible object argument for function call
      at java.lang.Class.getDeclaredConstructors0(Native Method)
      at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)

      I have tried to follow several trails to load the appropriate ServletConfig class. Note that this problem started as we attempted to upgrade from JBoss 3.2.5. We have not made any change to the JVM (build or deployment).

      Does anyone have any suggestions where to start??