PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3027 *** shadow/3027 Tue Aug 7 14:14:57 2001 --- shadow/3027.tmp.26229 Tue Aug 7 14:41:38 2001 *************** *** 54,56 **** --- 54,99 ---- please paste the output in here and we'll have a look. Gary + + ------- Additional Comments From [EMAIL PROTECTED] 2001-08-07 14:41 ------- + There isn't another parser, but the output is still indicating problems. For + example, the first two lines are rather odd -- they mix the path to lowercase + and then complain it can't be found? + + It did find xerces 1.4.2. Do note this line: + ERROR.version.DOM=ERROR attempting to load DOM level 2 class: + java.lang.NoSuchMethodException + + seems to match the error I get. What is the property I should set to specify + the right DOM2 parser from the factory? (b.t.w., I HATE when property settings + make this big a difference 'cause its impossible to find the exact documentation + on this kinda of stuff). I do notice the line "version.JAXP=1.1", but I can't + see JAXP in my classpath, and I don't think it's bundled with JRE/JDK 1.3.1... + + Dump of the check follows: + + # Warning: Classpath entry: /usr/java/apachexml/xalan-j_2_2_d8/bin/xalan.jar + does not exist. + # Warning: Classpath entry: + /usr/java/apachexml/xalan-j_2_2_d8/bin/xalansamples.jar does not exist. + #---- BEGIN writeEnvironmentReport($Revision: 1.5 $): Useful properties found: ---- + java.version=1.3.1 + #---- BEGIN Listing XML-related jars in: foundclasses.java.class.path ---- + xerces.jar.apparent.version=xerces.jar potential-ERROR present-unknown-version + xerces.jar.path=/usr/java/apachexml/xerces-1_4_2/xerces.jar + #----- END Listing XML-related jars in: foundclasses.java.class.path ----- + version.JAXP=1.1 + java.ext.dirs=/usr/java/jdk/linux/jdk1.3.1/jre/lib/ext + version.crimson=not-present + +java.class.path=/usr/java/gui/cduguay:/usr/java/isx/jws/webstuff/ws:/usr/java/isx/jws/webstuff/wt:/usr/java/jdbc/mm.mysql/mm.mysql-2.0.4-bin.jar:/usr/java/jdbc/mm.mysql/vienna.jar:/usr/java/jdbc/oracle-8.1.6/classes12.zip:/usr/java/jdbc/oracle-8.1.6/nls_charset12.zip:/usr/java/isx/jws/horus-2.x/.:/usr/java/j2ee/j2sdkee1.2.1/lib/j2ee.jar:/usr/java/util/junit3.6/junit.jar:/usr/java/script/bsf-2_2/lib/bsf.jar:/usr/java/apachexml/xalan-j_2_2_D8/bin/xalan.jar:/usr/java/apachexml/xalan-j_2_2_D8/bin/xalansamples.jar:/usr/java/apachexml/xerces-1_4_2/xerces.jar:/usr/java/jakarta/jakarta-regexp-1.2/jakarta-regexp-1.2.jar:/usr/java/script/rhino-1.5/src:/usr/java/jdbc/msql-jdbc-2-0b5/msql-jdbc-2-0b5.jar:/usr/java/util/jgl3.1.0/lib/jgl3.1.0.jar:.:/usr/java/isx/jws/dev + version.xerces=Xerces 1.4.2 + +sun.boot.class.path=/usr/java/jdk/linux/jdk1.3.1/jre/lib/rt.jar:/usr/java/jdk/linux/jdk1.3.1/jre/lib/i18n.jar:/usr/java/jdk/linux/jdk1.3.1/jre/lib/sunrsasign.jar:/usr/java/jdk/linux/jdk1.3.1/jre/classes + version.xalan2=Xalan;Java;Xalan Java 2.2.D8; + version.xalan1=not-present + ERROR.version.DOM=ERROR attempting to load DOM level 2 class: + java.lang.NoSuchMethodException + #----- END writeEnvironmentReport: Useful properties found: ----- + # WARNING: Potential problems found in your environment! + # Check any 'ERROR' items above against the Xalan FAQs + # to correct potential problems with your classes/jars + # http://xml.apache.org/xalan-j/faq.html \ No newline at end of file
