Author |
Message
|
mqprof |
Posted: Thu Feb 15, 2007 4:06 am Post subject: XMLTransformation Node errors |
|
|
Newbie
Joined: 14 Dec 2006 Posts: 4
|
Hi,
I 'm using XMLT node in WMB 6.0 to do xml transformation.I get the following error in XMLTrace.log.How to go abt debugging the cause of the error, there are no debugging capabilities that come with WMB for XSLT.
XMLTransformation Wed Feb 14 17:54:33 EST 2007 com.ibm.xsl.exmlt.StylesheetSelector performSelection The stylesheet derived from Node Attribute/Local Environment specificetion was found: file://C:\Documents and Settings\All Users\Application Data\IBM\MQSI/XSL/external/./hl7_to_albanyschemalatest.xslt.
XMLTransformation Wed Feb 14 17:54:35 EST 2007 com.ibm.xsl.exmlt.ParseFacilitator error XHNDLR_INTRNL_XSL_ERROR
XMLTransformation Wed Feb 14 17:54:35 EST 2007 com.ibm.xsl.exmlt.ParseFacilitator fatalError XHNDLR_INTRNL_XSL_FATAL_ERROR
XMLTransformation Wed Feb 14 17:54:35 EST 2007 com.ibm.xsl.exmlt.ParseFacilitator parseXmlStylesheet The stylesheet could not be processed: file://C:\Documents and Settings\All Users\Application Data\IBM\MQSI/XSL/external/./hl7_to_albanyschemalatest.xslt
XMLTransformation Wed Feb 14 17:54:35 EST 2007 com.ibm.xsl.exmlt.ParseFacilitator parseXmlStylesheet XHNDLR_INTRNL_XSL_EXC
Thread-11 Wed Feb 14 17:54:35 EST 2007 com.ibm.xsl.exmlt.ParseFacilitator parseXmlStylesheet
XMLTransformation Wed Feb 14 17:54:35 EST 2007 com.ibm.xsl.mqsi.XMLTransformData transformData caught exception
XMLTransformation Wed Feb 14 17:54:35 EST 2007 com.ibm.xsl.mqsi.XMLTransformData transformData Exit
XMLTransformation Wed Feb 14 17:54:35 EST 2007 com.ibm.xsl.mqsi.XMLTransformNode logXMLTransformException Entry
XMLTransformation Wed Feb 14 17:54:35 EST 2007 com.ibm.xsl.mqsi.XMLTransformNode logXMLTransformException Class Name: com.ibm.xsl.mqsi.XMLTransformData
XMLTransformation Wed Feb 14 17:54:35 EST 2007 com.ibm.xsl.mqsi.XMLTransformNode logXMLTransformException Method Name: transformData
XMLTransformation Wed Feb 14 17:54:35 EST 2007 com.ibm.xsl.mqsi.XMLTransformNode logXMLTransformException Message Source: returned null
XMLTransformation Wed Feb 14 17:54:35 EST 2007 com.ibm.xsl.mqsi.XMLTransformNode logXMLTransformException Message Key: Error_Transform
XMLTransformation Wed Feb 14 17:54:35 EST 2007 com.ibm.xsl.mqsi.XMLTransformNode logXMLTransformException Other Info:
com.ibm.xsl.exmlt.TransformRequestException: Transformation failure when processing Stylesheet file://C:\Documents and Settings\All Users\Application Data\IBM\MQSI/XSL/external/./hl7_to_albanyschemalatest.xslt
The stylesheet could not be processed: file://C:\Documents and Settings\All Users\Application Data\IBM\MQSI/XSL/external/./hl7_to_albanyschemalatest.xslt
Transformation failure when processing Stylesheet file://C:\Documents and Settings\All Users\Application Data\IBM\MQSI/XSL/external/./hl7_to_albanyschemalatest.xslt
The stylesheet could not be processed: file://C:\Documents and Settings\All Users\Application Data\IBM\MQSI/XSL/external/./hl7_to_albanyschemalatest.xslt
com.ibm.xsl.exmlt.TransformRequestException: Transformation failure when processing Stylesheet file://C:\Documents and Settings\All Users\Application Data\IBM\MQSI/XSL/external/./hl7_to_albanyschemalatest.xslt
The stylesheet could not be processed: file://C:\Documents and Settings\All Users\Application Data\IBM\MQSI/XSL/external/./hl7_to_albanyschemalatest.xslt
at com.ibm.xsl.exmlt.EnhancedXMLTransform.transformDocument(EnhancedXMLTransform.java:709)
at com.ibm.xsl.mqsi.XMLTransformData.transformData(XMLTransformData.java:838)
at com.ibm.xsl.mqsi.XMLTransformNode.evaluate(XMLTransformNode.java:942)
at com.ibm.broker.plugin.MbNode.evaluate(MbNode.java:1298)
Thanks |
|
Back to top |
|
 |
au@kosa |
Posted: Thu Feb 15, 2007 4:17 am Post subject: |
|
|
 Centurion
Joined: 04 Jan 2007 Posts: 103 Location: pune
|
1. rename the *.xslt to *.xsl.
2. Deploy it and test.
It should work.
Regards,
Amit Upadhyaya |
|
Back to top |
|
 |
XZ |
Posted: Wed Feb 21, 2007 1:03 am Post subject: |
|
|
 Apprentice
Joined: 22 May 2006 Posts: 45 Location: IBM Hursley
|
|
Back to top |
|
 |
SandiSan |
Posted: Wed Feb 21, 2007 1:49 am Post subject: |
|
|
 Acolyte
Joined: 01 Apr 2006 Posts: 57 Location: Pune/India
|
You Can Test XSLT using Altova XMLSpy tool .
Under Menu XSL/XQUERY-->Debugger option is there.
Regards
Sandisan |
|
Back to top |
|
 |
vmurali_au |
Posted: Fri Apr 20, 2007 8:27 am Post subject: Debugging XMLTransformation Node |
|
|
 Voyager
Joined: 26 Mar 2004 Posts: 76
|
How to start debugging in XMLTransformation node in WBIMB 6.0?
I've enebled detailed trace in XMLT node, also then i've issued mqsireload to reload the execution group.
I dont see any trace logs related to the XSLT errors going into XMLTrace.log file in the common\log directory.
Is there any special settings that needs to be done?
Also it is mentioned in WBIMB Information Center that the above method is deprecated and the trace will directly go to user trace. I've also enabled user trace to debug on this flow and restarted it. Still i dont see XSLT errors in the user trace. |
|
Back to top |
|
 |
|