You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/10/30 09:32:28 UTC

DO NOT REPLY [Bug 14083] New: - Exception in thread "main" java.lang.ClassFormatError: html2wml (Code of a metho

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14083>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14083

Exception in thread "main" java.lang.ClassFormatError: html2wml (Code of a metho

           Summary: Exception in thread "main" java.lang.ClassFormatError:
                    html2wml (Code of a metho
           Product: XalanJ2
           Version: 2.4
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: naggens@yahoo.com


i am trying to use xalan for transsforming a large XML file into WML i have a 
style sheet which does this job. i can compile the stylesheet into a translet 
successfully but when i try to build the DOM document i get the following  
error 

Exception in thread "main" java.lang.ClassFormatError: html2wml (Code of a metho
d longer than 65535 bytes)
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$100(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at XMLUtilities.compileStylesheet(XMLUtilities.java:65)
        at XSLTest.main(XSLTest.java:51)

is there any work around for solving the problem or is it a BUG.