[Javasom-developer] JSom in servlet
Brought to you by:
tomimas
From: Tomi S. <tom...@mb...> - 2006-02-16 06:42:42
|
Hi I am so sorry for not noticing your message, but until now. :( The follow error results exactly in the missing (actually not found) instructions.dtd file. In the new 1.2 package there is an instructions.xml file. which contains an embbedded version of the dtd inside that file so it would not be a problem anymore as javasom verifies the xml to conform dtd. --clip clip -- Hi i am back again with the exact exception message i get: java.lang.NullPointerException at fi.javasom.jsom.JobInstructionsHandler$NormalizationHandler.startElement(JobInstructionsHandler.java:273) at fi.javasom.jsom.JobInstructionsHandler.startElement(JobInstructionsHandler.java:135) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(Unknown Source) at org.apache.xerces.impl.XMLNamespaceBinder.emptyElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at fi.javasom.jsom.JSom.<init>(JSom.java:79) at dbnet.thesus.clustering.ClusteringService.run(ClusteringService.java:243) at java.lang.Thread.run(Thread.java:534) -- Tomi Suuronen |