Jump to content
We've recently updated our Privacy Statement, available here ×

mr_jaber

Members
  • Posts

    9
  • Joined

  • Last visited

mr_jaber's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi, We have developed an HTML based reports that can be accessable by URL. everything is working fine till 2 users are trying to access the reports application at the sametime. it throws the following error: javax.servlet.ServletException: No JasperPrint documents found on the HTTP session. at net.sf.jasperreports.j2ee.servlets.ImageServlet.service(ImageServlet.java:95) at javax.servlet.http.HttpServlet.service(HttpServlet.java:725) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:610) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:537) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1085) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:658) at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:222) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1556) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1513) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Unknown Source) Any idea, Thanks,
  2. Hi, I'm facing some issues when deploying my Reports on Unix, some char. is being truncated at the end of the sentence. the fonts is working fine with me. Do i have to generate (compile) to .jasper on Unix or is it ok to use Windows for compile and then deploy on Unix. does any one have any suggestion. Thanks.
  3. Hi, i have a report on which the report body is devided into 4 columns, my report is RTL based , the problem is when deviding the report into many columns the order of filling these columns will be LTR all the time, on other words it will expand starting from left most column and so, how can i solve this filling it from right to left. Thanks,
  4. Hi, i have a Report with a Graph Chart included in the Column Footer section, the Chart always displayed at the bottom of the section, is there any property i should alter to get it top justified. Thanks
  5. Thanks for the Explanaion Lucian ,
  6. hi all , i have created a new report and tried to use crosstab , i have table of 3 columns country,year and id (all are numbers) , i went through the wizard and every thing is ok , but when i try to "Execute" it it gives me this error : Error filling print... Error incrementing crosstab dataset net.sf.jasperreports.engine.JRRuntimeException: Error incrementing crosstab dataset at net.sf.jasperreports.engine.fill.JRFillCrosstab$JRFillCrosstabDataset.customIncrement(JR FillCrosstab.java:654) ... iam using iReport 1.3.2 , any assistance on solving this !! thanks in adnavce
  7. hi all , i have created a new report and tried to use crosstab , i have table of 3 columns country,year and id (all are numbers) , i went through the wizard and every thing is ok , but when i try to "Execute" it it gives me this error : ErrorÂfillingÂprint...ÂErrorÂincrementingÂcrosstabÂdataset net.sf.jasperreports.engine.JRRuntimeException:ÂErrorÂincrementingÂcrosstabÂdataset ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JRFillCrosstab$JRFillCrosstabDataset.customIncrement(JRFillCrosstab.java:654) ... any assistance on solving this !!
  8. hi all , i have a certain case iam not sure whether JasperReport is Capable of , i need to have a field within my report which can render HTML , in another words the user will send HTML formatted text as parameter to the report , and the report should render it and display it , any Hints ... Thanks in advance
  9. hi all , i have a certain case iam not sure whether JasperReport is Capable of , i need to have a field within my report which can render HTML , in another words the user will send HTML formatted text as parameter to the report , and the report should render it and display it , any Hints ... Thanks in advance
×
×
  • Create New...