zhangjingl02 / activejdbc

Automatically exported from code.google.com/p/activejdbc
0 stars 0 forks source link

Exception due to changes in the Java 7 byte code validation algorithm #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Caused by: java.lang.ClassFormatError: Illegal local variable table length 252 
in method ar.gob.tsj.sgda.model.TipoDocumento.dummy2()Ljava/lang/String;
    at java.lang.Class.forName0(Native Method) ~[na:1.7.0_03]
    at java.lang.Class.forName(Class.java:186) ~[na:1.7.0_03]
    at org.javalite.activejdbc.ModelFinder.classFound(ModelFinder.java:56) ~[activejdbc-1.4.1.jar:na]
    at org.javalite.activejdbc.ModelFinder.findModels(ModelFinder.java:40) ~[activejdbc-1.4.1.jar:na]
    at org.javalite.activejdbc.Registry.init(Registry.java:131) ~[activejdbc-1.4.1.jar:na]
    at org.javalite.activejdbc.Registry.getTableName(Registry.java:395) ~[activejdbc-1.4.1.jar:na]
    at org.javalite.activejdbc.Model.getAll(Model.java:1270) ~[activejdbc-1.4.1.jar:na]
    at ar.gob.tsj.sgda.model.Documento.getAll(Documento.java) ~[classes/:na]
    at ar.gob.tsj.sgda.webapp.pages.PageSubirDocumento.<init>(PageSubirDocumento.java:81) ~[classes/:na]
    at ar.gob.tsj.sgda.webapp.pages.PageSubirDocumento.<init>(PageSubirDocumento.java:65) ~[classes/:na]
    ... 46 common frames omitted

Original issue reported on code.google.com by i...@polevoy.org on 2 Aug 2012 at 9:00

GoogleCodeExporter commented 9 years ago

Original comment by ipolevoy@gmail.com on 9 Aug 2012 at 7:15