-
Bug
-
Resolution: Fixed
-
P1
-
1.4.1
-
b01
-
sparc
-
solaris_9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2047032 | 1.4.1 | J. Duke | P1 | Closed | Fixed | rc1 |
The attached XSLT style sheet is used in the Solaris 9 build tree to transform
XML files to HTML pages.
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
...
Here is the output from the XSLT command run in debug mode:
java -server -Xmx128m org.apache.xalan.xslt.Process -TT -TG -TS -EDUMP error.out -in bigmof_cim.xml -xsl multimof.xsl 2 > & out
See out file in attachments.
XML files to HTML pages.
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
...
Here is the output from the XSLT command run in debug mode:
java -server -Xmx128m org.apache.xalan.xslt.Process -TT -TG -TS -EDUMP error.out -in bigmof_cim.xml -xsl multimof.xsl 2 > & out
See out file in attachments.
- backported by
-
JDK-2047032 XSLT transform exception with Xalan 2.2.D8 in JDK build 1.4.0-beta_refresh-b78
-
- Closed
-