Jasper report Jdeveloper 11g

Hi
I want to run a jasper report in Jdeveloper 11g with weblogic internal server 10.3. I am facing the compliling time errors.
]] Root cause of ServletException.
net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file:
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:4: package net.sf.jasperreports.engine does not exist
import net.sf.jasperreports.engine.*;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:5: package net.sf.jasperreports.engine.fill does not exist
import net.sf.jasperreports.engine.fill.*;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:18: cannot find symbol
symbol: class JREvaluator
public class PDFReport_1242746795729_631091 extends JREvaluator
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:25: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_REPORT_LOCALE = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:26: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_JASPER_REPORT = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:27: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_REPORT_VIRTUALIZER = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:28: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_REPORT_TIME_ZONE = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:29: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_REPORT_FILE_RESOLVER = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:30: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_ReportTitle = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:31: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_REPORT_SCRIPTLET = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:32: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_REPORT_PARAMETERS_MAP = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:33: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_REPORT_CONNECTION = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:34: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_REPORT_CLASS_LOADER = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:35: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_REPORT_DATA_SOURCE = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:36: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_REPORT_URL_HANDLER_FACTORY = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:37: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_IS_IGNORE_PAGINATION = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:38: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_REPORT_FORMAT_FACTORY = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:39: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_REPORT_MAX_COUNT = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:40: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_REPORT_TEMPLATES = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:41: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
private JRFillParameter parameter_REPORT_RESOURCE_BUNDLE = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:42: cannot find symbol
symbol : class JRFillField
location: class PDFReport_1242746795729_631091
private JRFillField field_Publisher = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:43: cannot find symbol
symbol : class JRFillField
location: class PDFReport_1242746795729_631091
private JRFillField field_CatalogId = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:44: cannot find symbol
symbol : class JRFillField
location: class PDFReport_1242746795729_631091
private JRFillField field_Journal = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:45: cannot find symbol
symbol : class JRFillField
location: class PDFReport_1242746795729_631091
private JRFillField field_Edition = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:46: cannot find symbol
symbol : class JRFillField
location: class PDFReport_1242746795729_631091
private JRFillField field_Author = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:47: cannot find symbol
symbol : class JRFillField
location: class PDFReport_1242746795729_631091
private JRFillField field_Title = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:48: cannot find symbol
symbol : class JRFillVariable
location: class PDFReport_1242746795729_631091
private JRFillVariable variable_PAGE_NUMBER = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:49: cannot find symbol
symbol : class JRFillVariable
location: class PDFReport_1242746795729_631091
private JRFillVariable variable_COLUMN_NUMBER = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:50: cannot find symbol
symbol : class JRFillVariable
location: class PDFReport_1242746795729_631091
private JRFillVariable variable_REPORT_COUNT = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:51: cannot find symbol
symbol : class JRFillVariable
location: class PDFReport_1242746795729_631091
private JRFillVariable variable_PAGE_COUNT = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:52: cannot find symbol
symbol : class JRFillVariable
location: class PDFReport_1242746795729_631091
private JRFillVariable variable_COLUMN_COUNT = null;
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:75: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_REPORT_LOCALE = (JRFillParameter)pm.get("REPORT_LOCALE");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:76: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_JASPER_REPORT = (JRFillParameter)pm.get("JASPER_REPORT");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:77: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_REPORT_VIRTUALIZER = (JRFillParameter)pm.get("REPORT_VIRTUALIZER");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:78: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_REPORT_TIME_ZONE = (JRFillParameter)pm.get("REPORT_TIME_ZONE");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:79: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_REPORT_FILE_RESOLVER = (JRFillParameter)pm.get("REPORT_FILE_RESOLVER");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:80: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_ReportTitle = (JRFillParameter)pm.get("ReportTitle");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:81: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_REPORT_SCRIPTLET = (JRFillParameter)pm.get("REPORT_SCRIPTLET");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:82: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_REPORT_PARAMETERS_MAP = (JRFillParameter)pm.get("REPORT_PARAMETERS_MAP");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:83: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_REPORT_CONNECTION = (JRFillParameter)pm.get("REPORT_CONNECTION");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:84: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_REPORT_CLASS_LOADER = (JRFillParameter)pm.get("REPORT_CLASS_LOADER");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:85: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_REPORT_DATA_SOURCE = (JRFillParameter)pm.get("REPORT_DATA_SOURCE");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:86: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_REPORT_URL_HANDLER_FACTORY = (JRFillParameter)pm.get("REPORT_URL_HANDLER_FACTORY");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:87: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_IS_IGNORE_PAGINATION = (JRFillParameter)pm.get("IS_IGNORE_PAGINATION");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:88: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_REPORT_FORMAT_FACTORY = (JRFillParameter)pm.get("REPORT_FORMAT_FACTORY");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:89: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_REPORT_MAX_COUNT = (JRFillParameter)pm.get("REPORT_MAX_COUNT");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:90: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_REPORT_TEMPLATES = (JRFillParameter)pm.get("REPORT_TEMPLATES");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:91: cannot find symbol
symbol : class JRFillParameter
location: class PDFReport_1242746795729_631091
parameter_REPORT_RESOURCE_BUNDLE = (JRFillParameter)pm.get("REPORT_RESOURCE_BUNDLE");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:100: cannot find symbol
symbol : class JRFillField
location: class PDFReport_1242746795729_631091
field_Publisher = (JRFillField)fm.get("Publisher");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:101: cannot find symbol
symbol : class JRFillField
location: class PDFReport_1242746795729_631091
field_CatalogId = (JRFillField)fm.get("CatalogId");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:102: cannot find symbol
symbol : class JRFillField
location: class PDFReport_1242746795729_631091
field_Journal = (JRFillField)fm.get("Journal");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:103: cannot find symbol
symbol : class JRFillField
location: class PDFReport_1242746795729_631091
field_Edition = (JRFillField)fm.get("Edition");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:104: cannot find symbol
symbol : class JRFillField
location: class PDFReport_1242746795729_631091
field_Author = (JRFillField)fm.get("Author");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:105: cannot find symbol
symbol : class JRFillField
location: class PDFReport_1242746795729_631091
field_Title = (JRFillField)fm.get("Title");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:114: cannot find symbol
symbol : class JRFillVariable
location: class PDFReport_1242746795729_631091
variable_PAGE_NUMBER = (JRFillVariable)vm.get("PAGE_NUMBER");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:115: cannot find symbol
symbol : class JRFillVariable
location: class PDFReport_1242746795729_631091
variable_COLUMN_NUMBER = (JRFillVariable)vm.get("COLUMN_NUMBER");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:116: cannot find symbol
symbol : class JRFillVariable
location: class PDFReport_1242746795729_631091
variable_REPORT_COUNT = (JRFillVariable)vm.get("REPORT_COUNT");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:117: cannot find symbol
symbol : class JRFillVariable
location: class PDFReport_1242746795729_631091
variable_PAGE_COUNT = (JRFillVariable)vm.get("PAGE_COUNT");
^
C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\PDFReport_1242746795729_631091.java:118: cannot find symbol
symbol : class JRFillVariable
location: class PDFReport_1242746795729_631091
variable_COLUMN_COUNT = (JRFillVariable)vm.get("COLUMN_COUNT");
^
59 errors
     at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:195)
     at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:219)
     at jsp_servlet.__catalog._jspService(__catalog.java:90)
     at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     Truncated. see log file for complete stacktrace
