You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Jochen Stiepel (JIRA)" <xa...@xml.apache.org> on 2010/11/30 21:30:11 UTC

[jira] Commented: (XALANJ-2526) StackOverflowError at com.sun.org.apache.xml.internal.serializer.ToStream.characters(ToStream.java:1457)

    [ https://issues.apache.org/jira/browse/XALANJ-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965411#action_12965411 ] 

Jochen Stiepel commented on XALANJ-2526:
----------------------------------------

Junitreport: http://ant.apache.org/manual/Tasks/junitreport.html

Ant 1.8.1 Junitreport task creates a file TESTS-TestSuites.xml (18 MB) with the result of all junittests. This result file is than used to gether with the junit-frames.xsl to generate the html junit report. For the most junit test runs this works, but for some test run's it doesn't. So it depends on the data inside the TESTS-TestSuites.xml. 

Do you need more information? How can I provide it...


> StackOverflowError  at com.sun.org.apache.xml.internal.serializer.ToStream.characters(ToStream.java:1457)
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: XALANJ-2526
>                 URL: https://issues.apache.org/jira/browse/XALANJ-2526
>             Project: XalanJ2
>          Issue Type: Bug
>      Security Level: No security risk; visible to anyone(Ordinary problems in Xalan projects.  Anybody can view the issue.) 
>         Environment: Linux, Java 1.6.0_21
>            Reporter: Jochen Stiepel
>            Priority: Blocker
>
> Using the Anttask Junit-Report with an xslt to generate the Junitreport I'm getting this error from the JDK xml parser:
> Caused by: java.lang.StackOverflowError
>         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:116)
>         at org.apache.tools.ant.Task.perform(Task.java:348)
>         at org.apache.tools.ant.Target.execute(Target.java:390)
>         at org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:211)
>         ... 22 more
> Caused by: java.lang.StackOverflowError
>         at com.sun.org.apache.xml.internal.serializer.ToStream.characters(ToStream.java:1457)
>         at com.sun.org.apache.xml.internal.serializer.ToHTMLStream.characters(ToHTMLStream.java:1529)
>         at com.sun.org.apache.xml.internal.serializer.ToStream.characters(ToStream.java:1613)
>         at com.sun.org.apache.xalan.internal.xsltc.runtime.AbstractTranslet.characters(AbstractTranslet.java:618)
>         at junit_frames.br$dash$replace()
>         at junit_frames.br$dash$replace()

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org