R 12.1.1 After Installtion Forms Opening Error FRM-92101

After installation of EBS R 12.1.1 on OEL 4.4 , forms opening failure due to following error.
FRM-92101 : There was a failure in the forms server during startup.This could happen due to invalid configuration , please look into the web-server log file for details.
When i open the application log file for forms.
[oracle@test 04271114]$ cd /appshome/oracle/VIS/inst/apps/VIS_test/logs/ora/10.1.3/j2ee/
[oracle@test j2ee]$ ll
total 12
drwxr-xr-x  3 oracle oinstall 4096 Apr 26 21:03 forms
drwxr-xr-x  3 oracle oinstall 4096 Apr 26 21:03 oacore
drwxr-xr-x  3 oracle oinstall 4096 Apr 26 21:03 oafm
[oracle@test j2ee]$ cd forms/
[oracle@test forms]$ ll
total 4
drwxr-xr-x  2 oracle oinstall 4096 Apr 26 21:03 forms_default_group_1
[oracle@test forms]$ cd forms_default_group_1/
[oracle@test forms_default_group_1]$ ll
total 172
-rw-r--r--  1 oracle oinstall  20449 Apr 27 11:19 application.log
-rw-r--r--  1 oracle oinstall    418 Apr 27 11:10 global-application.log
-rw-r--r--  1 oracle oinstall    194 Apr 27 11:10 jms.log
-rw-r--r--  1 oracle oinstall   1688 Apr 27 11:10 log.xml
-rw-r--r--  1 oracle oinstall    194 Apr 27 11:10 rmi.log
-rw-r--r--  1 oracle oinstall 129772 Apr 27 11:56 server.log
-rw-r--r--  1 oracle oinstall     82 Apr 27 11:10 system-application.log
[oracle@test forms_default_group_1]$ vi application.log
11/04/26 21:03:23.966 10.1.3.4.0 Started
11/04/26 21:03:26.60 formsweb: FormsServlet init():
    configFileName:     /appshome/oracle/VIS/inst/apps/VIS_test/ora/10.1.2/forms/server/appsweb.cfg
    testMode:           false
11/04/26 21:03:26.74 formsweb: 10.1.3.4.0 Started
11/04/27 10:33:07.324 formsweb: ListenerServlet init()
11/04/27 10:33:08.547 formsweb: Forms session <1> aborted: runtime process failed during startup with errors /appshome/oracle/VIS/apps/tech_st/10.1.2/bin/frmweb: error while loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directory
For the above error resolution i got a doc 1192205.1 which recommend to install rpm openmotif-2.2.3-10.RHEL4.5 Which is already in my OEL 4.4 box.
[oracle@test forms_default_group_1]$ rpm -qa | grep openmoti*
openmotif-2.2.3-10.RHEL4.5
openmotif-devel-2.2.3-10.RHEL4.5What could be other reason for causing above error?

error while loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directoryPlease make sure you install all OS pre-req. packages.
FRM-92101: Forms Server [ID 1192205.1]
Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 [ID 761564.1]
Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
Thanks,
Hussein

