Oracle forms issue in IE8

Hi All,
I 've installed 11.5.10.2 in my vmware machine multinode(server1:database,cm server2:form,web server) on redhat4.There is no issue with installation.I have created the softlink from mozilla browser to $COMMON_TOP/util/java/1.4/...../libjavaplugin_oji.I can access forms ,and other web pages from the linux machine.But when I tried to access applications from windows7(64bit) which is the basic os,the oracle application login page displayed(IE8),after that when we try to access forms,it tried to install jintiator,and closed with "Inernet has stopped working" Message. When I searched in google ,they said ie8 is not supported for oracle applications yet.Is there any workaround to fix this issue?
and also please explain about formsweb.cfg and appsweb.cfg.What is the difference between these two files?
Thanks
Jay

IE8 is supported and can be used.
Please make sure you meet the minimum requirements and have your IE8 configured as per these docs.
Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
Is Windows 7 Certified With Oracle E-Business Suite? [ID 1103276.1]
IE8 AND R12 SECURITY SETTING REQUIREMENT ON CROSS SITE SCRIPTING (XSS) [ID 1069497.1]
and also please explain about formsweb.cfg and appsweb.cfg.What is the difference between these two files?Please see (Oracle Forms in Applications FAQ [ID 177610.1]).
Thanks,
Hussein

