Jasper Reports Application Deployment to Oracle

Hello everyone,
I am deploying my project with jasper reports application to oracle. I have placed the jasperreports jar to .../10.1.3/j2ee/home/applib. When I do that I discovered that the commons-logging-1.0.2.jar of jasper is having conflict with oracle used commons-logging.jar. What is the best way to resolve this?
For the mean time, I edited the server.xml so that only the jasper jar wil be loaded and I can see if my application is working. I does loads and executes but encounters the ff. errors:
09/01/28 20:56:12 net.sf.jasperreports.engine.JRException: Error loading
expression class : CashCollectionPrint_1226914856343_228291
Is it because my application doesn't have a policy grant to load class files? I have checked the jazn.xml files and i don't know how to add policy grant. If that is really what's causing the jasper error, can anyone help me on giving my application a grant to load class files?
Here are my environment details:
Jasper reports version 2.0.4
OS: Linux x86 (32 bit)
DB: 10g R2
The server instance is RUP6
Thank you so much and I hope you can guide me in deploying my application.
Rgs,
Ish
Edited by: user10226882 on Jan 29, 2009 9:36 AM

This is the oracle reports forum. If you need information about jasper-reports you should post the question in an appropiate forum.

Similar Messages

  • Sort order in Java Application (deploy in Oracle oc4j container)

    I have a Java application deploy in Oracle OC4J container (EAR file).
    In my Java application (jsp), I have a SQL statement who return data but the
    sort order is wrong. The letters "é" and all characters with accents
    appears at the end of the result.
    I tried many things to change the sort order (NLS parameters in database
    and OAS10g parameter files).
    When I use SQL*plus on database server, that's working.
    The sort order is wrong when I use the java application.
    Somebody can tell me what and where is the NLS parameters to change ?
    Thanks
    Robin

    Robin,
    I'm only guessing, but it could either be related to the java locale or the CHARSET attribute of the HTML header -- and nothing to do with the NLS parameters.
    Maybe you should try the Globalization Support forum?
    Good Luck,
    Avi.

  • Application deployed on Oracle Java Cloud Service - SaaS Extension is not connecting with cloud database.

    Hello Experts,
    I have deployed an ADF application on Oracle Java Cloud Service - SaaS Extension and also deployed database objects from local environment to cloud using JDeveloper. I can see the cloud database has tables and data which I have deployed but when I access the application it seems it is not able to connect with cloud database.
    I have followed below document and same sample application (HRSystem). 
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/JDeveloperPart1/jdeveloperPart1.html
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/JDeveloperPart2/jdeveloperPart2.html
    Please guide me what can be the issue.
    Regards
    Gulam Dyer

    Hi,
    Can you give us more details about your issue? Any error messages?
    Thanks,
    Bogdan

  • ADF application deployment on Oracle Apps server?

    OAFramework is used to create and deploy oracle application pages...can ADF framework be used instead of OAFramework and be deployed and accessed in Oracle Applications? or as both OAF and ADF have different structures/framework they are for different purposes?
    Thanks,
    Tanveer
    Message was edited by:
    Tanveer

    As of R12, OAF can only be used for Oracle Applications development/extensions.
    Oracle ADF is an end-to-end J2EE framework. ADF is currently not used for Oracle Apps. Development / extensions. It is expected to be the case in Fusion and is a part of the Oracle Fusion Middleware.
    Hope this clarifies.

  • Exception accessing ADF application deployed on Oracle Weblogic Server

    Hi All,
    We have a web application developed using ADF Faces, Trinidad & BC4J. The application runs fine on Oracle JDeveloper 11g (11.1.2.1.0). When I deploy the same on to remote weblogic server 10.1.3 and I access the jspx page I get the below exception:
    javax.faces.el.EvaluationException: java.lang.NullPointerException
         at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:787)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1252)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:966)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:346)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:204)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
    It looks like there is some issue with the datasource. I have created a datasource WebApplicationDS with JNDI name jdbc/WebApplicationDS on the weblogic server.In the application module I have changed the datasource from java:comp/env/jdbc/WebApplicationDS to jdbc/WebApplicationDS before deploying on to WLS. With the current setting if I run from JDeveloper I get the same error.
    Please let me know how to resolve this issue.
    Thanks in advance.
    Regards
    Navin

    Hi Frank,
    That is were the issue started, I have created the datasource with the name WebApplicationDS and JNDI name as jdbc/WebApplicationDS and when I acess the application I get the below error:
    javax.faces.el.EvaluationException: java.lang.NullPointerException
         at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:787)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1252)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:966)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:346)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:204)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
         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:27)
    Thanks
    Navin

  • Jasper reports

    hai all
    what r the requrements for jasper reports to run in oracle 9i ds
    and what r the confugurations to do and what r the things to down load
    please help me
    gupta

    Yes, it is possible. just create a parameter in sub-report and assign the value of parent report's corresponding field to that parameter in the properties of sub-report.
    Regards,
    Dinesh

  • Understanding low compliance numbers for an application deployment

    We created a deployment of a driver package to a group of known machines that need the update. After 3 weeks, the required deployment is sitting at only 40.7% compliance. Many of the machines may be on intermittently, so we are not surprised the number is
    not 100%, but it does seem rather low. However, the real issue is the summarization of the deployment.
    The deployment information in the Monitoring workspace seems to be incomplete. The pie chart shows a big red swatch of over 50% in error, but when looking at the error tab, only 9 machines have information. As a matter of fact, in the breakdown only 131
    of the 275 machines in the collection are accounted for. When looking at the collection, 14 machines show as inactive, so that does not account for the large gap.
    EDIT: I ran the report Application deployment type compliance, and it says success is 228 machines, in stark contrast to what I see in deployment monitoring.
    How can I find out what is really going on with this deployment?

    you should look at the logs on the client for unknown machines what are they doing like reeving policies or what went wrong.without logs,would be difficult to predict what went wrong.
    Eswar Koneti | Configmgr blog:
    www.eskonr.com | Linkedin: Eswar Koneti
    | Twitter: Eskonr

  • 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

  • How to deploy the Oracle Forms and Reports 10g in Web?

    Currently I am working in Oracle forms & Reports conversion project (6i to 10g).
    As of now 6i forms working as a standalone application. After migrated it to 10g, I need to deploy the forms and reports in web.
    Any one know how to deploy the Oracle forms and Reports in web?
    Please help me out. Thanks in advance.
    Vimal

    Hello Frank,
    for development, you need to install Oracle Developer
    Suite 10g. This includes Forms and Reports.this topic interests me too, because I've downloaded Developer Suite and Database (both for 10g) from Oracle website, installed them, but I couldn't connect to a database.
    What should be done for me to create a database link and be able to connect locally, in my personal Desktop computer? (Not to a server)
    Once it was told me here that I should download 10g Database - I did it, and installed it, but it didn't work. Later, some of my job partners said I should install them in a sequence - that is, 1st the Developer, and 2nd the Database. But it has failed too. And I don't know how to configure a database connection.
    Best regards,

  • Oracle Application Server 10g Rel 3 and forms Application Deployment

    Dear All,
    I am in process of installing Oracle AS 10g rel 3. and I have an application (ERP) devloped in Oracle 10g IDS (Devloper Suite). So when I read the installation Doc for Oracle 10g rel3 installation I didn't get any information regarding the forms-reports component.
    So can somone please tell me how I can deploy my IDS based application in Oracle 10g Rel 3 Application Server. Or if there is any other process to deploy the application in application Server.
    Oracle AS 10g Rel3 DVD containing the following folder------ bpel, companioncd, esb, owsm, soa
    Thanks in Advance.
    Pradeep Sharma

    Hi Pradeep,
    Forms cannot be deployed in 10gR3. you need to have 10gR2.
    thanks,
    --Ranga                                                                                                                                                                                           

  • Jasper report integration in Oracle BPM

    Hello friends
    We'r working on an application using Oracle BPM 11g (11.1.1.5.0)
    What we are looking for is to have the ability to generate reports using iReport (jasper).
    Using help from the previous thread below ,we have been able to call a report without any input parameters and by calling the servlet directly.
    Re: generating jasper reports in Oracle BPM
    What we're trying to do here is to have some input parameters for our report.
    I'm trying to do this using a java class, but haven't found any sample to show me the way and samples I've found didn't work in Oracle BPM
    Can anyone help me with this?
    Thank you

    Hi
    I have finally solved my problem.
    The problem was that I could not send the input parameter to the servlet.
    Here is my code:
    in my java class:
    public String actionRunReport() throws Exception {
            // Add event code here...
            String emp = null;
            if (getEmployeeID().getValue() != null) {
                emp = getEmployeeID().getValue().toString();
            } else {
                emp = "1";
            FacesContext ctx = FacesContext.getCurrentInstance();
            HttpServletRequest request =
                (HttpServletRequest)ctx.getExternalContext().getRequest();
            HttpServletResponse response =
                (HttpServletResponse)ctx.getExternalContext().getResponse();
            request.setAttribute("empId", emp);
            request.getRequestDispatcher(response.encodeURL("/printrrportservlet")).forward(request,
                                                                                            response);
            response.flushBuffer();
            ctx.responseComplete();
            return null;
        }in my servlet:
    public void doPost(HttpServletRequest request,
                           HttpServletResponse response) throws ServletException,
                                                                IOException {
            response.setContentType(CONTENT_TYPE);
            //OutputStream ouputStream = null;
            try {
                Connection conn = Connect.createConnection();
                String reportSource = "C:\\reports\\templates\\guarantees.jrxml";
                InputStream input = new FileInputStream(new File(reportSource));
                JasperDesign design = JRXmlLoader.load(input);
                JasperReport report = JasperCompileManager.compileReport(design);
                Map<String, Object> params = new HashMap<String, Object>();
                params.put("reportTitle", "Guarantees");
                params.put("author", "Milad");
                params.put("startDate", (new java.util.Date()).toString());
                params.put("empId", request.getAttribute("empId"));
                JasperPrint jasperPrint =
                    JasperFillManager.fillReport(report, params, conn);
                OutputStream ouputStream = response.getOutputStream();
                JRExporter exporter = null;
                response.setContentType("application/pdf");
                exporter = new JRPdfExporter();
                exporter.setParameter(JRExporterParameter.JASPER_PRINT,
                                      jasperPrint);
                exporter.setParameter(JRExporterParameter.OUTPUT_STREAM,
                                      ouputStream);
                exporter.exportReport();
            } catch (Exception ex) {
                ex.printStackTrace();
        }In jspx page::
    <af:commandButton text="Run report" id="cb1"
       action="#{printBean.actionRunReport}"/>in web.xml:
    <servlet-mapping>
        <servlet-name>PrintrRportServlet</servlet-name>
        <url-pattern>/printrrportservlet</url-pattern>
    </servlet-mapping>

  • How to migrate my oracle forms 9i and reports application..

    Hi,
    we have this budgeting application developed in oracle forms 9i,reports integrated in oracle portal. Now we have to move this application from oracle 9i to oracle 10g and have to integrate it with new portal again.
    Can anybody pls help me how do I migrate this application to oracle 10g AS and integrate it with portal so exact replica which was on oracle 9i portal is there on my new oracle 10g integrated within the portal.

    Are you currently deployed on the web or as c/s. Generally speaking for upgrading Forms its a case of open in the builder, regenerate and run. For c/s to web there may be some extra steps to do but generally speaking most Forms will run out of the box.
    CHeck out otn.oracle.com/formsupgrade
    There is also a batch option to help you and there are of course Oracle partners who can help as well.
    Regards
    Grant

  • How can i call a jasper report from a java Application

    Hi,
    i am chiranjit , currently i working in a web based ERP project, in this project as a report building tool we are using JasperReport wih eclipse plugin . in eclipse report's are generating very well but i am unable to call that report from a java application because i have no idea about the How to call a Jasper Report from a Java Application . so please send me the necessary class names, jar files names and programe code as early as possible.
    Chiranjit

    Ahh, kind of a duplicate thread:
    http://forums.java.sun.com/thread.jspa?threadID=631642
    @OP. You could have clarified your original post and the relationship of your question to java. You did not need a new thread.
    � {�                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to Call a jasper report from Oracle Forms 6i.

    Hi
    Can anybody tel me how to Call a jasper report from ORacle Forms 6i.
    Thanks & Regards
    Bango

    Forms 6i client/server? Use the HOST command to call the report. Since a Jasper report is just a call to a url, it will be something like:
    v_url := '<your url to the report>';
    host ('cmd /c start '||v_url);If it's web Forms 6i it even easier. Just use web.show_document(<url>).

  • Deployment of a crystal report application with visual 2005

    Hello all,
    I am very new at .NET, and this is my first post to this forum.
    I've created a report  (example.rpt) with Crystal Reports 2008. Then I've installed "Crystal Report for visual .net 2005 component".
    Then I've  imported it in a vb.net project using its Crystal Report Application Template, complied it and succesfully tested it on my machine. 
    My next objective is to manage the deployment of my report on the end-user machine. Here started my problem.....
    Following suggestions I found on the net, I tried to create a Setup Project to deploy my application including Crystal Report runtime components; the report is included in the project as an embedded resource. Apparently the setup project as been correctly builded; if I run it my machine everything is ok but on  end-user machine it generated this error:
    EventType clr20r3, P1 reportarts.exe, P2 1.0.0.0, P3 49feecfc, P4 reportarts, P5 1.0.0.0, P6 49feecfc, P7 e, P8 c6, P9 system.invalidoperationexception, P10 NIL.
    I tried on different windows SP2 - SP3 machines, with .NET Framework 2.0 alredy installed but the error is the same.
    Can you Help me please???????? THANK YOU in ADVANCE

    Hi,
    I have notice that
    I've created a report (example.rpt) with Crystal Reports 2008. Then I've installed "Crystal Report for visual .net 2005 component".
    Is that meam you have developed the reports in CR 2008(Seperate product) and installed CR for VS2005 (CR 10.5) and using CR 2008 reports in CR 10.5 environment?
    Would like to inform that CR  2008 and CR 10.5 which comes with VS2005 are completely different and if in case you are converting the CR 2008 reports to CR 10.5 then you need to be careful for deployment because the correct runtimes should be installed on the deployment system.
    You can check the integrated CR with VS by opening VS environment and go to help - about - and check the CR version.
    If you are using the VS 2005 CR 10.5 then click [here|http://resources.businessobjects.com/support/communityCS/FilesAndUpdates/cr_net_2005_mergemodules_mlb_x86.zip] to install latest merge modules.
    Hope this helps!!
    Edited by: Amit Singh on May 5, 2009 6:07 PM

Maybe you are looking for

  • 9IAS error when updating or Deleting the DAD

    Hello, I am getting the following error when ever i am updating or deleting the DAD Changes not applied : Instance not found for fqn et="system";ei="0",et="DADList";ei="45",et="StandardDAD";ei="64 Any suggestions, Thanks, Sudheer

  • Music shows up in iTunes but not on the iPod

    I'm not sure what to do next. One of the CDs I had on my iPod just disappeared the other night. I thought it might have been my deck in my car, so I unplugged it and then searched on the iPod itself for the CD, and it didn't show up there either. So

  • Portege 3440CT Reinstallation of OS and NTLDR Error

    Hi all, I have an Portege 3400 that I picked up a few years ago when starting a business. The machine was put through a lot and it won't boot anymore. I want to reinstall the OS - the only catch is I don't have the original CD Rom drive that came wit

  • ADF BC 组件的运行时介绍 -1 Application Module的状态管理

    原文连接 [ADF BC 组件的运行时介绍 -1 Application Module的状态管理|http://blog.csdn.net/genexujin/article/details/7086679] ADF BC 框架中提供了开箱即用的应用‘状态管理’的功能.所谓状态管理,英文就是State Management,指的是维护用户在使用应用系统时的会话状态.概念上可能会和Http Session对象混淆.ADF BC提供状态管理是独立于Http Session机制的,自成体系的一个机制.

  • Home and personal partition in different places

    If there is something that i hate is to have the .config files with my personal files in home. Is there a way to mount a partition with the home and separated another partition with my files? I readed it in the wiki, but i don't know how to do it.