Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Jasper report Jsp

843840Aug 25 2007 — edited Aug 26 2007
HI

i have created a jasperreport with ireport, created an .jrxml file.The report work fine when i launched it from jcreator with all the libraries added to the classpath.
then i created an javabean to include it into an JSP file with the same code.
i copy all the libraries to the WEB-INF/lib . When i call the page i have this message

ch jrxmlErrors were encountered when compiling report expressions class file: E:\WINDOWS\system32\classic_1188065918796_290680.java:4: package net.sf.jasperreports.engine does not exist import net.sf.jasperreports.engine.*; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:5: package net.sf.jasperreports.engine.fill does not exist import net.sf.jasperreports.engine.fill.*; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:14: package net.sf.jasperreports.engine does not exist import net.sf.jasperreports.engine.*; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:15: package net.sf.jasperreports.engine.data does not exist import net.sf.jasperreports.engine.data.*; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:21: cannot find symbol symbol: class JREvaluator public class classic_1188065918796_290680 extends JREvaluator ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:28: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 private JRFillParameter parameter_REPORT_RESOURCE_BUNDLE = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:29: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 private JRFillParameter parameter_REPORT_CLASS_LOADER = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:30: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 private JRFillParameter parameter_REPORT_FORMAT_FACTORY = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:31: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 private JRFillParameter parameter_REPORT_TIME_ZONE = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:32: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 private JRFillParameter parameter_REPORT_DATA_SOURCE = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:33: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 private JRFillParameter parameter_REPORT_LOCALE = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:34: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 private JRFillParameter parameter_REPORT_URL_HANDLER_FACTORY = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:35: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 private JRFillParameter parameter_REPORT_PARAMETERS_MAP = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:36: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 private JRFillParameter parameter_REPORT_CONNECTION = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:37: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 private JRFillParameter parameter_IS_IGNORE_PAGINATION = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:38: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 private JRFillParameter parameter_REPORT_VIRTUALIZER = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:39: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 private JRFillParameter parameter_REPORT_SCRIPTLET = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:40: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 private JRFillParameter parameter_REPORT_MAX_COUNT = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:41: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 private JRFillField field_Client_prenom = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:42: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 private JRFillField field_Facturepr_t210 = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:43: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 private JRFillField field_Facturepr_net = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:44: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 private JRFillField field_Client_clcode = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:45: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 private JRFillField field_Client_cp = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:46: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 private JRFillField field_Facturepr_t850 = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:47: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 private JRFillField field_Facturepr_fatot = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:48: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 private JRFillField field_Facdet_qteliv = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:49: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 private JRFillField field_Facdet_qtecmd = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:50: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 private JRFillField field_Facdet_faprxht = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:51: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 private JRFillField field_Facdet_pslib = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:52: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 private JRFillField field_Client_genre = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:53: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 private JRFillField field_Facdet_fanum = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:54: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 private JRFillField field_Client_ville = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:55: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 private JRFillField field_Client_adresse = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:56: cannot find symbol symbol : class JRFillVariable location: class classic_1188065918796_290680 private JRFillVariable variable_PAGE_NUMBER = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:57: cannot find symbol symbol : class JRFillVariable location: class classic_1188065918796_290680 private JRFillVariable variable_COLUMN_NUMBER = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:58: cannot find symbol symbol : class JRFillVariable location: class classic_1188065918796_290680 private JRFillVariable variable_REPORT_COUNT = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:59: cannot find symbol symbol : class JRFillVariable location: class classic_1188065918796_290680 private JRFillVariable variable_PAGE_COUNT = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:60: cannot find symbol symbol : class JRFillVariable location: class classic_1188065918796_290680 private JRFillVariable variable_COLUMN_COUNT = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:61: cannot find symbol symbol : class JRFillVariable location: class classic_1188065918796_290680 private JRFillVariable variable_SUM_Facturepr_fatot_1 = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:62: cannot find symbol symbol : class JRFillVariable location: class classic_1188065918796_290680 private JRFillVariable variable_SUM_Facturepr_fatot_2 = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:63: cannot find symbol symbol : class JRFillVariable location: class classic_1188065918796_290680 private JRFillVariable variable_SUM_Facturepr_t850_1 = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:64: cannot find symbol symbol : class JRFillVariable location: class classic_1188065918796_290680 private JRFillVariable variable_SUM_Facturepr_t210_1 = null; ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:87: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 parameter_REPORT_RESOURCE_BUNDLE = (JRFillParameter)pm.get("REPORT_RESOURCE_BUNDLE"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:88: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 parameter_REPORT_CLASS_LOADER = (JRFillParameter)pm.get("REPORT_CLASS_LOADER"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:89: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 parameter_REPORT_FORMAT_FACTORY = (JRFillParameter)pm.get("REPORT_FORMAT_FACTORY"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:90: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 parameter_REPORT_TIME_ZONE = (JRFillParameter)pm.get("REPORT_TIME_ZONE"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:91: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 parameter_REPORT_DATA_SOURCE = (JRFillParameter)pm.get("REPORT_DATA_SOURCE"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:92: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 parameter_REPORT_LOCALE = (JRFillParameter)pm.get("REPORT_LOCALE"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:93: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 parameter_REPORT_URL_HANDLER_FACTORY = (JRFillParameter)pm.get("REPORT_URL_HANDLER_FACTORY"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:94: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 parameter_REPORT_PARAMETERS_MAP = (JRFillParameter)pm.get("REPORT_PARAMETERS_MAP"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:95: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 parameter_REPORT_CONNECTION = (JRFillParameter)pm.get("REPORT_CONNECTION"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:96: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 parameter_IS_IGNORE_PAGINATION = (JRFillParameter)pm.get("IS_IGNORE_PAGINATION"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:97: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 parameter_REPORT_VIRTUALIZER = (JRFillParameter)pm.get("REPORT_VIRTUALIZER"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:98: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 parameter_REPORT_SCRIPTLET = (JRFillParameter)pm.get("REPORT_SCRIPTLET"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:99: cannot find symbol symbol : class JRFillParameter location: class classic_1188065918796_290680 parameter_REPORT_MAX_COUNT = (JRFillParameter)pm.get("REPORT_MAX_COUNT"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:108: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 field_Client_prenom = (JRFillField)fm.get("Client_prenom"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:109: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 field_Facturepr_t210 = (JRFillField)fm.get("Facturepr_t210"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:110: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 field_Facturepr_net = (JRFillField)fm.get("Facturepr_net"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:111: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 field_Client_clcode = (JRFillField)fm.get("Client_clcode"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:112: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 field_Client_cp = (JRFillField)fm.get("Client_cp"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:113: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 field_Facturepr_t850 = (JRFillField)fm.get("Facturepr_t850"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:114: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 field_Facturepr_fatot = (JRFillField)fm.get("Facturepr_fatot"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:115: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 field_Facdet_qteliv = (JRFillField)fm.get("Facdet_qteliv"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:116: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 field_Facdet_qtecmd = (JRFillField)fm.get("Facdet_qtecmd"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:117: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 field_Facdet_faprxht = (JRFillField)fm.get("Facdet_faprxht"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:118: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 field_Facdet_pslib = (JRFillField)fm.get("Facdet_pslib"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:119: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 field_Client_genre = (JRFillField)fm.get("Client_genre"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:120: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 field_Facdet_fanum = (JRFillField)fm.get("Facdet_fanum"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:121: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 field_Client_ville = (JRFillField)fm.get("Client_ville"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:122: cannot find symbol symbol : class JRFillField location: class classic_1188065918796_290680 field_Client_adresse = (JRFillField)fm.get("Client_adresse"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:131: cannot find symbol symbol : class JRFillVariable location: class classic_1188065918796_290680 variable_PAGE_NUMBER = (JRFillVariable)vm.get("PAGE_NUMBER"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:132: cannot find symbol symbol : class JRFillVariable location: class classic_1188065918796_290680 variable_COLUMN_NUMBER = (JRFillVariable)vm.get("COLUMN_NUMBER"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:133: cannot find symbol symbol : class JRFillVariable location: class classic_1188065918796_290680 variable_REPORT_COUNT = (JRFillVariable)vm.get("REPORT_COUNT"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:134: cannot find symbol symbol : class JRFillVariable location: class classic_1188065918796_290680 variable_PAGE_COUNT = (JRFillVariable)vm.get("PAGE_COUNT"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:135: cannot find symbol symbol : class JRFillVariable location: class classic_1188065918796_290680 variable_COLUMN_COUNT = (JRFillVariable)vm.get("COLUMN_COUNT"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:136: cannot find symbol symbol : class JRFillVariable location: class classic_1188065918796_290680 variable_SUM_Facturepr_fatot_1 = (JRFillVariable)vm.get("SUM_Facturepr_fatot_1"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:137: cannot find symbol symbol : class JRFillVariable location: class classic_1188065918796_290680 variable_SUM_Facturepr_fatot_2 = (JRFillVariable)vm.get("SUM_Facturepr_fatot_2"); ^ E:\WINDOWS\system32\classic_1188065918796_290680.java:138: cannot find symbol symbol : class JRFillVariable location: class cl


Thanks Py
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2007
Added on Aug 25 2007
1 comment
291 views