icedtea6-1.9.3 Build Problem: NoClassDefFoundError: org.apache.xerces.dom.DeferredDocumentImpl
tjoen
tjoen at dds.nl
Mon Dec 6 10:30:56 PST 2010
Hi list,
First time trying to build IcedTea.
System: Linux-x686 from sources (inspired by LFS)
icedtea6-1.9.3 (same problem with 1.9.2)
gcc-4.5.1
xerces-2.11.0
Below is the problem I encountered:
(DIR=/home/tjoen/rpmbuild/BUILD/icedtea6-1.9.3
edited for readability)
$DIR/bootstrap/jdk1.6.0/bin/java \ [1]
-Djava.endorsed.dirs=$DIR/bootstrap/jdk1.6.0/lib/endorsed \ [2]
-classpath \
$DIR/openjdk.build-ecj/hotspot/outputdir/linux_i486_compiler2/generated/\
jvmtifilesjvmtiGen \
-IN $DIR/openjdk-ecj/hotspot/src/share/vm/prims/jvmti.xml \
-XSL $DIR/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnter.xsl \
-OUT $DIR/openjdk.build-ecj/hotspot/outputdir/linux_i486_compiler2\
/generated/jvmtifiles/jvmtiEnter.cpp \
-PARAM interface jvmti
...
Exception in thread "main" java.lang.NoClassDefFoundError: \
org.apache.xerces.dom.DeferredDocumentImpl
at java.lang.Class.initializeClass(libgcj.so.11)
at org.apache.xerces.parsers.AbstractDOMParser.startDocument\
(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.startDocument\
(Unknown Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl.startEntity\
(Unknown Source)
at org.apache.xerces.impl.XMLVersionDetector.startDocumentParsing\
(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
java.lang.NoClassDefFoundError: \
org.apache.xerces.dom.DeferredDocumentImpl
at java.lang.Class.initializeClass(libgcj.so.11)
at org.apache.xerces.parsers.AbstractDOMParser.startDocument\
(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.startDocument\
(Unknown Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl.startEntity\
(Unknown Source)
at org.apache.xerces.impl.XMLVersionDetector.startDocumentParsing\
(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at javax.xml.parsers.DocumentBuilder.parse(libgcj.so.11)
at jvmtiGen.main(jvmtiGen.java:138)
Caused by: java.lang.NullPointerException
...
at java.lang.VMClassLoader.define*** Waiting for unfinished jobs....
..
make[7]: Leaving directory \
`$DIR/openjdk.build-ecj/hotspot/outputdir/linux_i486_compiler2/product'
[1] bootstrap/jdk1.6.0/bin/java -> /usr/bin/gij
[2] unzip -l bootstrap/jdk1.6.0/lib/endorsed/xerces-j2.jar \
| grep DeferredDocumentImpl\.class
16307 12-06-2010 14:07 org/apache/xerces/dom/DeferredDocumentImpl.class
xerces-2.11.0 built with the Oracle/Sun JDK-6u22
What could be the problem?
More information about the distro-pkg-dev
mailing list