[
https://issues.apache.org/jira/browse/NETBEANS-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16608315#comment-16608315
]
Sudhi K commented on NETBEANS-1221:
-----------------------------------
Hi Team,
While running the program log4j error will throw.
Open a new properties file. and save as log4j
[^log4j.properties]
> JasperPrint jp = JasperFillManager.fillReport(jr,null,con) Throws
> error-2018-09-06
> ----------------------------------------------------------------------------------
>
> Key: NETBEANS-1221
> URL: https://issues.apache.org/jira/browse/NETBEANS-1221
> Project: NetBeans
> Issue Type: Task
> Reporter: Sudhi K
> Priority: Major
> Attachments: log4j.properties, today06.png
>
>
> Hi Team,
> try{
> DBConnection con = new DBConnection();
> String reportPath =
> "D:\\ASTR_TRAINING\\ASTRA_THIRD\\src\\Reports\\TestReport.jrxml";
> JasperReport jr = JasperCompileManager.compileReport(reportPath);
> JasperPrint jp = JasperFillManager.fillReport(jr,null,con);
> JasperViewer.viewReport(jp);
> }
> I had changed the jar files multiple time. but "JasperPrint jp =
> JasperFillManager.fillReport(jr,null,con);" here I am facing the issue
> Please feel to reply
> Thanks and Regards,
> Sudhi K
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists