Document Viewer region not rendered

Hi,
Document Viewer region not rendered in one of the OA page. Following is the code added add the Document Viewer region in the parent page:
<oa:header id="XDOCommonRN" extends="/oracle/apps/xdo/oa/common/webui/DocumentViewerRn.MainRegion" securityMode="selfSecured"/>
This works fine in one environment and does not work in other. Please suggest what could be the reason? Is there a profile option which controls the visibility of Document Viewer region?
Thanks
Sanjeeva

Hi,
Document Viewer region not rendered in one of the OA page. Following is the code added add the Document Viewer region in the parent page:
<oa:header id="XDOCommonRN" extends="/oracle/apps/xdo/oa/common/webui/DocumentViewerRn.MainRegion" securityMode="selfSecured"/>
This works fine in one environment and does not work in other. Please suggest what could be the reason? Is there a profile option which controls the visibility of Document Viewer region?
Thanks
Sanjeeva

Similar Messages

  • Replacement for document viewer region

    Hello,
    i used document viewer region to display PDF document in oaf page. It works fine but I don't want to see the drop down to select the format type and export button. Is there any way to embed PDF in oaf without using document viewer region? what is the logic behind it?
    Thank You!
    k-k

    Hello,
    i used document viewer region to display PDF document in oaf page. It works fine but I don't want to see the drop down to select the format type and export button. Is there any way to embed PDF in oaf without using document viewer region? what is the logic behind it?
    Thank You!
    k-k

  • Design View Not Rendering

    Before anyone forwards me to another site I want you to know that I've been to several and none of them have solved my problem.
    My problem is the design view is not rendering. I get the "Type, paste, or drag..." message in the viewer. I have tried all the suggestions that i could find to solve this and none of them work. If i delete JDeveloper and reinstall it, it works. But I can't do that all the time. I don't know the steps to reproduce this as it seems to be different every time.
    The error that i get in the console window is:
    " Error exercising tag : f:view
    javax.servlet.jsp.JspException
         at com.sun.faces.taglib.jsf_core.ViewTag.doStartTag(ViewTag.java:137)
         at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.doStartTag(DesignTimeJspActionRenderer.java:1314)
         at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer._executeTag(DesignTimeJspActionRenderer.java:1636)
         at oracle.jdevimpl.webapp.design.renderer.DesignTimeJspActionRenderer.render(DesignTimeJspActionRenderer.java:241)
         at oracle.jdevimpl.webapp.design.renderer.FacesActionRenderer.render(FacesActionRenderer.java:128)
         at oracle.jdevimpl.webapp.design.support.jsp.DesignTimeJspServlet._renderSource(DesignTimeJspServlet.java:195)
         at oracle.jdevimpl.webapp.design.support.jsp.DesignTimeJspServlet.serviceJsp(DesignTimeJspServlet.java:109)
         at oracle.jdevimpl.webapp.design.support.jsp.DesignTimeJspServlet.service(DesignTimeJspServlet.java:73)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo.service(DesignTimeServletInfo.java:274)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.dispatch(DesignTimeRequestDispatcher.java:236)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext._service(DesignTimeServletContainerContext.java:681)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext.service(DesignTimeServletContainerContext.java:626)
         at oracle.jdevimpl.webapp.design.DesignTimeRenderThread.service(DesignTimeRenderThread.java:74)
         at oracle.jdevimpl.webapp.design.DesignTimeEngine.service(DesignTimeEngine.java:348)
         at oracle.jdevimpl.webapp.design.view.DesignTimeViewDocument._serviceJsp(DesignTimeViewDocument.java:855)
         at oracle.jdevimpl.webapp.design.view.DesignTimeViewDocument.rebuildTree(DesignTimeViewDocument.java:139)
         at oracle.jdevimpl.webapp.design.view.DesignTimeFixedViewDocument.rebuildTree(DesignTimeFixedViewDocument.java:154)
         at oracle.jdevimpl.webapp.model.content.dom.view.proxy.ProxyViewDocument.initialize(ProxyViewDocument.java:80)
         at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.rebuildViewDocument(AbstractWebAppEditor.java:686)
         at oracle.jdevimpl.webapp.editor.html.HtmlEditor.rebuildViewDocument(HtmlEditor.java:621)
         at oracle.jdevimpl.webapp.editor.jsp.JspEditor.rebuildViewDocument(JspEditor.java:209)
         at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.createDocuments(AbstractWebAppEditor.java:1206)
         at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.open(AbstractWebAppEditor.java:393)
         at oracle.jdevimpl.webapp.editor.html.HtmlEditor.open(HtmlEditor.java:172)
         at oracle.jdevimpl.webapp.editor.jsp.JspEditor.open(JspEditor.java:113)
         at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:239)
         at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:147)
         at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:90)
         at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:231)
         at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:194)
         at oracle.ideimpl.editor.TabGroupState.createSplitPaneState(TabGroupState.java:103)
         at oracle.ideimpl.editor.TabGroup.addTabGroupState(TabGroup.java:275)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1261)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1196)
         at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1131)
         at oracle.ideimpl.editor.EditorManagerImpl.whenOpenEditor(EditorManagerImpl.java:2332)
         at oracle.ideimpl.editor.EditorManagerImpl.handleDefaultAction(EditorManagerImpl.java:1893)
         at oracle.ide.controller.ContextMenu.fireDefaultAction(ContextMenu.java:343)
         at oracle.ideimpl.explorer.BaseTreeExplorer.fireDefaultAction(BaseTreeExplorer.java:1576)
         at oracle.ideimpl.explorer.BaseTreeExplorer.dblClicked(BaseTreeExplorer.java:1913)
         at oracle.ideimpl.explorer.BaseTreeExplorer.mouseReleased(BaseTreeExplorer.java:1934)
         at oracle.ideimpl.explorer.CustomTree.processMouseEvent(CustomTree.java:176)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    And i get several errors similar to this.
    I am using version: 10.1.3.3.0 (Build 070615.0525)
    This happens while trying to create JSF Applications.
    Can anyone help me out with this.

    I had the same problem and almost spent a whole day trying to fix it...
    Check your web.xml file and remove the "*" from the url-patern
    i.e. change <url-pattern>/faces/*</url-pattern> to
    <url-pattern>/faces/</url-pattern>
    Do the same for the other mappings:
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/adf/</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/jsf/</url-pattern>
    </servlet-mapping>
    I don't know the explanation but it worked...

  • Open PDF file in Acrobat reader rather than SAP Document viewer...

    Hello everyone,
                    Whenever we attach a pdf file using Services for objects-->Store Business documents, an attachment list list is created and the file is archived in the repository.
    If we double click on it, the pdf is opened in SAP Document viewer and not in Acrobat Reader unlike word document....
    Can anyone tell me what configuration changes should be made and where so as to open pdf file in Acrobat?
    Similarily what changes should be made so as to open Email files in Outlook?
    Edited by: Suruchirazdan on Mar 31, 2011 8:33 AM

    Which version of the Acrobat Reader do you use?
    According to my experience with our desktop this might be a feature of ACROBAD READER X.
    Kind regards
    Herbert

  • Document Viewer

    All,
    I am interested in the functionality of the Document Viewer region described in the user manual.
    What we are looking to do is display the PDF output from a page in the Document Viewer region in OAF.
    The question is, is there functionality to allow you to call the documentProcessor APIs from a button in OAF, passing the xml and template name, produce the PDF output using BI Publisher and display the result in the OAF screen.
    Sounds similar to the functionality that the previewer uses in XML Publisher Administrator responsibility!!
    Any help much appreciated

    It will only open attachments if the file is in one of the supported format by the phone. As such, documents can't be viewed. Only pictures, music and other format which the phone supports.

  • PDF not rendering using af:region and doclibdocumentviewer

    Hi all,
    I have a problem with my PDF document on the UCM that is not rendering 80% of the time.
    <af:region value="#{bindings.doclibdocumentviewer1.regionModel}"
    id="pdf_viewer"/>
    I have the error code below:
    Error Code: 942
    Call: SELECT ACTIVITY_OBJECT_DETAIL_ID, DISPLAY_KEY, STATUS, MODIFIED_BY, LIKES_COUNT, APPLICATION_ID, COMMENTS_COUNT, RECENT_COMMENTS, MODIFIED_DATE, VERSION, OBJECT_ID, CREATED_BY, DESCRIPTION, SERVICE_ID, CREATE_DATE, DISPLAY_NAME, UPDATED_ON, OBJECT_TYPE, ICON_URL FROM WC_AS_OBJECT_DETAIL WHERE (((SERVICE_ID = ?) AND (OBJECT_ID = ?)) AND (OBJECT_TYPE = ?))
         bind => [oracle.webcenter.doclib, UCM#dDocName:UCM_007005, document]
    Query: ReadAllQuery(name="JpaObjectDetailImpl.findObjectDetailByServiceIDObjectIDObjectType" referenceClass=JpaObjectDetailImpl sql="SELECT ACTIVITY_OBJECT_DETAIL_ID, DISPLAY_KEY, STATUS, MODIFIED_BY, LIKES_COUNT, APPLICATION_ID, COMMENTS_COUNT, RECENT_COMMENTS, MODIFIED_DATE, VERSION, OBJECT_ID, CREATED_BY, DESCRIPTION, SERVICE_ID, CREATE_DATE, DISPLAY_NAME, UPDATED_ON, OBJECT_TYPE, ICON_URL FROM WC_AS_OBJECT_DETAIL WHERE (((SERVICE_ID = ?) AND (OBJECT_ID = ?)) AND (OBJECT_TYPE = ?))")
    <EclipseLinkLogger> <basicLog> 2012-07-19 09:52:22.676--UnitOfWork(10133523)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.3.v20110304-r9073): org.eclipse.persistence.exceptions.DatabaseException
    Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    I reinstalled JDev recently to fix another problem, but I'm having this new problem since this. It is probably something to reinstall, but I don't know what... I'm using Jdev 11.1.1.6 on a windows 7 OS.
    Thanks for your help ;)
    PS: My UCM is on another server that I didn't change and that is working fine for all content (htm, images), excepting pdf files.

    Hi,
    the way you use af:region is the same as if you use jsp:include surrounded by a f:subview. af:regions are supposed to use, but only make sense if you properly implemented the region model. So I would fall back and use jsp:includes instead of regions.
    In JDeveloper 11g there is a solution that automatically handles af:region integration. In 10.1.3 this is not there
    Frank

  • When I publish a SWF/HTML5 module with Captivate 8 and try to run it using IE9 - I get the following error "The content you are viewing is not supported in the current Document Mode" - anyone know why?

    When I publish a SWF/HTML5 module with Captivate 8 and try to run it using IE9 - I get the following error "The content you are viewing is not supported in the current Document Mode" - anyone know why?

    TLCMediaDesign wrote:
    I've seen a lot of threads about getting rid of these kind of messages. Those messages are there for a reason most of the time. If you have CSS animations or other HTML5 standards that cannot be rendered in IE9 they won't magically start working becuse you got rid of a message. I use IE9 since that is the minimum standard for the client. I have never seen that message publishing to HTML5 content.
    IMO, if your client has IE9 I think that you should develop with IE9 in mind not IE11.
    When you say "develop with IE9 in mind not IE11" do you mean use SWF instead of HTML5? I used the standard question types, and a converted PowerPoint presentation. I didn't add anything out of the ordinary.

  • IE Error: "The content you are trying to view is not supported in the current Document Mode..."

    My Captivate 7 project (HTML5) runs just fine on my computer in IE11. My client tried to run it from IE9 and got the following error:
    "The content you are trying to view is not supported in the current Document Mode of Internet Explorer. Change the Document Mode to Internet Explorer 9 Standards and try to view the content again. To change the Document Mode, press F12, Click Document Mode:, and then select Internet Explorer 9 Standards."
    My guess is that they're running it over their LAN, and IE is subsequently running in quirks mode.
    I've changed the metadata in index_SCORM.html from
    <meta http-equiv="x-ua-compatible" content="IE=10">
    to
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    we'll see if that fixes it....

    TLCMediaDesign wrote:
    I've seen a lot of threads about getting rid of these kind of messages. Those messages are there for a reason most of the time. If you have CSS animations or other HTML5 standards that cannot be rendered in IE9 they won't magically start working becuse you got rid of a message. I use IE9 since that is the minimum standard for the client. I have never seen that message publishing to HTML5 content.
    IMO, if your client has IE9 I think that you should develop with IE9 in mind not IE11.
    When you say "develop with IE9 in mind not IE11" do you mean use SWF instead of HTML5? I used the standard question types, and a converted PowerPoint presentation. I didn't add anything out of the ordinary.

  • Since iOS 4.2.1 Update - Document viewer Apps do not work right!

    Before I updated to iOS 4.2.1 Air Sharing (Document Viewer) was working (so were all my Document Viewers), but currently, they do not work correctly. I have checked about three others...all have the following problems:
    Since I updated (to iOS 4.2.1), all the documents open up to FULL SCREEN mode (which it had never done before, since the very beginning of the AppStore). Full Screen mode means that it looks like a Word Document on the computer, with the margins showing. This is rediculous for the screen of an iPhone or iPod Touch. There is no need to see the margins. Also, the font size is so small that it makes it almost impossible for most people without a magnifying glass. The document used to open up to a "zoomed in" view of the text. This allows the person using the application to actually read the text. This also allowed scrolling up and down easily. Now, with the new Full Screen view, to get the text large enough to see, you have to double tap (or spread your fingers on the screen to scale it big enough) on the text to read it. Then, when you scroll up and down, it sometimes scrolls side to side or diagonally (into the white margins), making reading cumbersome.
    The other problem with the new view is that the font sizes are all messed up. The normal font (whether 9 pt. to 16 pt.) looks the same. The italic font looks bigger than the normal font, though it is the same point size. It skews the page and alters what the original documents looks like.
    I have contacted the developer of Air Sharing to complain, but he said the following:
    Hello,
    Thank you for the test file. I do see what you're referring to. We use Apple's built-in Office viewer for Air Sharing. This means to display files like .docx ones, we use Apple's viewer. It's possible they changed their viewer in the most recent iOS update to cause this change. Because it's not our viewer we have no control over how it displays such files. Other apps using Apple's viewer will encounter the same issue. I wish there was more we could do on our end to help resolve this problem.
    Cheers,
    Elliot Chase
    Avatron Software, Inc.
    Please tell someone to fix this situation. I can provide you with information (and screen shots of before and after) to back up all my complaints. Thank you for listening.

    Ah, so that could be a good search term.
    Things get a bit more weird though. I was looking through the commands in the drop down menu and saw under "Archive" this: "Put/Send the Apps you bought to this computer" (rough translateion in English) So I tried that out.
    I could only do that by going to "Store" and (**** how to say that in English) "Allow" this computer to do that. This is weird as this is the same computer that I have always used for anything to do with the iPhone! I have now 2 computers that are allowed to sync, and it is one machine. Beats me!
    At a certain point the transfer proces stopped again and again I was requested to "empower" this computer again, as out of the 65 apps now 21 were not allowed to be transfered! That did not work. It now keeps telling me that I have 2 computers allowed for transferring apps and these last 21 can not be put in the library.
    I am a bit at my wits end!
    But really thanks for trying to help out! It seems that 4.2.1 has some real problems when reading through the discussions!
    Cheers!

  • I am trying to use a interactive form and it says "If this message is not eventually replaced by the proper contents of the document, your PDF  viewer may not be able to display this type of document."  This is a IRS form and has worked before.

    I am trying to use a interactive form and it says "see below"  This is a IRS form and has worked before.
    is there a tech support phone number?
    Please wait...
    If this message is not eventually replaced by the proper contents of the document, your PDF
    viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by
    visiting http://www.adobe.com/go/reader_download.
    For more assistance with Adobe Reader visit http://www.adobe.com/go/acrreader.
    Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark
    of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries

    That means you are looking at the form online with a browser that uses its own (incompatible) PDF viewer, not the Adobe Reader plugin.
    Either
    download the form to your local disk and fill it from there
    use a browser that employs the Adobe Reader plugin
    configure your browser to use the Adobe Reader plugin: http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html

  • Error rendering element. Exception: ORA-00942: table or view does not exist

    Guru,
    We are maintaining 10 internal Database through OEM 10g and using seesded reports.
    When we try to create simple custom reports against one of the Target database , its failing with following error message ,
    Query : select * from v$database
    Error rendering element.
    Exception: ORA-00942: table or view does not exist
    select * from dual & v$session working ( But query execution happeniing from Reposistory Database not from Target instance  )
    Note:
    I have reviewed thred "getting ORA-00942 while running report in GC"
    Please give some light .
    Regards,
    Raju

    This is an EM related question so I would suggest you post in the appropriate space "Enterprise Manager" -- https://forums.oracle.com/community/developer/english/enterprise_management/enterprise_manager/enterprise_manager_6
    You may also review (In Grid Control 10.2, Creating a Report to Query 'V$SESSION 'Fails: 'Error Rendering Element. Exception: ORA-00942 Table Or View Does Not Exist' (Doc ID 356755.1)) and implement the solution for v$database
    Thanks,
    Hussein

  • Design View not rendering content of pages

    I am the webmaster and lead developer for a state university. We have developed a responsive Dreamweaver template for our mostly non-coding users (admin assistants usually are assigned web tasks for some reason). You can see our site here http://www.wwu.edu/webtech . When we bring up pages in Design View, they cannot be edited; none of the content is visible. Live view is pretty good, but it's difficult for non-coders to edit in this window. For instance, in Design view they can just select Enter after a block of text to start a new <p>; In Live View you can modify an existing paragraph as if you were in Design View, but you cannot add elements without using the Insert tool. My non code users have no idea what the Insert menu is talking about. So my questions are:
    1. First - has anyone else hit situations where Design View did not work? Here is what it looks like for the site mentioned above:
    2. Any idea why design view cannot handle this page? It's a standard responsive site with media queries... I've tried stripping out complexity but cannot get it to work. It is valid HTML and passes tests.
    3. Am I using the wrong product? Can Muse handle Dreamweaver templates?

    Nancy O, osgood_, Fritz, thank you for your thoughts.
    Dreamweaver has been a wonderful tool for non-coders for many years. We developed templates for the groups, then all they had to do was put the content into the correct areas through the power of the Dreamweaver template. That is no longer possible it seems with the more complex, responsive templates. And yes, Osgood_ , it does appear that some pages will be rendered fine in Dreamweaver. Our older templates such as represented by this site: http://www.wwu.edu/bservices IS viewable and editable in Dreamweaver Design view. Those users are quite happy. However our newest responsive Dreamweaver templated sites such as http://www.wwu.edu/webtech and http://www.wuw.edu/registrar2 are not.
    What I'd really love is for an adobe engineer to sit down and look at our templates and let me know if there is anything I could do to make these templates usable in Design View.
    Our other alternative is to move away from static HTML and Dreamweaver and go entirely to WordPress and Drupal. I will miss Dreamweaver when this happens! I had hoped there was a place for those who did not want the complication of a Wordpress site...

  • XML Publisher Doc Viewer Region error in Jdev but not on server

    I have created a OAF page using the XML Publisher Viewer region.
    When I run the page in JDev, click the Run button to generate the report, I get the following error:
    "An error encounterd either due to invalied Template details or due to null Data Input Stream"
    Running the same code on my dev server, everything runs fine and the report is correctly displayed.
    Running the code on my UAT server gets the same error as in JDeveloper
    I am on 11.5.10CU2 with XML Publisher 5.6.3 with burst patch

    JDev info
    Looks like the error is
    ava.io.FileNotFoundException: \var\tmp\FINDEV4\xdomrtROH76UH012408_0438408750.fo (The system cannot find the path specified)
    But if I am running the code on my PC why is it trying to access my unix server ?
    Starting OC4J using the following ports: HTTP=8989, RMI=23892, JMS=9228.]
    C:\framework\jdevbin\jdk\bin\javaw.exe -client -classpath C:\framework\jdevbin\j2ee\home\oc4j.jar;C:\framework\jdevbin\jdev\lib\jdev-oc4j.jar -Xbootclasspath/p:C:\framework\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\framework\jdevbin\jdev\appslibrt\nls_charset12.zip -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -Xverify:none -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 com.evermind.server.OC4JServer -config C:\framework\jdevhome\jdev\system9.0.3.5.1437\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 7203 ms.
    Auto-deploying OA Framework web application deployment descriptor (New server version detected)...
    Oracle9iAS (9.0.3.1.0) Containers for J2EE initialized
    TIME: runregion: initialization [0 ms]
    Tutalii: C:\framework\jdevbin\jdev\appslibrt\iasjoc.zip archive
    ICX DIAGNOSTIC: FND_TOP = C:\framework\jdevhome\jdev\dbc_files\
    ICX DIAGNOSTIC: application_id = 601
    ICX DIAGNOSTIC: responsibility_id = 24742
    ICX DIAGNOSTIC: security_group_id = 0
    TIME: runregion: session and transaction creation [3703 ms]
    ICX DIAGNOSTIC: mEncryptedSessionID = I6FhfvxGJh9c56oMq0pBSMyf:S
    ICX DIAGNOSTIC: mSessionID = 1174297704
    ICX DIAGNOSTIC: mTransactionID = 1524949388
    JRAD_PERF : /xx/oracle/apps/xdo/oa/common/webui/DocViewPG - processRequest : 6422ms
    JRAD_PERF : /xx/oracle/apps/xdo/oa/common/webui/DocViewPG - preparePage : 13094ms
    JRAD_PERF : /xx/oracle/apps/xdo/oa/common/webui/DocViewPG - renderDocument : 3281ms
    JRAD_PERF : /xx/oracle/apps/xdo/oa/common/webui/DocViewPG - preparePage : 3156ms
    JRAD_PERF : /xx/oracle/apps/xdo/oa/common/webui/DocViewPG - renderDocument : 78ms
    [012408_043832828][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [012408_043832828][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [012408_043832828][][EXCEPTION] [DEBUG] [ICX_COOKIE_NAME]:[findev4]
    [012408_043832828][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [012408_043832828][][EXCEPTION] [DEBUG] [APPL_SERVER_ID]:[1E623318E51B4F15E0440003BAA4629F20856795951061629620282712684287]
    [012408_043832828][][EXCEPTION] [DEBUG] [FND_JDBC_STMT_CACHE_SIZE]:[200]
    [012408_043832875][][EXCEPTION] [DEBUG] [NLS_DATE_LANGUAGE]:[AMERICAN]
    [012408_043832875][][EXCEPTION] [DEBUG] [ICX_SESSION_COOKIE_VALUE]:[I6FhfvxGJh9c56oMq0pBSMyf:S]
    [012408_043832875][][EXCEPTION] [DEBUG] [ICX_TRANSACTION_ID]:[-1]
    [012408_043832875][][EXCEPTION] [DEBUG] [APPLICATION_SHORT_NAME]:[AK]
    [012408_043832875][][EXCEPTION] [DEBUG] [NLS_DATE_FORMAT]:[DD/MM/RRRR]
    [012408_043832875][][EXCEPTION] [DEBUG] [RESP_APPL_ID]:[601]
    [012408_043832875][][EXCEPTION] [DEBUG] [LOGIN_ID]:[1267520]
    [012408_043832875][][EXCEPTION] [DEBUG] [DB_PORT]:[1523]
    [012408_043833125][][EXCEPTION] [DEBUG] [USER_ID]:[21063]
    [012408_043833125][][EXCEPTION] [DEBUG] [DISPLAY_LANGUAGE]:[US]
    [012408_043833125][][EXCEPTION] [DEBUG] [APPLICATION_ID]:[xx.oracle.apps.xdo.oa.common.server.DocViewerAM]
    [012408_043833125][][EXCEPTION] [DEBUG] [NLS_NUMERIC_CHARACTERS]:[.,]
    [012408_043833125][][EXCEPTION] [DEBUG] [NLS_LANGUAGE]:[AMERICAN]
    [012408_043833125][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [012408_043833125][][EXCEPTION] [DEBUG] [GUEST_USER_PWD]:[GUEST/ORACLE]
    [012408_043833375][][EXCEPTION] [DEBUG] [RESP_ID]:[24742]
    [012408_043833375][][EXCEPTION] [DEBUG] [NLS_SORT]:[BINARY]
    [012408_043833375][][EXCEPTION] [DEBUG] [FND_JDBC_PLSQL_RESET]:[false]
    [012408_043833375][][EXCEPTION] [DEBUG] [FND_PROFILE_VALIDATION_ENABLED]:[null]
    [012408_043833375][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [012408_043833375][][EXCEPTION] [DEBUG] [ICX_PV_SESSION_MODE]:[null]
    [012408_043833375][][EXCEPTION] [DEBUG] [FND_JDBC_CONTEXT_CHECK]:[true]
    [012408_043833375][][EXCEPTION] [DEBUG] [FND_JDBC_USABLE_CHECK]:[false]
    [012408_043833625][][EXCEPTION] [DEBUG] [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=FINTD1.fin.man.ac.uk)(PORT=1523)))(CONNECT_DATA=(SID=FINDEV4)))]
    [012408_043833625][][EXCEPTION] [DEBUG] [FNDNAM]:[APPS]
    [012408_043833625][][EXCEPTION] [DEBUG] [FND_JDBC_STMT_CACHE_FREE_MEM]:[TRUE]
    [012408_043833625][][EXCEPTION] [DEBUG] [TWO_TASK]:[FINDEV4]
    [012408_043833625][][EXCEPTION] [DEBUG] [APPS_JDBC_DRIVER_TYPE]:[THIN]
    [012408_043833625][][EXCEPTION] [DEBUG] [DB_HOST]:[fintd1.fin.man.ac.uk]
    [012408_043833875][][EXCEPTION] [DEBUG] [DBC_FILE_PATH]:[C:\framework\jdevhome\jdev\dbc_files\secure\fintd1_findev4.dbc]
    [012408_043833875][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.HIGH]:[-1]
    [012408_043833875][][EXCEPTION] [DEBUG] [SECURITY_GROUP_ID]:[0]
    [012408_043833875][][EXCEPTION] [DEBUG] [LANG_CODE]:[US]
    [012408_043833875][][EXCEPTION] [DEBUG] [FND_MAX_JDBC_CONNECTIONS]:[500]
    [012408_043833875][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [012408_043833875][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[5]
    [012408_043834125][][EXCEPTION] [DEBUG] [DB_NAME]:[null]
    [012408_043834125][][EXCEPTION] [DEBUG] [NLS_CHARACTERSET]:[WE8ISO8859P1]
    [012408_043834125][][EXCEPTION] [DEBUG] [ORG_ID]:[82]
    [012408_043834125][][EXCEPTION] [DEBUG] [DB_ID]:[fintd1_findev4]
    [012408_043834125][][EXCEPTION] [DEBUG] [GWYUID]:[APPLSYSPUB/PUB]
    [012408_043834125][][EXCEPTION] [DEBUG] [NLS_TERRITORY]:[AMERICA]
    [012408_043834125][][EXCEPTION] [DEBUG] [ICX_SESSION_ID]:[1174297704]
    [012408_043834125][][EXCEPTION] [DEBUG] ------- Properties stored in Java System Properties -------
    [012408_043834375][][EXCEPTION] [DEBUG] [java.vendor]:[Sun Microsystems Inc.]
    [012408_043834375][][EXCEPTION] [DEBUG] [oracle.j2ee.container.version]:[9.0.3.1.0]
    [012408_043834375][][EXCEPTION] [DEBUG] [oracle.jms.j2eeCompliant]:[true]
    [012408_043834375][][EXCEPTION] [DEBUG] [os.name]:[Windows XP]
    [012408_043834375][][EXCEPTION] [DEBUG] [sun.boot.class.path]:[C:\framework\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\framework\jdevbin\jdev\appslibrt\nls_charset12.zip;C:\framework\jdevbin\jdk\jre\lib\rt.jar;C:\framework\jdevbin\jdk\jre\lib\i18n.jar;C:\framework\jdevbin\jdk\jre\lib\sunrsasign.jar;C:\framework\jdevbin\jdk\jre\lib\jsse.jar;C:\framework\jdevbin\jdk\jre\lib\jce.jar;C:\framework\jdevbin\jdk\jre\lib\charsets.jar;C:\framework\jdevbin\jdk\jre\classes]
    [012408_043834625][][EXCEPTION] [DEBUG] [oracle.xdkjava.compatibility.version]:[9.0.3]
    [012408_043834625][][EXCEPTION] [DEBUG] [sun.java2d.fontpath]:[]
    [012408_043834625][][EXCEPTION] [DEBUG] [java.vm.specification.vendor]:[Sun Microsystems Inc.]
    [012408_043834625][][EXCEPTION] [DEBUG] [java.runtime.version]:[1.4.2_04-b05]
    [012408_043834625][][EXCEPTION] [DEBUG] [user.name]:[zzalsms2]
    [012408_043834625][][EXCEPTION] [DEBUG] [oc4j.iiop.trustStorePass]:[123456]
    [012408_043834625][][EXCEPTION] [DEBUG] [user.language]:[en]
    [012408_043834875][][EXCEPTION] [DEBUG] [java.naming.factory.initial]:[com.evermind.server.ApplicationInitialContextFactory]
    [012408_043834875][][EXCEPTION] [DEBUG] [sun.boot.library.path]:[C:\framework\jdevbin\jdk\jre\bin]
    [012408_043834875][][EXCEPTION] [DEBUG] [com.sun.CORBA.activation.DbDir]:[C:\framework\jdevhome\jdev\system9.0.3.5.1437\oc4j-config\orb.db]
    [012408_043834875][][EXCEPTION] [DEBUG] [java.version]:[1.4.2_04]
    [012408_043834875][][EXCEPTION] [DEBUG] [user.timezone]:[Europe/London]
    [012408_043834875][][EXCEPTION] [DEBUG] [sun.arch.data.model]:[32]
    [012408_043835125][][EXCEPTION] [DEBUG] [oc4j.iiop.trustStoreLoc]:[truststore.jks]
    [012408_043835125][][EXCEPTION] [DEBUG] [javax.rmi.CORBA.UtilClass]:[com.sun.corba.ee.internal.POA.ShutdownUtilDelegate]
    [012408_043835125][][EXCEPTION] [DEBUG] [java.endorsed.dirs]:[C:\framework\jdevbin\jdk\jre\lib\endorsed]
    [012408_043835125][][EXCEPTION] [DEBUG] [sun.cpu.isalist]:[pentium i486 i386]
    [012408_043835125][][EXCEPTION] [DEBUG] [file.encoding.pkg]:[sun.io]
    [012408_043835125][][EXCEPTION] [DEBUG] [file.separator]:[\]
    [012408_043835375][][EXCEPTION] [DEBUG] [java.specification.name]:[Java Platform API Specification]
    [012408_043835375][][EXCEPTION] [DEBUG] [oracle.jms.stronglyTypedSelectors]:[true]
    [012408_043835375][][EXCEPTION] [DEBUG] [java.class.version]:[48.0]
    [012408_043835375][][EXCEPTION] [DEBUG] [user.country]:[GB]
    [012408_043835375][][EXCEPTION] [DEBUG] [java.home]:[C:\framework\jdevbin\jdk\jre]
    [012408_043835375][][EXCEPTION] [DEBUG] [java.vm.info]:[mixed mode]
    [012408_043835375][][EXCEPTION] [DEBUG] [os.version]:[5.1]
    [012408_043835625][][EXCEPTION] [DEBUG] [oc4j.iiop.keyStorePass]:[123456]
    [012408_043835625][][EXCEPTION] [DEBUG] [path.separator]:[;]
    [012408_043835625][][EXCEPTION] [DEBUG] [java.vm.version]:[1.4.2_04-b05]
    [012408_043835625][][EXCEPTION] [DEBUG] [java.util.prefs.PreferencesFactory]:[java.util.prefs.WindowsPreferencesFactory]
    [012408_043835625][][EXCEPTION] [DEBUG] [user.variant]:[]
    [012408_043835625][][EXCEPTION] [DEBUG] [java.protocol.handler.pkgs]:[com.evermind.protocol]
    [012408_043835625][][EXCEPTION] [DEBUG] [java.awt.printerjob]:[sun.awt.windows.WPrinterJob]
    [012408_043835875][][EXCEPTION] [DEBUG] [RUN_FROM_JDEV]:[true]
    [012408_043835875][][EXCEPTION] [DEBUG] [sun.io.unicode.encoding]:[UnicodeLittle]
    [012408_043835875][][EXCEPTION] [DEBUG] [com.sun.jts.pi.INTEROP_MODE]:[false]
    [012408_043835875][][EXCEPTION] [DEBUG] [awt.toolkit]:[sun.awt.windows.WToolkit]
    [012408_043835875][][EXCEPTION] [DEBUG] [MetaObjectContext]:[oracle.adf.mds.jbo.JBODefManager]
    [012408_043835875][][EXCEPTION] [DEBUG] [FND_TOP]:[C:\framework\jdevhome\jdev\dbc_files\]
    [012408_043835875][][EXCEPTION] [DEBUG] [oracle.j2ee.http.socket.timeout]:[500]
    [012408_043836125][][EXCEPTION] [DEBUG] [JRAD_ELEMENT_LIST_PATH]:[C:\framework\jdevhome\jdev\myhtml\OA_HTML\jrad\]
    [012408_043836125][][EXCEPTION] [DEBUG] [JTFDBCFILE]:[C:\framework\jdevhome\jdev\dbc_files\secure\fintd1_findev4.dbc]
    [012408_043836125][][EXCEPTION] [DEBUG] [user.home]:[C:\Documents and Settings\zzalsms2]
    [012408_043836125][][EXCEPTION] [DEBUG] [java.specification.vendor]:[Sun Microsystems Inc.]
    [012408_043836125][][EXCEPTION] [DEBUG] [java.library.path]:[C:\framework\jdevbin\jdk\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\oracle\product\10.2.0\client_1;J:\orawin95\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ZipGenius 6\;C:\Program Files\Common Files\PROIV\;C:\Program Files\Common Files\Northgate HR\;C:\Program Files\ATI Technologies\ATI Control Panel;C:\WINDOWS\system32\nls;C:\WINDOWS\system32\nls\english;C:\Program Files\Novell\ZENworks\;es\InstallShield\AdminStudio\5.5\ConflictSolver;C:\WINDOWS\system32\;C:\WINDOWS\system32\Wbem;C:\WINDOWS\system32\nls;C:\WINDOWS\system32\nls\ENGLISH;C:\Program Files\Novell\ZENworks;C:\Program Files\Common Files\Northgate HR;C:\Program Files\Common Files\PROIV;c:\forms;Y:.;]
    [012408_043836375][][EXCEPTION] [DEBUG] [java.vendor.url]:[http://java.sun.com/]
    [012408_043836375][][EXCEPTION] [DEBUG] [javax.rmi.CORBA.StubClass]:[com.sun.corba.se.internal.javax.rmi.CORBA.StubDelegateImpl]
    [012408_043836375][][EXCEPTION] [DEBUG] [oracle.j2ee.dont.use.memory.archive]:[true]
    [012408_043836375][][EXCEPTION] [DEBUG] [java.vm.vendor]:[Sun Microsystems Inc.]
    [012408_043836375][][EXCEPTION] [DEBUG] [java.runtime.name]:[Java(TM) 2 Runtime Environment, Standard Edition]
    [012408_043836375][][EXCEPTION] [DEBUG] [oracle.jdbc.J2EE13Compliant]:[true]
    [012408_043836625][][EXCEPTION] [DEBUG] [java.class.path]:[C:\framework\jdevbin\j2ee\home\oc4j.jar;C:\framework\jdevbin\jdev\lib\jdev-oc4j.jar;C:\framework\jdevbin\j2ee\home\lib/ejb.jar;C:\framework\jdevbin\j2ee\home\lib/servlet.jar;C:\framework\jdevbin\j2ee\home\lib/ojsp.jar;C:\framework\jdevbin\j2ee\home\lib/jndi.jar;C:\framework\jdevbin\j2ee\home\lib/jdbc.jar;C:\framework\jdevbin\j2ee\home\iiop.jar;C:\framework\jdevbin\j2ee\home\iiop_gen_bin.jar;C:\framework\jdevbin\j2ee\home\lib/jms.jar;C:\framework\jdevbin\j2ee\home\lib/jta.jar;C:\framework\jdevbin\j2ee\home\../../opmn/lib/ons.jar;C:\framework\jdevbin\j2ee\home\../../lib/dms.jar;C:\framework\jdevbin\j2ee\home\../../dms/lib/dms.jar;C:\framework\jdevbin\j2ee\home\lib/connector.jar;C:\framework\jdevbin\j2ee\home\lib/cos.jar;C:\framework\jdevbin\j2ee\home\../../jdk/lib/tools.jar;C:\framework\jdevbin\j2ee\home\../../lib/jsse.jar;C:\framework\jdevbin\j2ee\home\../../oracle/lib/jsse.jar;C:\framework\jdevbin\j2ee\home\../../jdk/jre/lib/ext/jnet.jar;C:\framework\jdevbin\j2ee\home\../../jdk/jre/lib/ext/jcert.jar;C:\framework\jdevbin\j2ee\home\lib/activation.jar;C:\framework\jdevbin\j2ee\home\lib/mail.jar;C:\framework\jdevbin\j2ee\home\../../lib/xmlparserv2.jar;C:\framework\jdevbin\j2ee\home\../../oracle/lib/xmlparserv2.jar;C:\framework\jdevbin\j2ee\home\lib/jaxp.jar;C:\framework\jdevbin\j2ee\home\lib/jaas.jar;C:\framework\jdevbin\j2ee\home\jazn.jar;C:\framework\jdevbin\j2ee\home\../../jdbc/lib/classes12dms.jar;C:\framework\jdevbin\j2ee\home\../../oracle/jdbc/lib/classes12dms.jar;C:\framework\jdevbin\j2ee\home\../../jdbc/lib/nls_charset12.jar;C:\framework\jdevbin\j2ee\home\../../oracle/jdbc/lib/nls_charset12.jar;C:\framework\jdevbin\j2ee\home\jaxb-rt-1.0-ea.jar;C:\framework\jdevbin\j2ee\home\lib/jasper.zip;C:\framework\jdevbin\j2ee\home\../../soap/lib/soap.jar;C:\framework\jdevbin\j2ee\home\../../webservices/lib/wsserver.jar;C:\framework\jdevbin\j2ee\home\../../webservices/lib/wsdl.jar;C:\framework\jdevbin\j2ee\home\lib/aqapi.jar;C:\framework\jdevbin\j2ee\home\lib/jem.jar;C:\framework\jdevbin\j2ee\home\../../javacache/lib/cache.jar;C:\framework\jdevbin\j2ee\home\../../javacache/admin;C:\framework\jdevbin\j2ee\home\lib/http_client.jar;C:\framework\jdevbin\j2ee\home\../../jlib/jssl-1_1.jar;C:\framework\jdevbin\j2ee\home\../../oracle/jlib/jssl-1_1.jar;C:\framework\jdevbin\j2ee\home\../../jlib/repository.jar;C:\framework\jdevbin\j2ee\home\../../oracle/jlib/repository.jar;C:\framework\jdevbin\j2ee\home\lib/jaasmodules.jar;C:\framework\jdevbin\j2ee\home\../../sqlj/lib/runtime12ee.jar;C:\framework\jdevbin\j2ee\home\../../sqlj/lib/translator.jar;C:\framework\jdevbin\j2ee\home\lib/crimson.jar;;C:\framework\jdevbin\j2ee\home\tools.jar;C:\framework\jdevhome\jdev\myglobalclasses;C:\framework\jdevbin\jdev\appslibrt\global_patch_jars;C:\framework\jdevbin\BC4J\lib\bc4jdomorcl.jar;C:\framework\jdevbin\BC4J\jlib\bc4jdatum.jar;C:\framework\jdevbin\jakarta-commons-el\jsp-el-api.jar;C:\framework\jdevbin\jakarta-commons-el\commons-el.jar;C:\framework\jdevbin\jakarta-commons-el\oracle-el.jar;C:\framework\jdevbin\jdev\appslibrt\xmlparserv2.jar;C:\framework\jdevbin\jdev\appslibrt\regexp.jar;C:\framework\jdevbin\jdev\appslibrt\share.jar;C:\framework\jdevbin\jdev\appslibrt\sax2.jar;C:\framework\jdevbin\jdev\appslibrt\uix2.jar;C:\framework\jdevbin\mds\lib\mdsrt.jar;C:\framework\jdevbin\jdev\lib\mdsdt.jar;C:\framework\jdevbin\jdev\appslibrt\oamdsdt.jar;C:\framework\jdevbin\jdev\appslibrt\fwkjbo.zip;C:\framework\jdevbin\jdev\appslibrt\fwk.zip;C:\framework\jdevbin\jdev\appslibrt\wf.zip;C:\framework\jdevbin\jdev\appslibrt\ak.zip;C:\framework\jdevbin\jdev\appslibrt\flex.jar;C:\framework\jdevbin\jdev\appslibrt\aolj.jar;C:\framework\jdevbin\jdev\appslibrt\collections.zip;C:\framework\jdevbin\jdev\appslibrt\appsSSO.zip;C:\framework\jdevbin\jdev\appslibrt\cacheFwk.zip;C:\framework\jdevbin\jdev\appslibrt\jttComn.zip;C:\framework\jdevbin\jdev\appslibrt\iasjoc.zip;C:\framework\jdevbin\jdev\appslibrt\rosettaRt.zip;C:\framework\jdevbin\jdev\appslibrt\portalFlexComps.jar;C:\framework\jdevbin\jdev\appslibrt\svc.zip;C:\framework\jdevbin\jdev\appslibrt\pat.zip;C:\framework\jdevbin\jdev\appslibrt\concurrent.zip;C:\framework\jdevbin\jdev\appslibrt\oamMaintMode.zip;C:\framework\jdevbin\jdev\appslibrt\fwkCabo.zip;C:\framework\jdevbin\bibeans\lib\biamlocal.jar;C:\framework\jdevbin\bibeans\lib\bipres.jar;C:\framework\jdevbin\bibeans\lib\bicmn.jar;C:\framework\jdevbin\bibeans\lib\bidatasvr.jar;C:\framework\jdevbin\bibeans\lib\bidataclt.jar;C:\framework\jdevbin\bibeans\lib\bidatacmn.jar;C:\framework\jdevbin\bibeans\lib\biext.jar;C:\framework\jdevbin\bibeans\lib\bicmn-nls.zip;C:\framework\jdevbin\bibeans\lib\bipres-nls.zip;C:\framework\jdevbin\bibeans\lib\bidata-nls.zip;C:\framework\jdevbin\bibeans\lib\olap_api_92.jar;C:\framework\jdevbin\j2ee\home\lib;C:\framework\jdevbin\j2ee\home\lib\activation.jar;C:\framework\jdevbin\j2ee\home\lib\aqapi.jar;C:\framework\jdevbin\j2ee\home\lib\connector.jar;C:\framework\jdevbin\j2ee\home\lib\cos.jar;C:\framework\jdevbin\j2ee\home\lib\crimson.jar;C:\framework\jdevbin\j2ee\home\lib\ejb.jar;C:\framework\jdevbin\j2ee\home\lib\http_client.jar;C:\framework\jdevbin\j2ee\home\lib\jaas.jar;C:\framework\jdevbin\j2ee\home\lib\jasper.zip;C:\framework\jdevbin\j2ee\home\lib\javax-ssl-1_2.jar;C:\framework\jdevbin\j2ee\home\lib\jaxp.jar;C:\framework\jdevbin\j2ee\home\lib\jdbc.jar;C:\framework\jdevbin\j2ee\home\lib\jem.jar;C:\framework\jdevbin\j2ee\home\lib\jms.jar;C:\framework\jdevbin\j2ee\home\lib\jmxgrinder.jar;C:\framework\jdevbin\j2ee\home\lib\jmxri.jar;C:\framework\jdevbin\j2ee\home\lib\jmxtools.jar;C:\framework\jdevbin\j2ee\home\lib\jndi.jar;C:\framework\jdevbin\j2ee\home\lib\jssl-1_2.jar;C:\framework\jdevbin\j2ee\home\lib\jta.jar;C:\framework\jdevbin\j2ee\home\lib\mail.jar;C:\framework\jdevbin\j2ee\home\lib\ojsp.jar;C:\framework\jdevbin\j2ee\home\lib\runtime12.jar;C:\framework\jdevbin\j2ee\home\lib\saxon.jar;C:\framework\jdevbin\j2ee\home\lib\servlet.jar;C:\framework\jdevbin\j2ee\home\lib\translator.jar;C:\framework\jdevbin\j2ee\home\lib\xalan.jar;C:\framework\jdevbin\BC4J\lib;C:\framework\jdevbin\BC4J\lib\bc4jct.jar;C:\framework\jdevbin\BC4J\lib\bc4jctejb.jar;C:\framework\jdevbin\BC4J\lib\bc4jhtml.jar;C:\framework\jdevbin\BC4J\lib\bc4jimdomains.jar;C:\framework\jdevbin\BC4J\lib\bc4jmt.jar;C:\framework\jdevbin\BC4J\lib\bc4jmtejb.jar;C:\framework\jdevbin\BC4J\lib\bc4juixtags.jar;C:\framework\jdevbin\BC4J\lib\bc4j_jclient_common.jar;C:\framework\jdevbin\BC4J\lib\collections.jar;C:\framework\jdevbin\BC4J\lib\datatags.jar;C:\framework\jdevbin\ord\jlib\ordim.jar;C:\framework\jdevbin\ord\jlib\ordhttp.jar;C:\framework\jdevbin\jlib\uix2.jar;C:\framework\jdevbin\jlib\share.jar;C:\framework\jdevbin\jlib\regexp.jar;C:\framework\jdevbin\jlib\jdev-cm.jar;C:\framework\jdevbin\lib\dsv2.jar;C:\framework\jdevbin\rdbms\jlib\xsu12.jar;C:\framework\jdevbin\j2ee\home\jsp\lib\taglib;C:\framework\jdevbin\j2ee\home\jsp\lib\taglib\ojsputil.jar;C:\framework\jdevbin\lib\oraclexsql.jar;C:\framework\jdevbin\jlib\LW_PfjBean.jar;C:\framework\jdevbin\jlib\bigraphbean.jar;C:\framework\jdevbin\jlib\bigraphbean-nls.zip;C:\framework\jdevbin\jlib\jewt4.jar;C:\framework\jdevbin\jdev\lib\jdev-rt.jar;C:\framework\jdevbin\vbroker4\lib\vbjorb.jar;C:\framework\jdevbin\jdev\lib\ojc.jar;;C:\framework\jdevbin\jdev\lib\jdev-rt.jar;C:\framework\jdevbin\jdev\lib\ojc.jar;C:\framework\jdevbin\lib\servlet.jar;C:\framework\jdevbin\jsp\lib\ojsp.jar;C:\framework\jdevbin\jsp\lib\ojsputil.jar;C:\framework\jdevbin\lib\xmlparserv2.jar;C:\framework\jdevhome\jdev\myclasses;C:\framework\jdevbin\jdbc\lib\classes12.jar;C:\framework\jdevbin\jdbc\lib\nls_charset12.jar;C:\framework\jdevbin\BC4J\jlib\bc4jctvb.jar;C:\framework\jdevbin\jdev\appslibrt\wsp.zip;C:\framework\jdevbin\jdev\appslibrt\diagnostics.jar;C:\framework\jdevbin\BC4J\jlib\bc4jtester.jar;C:\framework\jdevbin\jlib\help4-nls.jar;C:\framework\jdevbin\jlib\help4.jar;C:\framework\jdevbin\jlib\jewt4-nls.jar;C:\framework\jdevbin\jlib\oracle_ice5.jar]
    [012408_043836875][][EXCEPTION] [DEBUG] [oracle.j2ee.home]:[C:\framework\jdevhome\jdev\system9.0.3.5.1437]
    [012408_043836875][][EXCEPTION] [DEBUG] [java.vm.specification.name]:[Java Virtual Machine Specification]
    [012408_043836875][][EXCEPTION] [DEBUG] [JRAD_XML_PATH]:[C:\framework\jdevhome\jdev\myclasses\JRADXML;C:\framework\jdevhome\jdev\myprojects;C:\framework\jdevbin\jdev\oamdsxml\fwk]
    [012408_043836875][][EXCEPTION] [DEBUG] [javax.rmi.CORBA.PortableRemoteObjectClass]:[com.oracle.iiop.javax.rmi.PortableRemoteObjectImpl]
    [012408_043836875][][EXCEPTION] [DEBUG] [java.vm.specification.version]:[1.0]
    [012408_043836875][][EXCEPTION] [DEBUG] [sun.cpu.endian]:[little]
    [012408_043836875][][EXCEPTION] [DEBUG] [oracle.j2ee.container.name]:[Oracle9iAS (9.0.3.1.0) Containers for J2EE]
    [012408_043836875][][EXCEPTION] [DEBUG] [sun.os.patch.level]:[Service Pack 2]
    [012408_043836875][][EXCEPTION] [DEBUG] [oracle.vector.deepCopy]:[false]
    [012408_043836875][][EXCEPTION] [DEBUG] [java.io.tmpdir]:[C:\DOCUME~1\zzalsms2\LOCALS~1\Temp\]
    [012408_043836875][][EXCEPTION] [DEBUG] [com.sun.jts.pi.CLIENT_POLICY_CHECKING]:[false]
    [012408_043836875][][EXCEPTION] [DEBUG] [java.vendor.url.bug]:[http://java.sun.com/cgi-bin/bugreport.cgi]
    [012408_043836875][][EXCEPTION] [DEBUG] [FND_JDBC_STMT_CACHE_SIZE]:[200]
    [012408_043836875][][EXCEPTION] [DEBUG] [os.arch]:[x86]
    [012408_043836875][][EXCEPTION] [DEBUG] [java.awt.graphicsenv]:[sun.awt.Win32GraphicsEnvironment]
    [012408_043836875][][EXCEPTION] [DEBUG] [java.ext.dirs]:[C:\framework\jdevbin\jdk\jre\lib\ext]
    [012408_043836875][][EXCEPTION] [DEBUG] [oc4j.iiop.keyStoreLoc]:[keystore.jks]
    [012408_043836875][][EXCEPTION] [DEBUG] [user.dir]:[C:\framework\jdevhome\jdev\system9.0.3.5.1437\oc4j-config]
    [012408_043836875][][EXCEPTION] [DEBUG] [CACHENODBINIT]:[true]
    [012408_043836875][][EXCEPTION] [DEBUG] [line.separator]:[
    [012408_043836875][][EXCEPTION] [DEBUG] [java.vm.name]:[Java HotSpot(TM) Client VM]
    [012408_043836875][][EXCEPTION] [DEBUG] [file.encoding]:[Cp1252]
    [012408_043836875][][EXCEPTION] [DEBUG] [org.omg.CORBA.ORBClass]:[com.oracle.iiop.server.OC4JORB]
    [012408_043836875][][EXCEPTION] [DEBUG] [java.specification.version]:[1.4]
    Tutalii: C:\framework\jdevhome\jdev\myclasses
    java.io.FileNotFoundException: \var\tmp\FINDEV4\xdomrtROH76UH012408_0438408750.fo (The system cannot find the path specified)
         at java.io.FileOutputStream.open(Native Method)
         at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
         at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
         at oracle.apps.xdo.common.tmp.TmpFile.createTmpFileJDK118(TmpFile.java:146)
         at oracle.apps.xdo.common.tmp.TmpFile.createTmpFile(TmpFile.java:113)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:987)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1657)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:967)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5888)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3438)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3527)
         at oracle.apps.xdo.oa.common.DocumentHelper.getOutputURL(DocumentHelper.java:635)
         at oracle.apps.xdo.oa.common.webui.XDOCommonRnCO.processRequest(XDOCommonRnCO.java:251)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:389)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
         at OA.jspService(OA.jsp:45)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    JRAD_PERF : /xx/oracle/apps/xdo/oa/common/webui/DocViewPG - processRequest : 8671ms
    JRAD_PERF : /xx/oracle/apps/xdo/oa/common/webui/DocViewPG - preparePage : 8703ms
    JRAD_PERF : /xx/oracle/apps/xdo/oa/common/webui/DocViewPG - renderDocument : 31ms

  • I have a problem with FP 13 in that a Council website with a regional map viewer will not now open.

    I have a problem with FP 13 in that a Council website with a regional map viewer will not now open.  The site was designed around FP 10 and the link they have to download FP 10 nowalso directs to FP 13.  I followed the "How to revert to FP 11.7 (Chris Campbell Oct 2013)  along with the uninstall instructions link and now have both zip FP 10.3 and zip 11.7 in my downloads.  I attempted to run FP 11.7, the "winax" file for IE after unzipping it but I am blocked bya window that says I cannot do this and must install FP 13.  The only choice in this window, other than downloading is QUIT.  What is the best approach now.  The website is Auckland Council and the window concerned is "GIS Viewer".   neither Chrome or IE will open it.

    Hi 34wiki,
    There is only one uninstaller for Windows that will uninstall both 32- and 64-bit versions of the Flash Player. At one point there were two separate installers (one for 32-bit OS and another for 64-bit OS), but that has not been the case for a long time. Based on the error, it's possible you may using an older version of the uninstaller (to find out the version of the uninstaller, right-click on the file, select properties, then the 'details' tab).  The latest version is always posted to this link, and will work on both 32- and 64-bit operating systems.  If you get the same error using this uninstaller, please post the contents at the end of the FlashInstall.log file, that show the uninstall attempt.  Since you have a 64-bit OS, there will be two files at the following locations:
    32-bit: C:\Windows\System32\Macromed\Flash
    64-bit: C:\Windows\SysWOW64\Macromed\Flash
    Maria

  • PDF viewer may not be able to display this type of document.

    I am trying to down load an HMRC file ChV1 which I believe is interactive (my layman's description - I have to fill it in) but I get the message ...
    "If this message is not eventually replaced by the proper contents of the document, your PDF
    viewer may not be able to display this type of document. , etc.,
    I am using Windows 7 and Google Chrome
    But I have the latest version - Adobe Reader Version 11.0.10.  Can anyone help, please?
    Martin

    It may be that the "PDF form" is an XFA form created by LiveCycle Designer. These forms are wrapped in PDF and to view/use one must use Acrobat or Adobe Reader.
    BUT -- today one can use browsers that provide their own built-in PDF reader that cannot 'service' XFA forms.
    Google Chrome is one of those browsers. So, don't bother with trying to view/use/do any thing to - with PDFs when using Chrome.
    Save the PDF to your computer's HDD.
    Now, open the PDF with Adobe Reader XI (fully updated of course). Process the form.
    Be well...

Maybe you are looking for

  • Error while releasing an invoice for accounting.

    Hi Experts, I am encountering an error while releasing an invoice for accounting. The error displayed is 'error in transaction currency'. Please help me out with this. Regards, Sunita

  • Regarding payment terms in BP Tcode

    My requirement was to update the payment terms in to MK03. Our business useseres will give the payment terms for FI Vendores in BP tcode and save payment terms for FI Vendores in BP TCODE and this payment terms shoule updated ditrectly in to MK03 for

  • Audio cuts out at random while playing songs in itunes

    While playing songs in itunes audio will frequently drop out completely across the entire system. The song will still be in play mode but the track progress indicator doesn't move. There's no slowdown or spinning beachballs, activity monitor doesn't

  • Which Mac should i get?

    I have just started to get into iSO App development. I mostly create websites so I'm thinking about taken that knowledge over to iSO. Basically I would be making simple light weight apps, no games or anything like that. So my question is which would

  • Nothing but a spinning beachball!

    Everything I attempt to do is met with a spinning beachball! After running automatic software update for Aluminium Keyboard Update + Quicktime Compatibility Update and iTunes 7.4.2 in one session I'm met with the spinning beachball with every applica