<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I manage the Load project, an open-source utility 
for performance and scalability testing. Load uses JDOM and Xerces. Load ships 
with the jdom.jar and xerces.jar files from JDOM B7. A user reported that Xerces 
is throwing a NoSuchMethodError when it tries to use getQName. I am unable to 
duplicate the bug on Windows NT 4.0 or Windows 2000. Has anyone else run into 
this problem?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>-Frank</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>C:\WINNT\Profiles\zshaw\Desktop\Load2beta2&gt;"C:\Program 
Files\IBM\Java13\bin\java<BR>" -classpath 
".\lib\soap.jar;.\lib\activation.jar;.\lib\imap.jar;.\lib\jdom.jar;<BR>.\lib\load.jar;.\lib\mail.jar;.\lib\mailapi.jar;.\lib\pop3.jar;.\lib\smtp.jar;.\<BR>lib\xerces.jar" 
com.pushtotest.load.load -script 
file:./scripts/welcome.xml<BR>java.lang.NoSuchMethodError: 
org.xml.sax.Attributes: method getQName(I)Ljava/lan<BR>g/String; not found<BR>at 
org.jdom.input.SAXHandler.startElement(SAXHandler.java:380)<BR>at 
org.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1294)<BR><BR>at 
org.apache.xerces.framework.XMLParser.callStartElement(XMLParser.java<BR>:1922)<BR>at 
org.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumen<BR>tScanner.java:1831)<BR>at 
org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.disp<BR>atch(XMLDocumentScanner.java:1223)<BR>at 
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentS<BR>canner.java:381)<BR>at 
org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1208)<BR>at 
org.jdom.input.SAXBuilder.build(SAXBuilder.java:287)<BR>at 
org.jdom.input.SAXBuilder.build(SAXBuilder.java:682)<BR>at 
com.pushtotest.load.commander.execute(commander.java:198)<BR>at 
com.pushtotest.load.commander.run(commander.java:170)<BR><BR>This seems to keep 
it from running any of the scripts. I've checked my classpath (as you see, I've 
completely removed my classpath, and have only your classpath) and everything 
checks out.<BR><BR>I'm running Windows NT 4.0 with IBM JDK 1.3. Thanks if you 
can help.<BR><BR><BR></DIV></FONT></BODY></HTML>