Similar Messages

  • Forms 10g: error FRM-92101: There was a failure in the Forms Server during

    AS10g (9.0.4.1) on windows 2000 with 2 GB of ram
    We have an application with 10 - 15 users. Sometimes,when users exit from forms with the command exit_form, in a randomic way the form hangs with the error FRM-92101: There was a failure in the Forms Server during startup.....
    After the users have to close the browser and open another sessione of explorer.
    In the same time other users work fine.
    The problem happens more then 10 times a day.
    Is there a solution ?

    I have also run into similar problem.
    In my case, this problem has been carried over from Forms 6i to Forms 10g. In forms 6i it wrote an error file in the same folder where *.fmx file was stored.
    For 10gAS, look into <ORACLE_HOME midtier>\forms90\trace folder for a file *.trc. Open it up in notepad. It will tell you which trigger was being executed when the form failed.
    Put any comment in the PL/SQL of that trigger, recompile the form and the problem will go away.
    I usually put something like:
    dummy statement for FRM-92101.
    I do not know why it works but in my case it has.
    Good luck !!!
    Would like to know if it works for you.
    Suresh

  • I get an error FRM-92101:There was a failure in the Forms Server

    I get an error FRM-92101:There was a failure in the Forms Server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details, when i open the form
    it's a fresh installation for the oracle application 12.1.1 vis on linux redhat 5

    Hi;
    Please check below note:
    FRM-92101: There Was a Failure in the Forms Server During Startup After Fresh R12 Installation [ID 429627.1]
    R12 fresh install FORMS DO NOT LAUNCH - FRM-92101/500 [ID 427714.1]
    FRM-92101: Forms Server oracle.forms.net.ConnectionException: Forms session <1> failed during startup: no response from runtime process [ID 880088.1]
    Also check:
    Re: R12 database and JRE Issue
    Regard
    Helios

  • How to deploy forms? Or: FRM-92101 on Forms 10g (10.1.2.0.2)

    Hello,
    we have a problem with deploying changed FMX-Files.
    We work with an OAS 10.1.2.0.2 and the Developer Suite 10.1.2.0.2. The Compilation works fine with frmcmp_batch.sh on the server (Linux X86).
    And these Files are accessible within the JInitiator-Applet. All fine.
    But now there's the problem: If anyone has opened a FMX-File within JInitiator and this FMX-File is compiled again, the compilation is successful but the access on this form is not. The user only get an error
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration.
    Please look into the web-server log file for detatails.
    Details...
    Java Exception:
    oracle.forms.net.ConnectionException: Forms.session <46> aborted: unable to communicate with runtime process.
    at ...
    I remember, there was an equivalent problem under 9i and the solution there was to set the FORMS90_MMAP-Variable. Under 10g there is no such setting. (and this is clearly no solution)
    Now my question: There had to be a way to treat this problem. And all of the Forms-Developer had to have the same problem. I would be very happy if anybody could tell here how to deploy correctly.
    Many thanks in advance,
    Ralf

    Yes, indeed.
    We want to change fmx-files in a running installation because the functionality of the forms have to change, errors have to be corrected and so on.
    I read the suggestions in Note 286762.1, but honestly I think it is to complicated in a development team to handle with two or more directories and to make clear, which one is the production-directory
    I think this could not be the only possibility.
    We thought about this:
    - we have a development directory, a "waiting" directory and a productivity-directory.
    The process could be:
    - compiling in the development directory
    - checking, if the fmx-file is in use (with lsof)
    - if the fmx-file is in use, the fmx-file will be transferred into the "waiting" directory
    - it the fmx-file is not in use, it will be transferred into the productivity-directory
    - in regular intervalls a job has to test, if the files in the "waiting" directory are freed. If so they will be transferred, else not.
    Only if changes are needed to do immediately (e.g. heavily errors), the fmx-file can be moved manually in the productivity-directory.
    But this is only our idea. I thought there has to be a standard deployment-strategy from Oracle or better ideas from other developers.
    Perhaps someone has a even better suggestion for us.
    Many thanks in advance for every idea,
    Ralf

  • After Effects wont open error message

    Hello. 
    My After effects wont open. I've read many forums and info that others have written about it not opening. Stuff about erasing fonts, deactivating fonts, then also, finding folders /Library/Application Support/Adobe/Common/Plug-ins/CS4/MediaCore---> which was empty and had nothing to erase or do anything with  http://forums.creativecow.net/thread/2/973961 ...Still nothing.
    this is the error.
    Last log message was: <140735190438672> <EAMountPoints> <0> Error: mount point list is empty
    My computer is a brand new mac book pro. Tip Top of the line. Not sure what other details i should give.
    Thanks for any help you can offer.
    UGH boooo
    thanks
    L

    I saw that there were a series of questions i need to answer in order to get the right answers.
    What exact version of After Effects? Include the minor version number (e.g., After Effects CS5.5 with the 10.5.1 update). Do not just say "After Effects with the latest updates"; give the specific version number.
    12.2 - after effects CC - CS6
    Have you installed the recent updates? (If not, you should. They fix a lot of problems.)
    yes. i even uninstalled and reinstalled the newest...again.
    What operating system? This should include specific minor version numbers, like "Mac OSX v10.6.8"---not just "Mac".
    Mac OSX 10.9.1
    Tell us about your computer hardware. Include CPU type and number of processor cores, amount of RAM installed, GPU, number of disk drives, and how any external drives are connected.
    2.3 GHZ Intel Core i716GB 1600 MHZ DDR3Macintosh HDprocessor #: 1Zero external drives connected.I use my local connection with my desktop to share files. Model Name:          MacBook Pro  Model Identifier:          MacBookPro11,3  Processor Name:          Intel Core i7  Processor Speed:          2.3 GHz  Number of Processors:          1  Total Number of Cores:          4  L2 Cache (per Core):          256 KB  L3 Cache:          6 MB  Memory:          16 GB
    What versions of drivers for your graphics hardware do you have installed (including CUDA driver and driver for display adapter)?
    Graphics  NVIDIA GeForce GT 750M 2048 MBInstalled CUDA
    Do you have any third-party I/O hardware (e.g., AJA, Matrox, Blackmagic, MOTU)?
    NO
    What kind(s) of source footage? When telling about your source footage, tell us about the codecs, not just the container types. For example, "H.264 in a .mov container", not just "QuickTime".
    If you are getting error message(s), what is the full text of the error message(s)?
    Last log message was: <140735190438672> <EAMountPoints> <0> Error: mount point list is empty.Generating crash log, which may take a few minutes. although there is another window that says A LOT MORE!!
    What were you doing when the problem occurred?
    trying to open it.
    Has this ever worked before? If this worked before by doesn't work now, what has changed on your computer in the intervening time?
    It has worked for about 4 or 5 days. It was even working when i was doing the same action prior to the last time it stopped working. I was uploading a file from my other computers file. Which i had done many times throughout the day. As i work on one computer and when i have to leave and bring my laptop with me i do so. Because i work on my computer all day long. Desktop or laptop.
    Do you have QuickTime installed. (You should.) If so, what version? The answer should be specific, such as "QuickTime 7.6.2".
    10.3
    What other software are you running?
    iWork - Numbers
    Do you have any third-party effects or codecs installed?
    Yes. I've since deleted them but i'm not sure where else to find the files if they're still around. ?
    Are you using OpenGL features in After Effects?
    Not sure i know what that is?
    Does the problem only happen with your final output, RAM preview, or both?
    its just not opening
    Are you using Render Multiple Frames Simultaneously multiprocessing?
    if that is the Double line play button then yes.
    Are you using the ray-traced 3D renderer?
    Not sure what that is.
    If the problem is with output, give your exact output settings (both render setting and output module settings). Screenshots help.
    What is the exact sequence of steps that you are taking?
    Thanks for any help you can give me:)
    L

  • Oracle forms 6i error FRM-42401

    i have created a master detail module and when trying to run it, it doesn't come with data when clicking on "execute query"
    Instead it displays error
    "FRM-42401 Performing program trigger ON_CLEAR_DETAILS on form"
    can someone pls help to get rid of this error

    Try out,
    after you compile all again your form:
    in WHEN-NEW-FORM-INSTANCE
    Go_block('your-MASTER-block');
    Execute_query;
    and see what happen(I think, your focus go on Detail-block and when you click F8(excute-query) error happen )
    Regards .. hope helps

  • Error : FRM 92101 - facing for custom form

    Hi,
    We have ORACLE EBS R12.1.3 and Oracle DB 11g
    We have developed custom form to display the Sub Inventory wise On Hand Stock.
    To get the result, we have used the seeded API : apps.INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES in the custom Form.
    This API is running perfectly in PL/SQL Block, giving the correct results.
    But when same API (package) we are using oracle Form 10g, it's giving an error .
    FRM-92101 : There was a failure in Forms Server during startup, This could happen due to invalid configuration.
                Please look into web-server log file for details.
    After Developed the custom form , we are calling the form using Navigation path : MENU > TOOLS > ON HAND QUANTITY (CUSTOM) .
    When we are going to compile this custom form  from local PC, getting the following error.
    Error ----->>  "Implementation Restriction : Cannot directly access remote package variable or cursor"
    Anyone help me to resolve the same ?
    regards
    Sanjay

    FRM-92101 : There was a failure in Forms Server during startup, This could happen due to invalid configuration.
                Please look into web-server log file for details.
    Please check the application.log file for the complete error message.
    When we are going to compile this custom form  from local PC, getting the following error.
    Error ----->>  "Implementation Restriction : Cannot directly access remote package variable or cursor"
    Please see "Move the attached libraries and referenced forms to the development machine" section in (Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 (Doc ID 444248.1)).
    Library Compilation Fail With ERROR Cannot Directly Access Remote Package Variable Or Cursor (Doc ID 428554.1)
    Thanks,
    Hussein

  • Error FRM-92101 while starting FORM(10g) ( Application server 10g)

    FACTS:
    FORMS/REPORTS 10G
    APPLICATION SERVER 10G
    PROBLEM:
    while starting/running a form in the web.
    i got "some times" FRM-92101 error from the application server:
    05/11/27 08:36:19 forms90web: &#1578;&#1605; &#1573;&#1610;&#1602;&#1575;&#1601; &#1580;&#1604;&#1587;&#1577; &#1593;&#1605;&#1604; Forms <2,216>: &#1594;&#1610;&#1585; &#1602;&#1575;&#1583;&#1585; &#1593;&#1604;&#1609; &#1575;&#1604;&#1575;&#1578;&#1589;&#1575;&#1604; &#1576;&#1605;&#1593;&#1575;&#1604;&#1580;&#1577; &#1608;&#1602;&#1578; &#1575;&#1604;&#1578;&#1588;&#1594;&#1610;&#1604;.
    05/11/27 08:36:19 forms90web: Forms session <2216> exception stack trace:
    java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
    at java.io.DataInputStream.readLine(DataInputStream.java:562)
    at oracle.forms.net.HTTPHeaderTool.parseResponseHeader(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    plz help

    U can set the following lines in httpd.conf of Forms/Midtier:
    KeepAlive Off
    Timeout 600
    U need to update new config by command:
    <ORACLE_HOME>/dcm/bin/dcmctl updateConfig -ct ohs
    And re-start the Apache by command:
    <ORACLE_HOME>/opmn/bin/opmnctl restartprocess process-type=HTTP_Server

  • Forms 6i error FRM-41351 Cannot navigate out of current form

    Does anybody know why this error occurs?
    I have an ordinary Forms 6i module, running in 2-tier (client-server) mode. When I try to do an EXIT_FORM, I get an error:
    "FRM-41351: Cannot navigate out of current form"
    My form is called from a top-level form, but plenty of other forms are also called in exactly the same way from the top-level form, and none of them causes this error, and I can see no other reason why this form should produce this error.
    The Forms 6i help entry for this error is meaningless, and I can find no information about it on the web or on the Oracle TechNet, so any advice would be very welcome!
    Thanks,
    Chris

    You may be hitting Bug:1632441, which is fixed in patchset 12. If either form has a When-Window-Deactivated trigger, try disabling that and see if you still have the problem. If not, then as a workaround you may be able to put that logic in a when-form-navigate trigger instead. Or you can programmatically trap the error in an On-Error trigger if you are actually able to navigate out of the form. See the bug for more details.

  • R12.1.1 Error: FRM-92101: There was a failure in the Forms Server startup

    R12 version: 12.1.1
    Operating system: Oracle Linux
    I am getting this error, when I access the forms from any client M/C
    FRM-92101: There was a failure in the Forms Server during startup. This couls happen due to invalid configuration.
    Even I did: make -f ins_forms.mk install
    I restarted all the services. I found Form server also runnig.
    Processes in Instance: VIS_myerp.myerp.mydomain.com
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    OC4JGroup:default_group | OC4J:oafm | 23828 | Alive
    OC4JGroup:default_group | OC4J:forms | 26471 | Alive
    OC4JGroup:default_group | OC4J:oacore | 23663 | Alive
    HTTP_Server | HTTP_Server | 23606 | Alive
    adformsctl.sh: exiting with status 0
    I tested the Solutiuons beacon. It is working fine. SO there are no problems with java viewer.
    http://vis1211.solutionbeacon.net/forms/frmservletet?form=test.fmx
    Edited by: sk123 on Feb 17, 2010 8:48 AM
    Edited by: sk123 on Feb 17, 2010 10:15 AM

    Hi,
    I am getting this error, when I access the forms from any client M/CWas this working before? If yes, what changes have been done recently?
    FRM-92101: There was a failure in the Forms Server during startup. This couls happen due to invalid configuration. Please post the complete error message from the application.log file.
    Even I did: make -f ins_forms.mk install
    I restarted all the services. I found Form server also runnig.Did AutoConfig complete successfully?
    Regards,
    Hussein

  • Forms 6i Error FRM-18114

    Nt 4.0, SP6A
    Forms and Reports 6i (installed first, Home0)
    Oracle 8i Client for database management
    (installed 2nd, Home1)
    Home selector selected for Home0
    When running web preview I get the following error: FRM-99999: Error 18114 occurred. See the release notes file (relnotes) for information about this error.
    Release notes suggestes the following
    FRM-18114: FORMS60_JAVADIR not set.
    Cause: For Web Preview from the Builder to work the Registry variable
    ORMS60_JAVADIR must point to the location
    that contains the Forms Java files. This
    varable should have been set by the Oracle Installer when Oracle Forms Developer was installed. A typical value for this variable is c:\orant\forms60\java.
    Action: Create or update the registry variable on NT, FORMS60_JAVADIR, and set its value to the location that contains the Forms Java files.
    I created a registry entry in HKEY_LOCAL_MACHINE, SOFTWARE, HOME0 containing the following: FORMS60_JAVADIR:REG_EXPAND_SZ:C:\Oracle\Dev6i\Forms60\java
    The error persists.
    Has anyone experiences this problem or have
    any ideas. Thanks in advance for help.
    null

    You may be hitting Bug:1632441, which is fixed in patchset 12. If either form has a When-Window-Deactivated trigger, try disabling that and see if you still have the problem. If not, then as a workaround you may be able to put that logic in a when-form-navigate trigger instead. Or you can programmatically trap the error in an On-Error trigger if you are actually able to navigate out of the form. See the bug for more details.

  • EBS12, Form 10G customized form. Error FRM-40832: Variable Forms_userExits

    EBS 12.
    Forms 10 G
    can i run customized form on my local PC. i have customizied a form which compile successfuly but when i run the form following error come.
    FRM-40832: Variable FORMS-USEREXITS not

    I understand. That’s you why have been requested to upload the form to the server and run it. If you had any issues in compiling the form, I would not ask you to upload the form. Instead, I would suggest you fix it on your client first.
    In brief ..
    You cannot run the form on the local machine, and you have to upload it to the server to do so.
    You should not upload the form to the server unless it compiles successfully on your client.

  • After installtion Forms not  opned

    Hi
    After Complted R12.1.1 installtion SCRIPTS and AUTOCONFIG evrething working
    when i am trying to open concuren->request its open Java page APPLLET not OPENING (FORMS not opend)
    please suggest to open the FROMS
    Thanks '
    SIMHA

    Hi
    will Explain my Server it like
    1)multitude installation DB is One server application one server
    2)etc/Hosts entier like
    Db server :
    10.xxx-x-xx ip-10-xxx-x-xx.Domain name ip-10-xxx-x-xx
    10.xxx-x-xx ip-10-xxx-x-xx ip-10-xxx-x-xx.Domain name.com
    Appliaction srever :
    10.xxx.x.xx ip-10-xxx-x-xx.Domain name.com ip-10-xxx-x-xx
    10.xxx.x.xx ip-10-xxx-xx-xx ip-10-xxx-x-xx.Domain name.com
    Applet not opening when i am clicking con->request Java page will open in next tab its tha java is Round ing (is take long time its shows Done).
    Appache Log :
    error_log :
    [Sun Jul 17 01:57:31 2011] [notice] Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Sun Jul 17 01:57:31 2011] [notice] Accept mutex: fcntl (Default: fcntl)
    [Sun Jul 17 02:29:06 2011] [error] [client 122.178.254.178] [ecid: 1310866146:10.110.2.10:15110:0:22,0] File does not exist: /opt/oph/DEVOPH/inst/apps/DEVOPH_ip-10-110-2-10/portal/favicon.ico
    access_log
    127.0.0.1 - - [17/Jul/2011:02:32:51 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [17/Jul/2011:02:33:11 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    122.178.254.178 - - [17/Jul/2011:02:33:21 +0100] "GET /OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=20420&navRespAppId=1&navSecGrpId=0&transactionid=1837244433&oapc=4&oas=9Znj9y7LGxI_WvNwOo99TQ.. HTTP/1.1" 200 119580 5 "http://ip-10-110-2-10.orahub.com:8000/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 (.NET CLR 3.5.30729)"
    127.0.0.1 - - [17/Jul/2011:02:33:31 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [17/Jul/2011:02:33:51 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [17/Jul/2011:02:34:11 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [17/Jul/2011:02:34:31 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [17/Jul/2011:02:34:51 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    122.178.254.178 - - [17/Jul/2011:02:35:10 +0100] "GET /OA_HTML/RF.jsp?function_id=90&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=ZvYKUrrIVT68FCGqzz89mg.. HTTP/1.1" 302 2589 0 "http://ip-10-110-2-10.orahub.com:8000/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=20420&navRespAppId=1&navSecGrpId=0&transactionid=1837244433&oapc=4&oas=9Znj9y7LGxI_WvNwOo99TQ.." "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 (.NET CLR 3.5.30729)"
    127.0.0.1 - - [17/Jul/2011:02:35:11 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [17/Jul/2011:02:35:31 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    122.178.254.178 - - [17/Jul/2011:02:35:34 +0100] "GET /forms/frmservlet?appletmode=nonforms&HTMLpageTitle=&HTMLpreApplet=&code=oracle/apps/fnd/formsClient/FormsLauncher.class&width=400&height=300&archive=/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar,/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar,/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar,/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar,/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar,/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar,/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar,/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar&jinit_appletcache=off&gp15=icx_ticket&gv15=kvX8F6Se3NtYzGme6F_kqA..&gp2=resp_app&gv2=SYSADMIN&gp3=resp&gv3=SYSTEM_ADMINISTRATOR&gp4=sec_group&gv4=STANDARD&gp5=function&gv5=FND_FNDCPQCR_SYS&gp6=other_params&gv6=&gp7=jsp_agent&gv7=http%3A%2F%2Fip-10-110-2-10.orahub.com%3A8000%2FOA_HTML%2F&gp13=dbc&gv13=DEVOPH HTTP/1.1" 200 45638 2 "http://ip-10-110-2-10.orahub.com:8000/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=20420&navRespAppId=1&navSecGrpId=0&transactionid=1837244433&oapc=4&oas=9Znj9y7LGxI_WvNwOo99TQ.." "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 (.NET CLR 3.5.30729)"
    127.0.0.1 - - [17/Jul/2011:02:35:51 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [17/Jul/2011:02:36:11 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [17/Jul/2011:02:36:31 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [17/Jul/2011:02:36:51 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [17/Jul/2011:02:37:11 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [17/Jul/2011:02:37:31 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [17/Jul/2011:02:37:51 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [17/Jul/2011:02:38:11 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [17/Jul/2011:02:38:31 +0100] "HEAD /index.html HTTP/1.1" 200 0 0 "-" "-"
    we need ant setting on browser i am checking two browsers.....
    please help me to sort out this prob .
    Thanks
    narasimha

  • Form open error, File already in use

    Hello,
    if i wish to open a FMB file just by click on the file name inside the explorer (NT4.0)
    i got the message, 'file already in use'
    and then i can open the file. But the message is wrong, because i have not opened the file befor.
    Any help

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Nandlal Govan ([email protected]):
    Delete the existing association with fmb .
    Create a new one. This solves this problem.<HR></BLOCKQUOTE>
    Hello,
    you mean the association withhin the NT environment ? Will do so and test it.
    Thank's for your help
    Wolfgang
    null

  • Cannot read image file in oracle 10g forms, getting error frm-47100

    I'm unable to read the image from the file location. But If I do re-save via MS-Paint the same image then I'm able to load successfully. I want to load image directly instead of re-save.  Error getting like "frm-47100 Cannot read image file".
    Need your co-operation to solve this issue.
    Thanks in advance!
    declare
      tiff_image_dir varchar2(80):=('D:\IMAGE\');
      photo_filename varchar2(80);
    begin
      photo_filename:=tiff_image_dir||:IMAGE_NO||'.JPG';
      if :image_no is null then
      :Image_no :=:UID_NO;
      end if;
      read_image_file(photo_filename,'JPG','image');
      WRITE_IMAGE_FILE('output.tif','TIFF','g_image_info.image',maximize_compression,original_depth)
    end;

    Hi Sindhu,
    By default any operating system file extension starts after the dot. So in this case when it says 2 dots it will think there is something wrong.
    RajeshALex

Maybe you are looking for

  • No Scroll Bar in iTunes 11

    Where is the scroll bar? It seems like this should be something intuitive under controls, view, etc., but I'm missing it! Help?

  • Making an album with singles of various artists.

    I have Googled this query but so far I have not had any luck. I have a number of singles from various artists bought through amazon mp3 that I would like to merge into one Album of singles. I have changed all their Album names to Singles and ticked t

  • MLOG$ TABLES.

    Hi All, I am currently having a setup of primary database along with a logical standby.i have certain MLOG$ tables in primary as well as logical standby but I don't need the MLOG$ tables in primary.So I thought of droping it but since dataguard is en

  • Need to stop a Wait(mS) instruction in the middle of execution

    I have an application that needs to be able to stop a process in case of emergency. Currently, this is implemented with a Wait(ms) instruction, with a front panel variable wired to it, to give it the number of milliseconds to wait. This time can be u

  • PDF Plug-in failure

    I've been downloading PDF files from a website using Safari. Normally this happens quickly without any problems. Today it is taking a long time to download and then at the end of the download Safari either shows the PDF fine, or else it shows it for