we have been trying to transform a XSLT of size 4-5MB. we are using xalan
2.7.1 and running the application on weblogic 10.3 server with HP UXIA jre
6.
javax.xml.transform.TransformerException: null
        at
org.apache.xalan.xsltc.trax.TransformerFactoryImpl.passErrorsToListener(TransformerFactoryImpl.java:661)
        at
org.apache.xalan.xsltc.trax.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:836)
and 
javax.xml.transform.TransformerConfigurationException: Could not compile
stylesheet        at
org.apache.xalan.xsltc.trax.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:832)

the xslt works with older weblogic 9.2 server and jrockit java. 
we also tried to increase the heap and permspace, that didn't work. we dont
see any out of memory exception in the logs.
is the size of XSLT a issue? if it is how is it working in older systems.

-- 
View this message in context: 
http://old.nabble.com/XSLTC.compile-returning-null-for-bytecodes.-tp31011529p31011529.html
Sent from the Xalan - J - Users mailing list archive at Nabble.com.

Reply via email to