Ubuntu Dapper Build

Andrew Haley aph at redhat.com
Sat Jun 9 06:05:59 PDT 2007


Michael Koch writes:

 > Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.xalan.templates.ElemValueOf
 >    at java.lang.Class.initializeClass(natClass.cc:720)
 >    at java.lang.Class.forName(Class.h:751)
 >    at java.lang.Class.forName(natClass.cc:124)
 >    at org.apache.xalan.processor.XSLTSchema.build(XSLTSchema.java:381)

    XSLTElementDef xslValueOf = new XSLTElementDef(this,
                                  Constants.S_XSLNAMESPACEURL, "value-of",
                                  null /*alias */, null /* elements */,
                                  new XSLTAttributeDef[]{ selectAttrRequired,
                                                          disableOutputEscapingAttr }, 
                                               new ProcessorTemplateElem(),
                                  ElemValueOf.class /* class object */, 20, true);
  
 >    at org.apache.xalan.processor.XSLTSchema.<init>(XSLTSchema.java:70)
 >    at org.apache.xalan.processor.StylesheetHandler.<init>(StylesheetHandler.java:1287)
 >    at org.apache.xalan.processor.TransformerFactoryImpl.newTemplatesHandler(TransformerFactoryImpl.java:374)
 >    at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:865)
 >    at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:774)
 >    at jvmtiGen.main(jvmtiGen.java:144)
 > Caused by: java.lang.NullPointerException
 >    at java.lang.Class.initializeClass(natClass.cc:714)
 >    ...9 more
 > 
 > The class org.apache.xalan.templates.ElemValueOf definitely exists in
 > the same jar as org.apache.xalan.processor.XSLTSchema. I dont what can
 > cause this.
 > 
 > Any help is appreciated.

The NullPointerException that occurs here is triggered when
initializing org.apache.xalan.processor.XSLTSchema.  That class tries
to load org.apache.xalan.templates.ElemValueOf, and fails while trying
to initialize it.  So, I think the class
org.apache.xalan.templates.ElemValueOf was loaded, but we fail to
initialize it.

What version of gcj are you trying to use?

Andrew.

-- 
Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, UK
Registered in England and Wales No. 3798903



More information about the distro-pkg-dev mailing list