Sunday 16 June 2013

org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 60

org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 60 Solved Using this Adding metadata-complete="true" to your web.xml should sort the issue Example Like this


<web-app version="3.0"
         xmlns="http://java.sun.com/xml/ns/javaee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
         metadata-complete="true">

5 comments:

  1. Replies
    1. I am glad this was helpful.even once i faced same problem

      Delete
  2. Thank you very much. Spent two days on it.

    ReplyDelete
  3. i am glad i was helpful, evan I spent ample amount of time to figure out this working solution

    ReplyDelete