Henry Zongaro wrote:
>
> Hi, Ray.
>
> Indeed, there have been a few patches applied to XSLTC to try avoid
> hitting the JVM method size limit of 64 kilobytes. There are still some
> cases that proved to be more difficult to fix. Are you using the open
> source version of the processor or the version included in the Sun Java
> run-time environment?
>
> Seeing the stack trace and a sample stylesheet would help us diagnose the
> problem, and perhaps suggest a work-around.
>
> Thanks,
>
> Henry
>
>
Hi Henry. Thanks for the reply.
I am using the jdk1.6.0_17 jdk downloaded from Sun, so I guess that is 'the
version included in the Sun Java run-time environment'. Am I answering your
question? Sorry if I have missed the point.
Stack trace below. I just need to check if it is OK to post the xslt. Please
bear with me.
2009-12-03 15:13:02,512 [http-8080-6] ERROR
com.tibco.ipe.web.IpeActionFilter - Could not load the translet class
'GregorSamsa'.
javax.xml.transform.TransformerConfigurationException: Could not load the
translet class 'GregorSamsa'.
at
com.sun.org.apache.xalan.internal.xsltc.trax.TemplatesImpl.defineTransletClasses(TemplatesImpl.java:331)
at
com.sun.org.apache.xalan.internal.xsltc.trax.TemplatesImpl.getTransletInstance(TemplatesImpl.java:349)
at
com.sun.org.apache.xalan.internal.xsltc.trax.TemplatesImpl.newTransformer(TemplatesImpl.java:382)
at
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:615)
at
com.tibco.ipe.dao.ApWorkItemDao.queryAndTransform(ApWorkItemDao.java:175)
at
com.tibco.ipe.dao.ApWorkItemDao.queryAndTransform(ApWorkItemDao.java:125)
at
com.tibco.ipe.web.IpeActionFilter.execAction(IpeActionFilter.java:420)
at com.tibco.ipe.web.IpeActionFilter.doFilter(IpeActionFilter.java:266)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.tibco.ipe.web.security.HttpBasicAuthenticationFilter.doFilter(HttpBasicAuthenticationFilter.java:125)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Thread.java:619)
--
View this message in context:
http://old.nabble.com/TransformerConfigurationException%3A-Could-not-load-the-translet-class-%27GregorSamsa%27-tp26827180p26831261.html
Sent from the Xalan - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org
For additional commands, e-mail: xalan-dev-h...@xml.apache.org