You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/09/10 20:54:57 UTC

[DO NOT REPLY: Bug 3533] New: using multimof.xsl to transform bigmof_cim.xml for Solaris 9 build give error null

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=3533

*** shadow/3533	Mon Sep 10 11:54:56 2001
--- shadow/3533.tmp.8861	Mon Sep 10 11:54:56 2001
***************
*** 0 ****
--- 1,61 ----
+ +============================================================================+
+ | using multimof.xsl to transform bigmof_cim.xml for Solaris 9 build give er |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3533                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.0.0                   |
+ |   Resolution:                            Platform: Sun                     |
+ |     Severity: Blocker                  OS/Version: Solaris                 |
+ |     Priority: Other                     Component: org.apache.xalan        |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xalan-dev@xml.apache.org                                     |
+ |  Reported By: tamiro@east.sun.com                                          |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ SunMicrosystems is bundling Xalan into the Java  ...jre/lib/rt.jar and   
+ using the attached XSLT style sheet on the Solaris 9 build tree to transform XML
+ files to HTML pages. There seems to have been a regression in Xalan. The 
+ transformation with the attached stylesheet and xml doc worked with version 
+ 2.1.0, but broke with version 2.2.D8, and is still broken in the current 
+ build.
+ 
+ The following is taken from bug 4501319 in the SunMicrosystem's bugtraq
+ database. "As of Java(TM) 2 Runtime Environment, Standard Edition (build
+ 1.4.0-beta_refresh-b78), the transformation fails with 
+ file:///net/bigblock/files7/arubin/wbem_bug_gate/proto/tmp/multiclass.xsl; Line
+ 14; Column 35; XSLT Error (javax.xml.transform.TransformerException): null.
+ 
+ As a result, empty .html files are generated.  
+ 
+ To reproduce:
+ java -server -Xmx128m org.apache.xalan.xslt.Process -in bigmof_cim.xml -xsl
+ multimof.xsl
+ 
+ The command produces this output:
+ 
+ file:////net/bigblock/files7/arubin/wbem_bug_gate/proto/tmp/multiclass.xsl; Line
+ 14; Column -1; java.lang.reflect.InvocationTargetException
+ file:////net/bigblock/files7/arubin/wbem_bug_gate/proto/tmp/multiclass.xsl; Line
+ 14; Column -1; java.lang.reflect.InvocationTargetException
+ file:////net/bigblock/files7/arubin/wbem_bug_gate/proto/tmp/multiclass.xsl; Line
+ 14; Column -1; java.lang.reflect.InvocationTargetException
+ 
+ ...
+ 
+ Note Xalan is being run from the ...jre/lib/rt.jar and is version 2.2.D8.
+ 
+ I tested this with the latest build on Java 1.3.0 (so there are not 
+ Xalan classes in rt.jar) and was able to reproduce the problem. Here's the
+ output from the latest build (2.2.D10) 
+ 
+ java -server -Xmx128m org.apache.xalan.xslt.Process -in bigmof_cim.xml -xsl
+ multimof.xsl
+ 
+ 
+ 
+ 
+ 
+ file:///net/bigblock/files7/arubin/wbem_bug_gate/proto/tmp/multiclass.xsl; Line
+ 14; Column 35; XSLT Error (javax.xml.transform.TransformerException): null