Similar Messages

  • Format mask 999D99 in Oracle Form issue

    I have a textbox in Oracle form, with format 999.99 => means that we can input 0.99 0r 100.00
    But now, I want to input only as 100 or 0.99, I don't want any .00 if i type 100.
    Just i want 100 as 100 and 100.1 as 100.1 and 100.11 as 100.11. I don't want 100 as 100.00
    i have tried format masks like 990D00 , 999.99, B999D99 , B990D00, 990D99, but all the formats is displays input 100 as 100.00, Please let me know which format mask will resolve my issue.

    In this case, it is allowing more than 2 decimal places. i want maximum of 2 decimals. i have used lowest as 0 and highest as 999.99

  • DB Trigger firing issue in case of oracle forms session crash

    Hi All,
    Oracle DB version: Oracle Database 10g Release 10.2.0.2.0 - Production
    Oracle Forms version: (Oracle Developer Suite 10g) 10.1.2.0.2 Production
    I am entering some data in the oracle forms and committed the data to database. This form is still open.
    By some reasons i get a error as "FRM-92101: There is error during forms server startup" and the forms session gets crashed.
    When this event happens i wanted to update the records which are inserted before this error occurred. For this purpose i created a BEFORE LOGOFF ON DATABASE trigger (in SYS user) and declared that transaction as autonomous and performed update and then commit.
    But when i get this error in forms runtime session, this trigger doesn't fire and also the records don't get updated.
    If i query to v$session view, the session entry is gone because the forms session is crashed.
    Can anyone please tell me why this trigger don't get fire when oracle forms session gets crashed? Or is there is any other way to run update statement as soon as the forms session gets crashes?
    Thanks.

    Hi,
    please check java runtime console for more issue information.
    Windows:
    SystemControl->Java Plugin Ver XXXX -> Standard -> Check "Show Java Console"
    In Systray, check the console for information about errors in java after the form error.
    Attackwave

  • Text field highlighting Issue in oracle forms 11g after migrating from 10g

    We have migrated the oracle forms from 10g to 11g.
    On 10g oracle form when I click on the text item then text item value gets hilighted in blue color but after converting same form(without making any code changes) into 11g version form when I click on then text item then value is NOT hilighted.
    Could please help me why it's behaving different? Are there any configuration changes required at the application server side?
    Thanks

    christian,
    We have forms 11.1.1.2.0.
    In oracle forms “text item value is highlighted When user clicks on text item” is controlled by form level property “KEEP CURSOR POSITION”.
    This property is not working with JAVA SUN plug-in in forms version 11.1.1.2.0.
    This issue has been fixed under Patch Set 2 (11.1.1.3.0). Please see below meta link.
    https://support.oracle.com:443/CSP/ui/flash.html#tab=KBHome(page=KBHome&id=()),(page=KBNavigator&id=(bmDocDsrc=KB&bmDocType=BULLETIN&bmDocID=1099499.1&from=BOOKMARK&bmDocTitle=Fixed%20Bugs%20List%20-%20Patch%20Set%202%20(11.1.1.3.0)%20for%20Oracle%20Fusion%20Middleware%2011g&viewingMode=1143))
    Thanks,
    Satish N

  • Oracle 6i forms issue with Oracle 9i Database

    Hi Friends,
    I am having Oracle Forms Developer installed with patchset18.The Version is 6.0.8.27.0
    When i connect the forms builder to 9i Database (9.2.0.1) the form builder is getting crashed but i am able to connect the forms builder to e-business suite database(9.2.0.6)
    I tried installing 9i Database(9.2.0.1) on windows 2003 server,windows xp,windows 2000.
    When i connect my forms builder to any of these databases the forms builder is crashing with don't send message error on (ifbld60.exe).
    Is there any compatibility issue between forms builder(6i) and oracle 9i(9.2.0.1).Please suggest me.
    Regards,
    Arun .N

    Forms 6i connects to Oracle 9 databases just fine, even though it is no longer certified by Oracle.
    First of all, can you connect to the database with SQL Plus? Make sure that works first.
    The other thing that comes to mind is the AL32UTF8 character set. Forms 6i and other older Oracle software cannot connect to databases using it. But I have only seen that problem with Oracle 10g databases, so I am not sure about the Oracle 9 db.
    Here is a thread discussing the problem: Re: connecting form 6i  to oracle database 10G express edition

  • Oracle fusion Middleware 11g -- forms issue while hitting url

    Hi ,
    we are facing one issue while hitting the url mentioned below
    http://scrmskr.apac.nsroot.net:7801/forms/html/CRMS_KR.htm
    FRM-92052:fatal error: cannot connect to the server at URL /forms/lservlet
    here in the above CRMS_KR.htm we have hard-coded all the parameters value that in other case is read from formsweb.cfg
    whereas if we hit the same CRMS_KR.htm renaming it to basejpi.htm and hitting below url then its opening our home page i.e our test.fmx called from this .htm file
    http://scrmskr.apac.nsroot.net:7801/forms/frmservlet
    We have gone through Oracle® Fusion Middleware Forms Services Deployment Guide
    11g Release 1 (11.1.1)
    but not able to get the issue.
    Please let us know where we are going wrong or what mapping or config settings are we missing.
    Config files:
    CRMSKR.htm_
    ======================================================
    <HTML>
    <!-- FILE: basejpi.htm (Oracle Forms) -->
    <!-- -->
    <!-- This is the default base HTML file for running a form on the -->
    <!-- web using the JDK Java Plugin. This is used for example when -->
    <!-- running with Netscape on Unix. -->
    <!-- -->
    <!-- IMPORTANT NOTES: -->
    <!-- Default values for all the variables which appear below -->
    <!-- (enclosed in percent characters) are defined in the servlet -->
    <!-- configuration file (formsweb.cfg). It is preferable to make -->
    <!-- changes in that file where possible, rather than this one. -->
    <!-- -->
    <!-- This file will be REPLACED if you reinstall Oracle Forms, so -->
    <!-- you are advised to create your own version if you want to make -->
    <!-- any modifications. You should then set the baseHTMLjpi -->
    <!-- parameter in the Forms Servlet configuration file (formsweb.cfg) -->
    <!-- to point to your new file instead of this one. -->
    <HEAD><TITLE>Credit & Risk Management System</TITLE></HEAD>
    <BODY bgcolor=#c0c0c0 SCROLL="no">
    <!-- Forms applet definition (start) -->
    <OBJECT classid="clsid:CAFEEFAC-0016-0000-0012-ABCDEFFEDCBA"
    codebase="http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,12"
    WIDTH="920"
    HEIGHT="680"
    HSPACE="0"
    VSPACE="0"
    ID="">
    <SCRIPT LANGUAGE="JavaScript" SRC="/forms/frmjscript/forms_ie.js"></SCRIPT>
    <PARAM NAME="TYPE" VALUE="application/x-java-applet;jpi-version=1.6.0_12">
    <PARAM NAME="CODEBASE" VALUE="/forms/java">
    <PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
    <PARAM NAME="ARCHIVE" VALUE="frmall.jar,crms_icons.jar" >
    <PARAM NAME="serverURL" VALUE="/forms/lservlet?ifcfs=/forms/frmservlet?acceptLanguage=en-us">
    <PARAM NAME="networkRetries" VALUE="50">
    <PARAM NAME="serverArgs"
    VALUE="escapeParams=true module=/rcrmap1/rcrrgbg2/crms/10as/fmx_dir/CRMS_LOGIN.fmx userid= debug=no host= port= obr=no record= tracegroup= log= term= ssoProxyConnect=no">
    <PARAM NAME="separateFrame" VALUE="false">
    <PARAM NAME="splashScreen" VALUE="">
    <PARAM NAME="background" VALUE="">
    <PARAM NAME="lookAndFeel" VALUE="Generic">
    <PARAM NAME="colorScheme" VALUE="teal">
    <PARAM NAME="serverApp" VALUE="default">
    <PARAM NAME="logo" VALUE="no">
    <PARAM NAME="imageBase" VALUE="CodeBase">
    <PARAM NAME="formsMessageListener" VALUE="">
    <PARAM NAME="recordFileName" VALUE="">
    <PARAM NAME="EndUserMonitoringEnabled" VALUE="">
    <PARAM NAME="EndUserMonitoringURL" VALUE="">
    <PARAM NAME="heartbeat" VALUE="">
    <PARAM NAME="MaxEventWait" VALUE="">
    <PARAM NAME="allowAlertClipboard" VALUE="true">
    <PARAM NAME="disableValidateClipboard" VALUE="false">
    <PARAM NAME="enableJavascriptEvent" VALUE="true">
    <PARAM NAME="MAYSCRIPT" VALUE="true">
    <PARAM NAME="digitSubstitution" VALUE="context">
    <PARAM NAME="legacy_lifecycle" VALUE="false">
    <PARAM NAME="JavaScriptBlocksHeartBeat" VALUE="false">
    <PARAM NAME="highContrast" VALUE="false">
    <PARAM NAME="disableMDIScrollbars" VALUE="">
    <PARAM NAME="clientDPI" VALUE="">
    <PARAM name="applet_stop_timeout" value="800">
    <COMMENT>
    <EMBED SRC="" PLUGINSPAGE="http://java.sun.com/products/archive/j2se/6u12/index.html"
    TYPE="application/x-java-applet;jpi-version=1.6.0_12"
    java_codebase="/forms/java"
    java_code="oracle.forms.engine.Main"
    java_archive="frmall.jar,crms_icons.jar"
    WIDTH="920"
    HEIGHT="680"
    HSPACE="0"
    VSPACE="0"
    NAME=""
    serverURL="/forms/lservlet?ifcfs=/forms/frmservlet"
    networkRetries="0"
    serverArgs="escapeParams=true module=/rcrmap1/rcrrgbg2/crms/10as/fmx_dir/CRMS_LOGIN.fmx userid= debug=no host= port= obr=no record= tracegroup= log= term= ssoProxyConnect=no"
    separateFrame="false"
    splashScreen=""
    background=""
    lookAndFeel="Generic"
    colorScheme="teal"
    serverApp="default"
    logo="no"
    imageBase="CodeBase"
    recordFileName=""
    EndUserMonitoringEnabled=""
    EndUserMonitoringURL=""
    heartBeat=""
    MaxEventWait=""
    disableValidateClipboard="false"
    allowAlertClipboard="true"
    enableJavascriptEvent="true"
    MAYSCRIPT="true"
    digitSubstitution="context"
    legacy_lifecycle="false"
    JavaScriptBlocksHeartBeat="false"
    highContrast="false"
    disableMDIScrollbars=""
    clientDPI=""
    applet_stop_timeout="800"
    >
    <NOEMBED>
    </COMMENT>
    </NOEMBED></EMBED>
    </OBJECT>
    <!-- Forms applet definition (end) -->
    <table border="0" width="1005" height="30" >
    <tr>
    <td width="74%" height="30" align="left"><img border="0" src="/rcrms/icons/f_cblogo.gif" width="65px" height="20px"><br>
    <font face="Garamond" size="1" >www.citigroup.net</font>
    </td>
    <td width="26%" height="30" align ="left" ><font face="Garamond" size="1.5">
    Terms,conditions, caveats and small print.<br>
    Copyright &copy; 2003 Citigroup. All rights reserved. Unpublished.</font>
    </td>
    </tr>
    </table>
    </BODY>
    </HTML>
    ======================================================
    forms.conf
    ====================================================
    # Name
    # forms.conf - Forms component Apache directives configuration file.
    # Purpose
    # It should include the weblogic managed server (routing) directives for
    # the servers where Forms applications are deployed and other miscellaneous
    # Forms component OHS directives.
    # Remarks
    # This file is included with the OHS configuration under
    # $OI/config/OHS/<OHS Node Name>/moduleconf sub-directory.
    # virtual mapping for the /forms/html mapping.
    RewriteEngine on
    RewriteRule ^/forms/html/(..*) /workaroundhtml/$1 [PT]
    RewriteRule ^/rcrms/html/(..*) /workaroundhtml/$1 [PT]
    AliasMatch ^/workaroundhtml/(..*) "/rcrmap2/weblogic/bea/rcrms/config/FormsComponent/forms/html/$1"
    AliasMatch ^/rcrms/icons/(..*) "/rcrmap2/weblogic/bea/ORA_PFRD/forms/java/$1"
    # Virtual path mapping for Forms Java jar and class files (codebase)
    AliasMatch ^/forms/java/(..*) "/rcrmap2/weblogic/bea/ORA_PFRD/forms/java/$1"
    # Virtual path mapping for testcrms (codebase)
    AliasMatch ^/rcrms/java/(..*) "/rcrmap2/weblogic/bea/ORA_PFRD/forms/java/$1"
    <Location /forms>
    SetHandler weblogic-handler
    WebLogicHost kauh0079
    WebLogicPort 8001
    </Location>
    ====================================================
    Thanks,
    Harish

    Hi Michael,
    Thanks for your valuable inputs.
    Below line in CRMS_KR.htm was causing the problem because while directly hitting the CRMS_KR.htm we had hard-coded all the tag values which in other case is read from formweb.cfg
    Before:
    *<PARAM NAME="serverURL" VALUE="/forms/lservlet?ifcfs=/forms/frmservlet?acceptLanguage=en-us">*
    We modified it to
    After:
    *<PARAM NAME="serverURL" VALUE="/forms/lservlet">*
    Now we are able to hit the below URL sucessfully
    http://scrmskr.apac.nsroot.net:7801/forms/html/CRMS_KR.htm
    Thanks & Regards,
    Harish

  • Reports which generate Excel output do not open under ie8/Oracle Forms

    Hello,
    we run Oracle Forms (regardless whether under Jinitiator 1.3.1.22(28) or SUN JVM) and generate Excel output with Oracle Reports (web.show_document). This works well under Internet Explorer 6 (ie6) but not under Internet Explorer 8 (ie8).
    The effect ist that a new browser window opens and closes very quickly without anything further happening.
    I honestly assume that this has not to do with oracle reports but ask this nevertheless in this forum as there might be people which made the same experiences...
    I additionally found out that the same problem exists when gerenating excel or ms word output via a db procedure (with http. modules). There I found that suppressing the question (open/save/cancel) before opening a file (via the windows explorer file type association menu) helped with excel and ms word output (but this might be regarded as a not satisfying workaround).
    The problem persists with other applications' file types than XLS or DOC which are also correctly registered on the client.
    I'm not sure whether mimetypes sent along with the files (which were obviously correct with ie6) play a role in this problem.
    Peter

    Hello,
    Your problem with IE 8 seems to be similar to the one discussed here :
    IE7 windows opened and closed immediatly
    http://www.experts-exchange.com/Software/Internet_Email/Web_Browsers/Interne
    t_Explorer/Q_23304982.html
    You can test the solution suggested :
    We have found the setting that we needed, under the Internet Options
    Security tab, if you select the internet zone, and click the custom level
    button, then scroll down to the Downloads section, the first option is
    Automatic prompting for file downloads, setting this to enable keeps IE 7
    from interfering with this sort of download.
    Example with screen shots :
    http://www.celt.iastate.edu/webct/securitysettings.html
    Regards

  • Oracle Ebusiness Suite R12 Forms Issue

    Hi All,
    I am facing a strange issue.
    I am able to login to the EBiz R12.1.3 successfully. But when i click on any responsiblity and try to open the forms, the Oracle logo ( flash screen comes ) and then a small window of forms opens up, and then the forms window opens and automatically get closed within 1 or 2 seconds.
    What is the problem ?? I have raised Sev1 SR, its going on for last 3 days and no one able to detect it. Hope, someone had similar problem and also resolved it.
    My configuration : 1 F5 LB , 2 Apps Node , 2 DB Node and SAN Storage
    Metalink note id which i followed : 823587.1 , 1362116.1 , 384248.1
    My steps :
    Installed the Grid Infra Home using the "oracle" OS user and then Oracle RAC Home using the "orasit" OS user.
    Migrate the DB from non RAC,nonASM instance ( GOLD instance ) to the RAC ASM ( SIT instance )
    Run adbldxml.pl , then adconfig in the DB side.
    In the Apps side , i copied the appl top from the source that is GOLD instance and kept in the shared mount point in the SIT multinode server.
    run adcfgclone.pl and then adautocfg.sh , everything runs successfully. NO ERROR at all.
    Then i opened the EBiz login page, logged into it and then tried to open forms. And then problem comes.
    It will be a great rescue to me, if someone can put some light in this regards.
    Thanks
    Saroj Mahanta
    00972 546018145

    Hi,
    Please find the last 15lines from the error log files.
    [applsit@compsitapp1 Apache]$ tail -15 error_log.1325808000
    [Fri Jan  6 12:41:39 2012] [error] [client 10.236.91.70] [ecid: 1325846499:10.237.160.120:16438:0:58,0] File does not exist: /app_shared/app/SIT/apps/apps_st/comn/java/classes//
    [Fri Jan  6 12:41:39 2012] [error] [client 10.236.91.70] [ecid: 1325846499:10.237.160.120:16438:0:59,0] File does not exist: /app_shared/app/SIT/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Fri Jan  6 12:41:39 2012] [error] [client 10.236.91.70] [ecid: 1325846499:10.237.160.120:16438:0:60,0] File does not exist: /app_shared/app/SIT/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Fri Jan  6 12:42:36 2012] [error] [client 10.236.91.70] [ecid: 1325846556:10.237.160.120:16434:0:59,0] File does not exist: /app_shared/app/SIT/apps/apps_st/comn/java/classes//
    [Fri Jan  6 12:42:44 2012] [error] [client 10.236.91.70] [ecid: 1325846564:10.237.160.120:16432:0:44,0] File does not exist: /app_shared/app/SIT/apps/apps_st/comn/java/classes//
    [Fri Jan  6 12:42:44 2012] [error] [client 10.236.91.70] [ecid: 1325846564:10.237.160.120:16432:0:45,0] File does not exist: /app_shared/app/SIT/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Fri Jan  6 12:42:44 2012] [error] [client 10.236.91.70] [ecid: 1325846564:10.237.160.120:16432:0:46,0] File does not exist: /app_shared/app/SIT/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Fri Jan  6 15:12:34 2012] [error] [client 10.236.91.61] [ecid: 1325855554:10.237.160.120:16437:0:307,0] mod_oc4j: Failed to find a failover oc4j process for session request for destination: application://oacore (no island or jgroup).
    [Fri Jan  6 15:12:34 2012] [error] [client 10.236.91.61] [ecid: 1325855554:10.237.160.120:16437:0:308,0] mod_oc4j: Failed to find a failover oc4j process for session request for destination: application://oacore (no island or jgroup).
    [Fri Jan  6 15:12:34 2012] [error] [client 10.236.91.61] [ecid: 1325855554:10.237.160.120:16437:0:309,0] mod_oc4j: Failed to find a failover oc4j process for session request for destination: application://oacore (no island or jgroup).
    [Fri Jan  6 15:22:23 2012] [error] [client 10.33.43.213] [ecid: 1325856143:10.237.160.120:17142:0:243,0] File does not exist: /app_shared/app/SIT/apps/apps_st/comn/java/classes/oracle/portal/favicon.ico
    [Fri Jan  6 15:22:42 2012] [error] [client 10.33.43.213] [ecid: 1325856162:10.237.160.120:16438:0:251,0] File does not exist: /app_shared/app/SIT/apps/apps_st/comn/java/classes/oracle/portal/favicon.ico
    [Fri Jan  6 15:23:35 2012] [error] [client 10.237.160.254] [ecid: 1325856215:10.237.160.120:17143:0:256,0] File does not exist: /app_shared/app/SIT/apps/apps_st/comn/java/classes/oracle/portal/favicon.ico
    [Fri Jan  6 15:24:18 2012] [error] [client 10.33.43.213] [ecid: 1325856258:10.237.160.120:16432:0:273,0] File does not exist: /app_shared/app/SIT/apps/apps_st/comn/java/classes//
    [Fri Jan  6 16:37:02 2012] [error] [client 10.33.43.213] [ecid: 1325860622:10.237.160.120:19706:0:4,0] File does not exist: /app_shared/app/SIT/apps/apps_st/comn/java/classes//
    [applsit@compsitapp1 Apache]$
    [applsit@compsitapp1 Apache]$ pwd
    /ua01/app/SIT/inst/apps/SIT_compsitapp1/logs/ora/10.1.3/Apache
    [applsit@compsitapp1 Apache]$
    [applsit@compsitapp1 Apache]$ tail -15 access_log.1325808000
    10.237.160.254 - - [06/Jan/2012:21:29:54 +0200] "GET / HTTP/1.1" 200 1345 0 "-" "-"
    127.0.0.1 - - [06/Jan/2012:21:29:57 +0200] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    10.237.160.254 - - [06/Jan/2012:21:30:01 +0200] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 302 654 0 "-" "-"
    10.237.160.254 - - [06/Jan/2012:21:30:09 +0200] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 302 654 0 "-" "-"
    127.0.0.1 - - [06/Jan/2012:21:30:17 +0200] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    10.237.160.254 - - [06/Jan/2012:21:30:17 +0200] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 302 654 0 "-" "-"
    10.237.160.254 - - [06/Jan/2012:21:30:24 +0200] "GET / HTTP/1.1" 200 1345 0 "-" "-"
    10.237.160.254 - - [06/Jan/2012:21:30:25 +0200] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 302 654 0 "-" "-"
    10.237.160.254 - - [06/Jan/2012:21:30:33 +0200] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 302 654 0 "-" "-"
    127.0.0.1 - - [06/Jan/2012:21:30:37 +0200] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    10.237.160.254 - - [06/Jan/2012:21:30:41 +0200] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 302 654 0 "-" "-"
    10.237.160.254 - - [06/Jan/2012:21:30:49 +0200] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 302 654 0 "-" "-"
    10.237.160.254 - - [06/Jan/2012:21:30:54 +0200] "GET / HTTP/1.1" 200 1345 0 "-" "-"
    127.0.0.1 - - [06/Jan/2012:21:30:57 +0200] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    10.237.160.254 - - [06/Jan/2012:21:30:57 +0200] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 302 654 0 "-" "-"
    [applsit@compsitapp1 Apache]$
    [applsit@compsitapp1 forms_default_group_1]$ pwd
    /ua01/app/SIT/inst/apps/SIT_compsitapp1/logs/ora/10.1.3/j2ee/forms/forms_default_group_1
    [applsit@compsitapp1 forms_default_group_1]$ tail -15 application.log
    12/01/06 15:22:37.659 formsweb: Servlet error
    java.lang.NullPointerException
    at oracle.forms.servlet.FormsServlet.doRequest(Unknown Source)
    at oracle.forms.servlet.FormsServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    [applsit@compsitapp1 forms_default_group_1]$
    Thanks
    Saroj

  • Issue running when Oracle Forms 10g

    Hello Experts,
    I have installed Oracle forms 10g (Developer Suite 10g) on my machine. But when runnig the forms, it doesn’t load the form, says ‘Applet loaded’ and stops executing.. In Console it gives the following error :
    Have tried installing on a fresh copy as well but it give the same/similar issue.. Wasted lot couple of days on this now
    Using IE 8 and tried on IE 7 as well.
    I am runnng this through Forms builder
    Can anyone help me on this...
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Administrator
    User has overriden browser's proxy settings.
    Proxy Configuration: Manual Configuration
    Proxy: proxy.dialog.dialoggsm.com:8080
    Proxy Overrides:
    JAR cache enabled
    Location: D:\DevSuiteHome_2\forms\java
    Maximum size: unlimited
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Downloading http://aaa-073-114.softcom.bigsoftcom.com:8889/forms/java/frmall_jinit.jar to JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------

    Using IE 8 and tried on IE 7 as well.
    Oracle JInitiator: Version 1.3.1.22Oracle Jinitiator is not compatible with IE 7/8, you have to use the Sun JRE 1.6.0._16 or higher instead. Take a look at section *2.2 Oracle Forms Applications on Client Platforms* in the Oracle Application Server 10g (10.1.2) Certification Matrix.
    After installing the Sun JRE 1.6.0, you will need to modify the %DEVSUITE_HOME%\forms\server\formsweb.cfg to set the correct JRE version information. Make the following changes:
    # System parameter: base HTML file for use with JInitiator client
    #-- Original
    #baseHTMLjinitiator=basejini.htm 
    #-- New
    baseHTMLjinitiator=basejpi.htm  
    #-- Original
    #jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html 
    #-- New
    jpi_download_page=http://www.oracle.com/technetwork/java/javase/downloads/index.html 
    # Parameter related to the version of the Java Plugin
    # -- Original
    #jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # -- New (this entry specifies update 16)
    jpi_classid=clsid:CAFEEFAC-0016-0000-0016-ABCDEFFEDCBA
    # OR, you can instruct OAS to use any version of Sun JRE 1.6.0
    jpi_classid=clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    # -- Original
    #jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # -- New
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,22
    # Parameter related to the version of the Java Plugin
    # -- Original
    #jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    # -- New (Specifies update 16)
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_16
    # -- OR use any version of 1.6.0
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Integrating Oracle Forms 11g with JavaScript - keystrokes support issues

    This article
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/forms/11g/jsinteg/formsjsinteg/setup.htm
    shows the JavasriptIntegration with Oracle Forms.
    I am trying to navigate out of Oracle Forms Java Applet with separateFrame=false to access an external menu using JavaScript. I can't find a way to navigate out of Oracle Forms. My focus stays inside the currently opened form and the applet does not lose the focus.
    I need to access any external UI component by shifting the focus form the Java Applet to that components using only key strokes.
    Thanks for your help

    Vikas,
    Sorry for the delay. I am still investigating this. In general, it would appear as I mentioned. If the form that contains the code specific to the event monitoring has not been run, then it cannot be executed. We are trying to get clarification on the definition of "scope" in this case. In the mean time, one alternative might be to subclass the related triggers/pu and include them in all of the forms where you want them to fire. Currently I am suspecting that scope refers to a relationship to forms currently running. For example if you have form A, B, and C running a scope of "form" might suggest that the events are only monitored if the current form includes the necessary code. However, if "application" then even if the form containing the necessary code is not the current form, the necessary code would fire anyway. Again, I am trying to get more clarification, but it is slow coming.
    If this is truely an urgent issue, I encourage you to create a Service Request with Oracle Support.

  • POST COMMIT FORM issue in Oracle Forms Personalization

    Hi All,
    I have following requirement in Oracle Forms Personalization :
    1. User updates a records( from the table xxtable) in the Form
    2. Following this, on saving the record, a stored procedure is called to pick those records which are updated/inserted and display. But its displaying still the old values, since commit has not occured.
    3. I have added new forms personalization using POST-DATABASE-COMMIT and POST-FORM-COMMIT. However, none of this trigger is firing.
    Used POST-UPDATE and POST-INSERT, but this trigger are not fetching the committed data but picking the old value.
    Please let me know, how this requirement can be achieved in Oracle forms personalization?
    Many Thanks in Advance.

    the difference in time is that you doing the following additional tasks in forms that you dont do in sqlplus:
    1. you are retrieving data into the fields of the form.
    2. creating the record.
    which is a network round-trip for each record. AFAIK.
    if its an option for you, I would create a global temporary table and then populate the temporary table with the required data. Then build a base table block based on the global temporary table. This way you can use the forms default functionality and its fast because you dont have to populate all the records on the form before you see the first record!
    :>)

  • Domain issue while installing oracle forms 11g

    Hi . Trying to install oracle Forms 11g ,while installing it is getting error while creating domain .. Any clue.

    Below are log after performing the suggested steps..
    Successfully launched the Node Manager.
    The Node Manager process is running independent of the WLST process.
    Exiting WLST will not stop the Node Manager process. Please refer
    to the Node Manager logs for more information.
    The Node Manager logs will be under D:\Oracle\weblogic64\wlserver_10.3\common\nodemanager
    Node Manager starting in the background
    java.lang.Exception: The node manager failed to start
        at oracle.as.provisioning.weblogic.ASDomain._startNodeManager(ASDomain.java:3709)
        at oracle.as.provisioning.weblogic.ASDomain.startNodeManager(ASDomain.java:3517)
        at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:637)
        at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
        at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
        at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
        at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
        at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
        at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
        at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
        at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
        at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
        at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
        at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
        at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
        at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
        at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
        at java.lang.Thread.run(Thread.java:662)
    java.lang.Exception: The node manager failed to start
        at oracle.as.provisioning.weblogic.ASDomain._startNodeManager(ASDomain.java:3709)
        at oracle.as.provisioning.weblogic.ASDomain.startNodeManager(ASDomain.java:3517)
        at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:637)
        at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
        at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
        at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
        at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
        at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
        at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
        at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
        at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
        at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
        at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
        at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
        at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
        at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
        at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(Confi

  • Oracle Forms 9i generation issue.

    Hi, I am developing a form using Oracle 9iDevelopment Suit. While doing the development I noticed a problem that the form is not behaving as per the code written. In debug mode the code runs as per expected. On making some changes (e.g. add a message and a pause) to the particular section of code and re generating it, the code starts behaving as per expectations. On doing further investigation I found that the size of fmx (the original one) was less by 30-40% than the one which was re generated with a message. This behavior of Forms generation is very inconsistent and I do not know how to resolve it permanently. If at all someone has faced such problem please let me know the solution to this.
    Thanks and Regards,
    Sachin.

    Hello Grant,
    Thanks for the reply.
    You are right, the form source code is from Oracle forms 6i. I did migrate this form from 6i to 9i. Then did some additional development in the form. During this developement I would have re compiled the entire form lots of time. This particular problem seems to apprear on few of the Item level triggers. I even know these triggers. On generation of the fmx I do test this form and execute a test case which ivokes the code in these triggers. Most of the times this trigger code fails to exececute as per behavior. Then I open these triggers and make a change in it (e.g. add a message or add a space and delete it immediatly) and recompile the form. The next time onwards the trigger code executes as per expectations. One of the trigger is Key-PrvBlk and other is Key-Commit. The code is very streight forward. It has a if condition on a variable and even if the condition is true the code present in the ELSE part is getting executed. In debug mode this works as per expected.
    The reason I have mentioned the size of FMX is due to the amount of difference. In both the cases listed above the size difference in FMX is aroung 400Kb i.e. 30 to 40% of the larger size.
    Thanks and Regards,
    Sachin.

  • DML issue in Oracle forms

    Hi,
    I have seen sometimes the queries which work in oracle sql*plus and Pl/Sql Developer,they dont work in Oracle forms, for example following query works in
    Pl/sql developer,but not in oracle forms
    select *
    from tablea
    where name in (variable)
    so if variable contains 'AA','BB'
    and records are there in table ,it will not fetch any records,whether variable is with quotes or not .........
    whenever there is a dml statement involving variables ..behavior is somewhat different ....so to get that done ....i normally transfer them to database procedure or function .....then it works fine ..
    Is it known bug or what.
    Regards,
    SS

    You can use a FORMS_DDL or EXECUTE IMMEDIATE
    select_dml := ' select * from tablea where name in ('||:variable||')';
    FORMS_DDL ( select_dml);if variable contains 'AA','BB'

  • Oracle forms error/configuration issue

    Hello there,
    When i run Oracle forms 9i , it returns an html page with HTML tags in it , i am expecting the GUI when i run it.Is it something with formsweb.config ?The exact error message is shown below.Any help is appreciated.
    Thanks.
    C:\Documents and Settings\user\Local Settings\Temp\s2m0.8htm
    <html> <head> ORACLE FORMS.</head>
    <body onload="document.pform.submit();" >
    <form name="pform" action="http://xxxxxx:8889/forms90/f90servlet" method="POST">
    <input type="hidden" name="form" value="C:\SCM Working Folders\005 Implementation\Development\adjust.fmx">
    <input type="hidden" name="userid" value="xxx/xxxxx@xxxx">
    <input type="hidden" name="obr" value="yes">
    <input type="hidden" name="array" value="YES">
    </form> </body></html>

    Yes, it happens when i run the form from the builder.
    Could you please explain how to run it from the Web form tester html?
    Thanks very much for your help.

Maybe you are looking for

  • Do I need to run DNS on a colo server being accessed remotely via VPN?

    My Mac Mini Server is located in a colo site. We generally use it for Web, email and a couple of application-specific services. It has a dedicated IP address. We have a separate DNS service we use to point to the domains on the server located remotel

  • Font size in Preview

    Hi, For some reason, or not, I cannot make font sizes larger with the Apple key + combination. I can make the font size smaller with Apple key - but not larger with Apple key +. Why? The text is NOT at its largest size. I can make things larger by go

  • Starting another process from Automated Activity

    Hello, is it generally possible to trigger the instantiation of another process via an automated activity? I ask this question, because I already tried this and the service call did execute properly but the second process instance does not start. (Ev

  • ITunes update removes essential software from my computer, which means I can't use the Internet.

    Two days ago, I updated iTunes to the latest version, but it appears that during the installation, vital software was removed from my computer. The result was that I couldn't access the Internet after the installation. I then did a system restore to

  • PowerBook 1400 and PCMCIA Ethernet card

    I have some problems to find out list of supported PCMCIA Ethernet cards by MacOS 7 (B1-7.5.3) on PowerBook 1400. I would be very please to receive driver for 3Com OfficeConnect 572B what I own. Is it available? regards,