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

deepa.23.nagaraj

Members
  • Posts

    6
  • Joined

  • Last visited

deepa.23.nagaraj's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Hello team, My main report and subreports are in the same location. which is WEB-INF/reports/ I'm setting this location in java class like below path2reports = context.getRealPath("WEB-INF/reports"); The subreport integration in main report looks like below: <parameter name="path2reports" class="java.lang.String" isForPrompting="false"> <subreportExpression><![CDATA[$P{path2reports} + java.io.File.separator + "subreport.jasper"]]></subreportExpression> subreport compiles fine individually but when I compile main report I get the below error. Error filling print... Resource not found at : nullsubreport.jasper net.sf.jasperreports.engine.JRException: Resource not found at : nullsubreport.jasper at net.sf.jasperreports.repo.RepositoryUtil.getResourceFromLocation(RepositoryUtil.java:145) It means it is taking path2reports as null Am I missing something here. Any help is appreciated. TIA
  2. Hello everyone, I Just modified static values on the subreport and compiled it and kept it in the project, it's giving me the null pointer exception. Im not sure on which of idesigner the files were compiled before. They are working good even now , but the problem is new compiled file. Any idea , whats causing the issue?
  3. there are not issue with DB, only few of the values are missing in subreport not all. I checked the DB as well, there are values.
  4. Hi, The software versions and jar versions are the same across all environments. Its working in my local environment if I connect the Test region.
  5. Hi Leo, There are values in DB and fetching them adding them to the report object. However, a few of the elements in one subreport are not displaying the values.
  6. Hi team, we are using ireport 5.6.0 version to compile the jasper reports. It's working as expected on QA and Prod environment, However, some of the values are not displaying when I run the same package in my Test region. Did anyone face a similar issue? Any help? Please Note it's a problem with only one subreport, and even within the same subreport only a few of the values are missing. Thanks in advacne
×
×
  • Create New...