JspCompileException in FOP application

Hi all,
I receive this error when calling a PDF report from APEX 11g. In XE 10g this was working fine.
PDF is not generated with an error in Acrobat Reader 6 and 9.
09/07/06 02:59:32.571 fop: JspServlet: unable to dispatch to requested
page: Exception:oracle.jsp.provider.JspCompileException: <H3>Errors
compiling:C:\oracle\oc4j\j2ee\home\application-deployments\fop\fop\persistence\_pages\\_apex__fop.java</H3><pre></pre>
FOP is deployed fine.
Instance settings are localhost - 8888 - /fop/apex_fop.jsp
Oracle 11g EE
Apex 3.1.2
DBMS_NETWORK_ACL_ADMIN created.
Any ideas?
Thanks.

Not if you open the Applications folder by clicking on the icon in the Taskbar..  But you can also open the Applications folder in Finder, where the type of viewing Can be changed, somewhat.
Message was edited by: Radiation Mac

Similar Messages

  • Recover PDF file from FOP

    Hello everybody.
    I have install the OC4J with Apache FOP for printing PDF Files from Apex. All near work good, I have some problems with ORMI server, but sometimes it work good.
    My question is, when I call the the OC4J from Apex it work good and open the Adobe Acrobat and show the PDF file. But I want manage this file, I want take it and can work with it . From where I can read it?
    Regards everybody.

    Not, I must to be wrong. I think that PDF files that I see in /tmp directory was store by the browser download or by the PDF reader application, not by OC4J & FOP.
    I start Enterprise Manager Apliccation Server Control of OC4J and in the property settings of FOP application I see that the temporal directory was /temp (and this directory dont exist in my server) I change this with a new temporal directory, but after stop and restart HTTP Server and OC4J, and send to print a new report nothing was in this directory, it was empty.
    Now I think Im more near solution, but not find yet.
    Regards.

  • Java.lang.IllegalArgumentException: org.apache.fop.svg.SVGElementMapping

    Hi,
    I have an FOP application which presents the data retrieved from database in a PDF format.
    Now when Iam trying to deploy the FOP application to OC4J and I get the following error.
    java.lang.IllegalArgumentException: org.apache.fop.svg.SVGElementMapping is not an ElementMapping
         at org.apache.fop.apps.Driver.addElementMapping(Driver.java:464)
         at org.apache.fop.apps.Driver.setupDefaultMappings(Driver.java:314)
         at org.apache.fop.apps.Driver.<init>(Driver.java:222)
         at org.appfuse.fop.FOPHelper.createPDF(FOPHelper.java:48)
         at FOPServlet.execute(FOPServlet.java:168)
         at FOPServlet.doPost(FOPServlet.java:109)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    I believe its the problem with the class loaders.
    I even configured my orion-web.xml to load the local classes and following is the conf file:
    <orion-web-app
         deployment-version="9.0.4.0.0"
         temporary-directory="./temp"
         internationalize-resources="false"
         default-mime-type="application/octet-stream"
         servlet-webdir="/servlet/"
    >
         <web-app-class-loader search-local-classes-first="true" include-war-manifest-class-path="false" />
    </orion-web-app>
    I have loaded the most stable jar files(fop-0.20.5) required for the generation of PDF.
    The same application runs well in JDeveloper(10.1.2.0.0)
    Could somebody help me out with this.
    Its very urgent.
    Need to be able to deploy this by evening.
    Thanks
    Sridhar
    Message was edited by:
    Sridhar

    This means the code loading the element mappings does not recognize
    the SVGElementMapping as an ElementMapping, as it expects. The most
    likely reason is that they are loaded from different class loaders -That was the reason of my simple suggestion above.
    There are many ways that you can try now.
    One way is to put all libraries in your war into ORACLE_HOME/j2ee/home/applib. Also remove the following line
    <web-app-class-loader search-local-classes-first="true" include-war-manifest-class-path="false" />
    since this search-local-classes-first is problematic sometimes.
    It might be nice if you can verify that the classloader that loads SVGElementMapping is different from the one that loads Elementmapping at that point of code.
    Now Could somebody help me out as this is the problem of OC4J .Hmm, I would not say "problem of OC4J". A usage error or a false incompatibility at worst. "False" because there should be many normal and standard ways to make it work.

  • Do report queries require BIP?

    Hey all,
    I've created a named column report template which works well with Apache FOP to generate a PDF from a report region. The problem with that approach is that the level of detail for the report region makes the screen too cluttered to easily read. So I thought I'd do a summary report region with a button to launch the PDF of the detail via a report query.
    I duplicated the report region's source query to a new report query, and set the query to use the same report template the region successfully uses. The XML Schema download looks great, but when I use "Test Report", the resulting PDF is HTML tags with "Internal Server Error 500" and the FOP application.log says "oracle.xml.parser.v2.XMLParseException: Start of root element expected."
    I'm not sure how to debug this, but I noticed the message on the upper right hand side of the Edit Report Query screen says "Report queries are rendered using a custom built RTF layout...", which would infer a requirement for BI Publisher, although I haven't been able to find that stated in any web page, help text, forum message, or book.
    If that's the case, is there a technique to mask/hide report region items while still being able to print them?
    Anyone?
    TIA!
    Rich
    Edited by: socpres on Oct 23, 2008 10:28 AM (Rich Text doesn't look very nice w/paragraphs)

    Hi Rich,
    My guess would be that the XML your report query produces doesn't match the XML generated by your report region export. When printing/exporting report regions, the XML data generated for the print server always contains information about your application, page and the session data of your current page. Report queries on the other hand by default only produce the XML needed for you report data. So the actual XML structure is different, hence your report layout might need to reference your attributes slightly differently. In order to make APEX produce the same XML structure when exporting report regions and report queries, simple enable session state inclusion for your report query (it's an attribute on the first page of the report query create wizard and can also be edited on the report query edit page). Even if you don't want to include any actual session state values, this will ensure that same XML structure in both cases. The reason this is working this way is that for report queries, we want to ensure that you can use the same RTF report layouts that you use in BI Publisher.
    Regards,
    Marc

  • Handling Special characters in call to apex_util.download_print_document

    I am developing some custom reports that I need as PDFs. My client does not have BI Publisher so I am doing some custom xsl to generate the reports. I test as I develop by using a simple web page that POSTs to the apex_fop.jsp. Then I also test by saving the XML and XSL to the database and then query them and using apex_util.download_print_document, passing the XML and XSL as a blob and clob respectively.
    The issue I have is an ampersand. The following line
    <td>this &amp; that</td>works great when sent via the web page post to apex_fop.jsp. However when the exact same file is saved to the database and run through apex_util.download_print_document and opened with Adobe Reader, it says the file has been damaged and the oc4j error log for the fop application says
    oracle.xml.parser.v2.XMLParseException: Unexpected EOF
    What's the difference between the two calling methods, and how do I get ampersands in the data using apex_util.download_print_document.
    Thanks.

    Larry,
    When you submit your request to apex_fop.jsp through a simple web page, and include escaped characters such as "&amp;", then your web browser takes care of encoding the & in your string. In APEX, you have a number of different ways to generate your PDF documents. You can use report queries, classic reports, interactive reports, or call the print API directly. When using any of the built-in reports (classic, interactive, report queries), the APEX engine generates the XML document holding your data for you. The APEX engine also takes care of escaping your data, so when you have a value like "this & that" in any of your queries columns, the engine escapes this to "this &amp; that". The engine additionally encodes characters such as &, which gets encoded into %26. And after that, processing is handed of to an interface between APEX and the print rendering engine. This interface simply takes the incoming XML data and stylesheet / template and makes an HTTP request to the rendering engine (e.g. BI Publisher, apex_fop.jsp, etc). It does not do any encoding, since that had been done in a previous step. The APEX print API is calling this interface directly, which means, that the incoming XML data already needs to be encoded prior to calling the APE. So if you change your string "this &amp; that" to "this %26amp; that", it should work as expected. We will have to look into whether we need to enhance the print API to allow for encoding the XML data supplied by the developer.
    Hope this helps,
    Regards,
    Marc

  • Pdf in jsp page

    Hi ,
    I need to create a pdf file using jsp in which i need to print values from database. and i need to print one by one. plz its very urgent.
    Thanks in advance..

    Hi,
    First of all i need to let you know that you will need to do a bit of research inorder to understand what i am saying if you are not familiar with XML/XSLT.
    You can use XML,XSLT inorder to do the transformation of your data fetched from database to a PDF file.
    Basically you will need to fetch data from the DB and create a xml file dynamically.Then you need to create a XSL-FO file for the formatting and display for your PDF which you can add as a file in any of the package.
    ==================================================
    import java.io.InputStream;
    org.apache.fop.apps.Fop
    import java.io.ByteArrayInputStream;
    import java.io.ByteArrayOutputStream;
    import javax.xml.transform.Result;
    import javax.xml.transform.Source;
    import javax.xml.transform.Transformer;
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.sax.SAXResult;
    import javax.xml.transform.stream.StreamSource;
    Class Trf{
    private Transformer transformer = null;
    private Transformer getTransformer(String xslFileName) throws Exception {
              if (this.transformer == null) {
                   // Generate the transformer.
                   TransformerFactory tFactory = TransformerFactory.newInstance();
                   Class thisClass = this.getClass();
                   InputStream is = thisClass.getResourceAsStream("/" + xslFileName);
                   if (is == null)
                        throw new Exception(
                                  "Could not load XSL file for transformation to PDF.");
                   else
                        transformer = tFactory.newTransformer(new StreamSource(is));
              return this.transformer;
    public byte[] createPDF(String xslFileName, String xml)
                   throws Exception {
              byte[] pdf = null; // Return value
              Fop fop = new Fop("application/pdf");
              // Setup a buffer to obtain the content length
              ByteArrayOutputStream baosPDF = new ByteArrayOutputStream();
              fop.setOutputStream(baosPDF);
              // Make sure the XSL transformation's result is piped through to FOP
              Result res = new SAXResult(fop.getDefaultHandler());
              // Setup input
              Source src = new StreamSource(new ByteArrayInputStream(xml.getBytes()));
              // Start the transformation and rendering process
              this.getTransformer(xslFileName).transform(src, res);
              // Convert the bytes for the result
              pdf = baosPDF.toByteArray();
              return pdf;
    ==================================================

  • OC4J and FOP (Formatting Objects Processor)

    Hi,
    I have standalone OC4J and I deployed fop.war into it. But when i try access http://[hostname]:8888/fop/apex_fop.jsp i am getting error in logs:
    2007-10-04 10:42:53.799 NOTIFICATION J2EE JSP-0008 Unable to dispatch JSP Page : Exception:oracle.jsp.provider.JspCompileException: <H3>Errors compiling:/opt/oracle/OC4J/j2ee/home/application-deployments/default/defaultWebApp/persistence/_pages/_fop/_fop/_apex__fop.java</H3><TABLE BORDER=1 WIDTH=100%><TR><TH ALIGN=CENTER>Line #</TH><TH ALIGN=CENTER>Error</TH></TR><TR><TD WIDTH=7% VALIGN=TOP><P ALIGN=CENTER>11</TD><TD> package org.apache.fop.apps does not exist
    import org.apache.fop.apps.Driver;
    </TD></TR><TR><TD WIDTH=7% VALIGN=TOP><P ALIGN=CENTER>12</TD><TD> package org.apache.fop.apps does not exist
    import org.apache.fop.apps.Options;
    </TD></TR><TR><TD WIDTH=7% VALIGN=TOP><P ALIGN=CENTER>89</TD><TD>[jsp src:line #:38]<br> cannot resolve symbol
    symbol : class Driver
    location: class fop.fop._apex__fop
    Driver driver = new Driver();
    </TD></TR><TR><TD WIDTH=7% VALIGN=TOP><P ALIGN=CENTER>89</TD><TD>[jsp src:line #:38]<br> cannot resolve symbol
    symbol : class Driver
    location: class fop.fop._apex__fop
    Driver driver = new Driver();
    </TD></TR><TR><TD WIDTH=7% VALIGN=TOP><P ALIGN=CENTER>92</TD><TD>[jsp src:line #:41]<br> cannot resolve symbol
    symbol : variable Driver
    location: class fop.fop._apex__fop
    driver.setRenderer(Driver.RENDER_PDF);
    </TD></TR></TABLE>
    Any ideas why this is happening?
    M

    Looks like the libraries or at least the Driver class used by FOP is not accessible.
    What's in fop.war -- it is fully self contained where the dependent libraries are in web-inf/lib or is it expecting them to be provided outside of the application?
    Where'd you get fop.war from, I can take a look and see.
    -steve-

  • Use FOP to generate PDF

    Hi:
    I downloaded the FOP and followed the instruction and had it working on my test box (laptop with windows XP/Oracle10g DB/HtmlDB standalone(no app server)). However, I encountered a java error when I tried to deploy it to Linux box (RedHat ES/Oracle10G DB/HtmlDB standalone(no app server)). The error message is:
    500 Internal Server Error
    OracleJSP: oracle.jsp.provider.JspCompileException:
    Errors compiling:/opt/app/oracle/product/10.1.0/Db_1/oc4j/j2ee/home/application-deployments/default/defaultWebApp/persistence/_pages//_htmldb__fop__render.java
    directory does not exist: -J-Xmx1024m
    Eclipse Java Compiler 0.319_R21x
    Copyright IBM Corp 2000, 2003. All rights reserved.
    Usage:
    where options include:
    Any help is appreciated.

    I have the same problem with FOP. The problem come from xerces.jar , xalan.jar versions needed by FOP. Weblogic load a previously version of this jar file.

  • FOP and oracle 9i

    Can FOP be used with other version of oracleDB like 9i instead of 10g. If yes then where to find $oracleHome$\oc4j\j2ee\
    as this directory structure is not available in 9i.
    Message was edited by:
    Syed_Kamran

    Thanks Carl,
    It seems that I am on the right path now. I have succfully completed. When I click on the Print to PDF link I am getting the following errors
    500 Internal Server Error
    OracleJSP: oracle.jsp.provider.JspCompileException:
    Errors compiling:D:\oc4j\j2ee\home\application-
    deployments\default\defaultWebApp\persistence\_pages\\_apex__fop__render.java
    package org.apache.fop.apps does not exist import org.apache.fop.apps.Driver;
    package org.apache.fop.apps does not exist import org.apache.fop.apps.Options;
    [jsp src:line #:38]
    cannot resolve symbol symbol : class Driver location: class apex_fop__render Driver driver = new Driver();
    [jsp src:line #:38]
    cannot resolve symbol symbol : class Driver location: class apex_fop__render Driver driver = new Driver();
    [jsp src:line #:41]
    cannot resolve symbol symbol : variable Driver location: class apex_fop__render
    driver.setRenderer(Driver.RENDER_PDF);

  • SVG in pdf created with FOP

    Hello,
    is it possible to include SVG`s to a pdf report, which is created with FOP?
    I read something like Batik....
    Does anybody have any experiences about that?
    Thanks,
    Tim

    Thank you, CtDave, for your speedy reply and for the 'Acrobat Technical Evangelist' knowledge base article. Word 2000 is one of Microsoft's masterpieces - by disabling 'autosave', the application is totally stable, does not require 'activation' by Microsoft. Acrobat 9 enables 'saving' of interactive .pdf forms, a most valuable feature and one much appreciated by anyone completiing such forms. There must be more to this issue than 'incompatibility', because I can create a test Word 2000 document, hyperlink a valid URL, convert to .pdf with Acrobat 9, and the hyperlink works fine in Acrobat 9. When I attempt to do this using a much more complex Word 2000 document, embedded with scores of hyperlinks, these links fail to work following conversion to .pdf with Acrobat 9, but work fine following conversion to .pdf with  Acrobat 6. I can then use Acrobat 9 to open the .pdf created with Acrobat 6, and successfully edit any of these fully functional hyperlinks using the 'Link tool'. I don't know who prepared the 'Acrobat Technical Evangelist' article (AF1908DCd01) - no credits were cited, and I'm far from certain that this authentically belongs to Adobe's knowledge base. So I appreciate your sharing this information with me, but I cannot say that my question has been definitively answered. If you have any further information or tips, please reply in this thread. /rmbrown

  • Application Login Page is not opening.

    Hi DBA's
    After Applying the patch 7446888 11I.OTA.J.DELTA.3, I am not able to open the Application.
    Error_log showing
    [Thu Feb 12 15:25:03 2009] [error] OPM: ADM: Cannot terminate process 2644
    [Thu Feb 12 15:25:03 2009] [error] OPM: ADM: Cannot terminate process 2643
    [Thu Feb 12 15:25:03 2009] [error] OPM: ADM: Cannot terminate process 2645
    [Thu Feb 12 15:25:03 2009] [notice] FastCGI: process manager initialized (pid 4237)
    [Thu Feb 12 15:25:04 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Thu Feb 12 15:25:33 2009] [notice] caught SIGTERM, shutting down
    [Thu Feb 12 15:40:27 2009] [notice] FastCGI: process manager initialized (pid 30498)
    [Thu Feb 12 15:40:28 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Thu Feb 12 15:56:18 2009] [error] [client 192.168.120.33] File does not exist: /s01/prod/prodcomn/portal/VIS_aqherpdb/favicon.ico
    [Thu Feb 12 16:02:32 2009] [notice] caught SIGTERM, shutting down
    [Thu Feb 12 16:21:27 2009] [notice] FastCGI: process manager initialized (pid 17745)
    [Thu Feb 12 16:21:28 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Thu Feb 12 16:35:48 2009] [notice] caught SIGTERM, shutting down
    [Thu Feb 12 16:36:07 2009] [notice] FastCGI: process manager initialized (pid 24330)
    [Thu Feb 12 16:36:08 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    access_log showing
    192.168.120.33 - - [12/Feb/2009:16:24:18 +0400] "GET / HTTP/1.1" 200 2589 0
    192.168.120.33 - - [12/Feb/2009:16:24:18 +0400] "GET /apptitle.html HTTP/1.1" 200 1015 0
    192.168.120.33 - - [12/Feb/2009:16:24:18 +0400] "GET /applist.html HTTP/1.1" 200 1606 0
    192.168.120.33 - - [12/Feb/2009:16:24:18 +0400] "GET /appdet.html HTTP/1.1" 200 1009 0
    192.168.120.33 - - [12/Feb/2009:16:24:18 +0400] "GET /appsmed3.gif HTTP/1.1" 200 1981 0
    192.168.120.33 - - [12/Feb/2009:16:24:21 +0400] "GET /aplogon.html HTTP/1.1" 200 1962 0
    192.168.120.33 - - [12/Feb/2009:16:24:25 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 500 538 1
    aqherpdb.qudrah.com - - [12/Feb/2009:16:36:08 +0400] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19020 HTTP/1.1" 200 15 0
    aqherpdb.qudrah.com - - [12/Feb/2009:16:36:08 +0400] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=OACoreGroup&port=16020 HTTP/1.1" 200 15 0
    aqherpdb.qudrah.com - - [12/Feb/2009:16:36:08 +0400] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=DiscoGroup&port=17020 HTTP/1.1" 200 15 0
    mod_jserv
    [12/02/2009 15:22:53:132] (ERROR) ajp12: Servlet Error: OracleJSP: oracle.jsp.provider.JspCompileException: &lt;H3&gt;Errors compiling:/s01/prod/prodcomn/_pages/_oa__html//_AppsLocalLogin.java&lt;/H3&gt;&lt;TABLE BORDER=1 WIDTH=100%&gt;&lt;TR&gt;&lt;TH ALIGN=CENTER&gt;Line #&lt;/TH&gt;&lt;TH ALIGN=CENTER&gt;Error&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;48&lt;/TD&gt;&lt;TD&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: package sso import oracle.apps.fnd.sso.SSOAccessEnabler; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;196&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:80]&lt;br&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: class oa_html._AppsLocalLogin SSOAccessEnabler sso = new SSOAccessEnabler(this); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;196&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:80]&lt;br&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: class oa_html._AppsLocalLogin SSOAccessEnabler sso = new SSOAccessEnabler(this); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;968&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:847]&lt;br&gt; cannot resolve symbol symbol : method recalcSignature (java.lang.String,oracle.apps.fnd.common.WebAppsContext) location: class oracle.apps.fnd.sso.SSOManager                (String)tmpVec.elementAt(2), SSOManager.recalcSignature((String)tmpVec.elementAt(3),wctx))); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;976&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:855]&lt;br&gt; cannot resolve symbol symbol : method recalcSignature (java.lang.String,oracle.apps.fnd.common.WebAppsContext) location: class oracle.apps.fnd.sso.SSOManager                     (String)tmpVec.elementAt(2), SSOManager.recalcSignature((String)tmpVec.elementAt(3),wctx))); &lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;
    [12/02/2009 15:22:53:132] (ERROR) an error returned handling request via protocol "ajpv12"
    [12/02/2009 15:22:53:133] (ERROR) balance: 2747 internal servlet error in server aqherpdb.qudrah.com:16020
    [12/02/2009 15:22:53:133] (ERROR) an error returned handling request via protocol "balance"
    [12/02/2009 15:23:19:070] (ERROR) ajp12: Servlet Error: OracleJSP: oracle.jsp.provider.JspCompileException: &lt;H3&gt;Errors compiling:/s01/prod/prodcomn/_pages/_oa__html//_AppsLocalLogin.java&lt;/H3&gt;&lt;TABLE BORDER=1 WIDTH=100%&gt;&lt;TR&gt;&lt;TH ALIGN=CENTER&gt;Line #&lt;/TH&gt;&lt;TH ALIGN=CENTER&gt;Error&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;48&lt;/TD&gt;&lt;TD&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: package sso import oracle.apps.fnd.sso.SSOAccessEnabler; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;196&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:80]&lt;br&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: class oa_html._AppsLocalLogin SSOAccessEnabler sso = new SSOAccessEnabler(this); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;196&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:80]&lt;br&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: class oa_html._AppsLocalLogin SSOAccessEnabler sso = new SSOAccessEnabler(this); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;968&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:847]&lt;br&gt; cannot resolve symbol symbol : method recalcSignature (java.lang.String,oracle.apps.fnd.common.WebAppsContext) location: class oracle.apps.fnd.sso.SSOManager                (String)tmpVec.elementAt(2), SSOManager.recalcSignature((String)tmpVec.elementAt(3),wctx))); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;976&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:855]&lt;br&gt; cannot resolve symbol symbol : method recalcSignature (java.lang.String,oracle.apps.fnd.common.WebAppsContext) location: class oracle.apps.fnd.sso.SSOManager                     (String)tmpVec.elementAt(2), SSOManager.recalcSignature((String)tmpVec.elementAt(3),wctx))); &lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;
    [12/02/2009 15:23:19:070] (ERROR) an error returned handling request via protocol "ajpv12"
    [12/02/2009 15:23:19:070] (ERROR) balance: 2750 internal servlet error in server aqherpdb.qudrah.com:16020
    [12/02/2009 15:23:19:070] (ERROR) an error returned handling request via protocol "balance"
    [12/02/2009 15:40:48:338] (ERROR) ajp12: Servlet Error: OracleJSP: oracle.jsp.provider.JspCompileException: &lt;H3&gt;Errors compiling:/s01/prod/prodcomn/_pages/_oa__html//_AppsLocalLogin.java&lt;/H3&gt;&lt;TABLE BORDER=1 WIDTH=100%&gt;&lt;TR&gt;&lt;TH ALIGN=CENTER&gt;Line #&lt;/TH&gt;&lt;TH ALIGN=CENTER&gt;Error&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;48&lt;/TD&gt;&lt;TD&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: package sso import oracle.apps.fnd.sso.SSOAccessEnabler; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;196&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:80]&lt;br&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: class oa_html._AppsLocalLogin SSOAccessEnabler sso = new SSOAccessEnabler(this); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;196&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:80]&lt;br&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: class oa_html._AppsLocalLogin SSOAccessEnabler sso = new SSOAccessEnabler(this); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;968&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:847]&lt;br&gt; cannot resolve symbol symbol : method recalcSignature (java.lang.String,oracle.apps.fnd.common.WebAppsContext) location: class oracle.apps.fnd.sso.SSOManager                (String)tmpVec.elementAt(2), SSOManager.recalcSignature((String)tmpVec.elementAt(3),wctx))); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;976&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:855]&lt;br&gt; cannot resolve symbol symbol : method recalcSignature (java.lang.String,oracle.apps.fnd.common.WebAppsContext) location: class oracle.apps.fnd.sso.SSOManager                     (String)tmpVec.elementAt(2), SSOManager.recalcSignature((String)tmpVec.elementAt(3),wctx))); &lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;
    [12/02/2009 15:40:48:341] (ERROR) an error returned handling request via protocol "ajpv12"
    [12/02/2009 15:40:48:341] (ERROR) balance: 30599 internal servlet error in server aqherpdb.qudrah.com:16020
    [12/02/2009 15:40:48:341] (ERROR) an error returned handling request via protocol "balance"
    [12/02/2009 15:41:10:566] (ERROR) ajp12: Servlet Error: OracleJSP: oracle.jsp.provider.JspCompileException: &lt;H3&gt;Errors compiling:/s01/prod/prodcomn/_pages/_oa__html//_AppsLocalLogin.java&lt;/H3&gt;&lt;TABLE BORDER=1 WIDTH=100%&gt;&lt;TR&gt;&lt;TH ALIGN=CENTER&gt;Line #&lt;/TH&gt;&lt;TH ALIGN=CENTER&gt;Error&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;48&lt;/TD&gt;&lt;TD&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: package sso import oracle.apps.fnd.sso.SSOAccessEnabler; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;196&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:80]&lt;br&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: class oa_html._AppsLocalLogin SSOAccessEnabler sso = new SSOAccessEnabler(this); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;196&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:80]&lt;br&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: class oa_html._AppsLocalLogin SSOAccessEnabler sso = new SSOAccessEnabler(this); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;968&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:847]&lt;br&gt; cannot resolve symbol symbol : method recalcSignature (java.lang.String,oracle.apps.fnd.common.WebAppsContext) location: class oracle.apps.fnd.sso.SSOManager                (String)tmpVec.elementAt(2), SSOManager.recalcSignature((String)tmpVec.elementAt(3),wctx))); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;976&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:855]&lt;br&gt; cannot resolve symbol symbol : method recalcSignature (java.lang.String,oracle.apps.fnd.common.WebAppsContext) location: class oracle.apps.fnd.sso.SSOManager                     (String)tmpVec.elementAt(2), SSOManager.recalcSignature((String)tmpVec.elementAt(3),wctx))); &lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;
    [12/02/2009 15:41:10:566] (ERROR) an error returned handling request via protocol "ajpv12"
    [12/02/2009 15:41:10:566] (ERROR) balance: 30600 internal servlet error in server aqherpdb.qudrah.com:16020
    [12/02/2009 15:41:10:566] (ERROR) an error returned handling request via protocol "balance"
    [12/02/2009 15:56:22:888] (ERROR) ajp12: Servlet Error: OracleJSP: oracle.jsp.provider.JspCompileException: &lt;H3&gt;Errors compiling:/s01/prod/prodcomn/_pages/_oa__html//_AppsLocalLogin.java&lt;/H3&gt;&lt;TABLE BORDER=1 WIDTH=100%&gt;&lt;TR&gt;&lt;TH ALIGN=CENTER&gt;Line #&lt;/TH&gt;&lt;TH ALIGN=CENTER&gt;Error&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;48&lt;/TD&gt;&lt;TD&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: package sso import oracle.apps.fnd.sso.SSOAccessEnabler; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;196&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:80]&lt;br&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: class oa_html._AppsLocalLogin SSOAccessEnabler sso = new SSOAccessEnabler(this); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;196&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:80]&lt;br&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: class oa_html._AppsLocalLogin SSOAccessEnabler sso = new SSOAccessEnabler(this); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;968&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:847]&lt;br&gt; cannot resolve symbol symbol : method recalcSignature (java.lang.String,oracle.apps.fnd.common.WebAppsContext) location: class oracle.apps.fnd.sso.SSOManager                (String)tmpVec.elementAt(2), SSOManager.recalcSignature((String)tmpVec.elementAt(3),wctx))); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;976&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:855]&lt;br&gt; cannot resolve symbol symbol : method recalcSignature (java.lang.String,oracle.apps.fnd.common.WebAppsContext) location: class oracle.apps.fnd.sso.SSOManager                     (String)tmpVec.elementAt(2), SSOManager.recalcSignature((String)tmpVec.elementAt(3),wctx))); &lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;
    [12/02/2009 15:56:22:888] (ERROR) an error returned handling request via protocol "ajpv12"
    [12/02/2009 15:56:22:888] (ERROR) balance: 30654 internal servlet error in server aqherpdb.qudrah.com:16020
    [12/02/2009 15:56:22:888] (ERROR) an error returned handling request via protocol "balance"
    [12/02/2009 16:24:25:302] (ERROR) ajp12: Servlet Error: OracleJSP: oracle.jsp.provider.JspCompileException: &lt;H3&gt;Errors compiling:/s01/prod/prodcomn/_pages/_oa__html//_AppsLocalLogin.java&lt;/H3&gt;&lt;TABLE BORDER=1 WIDTH=100%&gt;&lt;TR&gt;&lt;TH ALIGN=CENTER&gt;Line #&lt;/TH&gt;&lt;TH ALIGN=CENTER&gt;Error&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;48&lt;/TD&gt;&lt;TD&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: package sso import oracle.apps.fnd.sso.SSOAccessEnabler; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;196&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:80]&lt;br&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: class oa_html._AppsLocalLogin SSOAccessEnabler sso = new SSOAccessEnabler(this); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;196&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:80]&lt;br&gt; cannot resolve symbol symbol : class SSOAccessEnabler location: class oa_html._AppsLocalLogin SSOAccessEnabler sso = new SSOAccessEnabler(this); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;968&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:847]&lt;br&gt; cannot resolve symbol symbol : method recalcSignature (java.lang.String,oracle.apps.fnd.common.WebAppsContext) location: class oracle.apps.fnd.sso.SSOManager                (String)tmpVec.elementAt(2), SSOManager.recalcSignature((String)tmpVec.elementAt(3),wctx))); &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD WIDTH=7% VALIGN=TOP&gt;&lt;P ALIGN=CENTER&gt;976&lt;/TD&gt;&lt;TD&gt;[jsp src:line #:855]&lt;br&gt; cannot resolve symbol symbol : method recalcSignature (java.lang.String,oracle.apps.fnd.common.WebAppsContext) location: class oracle.apps.fnd.sso.SSOManager                     (String)tmpVec.elementAt(2), SSOManager.recalcSignature((String)tmpVec.elementAt(3),wctx))); &lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;
    [12/02/2009 16:24:25:302] (ERROR) an error returned handling request via protocol "ajpv12"
    [12/02/2009 16:24:25:302] (ERROR) balance: 17852 internal servlet error in server aqherpdb.qudrah.com:16020
    [12/02/2009 16:24:25:302] (ERROR) an error returned handling request via protocol "balance"
    please guide me to resolve the above issue.
    Best Regards,
    SG

    Please review the following note and see if it helps in resolving the issue.
    Note: 433429.1 - Unable to Login to 11i Apps After Patching
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=433429.1
    Did AutoConfig complete successfully on the apps tier after applying the patch?

  • How to generate one report in multiple formats with FOP or BIP?

    Hi all,
    Is it possible to generate multiple formats of one report in a single "call" using Apache FOP or BI Publisher? (something similar to reports bursting).
    Right now I can only select one format at a time.
    Thank you,
    Ana-Maria

    Hi Ana-Maria,
    When you enable printing on a report region or add a button to download a report query to your application, then you get a single document download. How would you see this working with "multiple formats"? Given that APEX is a development environment, you can pretty much implement anything you like. The built-in printing capabilities in APEX come with an API that allow for customization of the default functionality, e.g. you can use apex_util.download_print_document to dynamically assign report layouts at rumtime or to use you own XML data sources or XSL-FO style sheets. More relevant to you question though, there's also apex_util.get_print_document. What that allows you to do is to generate report documents inside the database and e.g. store them in database tables or email them out to a list of recipients. You can call this API as often as you like to, requesting any combination of available report formats.
    The API function is documented here:
    http://download.oracle.com/docs/cd/E10513_01/doc/apirefs.310/e12855/apex_util.htm#CHDDECIA
    Regards,
    Marc

  • Error while accesing application

    hi,
    I am gettin this error while running the jspx through jdeveloper 10.1.3.2.0.
    Could anyone help me on this?
    The error is as given below
    500 Internal Server Error
    OracleJSP: oracle.jsp.provider.JspCompileException:
    Errors compiling:D:\Oracle Installations\jdevstudio10132\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\application-deployments\current-workspace-app\PAXCALC-ViewController-webapp\persistence\_pages\_mdssys\_viewcontroller\_public__html\_SelectRegistration_jspx.java
    java.lang.NoClassDefFoundError: Files\Java\jdk1/5/0\jdk1/5/0\bin\java/exe
    Exception in thread "main"
    Thanks & Regards,
    Madhur

    Hi John,
    I have just unzipped the jdeveloper file after i downloaded it from OTN.
    Also it was working fine about an hour ago.
    i just made some modifications in the jspx and i am getting this error.
    Do i still need to reinstall jdeveloper or is there another workaround to this.
    Thanks & Regards,
    Madhur

  • Error while configuring apache FOP for printing

    Dear All,
    I have a requirement to print a report using custom layout.
    I have installed apex 4.2 by configuring embedded PL/SQL gateway. I used the link:
    http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/overview.htm#CJABBFIH
    And for printing purpose I am installing apache FOP. I have installed oc4j in standalone mode. I followed the link:
    http://www.oracle.com/technetwork/developer-tools/apex/application-express/configure-printing-093060.html
    But after setting oc4jadmin password, I am getting following error
    13/01/15 12:52:07 WARNING: EJBContainer.postInit Error generating wrappers for f
    ile:/E:/app/OracleDb/j2ee/home/applications/admin_ejb.jarjava.lang.Instantiation
    Exception: javac.exe not found under C:\Program Files\Java\jre7, please use a va
    lid jdk or specify the location of your java compiler in server.xml using the <j
    ava-compiler .../> tag
    I have JAVA_HOME and ORACLE_HOME system environment variables set up as mentioned in the guide.
    I am not well versed with java.
    Can anyone please throw light on this issue and help me resolve this problem. This is an urgent requirement.
    Thanks and regards,
    Deepika.

    Deepika R wrote:
    13/01/15 12:52:07 WARNING: EJBContainer.postInit Error generating wrappers for f
    ile:/E:/app/OracleDb/j2ee/home/applications/admin_ejb.jarjava.lang.Instantiation
    Exception: javac.exe not found under C:\Program Files\Java\jre7, please use a va
    lid jdk or specify the location of your java compiler in server.xml using the <j
    ava-compiler .../> tag
    I have JAVA_HOME and ORACLE_HOME system environment variables set up as mentioned in the guide.
    Seems like the Java EE container is looking for the Java compiler. Try installing the Java Development Kit (JDK) and respecify your JAVA_HOME accordingly. HTH.

  • PDF: How to get date/time into the heading of a FOP/PDF file?

    Hi!
    What changes do I need to make to the PDF report template or what else can I put in the heading block of the "Print" page so that it will include the date and time the PDF was generated?
    Also how would I add this so that it prints on the bottom of the page like the page number?
    Thanks in advance for any tips, tricks, ideas, examples, etc.!
    Dave Venus

    Hi!
    Perhaps I missed this some place but you can get the value of a page item or application item into the header or footer of a (FOP) PDF report by using a "&<item>." format substitution string. For example I have a 1 time application process that puts todays date in an application item named F106_SYSDATE (F106_ is the application id). Then in my headers I use:
    XXXX Report on: &F106_SYSDATE.
    Simple. Works great! And better yet my users are a little happier! :)
    Thank for everyone's help and suggestions!
    Dave Venus

Maybe you are looking for

  • Execute Unix command on login

    Hello, is it possible to execute a unix command on user login? I want that every time a user login on a mac at my company, a unix command be executed. Is this case, this is the command: defaults write com.apple.mail NSPreferredMailCharset "UTF-8" thk

  • Maximum header size on ACE and CSS

    whats the max size for header that u can allocate on CSS and ACE?

  • POP UP FROM DROP DOWN

    hi all,         Is it possible to make a pop up window with few UI elements in the new window to be generated when a single option from the drop down list is selected. for E.g., In the opportunity when 'Closed/Lost' is selected as the sales cycle, Co

  • When I render a .wmv video into h.264 the audio is out of sync?

    I need help T_T because in my other question that I posted recently this was my only solution so far but now whenever I render it the audio is out of sync now. This problem just recently started occuring and I don't know why? Thanks for the help!

  • I can't empty the trash, I get this error code (-8003)

    How can I force empty the trash, or get around this problem?