>
could I know the libraries to be added to run the jasper report on the jdeveloper 11g

Any body can tell me how to create jasper report in oracle jdevloper 11 g .

Similar Messages

  • How to generate a project report for a BPM project in Oracle Jdeveloper 11g

    Hi,
    Till Oracle 10g we can generate a project report by right clicking on project name in BPM studio project navigator.
    Is this facility available with Jdeveloper 11g for BPM project as I am not able to generate the report.
    If this is possible than please let me know how can i generate.
    Thanks
    GG

    Hi there,
    I would also like to know when the Project Report functionality will be available for 11g.
    My client have several BA's who are crying out for documentation and exported diagrams, which are exactly what the Project Report features provided.
    Any ideas if it will come back?
    Cheers,
    Chris

  • How to integrate Crystal Report  with oracle JDeveloper 11g

    Hi,
    How to integrate Crystal Report  with oracle JDeveloper 11g
    Regards ,
    Amol

    I dont think that you can integrate Crystal Reports with JDevelpoer but you can use runtime libraries to your project to get crystal report functionality
    To know more please go through supported platforms
    [Supported Platforms|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/504d0204-681e-2b10-2381-853d88974cfc]
    Regards,
    Tej

  • Jdeveloper - calling jasper reports - sample

    Hi guys.
    Someone knows where I can find a sample of an application jdeveloper executing a jasper report?
    I have imported jasperreports.jar and i tried the code bellow, but it gives an error message - java.io.FileNotFoundException: FirstJasper.jrxml
    The file is in the same directory as my class. but it doesn´t work.....
    please I need help..
    import java.awt.Image;
    import java.awt.MediaTracker;
    import java.awt.Panel;
    import java.awt.Toolkit;
    import java.io.File;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
    import java.util.HashMap;
    import java.util.Map;
    import net.sf.jasperreports.engine.JRException;
    import net.sf.jasperreports.engine.JRExporterParameter;
    import net.sf.jasperreports.engine.JasperExportManager;
    import net.sf.jasperreports.engine.JasperFillManager;
    import net.sf.jasperreports.engine.JasperPrint;
    import net.sf.jasperreports.engine.JasperPrintManager;
    import net.sf.jasperreports.engine.JasperRunManager;
    import net.sf.jasperreports.engine.export.JExcelApiExporter;
    import net.sf.jasperreports.engine.export.JRCsvExporter;
    import net.sf.jasperreports.engine.export.JRRtfExporter;
    import net.sf.jasperreports.engine.export.JRXlsExporter;
    import net.sf.jasperreports.engine.export.JRXlsExporterParameter;
    import net.sf.jasperreports.engine.export.oasis.JROdtExporter;
    import net.sf.jasperreports.engine.util.JRLoader;
    import oracle.jdbc.OracleDriver;
    public class Reports
         private static final String TASK_FILL = "fill";
         private static final String TASK_PRINT = "print";
         private static final String TASK_PDF = "pdf";
         private static final String TASK_XML = "xml";
         private static final String TASK_XML_EMBED = "xmlEmbed";
         private static final String TASK_HTML = "html";
         private static final String TASK_RTF = "rtf";
         private static final String TASK_XLS = "xls";
         private static final String TASK_JXL = "jxl";
         private static final String TASK_CSV = "csv";
         private static final String TASK_ODT = "odt";
         private static final String TASK_RUN = "run";
         public String printSecam()
              String taskName = "pdf";
              String fileName = "FirstJasper.jrxml";
              try
                   long start = System.currentTimeMillis();
                   if (TASK_FILL.equals(taskName))
                        //Preparing parameters
                        Image image =
                             Toolkit.getDefaultToolkit().createImage(
                                  JRLoader.loadBytesFromLocation("dukesign.jpg")
                        MediaTracker traker = new MediaTracker(new Panel());
                        traker.addImage(image, 0);
                        try
                             traker.waitForID(0);
                        catch (Exception e)
                             e.printStackTrace();
                        Map parameters = new HashMap();
                        parameters.put("ReportTitle", "The First Jasper Report Ever");
                        parameters.put("MaxOrderID", new Integer(10500));
                        parameters.put("SummaryImage", image);
                        JasperFillManager.fillReportToFile(fileName, parameters, getConnection());
                        System.err.println("Filling time : " + (System.currentTimeMillis() - start));
                   else if (TASK_PRINT.equals(taskName))
                        JasperPrintManager.printReport(fileName, true);
                        System.err.println("Printing time : " + (System.currentTimeMillis() - start));
                   else if (TASK_PDF.equals(taskName))
                        System.out.println("pdf");
    JasperExportManager.exportReportToPdfFile(fileName);
                        System.err.println("PDF creation time : " + (System.currentTimeMillis() - start));
                   else if (TASK_XML.equals(taskName))
                        JasperExportManager.exportReportToXmlFile(fileName, false);
                        System.err.println("XML creation time : " + (System.currentTimeMillis() - start));
                   else if (TASK_XML_EMBED.equals(taskName))
                        JasperExportManager.exportReportToXmlFile(fileName, true);
                        System.err.println("XML creation time : " + (System.currentTimeMillis() - start));
                   else if (TASK_HTML.equals(taskName))
                        JasperExportManager.exportReportToHtmlFile(fileName);
                        System.err.println("HTML creation time : " + (System.currentTimeMillis() - start));
                   else if (TASK_RTF.equals(taskName))
                        File sourceFile = new File(fileName);
                        JasperPrint jasperPrint = (JasperPrint)JRLoader.loadObject(sourceFile);
                        File destFile = new File(sourceFile.getParent(), jasperPrint.getName() + ".rtf");
                        JRRtfExporter exporter = new JRRtfExporter();
                        exporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint);
                        exporter.setParameter(JRExporterParameter.OUTPUT_FILE_NAME, destFile.toString());
                        exporter.exportReport();
                        System.err.println("RTF creation time : " + (System.currentTimeMillis() - start));
                   else if (TASK_XLS.equals(taskName))
                        File sourceFile = new File(fileName);
                        Map dateFormats = new HashMap();
                        dateFormats.put("EEE, MMM d, yyyy", "ddd, mmm d, yyyy");
                        JasperPrint jasperPrint = (JasperPrint)JRLoader.loadObject(sourceFile);
                        File destFile = new File(sourceFile.getParent(), jasperPrint.getName() + ".xls");
                        JRXlsExporter exporter = new JRXlsExporter();
                        exporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint);
                        exporter.setParameter(JRExporterParameter.OUTPUT_FILE_NAME, destFile.toString());
                        exporter.setParameter(JRXlsExporterParameter.IS_ONE_PAGE_PER_SHEET, Boolean.TRUE);
                        exporter.setParameter(JRXlsExporterParameter.IS_DETECT_CELL_TYPE, Boolean.TRUE);
                        exporter.setParameter(JRXlsExporterParameter.FORMAT_PATTERNS_MAP, dateFormats);
                        exporter.exportReport();
                        System.err.println("XLS creation time : " + (System.currentTimeMillis() - start));
                   else if (TASK_JXL.equals(taskName))
                        File sourceFile = new File(fileName);
                        JasperPrint jasperPrint = (JasperPrint)JRLoader.loadObject(sourceFile);
                        File destFile = new File(sourceFile.getParent(), jasperPrint.getName() + ".jxl.xls");
                        JExcelApiExporter exporter = new JExcelApiExporter();
                        exporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint);
                        exporter.setParameter(JRExporterParameter.OUTPUT_FILE_NAME, destFile.toString());
                        exporter.setParameter(JRXlsExporterParameter.IS_ONE_PAGE_PER_SHEET, Boolean.TRUE);
                        exporter.exportReport();
                        System.err.println("XLS creation time : " + (System.currentTimeMillis() - start));
                   else if (TASK_CSV.equals(taskName))
                        File sourceFile = new File(fileName);
                        JasperPrint jasperPrint = (JasperPrint)JRLoader.loadObject(sourceFile);
                        File destFile = new File(sourceFile.getParent(), jasperPrint.getName() + ".csv");
                        JRCsvExporter exporter = new JRCsvExporter();
                        exporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint);
                        exporter.setParameter(JRExporterParameter.OUTPUT_FILE_NAME, destFile.toString());
                        exporter.exportReport();
                        System.err.println("CSV creation time : " + (System.currentTimeMillis() - start));
                   else if (TASK_ODT.equals(taskName))
                        File sourceFile = new File(fileName);
                        JasperPrint jasperPrint = (JasperPrint)JRLoader.loadObject(sourceFile);
                        File destFile = new File(sourceFile.getParent(), jasperPrint.getName() + ".odt");
                        JROdtExporter exporter = new JROdtExporter();
                        exporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint);
                        exporter.setParameter(JRExporterParameter.OUTPUT_FILE_NAME, destFile.toString());
                        exporter.exportReport();
                        System.err.println("ODT creation time : " + (System.currentTimeMillis() - start));
                   else if (TASK_RUN.equals(taskName))
                        //Preparing parameters
                        Image image = Toolkit.getDefaultToolkit().createImage("dukesign.jpg");
                        MediaTracker traker = new MediaTracker(new Panel());
                        traker.addImage(image, 0);
                        try
                             traker.waitForID(0);
                        catch (Exception e)
                             e.printStackTrace();
                        Map parameters = new HashMap();
                        parameters.put("ReportTitle", "The First Jasper Report Ever");
                        parameters.put("MaxOrderID", new Integer(10500));
                        parameters.put("SummaryImage", image);
                        JasperRunManager.runReportToPdfFile(fileName, parameters, getConnection());
                        System.err.println("PDF running time : " + (System.currentTimeMillis() - start));
                   else
                        usage();
              catch (JRException e)
                   e.printStackTrace();
              catch (Exception e)
                   e.printStackTrace();
    return null;
         private static void usage()
              System.out.println( "JasperApp usage:" );
              System.out.println( "\tjava JasperApp task file" );
              System.out.println( "\tTasks : fill | print | pdf | xml | xmlEmbed | html | rtf | xls | jxl | csv | odt | run" );
         private static Connection getConnection() throws ClassNotFoundException, SQLException
              try{
              String thinConn = "jdbc:oracle:thin:@10.1.1.99:1521:abc";
              DriverManager.registerDriver(new OracleDriver());
              Connection conn =
              DriverManager.getConnection(thinConn, "abc","abc");
              conn.setAutoCommit(false);
              return conn;
              }catch(SQLException e){
              System.out.println("failed");
              return null;
    }

    Thank you guys I got to create a pdf report with jasper following this tips
    http://www.theregister.co.uk/2006/10/24/jasperreports_tutorial/

  • How to deploy Jdeveloper application to war file using jasper reports?

    Hello people,
    I´m not sure I this is the right place to ask, but I really need help.
    I´m using Jdeve 10.1.3.2
    My application is working perfectly. However when I deploy to war file in publish it into application server OC4J. I can´t print report.
    the error says that it can´t find jrxml file.
    I´ve tried to deploy report´s files with the applicaiton. I´ve tried just to set the path of the jrxml file. but nothing works.
    How can I deploy my applicattion to use Jasper reports correctly?
    Thanks willian

    Hi,
    I think first you need to wrap it into an EAR file, then you can deploy it.
    As far as I know standalone deployment of WAR is deprecated as of 640.
    similar threads:
    How to deploy .war on NWDI
    Deploying an existing WAR file into the Portal
    Hopefully this tutorial also gives some idea:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/70/13353094af154a91cbe982d7dd0118/frameset.htm
    Regards,
    Ervin

  • ADF 11G: opening PDF into new Window using Jasper Report

    Hello, I am using JDev 11.1.1.5.0
    I have a page into a bound Task FLow containing a table and a "print "button".
    I am using Jasper Report to create a PDF document.
    I want this document to be opened into a new Window when the user click on the button.
    I've been reading several threads/blogs to do this but it is not working.
    please help me out with the sample or some link where I can refer.
    Thanks
    Sanjeev

    Hi All,
    Today I checked and got the Reason why Server is getting shut down while closing the Report window.... this is just because of JasperViewer.
    so while opening the JasperViewer to show the Report we need to pass the second parameter as False.
    JasperViewer.viewReport(jasperPrint,false);k thanks for your update....
    but still my actual problem exist....
    I don't want to use JasperViewer to view the Report.
    Like when I'm clicking on Button PDF Report is opening in the same Winodw.
                    response.setHeader("Content-Disposition",
                                       "inline; filename=\"ReportFile.pdf\"");it will open as attachment if I'll use the below code and my ShowReport Button is getting disabled....
                    response.setHeader("Content-Disposition",
                                       "attachement; filename=\"ReportFile.pdf\"");As in Page ShowReport Button is getting disabled so after exporting the Report I want to redirect to the page but getting Error like Illegal State Exception: Response Already Commiteed
    Error Log:
    java.lang.IllegalStateException: Response already committed
         at weblogic.servlet.internal.ServletResponseImpl.objectIfCommitted(ServletResponseImpl.java:1608)
         at weblogic.servlet.internal.ServletResponseImpl.sendRedirect(ServletResponseImpl.java:834)
         at javax.servlet.http.HttpServletResponseWrapper.sendRedirect(HttpServletResponseWrapper.java:136)
         at view.org.webcenter.sample.view.servlet.JasperServlet.doPost(JasperServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:524)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
         at org.webcenter.sample.view.bean.JasperReport.callServlet(JasperReport.java:46)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(Unknown Source)
         at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:788)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:306)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:186)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)please help me out with the sample or some link where I can refer, its very important.
    Thanks
    Sanjeev
    Edited by: Sanjeev on Jun 5, 2013 10:50 PM

  • Open Jasper Report in new page using servlet

    Guys,
    Looks very simple but i am having problem making this process work. I am using 11.1.1.4
    This is my use case:
    - From a employee page, user clicks on a menu item to open report for current employee. I need to pass appropriate report parameters to servlet and open report into new page.
    I can successfully call servlet using commandmenuitem and set request parameters and call servlet from backing bean.... but that doesn't open report in a new page.... any way i can do this?
    Another option i tried was that using gomenuitem and setting target=blank but in that case i need to pass the parameter using servlet url which i like to avoid.(in case i need to pass many parameters in future) (also values will be set on page so i need to generate url when then click the menuitem...... so there are some hoops and loops i need to go through) I don't know a way to pass the request parameter using backing bean to servlet... i don't think it is possible.
    Those are the two approaches i tried.
    If you have any better approach...I would appreciate if you can let me know. (i have searched on internet for two days now.... for the solution)
    -R
    Edited by: polo on Dec 13, 2011 7:22 AM

    Hi,
    Hope following will useful
    http://sameh-nassar.blogspot.com/2009/10/using-jasper-reports-with-jdeveloper.html
    http://www.gebs.ro/blog/oracle/jasper-reports-in-adf/

  • JDeveloper 11g (Build 5156) fail to install on Ubuntu 8.04

    Installation of JDeveloper 11g (Build 5156) on Ubuntu 8.04 using:java -jar jdevstudio11110install.jarwith java -version:java version "1.6.0_07"
    Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
    Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode, sharing)fail with error:#
    # An unexpected error has been detected by Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0xb4ed0598, pid=21142, tid=3031116688
    # Java VM: Java HotSpot(TM) Client VM (10.0-b23 mixed mode, sharing linux-x86)
    # Problematic frame:
    # C  [http://libjni.linux.so+0x4598]  JNU_GetStringNativeChars+0x34
    # If you would like to submit a bug report, please visit:
    #   [http://java.sun.com/webapps/bugreport/crash.jsp]
    ---------------  T H R E A D  ---------------
    Current thread (0x082d1400):  JavaThread "WizardController" daemon [unknown thread state, id=21159, stack(0xb4a62000,0xb4ab3000)|http://forums.oracle.com/forums/]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000088
    ...Any hints?
    Thank you in advance,
    Massimo.

    Hi,
    I think this is more a SUN issue as an installer issue as I take it from the message you get. Anyway, best recommandation I can give is to work with customer support on tracing down the issue
    Frank
    Edited by: Frank Nimphius on Dec 3, 2008 12:58 PM

  • Jasper report with Struts2 and hibernate.

    Hey all!
    I'm new to Struts2, Hibernate and jasper report. I want to make a report using those tools. Can anybody pls help me by providing a step by step process for it?
    I'm using eclipse Ganymede IDE. And want to view report on page with two search criteria as start date to end date and an option choosing.
    Can any body pls response me for this?

    Yes you can, you'll need to create a new library in JDeveloper with the Jasper reports JARs.
    See: Re: JasperReport with Jdeveloper

  • Jasper Reports in Linux vs Jasper Reports in Windows

    Dear Sirs...
    an application is developed using jdeveloper 10.1.2 (struts with UIX technology) and used Jasper report to generated PDF and HTML reports programmatically (no XML files for reports tamplates are used).
    in jdeveloper PDF reports are generated without problem,
    i create a WAR file and deploy it to oracle application server R2 under windows, it works just fine.
    that same WAR file is deployed into linux (again oracle application server R2), this time an exception occurs,
    i only selected two jar files (jasperreports.jar and itext.jar) to be included into the war file.
    now can any one explain to me why it runs perfectly fine in windows AS and not linux AS???? aren't both of them use the same java virtual machine????
    any advice please???
    best regards

    sorry i forget to post the error in linux, the log contains the following:
    net.sf.jasperreports.engine.JRException: Error
    compiling report java source files :
    /home/oracle/OraHome/j2ee/home/EasyJasperDesign_1192848437309_635467.java
    best regards

  • How to open Jasper report in New window (new Browser,new Tab)

    Hi,
    I'm Using oracle jdeveloper 11.1.1.4.0 fusion middleware for Jasper report. i want to open the Jasper report in new window
    In Application On click of CommandMenuItem(ExportToHTML)it opens the New Window,.While opnening this window i want to call a method (This method opens the jasper report in current browser)
    I Tried the afterPhase and beforePhase for this but doesnt work for me.while executing this using beforePhase I'm getting following Exception :
    Pls Help on this.Thanks in Advance......!!
    Java.lang.IllegalStateException: strict servlet API: cannot call getOutputStream() after getWriter()
    at weblogic.servlet.internal.ServletResponseImpl.getOutputStream(ServletResponseImpl.java:280)
    at javax.servlet.ServletResponseWrapper.getOutputStream(ServletResponseWrapper.java:112)
    at ReportsDisplayBean.exportHtmlReport(ReportsDisplayBean.java:272)Is any other way to do this ? :(
    Thanks.

    Hi,
    The view itself is a Web Part called an XSLT List View Web Part (XLV for short). This Web Part is stored on an ASPX page that is by default associated with a list or library on your site.
    I suggest you can check if the view page is valid, also, you can try to create another view, then redirect to the view page to see if there is xslt in the page.
    Here are some detailed articels for your reference:
    Create a custom list view using SharePoint Designer
    Using SharePoint Designer 2010 to Work with Web Parts
    How to: Customize the Rendering of a Field on a List View
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Oracle Jdeveloper 11g R1 has a Bug?-- Swing Application Deploy Error

    Oracle Jdeveloper 11g R1 (11.1.1.2.0) (build 5536)
    1. Create an empty swing application.
    File-->New-->Applications-->Java Desktop Application
    New-->Swing/AWT-->Frame
    2. Project properties--->Deployment: Create new JAR Deployment Profile: test
    3. Edit Deployment Profile: test
    File Groups --->new--->Create File Group (Type: Dependency Analysis) :da
    4. Error: Cannot enter "da"---->contributors , No display (such as "Libraris")
    5. If deploy it (test), I get an Unexpected Error.
    Error Messages:
    Title: StackOverflowError in o.ji.xml.JDevXmlIntergrationUtilsImpl:18
    Performing action Report a Bug...[ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Invoking command: [ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Performing action New...[ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Performing action Show Overview
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: Class Generation[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Project Properties...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Project Properties...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: [ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Uncaught exception
    java.lang.StackOverflowError
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18)
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18)
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18) ......
    When I use Oracle Jdeveloper 10g (10.1.3.4.0) , I can use it to set Libraris.
    I have a swing application need these operation.
    Does anyone can tell me what's the reason?
    Thanks.
    I had tried Oracle JDeveloper 11g R1 (11.1.1.1.0)(Build 5407).
    It is OK.
    Maybe I need to download Oracle JDeveloper 11g (11.1.1.2.0) again.
    Edited by: [email protected] on 2010-2-24 下午4:58
    Edited by: [email protected] on 2010-2-25 下午5:47

    I am encountering the same bug / problem right now.
    Anybody from Oracle who has a workaround for this BUG?
    We are migrating to JDev 11.1.1.2.0 for a client and this bug is still there!
    Any help from the JDev team is highly appreciated!

  • JDeveloper 11g - exception when trying to set Code Style in Preferences

    Hi forum
    I have just installed the new JDeveloper 11g and have upgraded my projects, and would now like to define my code style. But when I open Preferences -> Code Editor -> Code Style, I get the following error. Is this a known issue? Not being able to set my coding style like I'm used to is pretty annoying...
    Thanks in advance,
    Jacob
    "Internal error when trying to create this panel: "
    java.lang.NullPointerException
         at oracle.jdevimpl.style.profile.ProfileModel$ProfileComparator.compare(ProfileModel.java:409)
         at java.util.Arrays.mergeSort(Arrays.java:1270)
         at java.util.Arrays.sort(Arrays.java:1210)
         at java.util.Collections.sort(Collections.java:159)
         at oracle.jdevimpl.style.profile.ProfileModel.<init>(ProfileModel.java:72)
         at oracle.jdevimpl.style.preferences.CodingStylePreferencesPanel.<init>(CodingStylePreferencesPanel.java:144)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at oracle.ide.panels.MetaTraversable.newTraversable(MetaTraversable.java:315)
         at oracle.ide.panels.MetaTraversable.newTraversable(MetaTraversable.java:219)
         at oracle.ide.panels.MDDPanel.getTraversable(MDDPanel.java:1347)
         at oracle.ide.panels.MDDPanel.mav$getTraversable(MDDPanel.java:128)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1610)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1518)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1512)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:177)
         at java.awt.Dialog$1.run(Dialog.java:1045)
         at java.awt.Dialog$3.run(Dialog.java:1097)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:1095)
         at java.awt.Component.show(Component.java:1422)
         at java.awt.Component.setVisible(Component.java:1375)
         at java.awt.Window.setVisible(Window.java:806)
         at java.awt.Dialog.setVisible(Dialog.java:985)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:225)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:808)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:593)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.jdevimpl.vcs.cvs.CVSPreferencesCommand.doit(CVSPreferencesCommand.java:46)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:547)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:866)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1220)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1261)
         at java.awt.Component.processMouseEvent(Component.java:6041)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
         at java.awt.Component.processEvent(Component.java:5806)
         at java.awt.Container.processEvent(Container.java:2058)
         at java.awt.Component.dispatchEventImpl(Component.java:4413)
         at java.awt.Container.dispatchEventImpl(Container.java:2116)
         at java.awt.Component.dispatchEvent(Component.java:4243)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
         at java.awt.Container.dispatchEventImpl(Container.java:2102)
         at java.awt.Window.dispatchEventImpl(Window.java:2440)
         at java.awt.Component.dispatchEvent(Component.java:4243)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)"

    To anyone else encountering this:
    I would just like to report, that Oracle Development has managed to reproduce this problem from scratch by following a similar upgrade path 10.1.3.0->10.1.3.4->11.1.1.0. The problem is NOT OS-related, but related to migrating the user settings from 10.1.3.3. So Jan you were right about that. Credits go to you :)
    The only workaround for me has so far been to take a backup of my old SYSTEM directory causing the problem, and I have been forced to carefully recreate all my settings to get around this problem, since I already removed my old 10.1.3.3 installation, assuming the migration went OK - which it didn't... So, I will keep my old backup, in the hope that Development finds a fix to this issue, so I can go back to the settings I used to have, even though I THINK I have recreated them all for 11g - not completely sure though... time will tell.
    Until then, I will track the bug, that Didier has logged for me, which he mentioned in his post.
    Regards,
    Jacob

  • Jasper Report preview in client side

    Hi Friends;
    I use Jasper report 1.3.1 with jdeveloper 10.1.3.1.I print my report in server side but in client side it doesnt preview.When client press show button ,report open in server.How can I show my jasper reports in client side??Thank for all......

    Generate the report in a folder and Refresh the folder to display the report.
    http://www.regdeveloper.co.uk/2006/10/24/jasperreports_tutorial/

  • Jasper Reports Integration - JNDI datasources

    Hello
    I wish to use Jasper Reports to create a few reports with Bar Charts which I send to users via emails from APEX.
    The system versions I am running is:-
    Product Build: 4.1.1.00.23
    CORE 11.2.0.1.0 Production
    NLSRTL Version 11.2.0.1.0 - Production
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    I been installing Jasper Report following http://www.opal-consulting.de/apex/f?p=20090928:4
    In following the instructions I got as far as Tomcat installation point 7 where the JNDI datasourcse is defined.
    I the installations file \conf\Catalina\localhost\JasperReportsIntegration.xml should of been created. In case it has not
    Have I misunderstood the instructions?
    Thanks, Pete

    Hi Pete,
    Yes, you should install iReport to design your reports.
    I'm not completely sure about what you mean with "the format of the classpath". I guess you refer to the "classpath" tab in Tools > Options (?).
    A default installation of iReport does not allow you to create datasources of type Oracle JDBC driver. The JasperReportsIntegration kit includes a lib folder that contains two .jar files (ojdbc14.jar and orai18n.jar). Copy these two files to the following location: C:\Program Files\Jaspersoft\iReport-4.6.0\ireport\modules\ext. Then in iReport, go to Options > Tools and hit the classpath button. Click the button "Add JAR" and select the two .jar files from above. These steps make it possible to create a new datasource of type Oracle JDBC driver. I hope this answers your question. If not, provide more information and I'll get back to you...
    Don't mind the JasperReports Server by the way. The JasperReportsIntegration kit includes all the files you need to install and configure JasperReports.
    Goodbye,
    Nick

Maybe you are looking for