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

bhansali.mukesh

Members
  • Posts

    20
  • 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

Posts posted by bhansali.mukesh

  1. Hello Team,

    We are Just using Jasper Library instead of Jasper Client, Server and all.

    When we author a Report in Jasper Studio with a Data Adapter, it generated a property named : com.jaspersoft.studio.data.defaultdataadapter

    And It's assigned value is a relative Path in Studio.

    Fine.

     

    1.    Now when we hand it over this Report to Jasper Library, And it is not in Studio any more,

           I think it is looking for a Property named : net.sf.jasperreports.data.adapter.

           To check whether any data adapter is attached.

    2.   It then look for Adapter file in some relative path which may not be present now as it is running in some other environment now.
          We expect this relative path some directory pre-defined directory


    Queries :

        1. How can I make this studio property work for non-studio environemnt

        2. How can I make Jasper look into some pre-defined directory for Data Adapters.

        3. Can it work straight forward or Do we have a way to make them work without manuall intervention ?

     

  2. Hello Team,

    We are Blocked on third party upgrade for poi jar due to Jasper Library Dependency.

    Here is Detail :

        We are using Jasper Reporting Library Version : jasperreports-6.16.0
        It is working with a older version of poi jar : 4.1.2
        We want to upgrade poi jar to latest.
        But New Version is not compatible with Jasper Library.

    Can we have a fix here or any work around to upgrade poi jar ?

    Below is error log after poi Upgrade :

    java.lang.NoSuchMethodError: org.apache.poi.hssf.usermodel.HSSFFont.getIndex()S
        at net.sf.jasperreports.engine.export.JRXlsExporter$StyleInfo.computeHash(JRXlsExporter.java:2650)
        at net.sf.jasperreports.engine.export.JRXlsExporter$StyleInfo.<init>(JRXlsExporter.java:2640)

    Thanks in advance
    Bhansali

     

  3. Hello All,


    I have a Jasper report where I have :

    1) A  Data Adapter

    2) A Dataset Which is using Above Data Adapter.

    3) A Table which is Using Above Dataset ( in Dataset Run )

     

    Problem Statement : Now I want to add few more headers/parameters to data adapter in run time ( nonce, authentication etc. )


    But not getting proper way to do it.
    I am thinking to modify data adapter when it is created by jasper engine by defined property in dataset.
    Can somebody tell the best way to do it or some other way to solve the problem.


    Thanks in Advance

    Bhansali

  4. Hello Team,

    We are using Jasper Reporting Library Version : jasperreports-6.16.0.jar

    It is working with a quite older version of Jfree jar :  jfreechart-1.0.19.jar

    We want to upgrade jfree jar to jfreechart-1.5.3.jar

    But New Version is not compatible with Jasper Library.

    We checked it with jasper 6.10.0 and Seems issue still persist with Jasper 6.16.0

    Can we have a fix here or any work around to upgrade Jfree
     
    Below is error log after JFree Upgrade :

    2021-03-12 07:31:46,629 WARN  [Thread-75] wt.method.server wcadmin - Uncaught exception on thread: "Thread-75" [id=408]
    java.lang.NoSuchMethodError: org.jfree.chart.title.LegendTitle.setPosition(Lorg/jfree/ui/RectangleEdge;)V
        at net.sf.jasperreports.engine.fill.DefaultChartTheme.configureChart(DefaultChartTheme.java:458)
        at net.sf.jasperreports.engine.fill.DefaultChartTheme.createBarChart(DefaultChartTheme.java:804)
        at net.sf.jasperreports.engine.fill.DefaultChartTheme.createChart(DefaultChartTheme.java:327)
        at net.sf.jasperreports.engine.fill.JRFillChart.evaluateChart(JRFillChart.java:854)
        at net.sf.jasperreports.engine.fill.JRFillChart.evaluateRenderer(JRFillChart.java:807)
        at net.sf.jasperreports.engine.fill.JRFillChart.resolveElement(JRFillChart.java:1415)
        at net.sf.jasperreports.engine.fill.JRFillElement.performDelayedEvaluation(JRFillElement.java:1140)
        at net.sf.jasperreports.engine.fill.JRFillElement.resolveElement(JRFillElement.java:1242)
        at net.sf.jasperreports.engine.fill.ElementEvaluationAction.execute(ElementEvaluationAction.java:69)
        at net.sf.jasperreports.engine.fill.DelayedFillActions.runActions(DelayedFillActions.java:271)
        at net.sf.jasperreports.engine.fill.BaseReportFiller.resolveBoundElements(BaseReportFiller.java:807)
        at net.sf.jasperreports.engine.fill.JRBaseFiller.resolveReportBoundElements(JRBaseFiller.java:1208)
        at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillSummary(JRVerticalFiller.java:1225)
        at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportEnd(JRVerticalFiller.java:299)
        at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:117)
        at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:621)
        at net.sf.jasperreports.engine.fill.BaseReportFiller.fill(BaseReportFiller.java:433)
        at net.sf.jasperreports.engine.fill.JRFiller.fill(JRFiller.java:162)
        at net.sf.jasperreports.engine.JasperFillManager.fill(JasperFillManager.java:651)
        at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:1020)

    Thanks

    Bhansali
     

  5. Hello All,

    we are using generic element to support rich text in Jasper Reporting.

    All the Styles we need is working fine with this.

    The only problem we see is "It works well if content is small but it either crops ( in HTMLFormat  ) or forcefully adjust bigger content in smaller space ( in PDF Format )."

    Can anyone help on this ?

     

    Thanks

    Bhansali

  6. Hello Team,

    We are using Jasper for our Reporting.

    We also have some customized classes for datasources which can be used in Jasper Studio while Authoring Report.

    These classes are compiled in Java 11.which seems not compatible with Jasper Studio.

    Do we have Java 11 Compitabli Jasper Studio ?

    Or do we have a method where we can set environment for Jasper Studio to work with Java 11 ( like we do in eclipse etc. )

      

  7. Hello Team,

    We are using Jasper for our Reporting.
    We are producing Reports in different formats i. e. HTML, PDF, Excel, CSV.

    I see Jasper HTML and Excel is working for Asian  + European Languages.

    But PDF is not Working for Aisan Languages like Japanese,Korean, Chinese.

    It shows blank ( instead of  text ) for these languages.

    I investigated and it seems issue with Default PDF font which is Helvetica.


    Also iText/openpdf seems to have issue for rendering PDF in above languages.

    Do anybody came across these type of problem/solution ?

    Can it be solved with some configuration/property setting ?

    Can we add default PDF font name per locale ?

    Can it be solved by adding some font ?
    (If Yes, Please mention name and link, Preferrably Freeware )

    Thanks 
    Bhansali

×
×
  • Create New...