Replies: 5 comments 2 replies
-
I have translated your introduction: using the eclipce/Birt reporter, from Edge it generates the following error, if it is executed in IE it works So see what will happend we would need a little bit mor information, which BIRT-version you use and you java-version. Corect is that the session of the local server will be retired after to long inactivation. |
Beta Was this translation helpful? Give feedback.
-
la versión BIRT 4.9 y Java 11 en un tomcat 9, se desconecta cuando se trata de extraer el csv. |
Beta Was this translation helpful? Give feedback.
-
Buenas tardes |
Beta Was this translation helpful? Give feedback.
-
org.eclipse.birt.report.exception.ViewerException: The viewing session is not available or has expired. |
Beta Was this translation helpful? Give feedback.
-
I have tested your processing with BIRT 4.9 Version OSGI and Java 11 / 17 with Tomcat 9.0.52 I tested on Edge, IE and FireFox but in each case I got e got result with the according CSV file. It seems to me not default issue on the BIRT framing. |
Beta Was this translation helpful? Give feedback.
-
usando el reporteador eclipce/Bir, desde Edge genera el siguiente error, si se ejecuta en IE si funciona
link
https://localhost/birt/extract?__report=report/TEST.rptdesign&Empresa=1&Usuario=usr&__sessionId=20221020_161627_416&__dpi=96
error
org.eclipse.birt.report.exception.ViewerException: The viewing session is not available or has expired.
at org.eclipse.birt.report.servlet.BaseReportEngineServlet.doGet(BaseReportEngineServlet.java:144)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:626)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:332)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
at org.eclipse.birt.report.servlet.BaseReportEngineServlet.service(BaseReportEngineServlet.java:113)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerFilter.java:71)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1589)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
Beta Was this translation helpful? Give feedback.
All reactions