Boa Noite Galera,
Poderiam me ajudar com um erro que to tendo ao utilizar o Jasper?
Criei um relatório, algo simples, exibe alguns dados e tem dois sub reports, que recebem listas de strings.
Porem, ao usuário clicar em imprimir, gera esse erro abaixo e o relatório não é gerado.
[#|2013-07-20T18:42:39.634-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;|net.sf.jasperreports.engine.JRRuntimeException: java.lang.StackOverflowError
at net.sf.jasperreports.engine.fill.JRFillSubreport.prepare(JRFillSubreport.java:750)
at net.sf.jasperreports.engine.fill.JRFillElementContainer.prepareElements(JRFillElementContainer.java:328)
at net.sf.jasperreports.engine.fill.JRFillBand.fill(JRFillBand.java:393)
at net.sf.jasperreports.engine.fill.JRFillBand.fill(JRFillBand.java:352)
at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillColumnBand(JRVerticalFiller.java:2023)
at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillDetail(JRVerticalFiller.java:755)
at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportStart(JRVerticalFiller.java:265)
at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:128)
at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:836)
at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:765)
at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:84)
at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:624)
at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:540)
at br.com.fidelity.managedBean.BuscarResultados.BuscarResultadosController.imprimir(BuscarResultadosController.java:628)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at javax.el.BeanELResolver.invokeMethod(BeanELResolver.java:779)
at javax.el.BeanELResolver.invoke(BeanELResolver.java:528)
at javax.el.CompositeELResolver.invoke(CompositeELResolver.java:257)
at com.sun.el.parser.AstValue.invoke(AstValue.java:248)
at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:302)
at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105)
at javax.faces.event.MethodExpressionActionListener.processAction(MethodExpressionActionListener.java:148)
at javax.faces.event.ActionEvent.processListener(ActionEvent.java:88)
at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:769)
at javax.faces.component.UICommand.broadcast(UICommand.java:300)
at javax.faces.component.UIData.broadcast(UIData.java:1093)
at javax.faces.component.UIData.broadcast(UIData.java:1093)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1259)
at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1550)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:281)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231)
at com.sun.enterprise.v3.services.impl.ContainerMapper$AdapterCallable.call(ContainerMapper.java:317)
at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)
at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)
at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)
at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)
at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)
at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.StackOverflowError
at java.util.HashMap$EntrySet.iterator(HashMap.java:1050)
at java.util.AbstractMap.hashCode(AbstractMap.java:492)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.ja|#]
[#|2013-07-20T18:42:39.635-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;|va:818)
at java.util.AbstractMap.hashCode(AbstractMap.java:494)
at java.util.HashMap$Entry.hashCode(HashMap.java:818)
....
[#|2013-07-20T18:42:39.637-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at net.sf.jasperreports.engine.fill.JRFillSubreport.prepare(JRFillSubreport.java:750)|#]
[#|2013-07-20T18:42:39.638-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at net.sf.jasperreports.engine.fill.JRFillElementContainer.prepareElements(JRFillElementContainer.java:328)|#]
[#|2013-07-20T18:42:39.638-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at net.sf.jasperreports.engine.fill.JRFillBand.fill(JRFillBand.java:393)|#]
[#|2013-07-20T18:42:39.638-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at net.sf.jasperreports.engine.fill.JRFillBand.fill(JRFillBand.java:352)|#]
[#|2013-07-20T18:42:39.638-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillColumnBand(JRVerticalFiller.java:2023)|#]
[#|2013-07-20T18:42:39.638-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillDetail(JRVerticalFiller.java:755)|#]
[#|2013-07-20T18:42:39.639-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportStart(JRVerticalFiller.java:265)|#]
[#|2013-07-20T18:42:39.639-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:128)|#]
[#|2013-07-20T18:42:39.639-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:836)|#]
[#|2013-07-20T18:42:39.639-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:765)|#]
[#|2013-07-20T18:42:39.639-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:84)|#]
[#|2013-07-20T18:42:39.640-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:624)|#]
[#|2013-07-20T18:42:39.640-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:540)|#]
[#|2013-07-20T18:42:39.640-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at br.com.fidelity.managedBean.BuscarResultados.BuscarResultadosController.imprimir(BuscarResultadosController.java:628)|#]
[#|2013-07-20T18:42:39.640-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)|#]
[#|2013-07-20T18:42:39.640-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)|#]
[#|2013-07-20T18:42:39.641-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)|#]
[#|2013-07-20T18:42:39.641-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at java.lang.reflect.Method.invoke(Method.java:606)|#]
[#|2013-07-20T18:42:39.641-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at javax.el.BeanELResolver.invokeMethod(BeanELResolver.java:779)|#]
[#|2013-07-20T18:42:39.641-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at javax.el.BeanELResolver.invoke(BeanELResolver.java:528)|#]
[#|2013-07-20T18:42:39.641-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at javax.el.CompositeELResolver.invoke(CompositeELResolver.java:257)|#]
[#|2013-07-20T18:42:39.641-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.el.parser.AstValue.invoke(AstValue.java:248)|#]
[#|2013-07-20T18:42:39.642-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:302)|#]
[#|2013-07-20T18:42:39.642-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105)|#]
[#|2013-07-20T18:42:39.642-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at javax.faces.event.MethodExpressionActionListener.processAction(MethodExpressionActionListener.java:148)|#]
[#|2013-07-20T18:42:39.642-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at javax.faces.event.ActionEvent.processListener(ActionEvent.java:88)|#]
[#|2013-07-20T18:42:39.642-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:769)|#]
[#|2013-07-20T18:42:39.643-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at javax.faces.component.UICommand.broadcast(UICommand.java:300)|#]
[#|2013-07-20T18:42:39.643-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at javax.faces.component.UIData.broadcast(UIData.java:1093)|#]
[#|2013-07-20T18:42:39.643-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at javax.faces.component.UIData.broadcast(UIData.java:1093)|#]
[#|2013-07-20T18:42:39.643-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)|#]
[#|2013-07-20T18:42:39.643-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1259)|#]
[#|2013-07-20T18:42:39.643-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81)|#]
[#|2013-07-20T18:42:39.644-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)|#]
[#|2013-07-20T18:42:39.644-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)|#]
[#|2013-07-20T18:42:39.644-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)|#]
[#|2013-07-20T18:42:39.644-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1550)|#]
[#|2013-07-20T18:42:39.644-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:281)|#]
[#|2013-07-20T18:42:39.645-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)|#]
[#|2013-07-20T18:42:39.645-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655)|#]
[#|2013-07-20T18:42:39.645-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595)|#]
[#|2013-07-20T18:42:39.645-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)|#]
[#|2013-07-20T18:42:39.645-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331)|#]
[#|2013-07-20T18:42:39.646-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231)|#]
[#|2013-07-20T18:42:39.646-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.enterprise.v3.services.impl.ContainerMapper$AdapterCallable.call(ContainerMapper.java:317)|#]
[#|2013-07-20T18:42:39.646-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)|#]
[#|2013-07-20T18:42:39.646-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)|#]
[#|2013-07-20T18:42:39.646-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)|#]
[#|2013-07-20T18:42:39.647-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)|#]
[#|2013-07-20T18:42:39.647-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)|#]
[#|2013-07-20T18:42:39.647-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)|#]
[#|2013-07-20T18:42:39.647-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)|#]
[#|2013-07-20T18:42:39.647-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)|#]
[#|2013-07-20T18:42:39.647-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)|#]
[#|2013-07-20T18:42:39.648-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)|#]
[#|2013-07-20T18:42:39.648-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)|#]
[#|2013-07-20T18:42:39.648-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.grizzly.ContextTask.run(ContextTask.java:71)|#]
[#|2013-07-20T18:42:39.648-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)|#]
[#|2013-07-20T18:42:39.648-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)|#]
[#|2013-07-20T18:42:39.649-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at java.lang.Thread.run(Thread.java:724)|#]
[#|2013-07-20T18:42:39.649-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;|Caused by: java.lang.StackOverflowError|#]
[#|2013-07-20T18:42:39.649-0300|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=132;_ThreadName=Thread-2;| at java.util.HashMap$EntrySet.iterator(HashMap.java:1050)|#]
Alguém tem idéia do que seja?