• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java.lang.VerifyError

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am getting the following exception while trying to forward to a jsp page.
java.lang.VerifyError: (class: _oa__html/_ozfOrderShipmentMain, method: _jspService signature: (Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponseV) Register 48 contains wrong type at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java:232)
The class file generated _ozfOrderShipmentMain.class is abt 58k in size. If anyone has encountered a similar problem and know of the causes, plz respond.
Thanks,
Karan
 
reply
    Bookmark Topic Watch Topic
  • New Topic