  | |  | NullPointerException | NullPointerException 2003-07-28 - By Koes, Derrick
My configuration is xalan j 2.5.1 (with xerces 2.4.0) and j2sdk 1.4. Using the interpretive transformer (org.apache.xalan.processor.TransformerFactoryImpl) I can transform the attached xml and xsl fine. Using the command line method, I can successfully transform the attached with the XSLTC transformer. How do you pass params to the translet on the command line? However, I cannot transform the attached with an XSLTC transformer when running "embedded". I get a NullPointerException. This seems to be particularly true when I pass a value for the param "procedureChanged". I am running several other transforms this way without problem, so currently I believe it to be a bug with XSLTC, but can't exhibit the defect from the command line (unless I can figure out how to pass params???). The stack trace is below. java.lang.NullPointerException at org.apache.xalan.xsltc.trax.DOM2SAX.parse(DOM2SAX.java:350) at org.apache.xalan.xsltc.trax.DOM2SAX.parse(DOM2SAX.java:329) at org.apache.xalan.xsltc.trax.DOM2SAX.parse(DOM2SAX.java:329) at org.apache.xalan.xsltc.trax.DOM2SAX.parse(DOM2SAX.java:329) at org.apache.xalan.xsltc.trax.DOM2SAX.parse(DOM2SAX.java:329) at org.apache.xalan.xsltc.trax.DOM2SAX.parse(DOM2SAX.java:329) at org.apache.xalan.xsltc.trax.DOM2SAX.parse(DOM2SAX.java:250) at org.apache.xalan.xsltc.trax.DOM2SAX.parse(DOM2SAX.java:201) at org.apache.xalan.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:242) at org.apache.xalan.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:174) at org.apache.xalan.xsltc.trax.TransformerImpl.getDOM(TransformerImpl.java:483) Any help is appreciated. Thanks, Derrick This electronic transmission is strictly confidential to Smith & Nephew and intended solely for the addressee. It may contain information which is covered by legal, professional or other privilege. If you are not the intended addressee, or someone authorized by the intended addressee to receive transmissions on behalf of the addressee, you must not retain, disclose in any form, copy or take any action in reliance on this transmission. If you have received this transmission in error, please notify the sender as soon as possible and destroy this message.
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas -microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">
<head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 10"> <meta name=Originator content="Microsoft Word 10"> <link rel=File-List href="cid:filelist.xml@(protected)"> <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:DoNotRelyOnCSS/> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:SpellingState>Clean</w:SpellingState> <w:GrammarState>Clean</w:GrammarState> <w:DocumentKind>DocumentEmail</w:DocumentKind> <w:EnvelopeVis/> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} p {mso-margin-top-alt:auto; margin-right:0in; mso-margin-bottom-alt:auto; margin-left:0in; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} span.EmailStyle17 {mso-style-type:personal-compose; mso-style-noshow:yes; mso-ansi-font-size:10.0pt; mso-bidi-font-size:10.0pt; font-family:Arial; mso-ascii-font-family:Arial; mso-hansi-font-family:Arial; mso-bidi-font-family:Arial; color:windowtext;} span.SpellE {mso-style-name:""; mso-spl-e:yes;} span.GramE {mso-style-name:""; mso-gram-e:yes;} @(protected) Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman";} </style> <![endif]--> </head>
<body lang=EN-US link=blue vlink=purple style='tab-interval:.5in'>
<div class=Section1>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'>My configuration is <span class=SpellE>xalan</span> j 2.5.1 (with <span class=SpellE>xerces</span> 2.4.0) and j2sdk 1.4.<o:p></o:p></span>< /font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'>Using the interpretive transformer (<span class=SpellE>org .apache.xalan.processor.TransformerFactoryImpl</span>) I can transform the attached <span class=SpellE>xml</span> and <span class=SpellE>xsl</span> fine.<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'>Using the command line method, I can successfully transform the attached with the XSLTC transformer.<span style='mso-spacerun:yes'> </span>How do you pass <span class=SpellE>params</span> to the <span class=SpellE>translet</span> on the command line?<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'>However, I cannot transform the attached with an XSLTC transformer when running "embedded".<span style='mso-spacerun:yes'> </span>I get a <span class=SpellE >NullPointerException</span>.<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'>This seems to be particularly true when I pass a value for the <span class=SpellE>param</span> "<span class=SpellE>procedureChanged</span> ".<span style='mso-spacerun:yes'> </span>I am running several other transforms this way without problem, so currently I believe it to be a bug with XSLTC, but can't exhibit the defect from the command line (unless I can figure out how to pass <span class=SpellE>params</span>???).<span style='mso-spacerun:yes'> </span>The stack trace is below.<o:p></o:p>< /span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><span class=SpellE><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>java.lang.NullPointerException</span ></font></span><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'><o:p></o:p>< /span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'><span style='mso-tab-count:1'> </span><span class=GramE>at</span> org.apache.xalan.xsltc.trax.DOM2SAX.parse(DOM2SAX.java:350)<o:p></o:p></span>< /font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'><span style='mso-tab-count:1'> </span><span class=GramE>at</span> org.apache.xalan.xsltc.trax.DOM2SAX.parse(DOM2SAX.java:329)<o:p></o:p></span>< /font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'><span style='mso-tab-count:1'> </span><span class=GramE>at</span> org.apache.xalan.xsltc.trax.DOM2SAX.parse(DOM2SAX.java:329)<o:p></o:p></span>< /font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'><span style='mso-tab-count:1'> </span><span class=GramE>at</span> org.apache.xalan.xsltc.trax.DOM2SAX.parse(DOM2SAX.java :329)<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'><span style='mso-tab-count:1'> </span><span class=GramE>at</span> org.apache.xalan.xsltc.trax.DOM2SAX.parse(DOM2SAX.java:329)<o:p></o:p></span>< /font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'><span style='mso-tab-count:1'> </span><span class=GramE>at</span> org.apache.xalan.xsltc.trax.DOM2SAX.parse(DOM2SAX.java:329)<o:p></o:p></span>< /font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'><span style='mso-tab-count:1'> </span><span class=GramE>at</span> org.apache.xalan.xsltc.trax.DOM2SAX.parse(DOM2SAX.java:250)<o:p></o:p></span>< /font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'><span style='mso-tab-count:1'> </span><span class=GramE>at</span> org.apache.xalan.xsltc.trax.DOM2SAX.parse(DOM2SAX.java :201)<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'><span style='mso-tab-count:1'> </span><span class=GramE>at</span> <span class=SpellE>org.apache.xalan.xsltc.dom .XSLTCDTMManager.getDTM</span>(XSLTCDTMManager.java:242)<o:p></o:p></span></font ></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'><span style='mso-tab-count:1'> </span><span class=GramE>at</span> <span class=SpellE>org.apache.xalan.xsltc.dom .XSLTCDTMManager.getDTM</span>(XSLTCDTMManager.java:174)<o:p></o:p></span></font ></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'><span style='mso-tab-count:1'> </span><span class=GramE>at</span> <span class=SpellE>org.apache.xalan.xsltc.trax .TransformerImpl.getDOM</span>(TransformerImpl.java:483)<o:p></o:p></span></font ></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size: 12.0pt'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size: 12.0pt'>Any help is appreciated.<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size: 12.0pt'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size: 12.0pt'>Thanks,<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size: 12.0pt'>Derrick<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size: 12.0pt'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size: 12.0pt'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size: 12.0pt'><o:p> </o:p></span></font></p>
</div>
</body>
</html>
<P><FONT SIZE=2 FACE="Arial">This electronic transmission is strictly confidential to Smith & Nephew and intended solely for the addressee. It may contain information which is covered by legal, professional or other privilege. If you are not the intended addressee, or someone authorized by the intended addressee to receive transmissions on behalf of the addressee, you must not retain, disclose in any form, copy or take any action in reliance on this transmission. If you have received this transmission in error, please notify the sender as soon as possible and destroy this message.</FONT></P>
<P><FONT SIZE=2 FACE="Arial"> </FONT> </P>
|
|
 |