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

csrnivas

Members
  • Posts

    5
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by csrnivas

  1. Hi All, This is Srini. I'm from java background, currently working in JASPER REPOETS. I'm facing a issue with stretch with flow. The details of the issue are as follows. I have report where i have a text field. Its size is decided at the runtime i.e based on the data in database. So i'm using stretch with over flow option. The value of the text field is not stretching when it over flows and the evaluation time is report. only its displayign the value that fits the text field. remainign text is missing. The value of the text field is not displaying when it over flows and the evaluation time is now. Black is being displayed. Can anyone suggest the solution for this. Thanks in Advance.......... Rgds, Srini
  2. Hi All, This is Srini. I want to know whether jasper reports supports .EPS image formats. If yes, shich version Jasper Reports will support this.
  3. HI, This is Srini. I have a scenario like this. I have two reports Detail & Summary Report. Depending upon the user seletion we need to diaplay the respective report. Suppose if the user select Summary we need to display Summart Report, if the used selection is Detail then diaplay Detail & if the user selection is both display both summaty & detail. For handling this i designed tworeports called summary report & detail Report respectively. I included the detail report as a sub report in the main(Summary) report. i added condition such a way so that if will display the respective reports based on the user selection. Its working fine. But the Clients wants to display columnHeader on each page. I checked the option Print Header on Each Page. Its working fine for the first two user selections i.e Summary & Detail. But if the user selects Both, here comes the issue into picture. Its displaying the Summary report with Summary Header, But its diaplaying the Detail Report with both the Summary Header followed by Detail Header. Plz do suggest a solution for this. You can see the Issue given below. Summary Report ACCOUNTS SUMMARY REPORTACCOUNT ID ACCOUNT NAME ACCOUNT BALANCE ($USD) 101 Srini 300 102 Sree 600 Detail ReportACCOUNTS DETAIL REPORTACCOUNT ID ACCOUNT NAME ACCOUNT BALANCE ($USD) BANK BRANCH 101 Srini 300 HYD 102 Sree 600 BAN When I selected both option the report is being displayed as followsBoth ACCOUNTS SUMMARY REPORTACCOUNT ID ACCOUNT NAME ACCOUNT BALANCE ($USD) 101 Srini 300 102 Sree 600ACCOUNTS DETAIL REPORTACCOUNT ID ACCOUNT NAME ACCOUNT BALANCE ($USD)ACCOUNT ID ACCOUNT NAME ACCOUNT BALANCE ($USD) BANK BRANCH 101 Srini 300 HYD 102 Sree 600 BAN Thanks in Advance......... Regards, Srini
  4. HI All, This is Srini. I'm working on Jasper Reports. I have a field called Description in my report. There are many repords in the Database for the column Description. there is one more column called bold in db. the possible value for this column is ' T ' & ' F ' . While displaying Description fields values in PDF i need to show few record in bold letters for which bold flag is true. can anyone plz help me to achive this requirement. For Reference: The report should look like this. ACCOUNT ID DESCRIPTION BANK BRANCH 123 Savings Bangalore 124 Current Bangalore 143 SALARY Hyderabad (The Bold flag is true in DB) DATABASE TABLE ACCOUNT _ID DESCRIPTION BANK _BRANCH BOLD_FLAG 123 Savings Bangalore F 124 Current Bangalore F 143 SALARY Hyderabad T Thanks in Advance. Regards, Srini Code:
  5. Hi All, I'm new to Jasper & Liferay. I'm trying to deploy Jasper Server Portlet.war in the liferay tomcat bundle. liferay-portal-5.2.3 tomcat-5.5.27. I'm able to display the repository & reports available in that. while displaying a report i'm not able to see the exporter icons on the report page (PDF, CSV etc.) . I have gone thru the different options given in google. But i'm unable to resolve. I'm struct at that point. I have given the console output. Plz do the needful ASAP. Regards, Srini Code:Loading jar:file:/E:/Program%20Files/liferay-portal-5.2.3/tomcat-5.5.27/webapps/ROOT/WEB-INF/lib/portal-impl.jar!/content-types.properties06:01:34,953 INFO [PluginPackageUtil:1347] Checking for available updatesnet.sf.jasperreports.engine.JRException: No input source supplied to the exporter. at net.sf.jasperreports.engine.JRAbstractExporter.setInput(JRAbstractExporter.java:605) at net.sf.jasperreports.engine.export.JRHtmlExporter.exportReport(JRHtmlExporter.java:216) at com.jaspersoft.jasperserver.portlet.image.ImageServlet.doGet(UnknownSource) at javax.servlet.http.HttpServlet.service(HttpServlet.java:627) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) at java.lang.Thread.run(Thread.java:595)06:02:02,109 INFO [PluginPackageUtil:1153] Reloading repositoriesnet.sf.jasperreports.engine.JRException: Page index out of range : 0 of -1 at net.sf.jasperreports.engine.JRAbstractExporter.setPageRange(JRAbstractExporter.java:676) at net.sf.jasperreports.engine.export.JRHtmlExporter.exportReport(JRHtmlExporter.java:226) at com.jaspersoft.jasperserver.portlet.controller.JSPortletViewController.getReport(Unknown Source) at com.jaspersoft.jasperserver.portlet.controller.JSPortletViewController.handleRenderRequest(Unknown Source) at org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter.handleRender(SimpleControllerHandlerAdapter.java:46) at org.springframework.web.portlet.DispatcherPortlet.doRenderService(DispatcherPortlet.java:705) at org.springframework.web.portlet.FrameworkPortlet.processRequest(FrameworkPortlet.java:420) at org.springframework.web.portlet.FrameworkPortlet.doDispatch(FrameworkPortlet.java:391) at javax.portlet.GenericPortlet.render(GenericPortlet.java:233) at com.sun.portal.portletcontainer.appengine.filter.FilterChainImpl.doFilter(FilterChainImpl.java:126) at com.liferay.portal.kernel.portlet.PortletFilterUtil.doFilter(PortletFilterUtil.java:69) at com.liferay.portal.kernel.servlet.PortletServlet.service(PortletServlet.java:100) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:679) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:584) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:497) at com.liferay.portlet.InvokerPortletImpl.invoke(InvokerPortletImpl.java:618) at com.liferay.portlet.InvokerPortletImpl.invokeRender(InvokerPortletImpl.java:700) at com.liferay.portlet.InvokerPortletImpl.render(InvokerPortletImpl.java:419) at org.apache.jsp.html.portal.render_005fportlet_jsp._jspService(Unknown Source) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:679) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:584) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:497) at com.liferay.portal.util.PortalImpl.renderPortlet(PortalImpl.java:2884) at com.liferay.portal.util.PortalUtil.renderPortlet(PortalUtil.java:897) at com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil.processPortlet(RuntimePortletUtil.java:170) at com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil.processPortlet(RuntimePortletUtil.java:103) at com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil.processTemplate(RuntimePortletUtil.java:281) at com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil.processTemplate(RuntimePortletUtil.java:190) at org.apache.jsp.html.portal.layout.view.portlet_jsp._jspService(Unknown Source) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:679) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:584) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:497) at com.liferay.portal.action.LayoutAction.includeLayoutContent(LayoutAction.java:294) at com.liferay.portal.action.LayoutAction.processLayout(LayoutAction.java:471) at com.liferay.portal.action.LayoutAction.execute(LayoutAction.java:195) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236) at com.liferay.portal.struts.PortalRequestProcessor.process(PortalRequestProcessor.java:157) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.service(HttpServlet.java:627) at com.liferay.portal.servlet.MainServlet.callParentService(MainServlet.java:608) at com.liferay.portal.servlet.MainServlet.service(MainServlet.java:846) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:679) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:399) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301) at com.liferay.portal.servlet.FriendlyURLServlet.service(FriendlyURLServlet.java:143) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at com.liferay.portal.kernel.servlet.BaseFilter.processFilter(BaseFilter.java:154) at com.liferay.portal.servlet.filters.strip.StripFilter.processFilter(StripFilter.java:142) at com.liferay.portal.kernel.servlet.BaseFilter.doFilter(BaseFilter.java:91) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at com.liferay.portal.kernel.servlet.BaseFilter.processFilter(BaseFilter.java:154) at com.liferay.portal.kernel.servlet.BaseFilter.doFilter(BaseFilter.java:94) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at com.liferay.portal.kernel.servlet.BaseFilter.processFilter(BaseFilter.java:154)
×
×
  • Create New...