FRM-40011 Error on Oracle 9i AS

Hi!
I have a form deployed on Oracle 9i AS Release 2. The form is compiled on forms 6i -Patchset 14 and when I try to access this form on the client PC I get FRM-40011 error that the form has been created using lower version of From builder.
If I compile the same form using the 9i compiler supplied with AS it works well.
Can someone suggest how to run the forms created on 6i without really compiling them with 9i compiler.
regards,
Alok

Please see the below work around for this problem.
WORK AROUND:
export PATH=/usr/bin:$PATH
Note that /usr/bin has to be first entry in the PATH to resolve this issue.
then relink the reports using command make -f ins_reports.mk runm_install
Thanks
Rajendra.

Similar Messages

  • Getting FRM -18103 , and FRM 10039 error after installing oracle Froms

    Hi,
    I tried to install the Oracle Developer Suite 10g (10.1.2.0.2) on a Windows XP SP2 64 bit machine . After the installation, when I try to start the form, I get the following Error
    FRM-18103: Failed to initialize the Development Environment
    and
    FRM -10039 Error.
    Any suggestions ?
    I checked the path
    for the user variable path, the value is :
    ;C:\oracle\product\Developer\bin;C:\oracle\product\Developer\jdk\jre\bin\classic;C:\oracle\product\Developer\jdk\jre\bin;C:\oracle\product\Developer\jdk\jre\bin\client;C:\oracle\product\Developer\jlib;C:\oracle\product\Developer\jre\1.4.2\bin\client;C:\oracle\product\Developer\jre\1.4.2\bin;C:\app\feroz\product\11.2.0\dbhome_1\bin;C:\Program Files (x86)\SSH Communications Security\SSH Secure Shell;c:\apacheant\bin;C:\Program Files (x86)\Java\jre6\bin;C:\Sun\SDK\jdk\bin;C:\Sun\SDK\lib;c:\bea\jdk160_18\bin;%M2%
    for the system variable path , the value is :
    C:\oracle\product\Developer\bin;C:\oracle\product\Developer\jdk\jre\bin\classic;C:\oracle\product\Developer\jdk\jre\bin;C:\oracle\product\Developer\jdk\jre\bin\client;C:\oracle\product\Developer\jlib;C:\oracle\product\Developer\jre\1.4.2\bin\client;C:\oracle\product\Developer\jre\1.4.2\bin;C:\app\feroz\product\11.2.0\dbhome_1\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\WBEM;C:\oracle\product\ODAC\bin;C:\oracle\product\Client\bin;C:\oracle\product\Client\jre\1.4.2\bin\client;C:\oracle\product\Client\jre\1.4.2\bin;C:\oracle\product\10.1.0\Client_1\bin;C:\Business Objects\common\3.5\bin\NOTES\;C:\Business Objects\common\3.5\bin\NOTES\DATA\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files (x86)\cvsnt;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;c:\apacheant\bin;C:\bea\jdk160_18\bin;;C:\Program Files (x86)\WinMerge;C:\Business Objects\BusinessObjects Enterprise 11.5\win32_x86;C:\Brief\;C:\Program Files (x86)\QuickTime\QTSystem\
    Thanks

    I had the same error today. The problem was that I set up the ORACLE_HOME to a fixed value on my windows environment but have multiples Oracle homes (for a variety of products installed, like database, developer suite, etc.). So you need to delete or remove the ORACLE_HOME environment variable and problem solved. Try it and let me know. Cheers.

  • FRM-99999 error : download location Oracle patches?

    I'm trying to deploy forms to the Web using:
    Developer 6 Server
    Jinitiator 1.1.7.11
    Oracle Application Server 4.0.7
    Windows NT 4.0 sp3
    A "FRM-99999"-error occurs.
    Does anyone happen to know if the above-mentioned configuration
    should work for deploying forms to the Web?
    Possibly a Developer 6 Server patch or OAS 4.0.7 patch is
    required. Does anyone know which patch(es) exactly is(are)
    required to get some results and where I can download these
    patches?
    Thanking you in advance,
    Erik Martens
    null

    Erik Martens (guest) wrote:
    : I'm trying to deploy forms to the Web using:
    : Developer 6 Server
    : Jinitiator 1.1.7.11
    : Oracle Application Server 4.0.7
    : Windows NT 4.0 sp3
    : A "FRM-99999"-error occurs.
    : Does anyone happen to know if the above-mentioned configuration
    : should work for deploying forms to the Web?
    : Possibly a Developer 6 Server patch or OAS 4.0.7 patch is
    : required. Does anyone know which patch(es) exactly is(are)
    : required to get some results and where I can download these
    : patches?
    : Thanking you in advance,
    : Erik Martens
    Thank you for your support.
    http://<server name>.<domain name>:<port number>/<virtual path
    name>/olf.htm
    ---> Using a domain name in my invocation URL I was able to
    resolve the FRM-99999 error.
    The Web demo example available on
    %ORACLE_HOME%\tools\devdem60\web\readme.htm was helpful to
    me and easier for me to understand than the documentation on
    "Configuring the Oracle Developer Server" under Program Group
    "Oracle Developer 6.0 Doc"
    Kind regards,
    Erik Martens
    null

  • Getting FRM-40010 Error While opening new form  .fmx

    Hi,
    Oracle apps : 11.5.10.2
    Forms : Forms 6.0
    I'm creating a custom form by using one oracle apps table.I created a basic form by using template.fmb and then saved it to directory "/dir1" and run this form by connecting to oracle apps database.
    When I try to open .fmx from this directory ('/dir1') I'm getting FRM-40010 error.When I checked FORM60_PATH = It's showing /u01...../au/11.5.0/resource.I don't see "/dir1" in that path?
    Do I need to modify forms60_path ?
    Do I need to register this form before running as it's using table from Oracle apps schema?
    Thanks,
    Kiran

    When I try to open .fmx from this directory ('/dir1') I'm getting FRM-40010 error.When I checked FORM60_PATH = It's showing /u01...../au/11.5.0/resource.I don't see "/dir1" in that path?You need to set FORMS60_PATH and include /dir1 in this path.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=FRM-40010+&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Do I need to modify forms60_path ?Yes.
    $ export FORMS60_PATH=$FORMS60_PATH:/dir1
    Do I need to register this form before running as it's using table from Oracle apps schema?Yes.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Register+AND+Custom+AND+Form&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Custom+AND+Form&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • FRM-18108 Error when opening a form with subclassed objects

    Dear Group,
    I have 2 forms in Oracle Forms 6i. One of the forms contains an object group. The other form contains the object that I subclassed it to.
    When I open the form that contains the subclassed object group, I get the FRM-18108 error.
    If I open the form with the original object group, then open the subclassed form, there is no error.
    Does this mean I must always open the original form in order to work on the one with the subclassed object group?
    I hope there is an simple solution to what is something I am missing in my Oracle Forms setup.
    Thank you in advance.
    Emad

    Hi Duncan.
    Your suggestion worked.
    Thank you for the fast response!
    Truly,
    Emad

  • FRM-92101 error while opening forms & OC4J

    Hi all,
    I have a customer having problem after certain number of users connecting to the application.
    These are the following setup in the environment:
    1. OAS 10.1.2.1
    2. Windows 2003 Standard Edition SP1 32 Bit
    3. Memory 2GB
    They are running the application using the Oracle Form, connecting through the application using Internet Explorer.
    Number of users might connect to the application are around 42 users in application server #1 and 10 users in application server #2.
    Recently they reported that they experiencing the FRM-92101 in random fashion in all clients computer.
    I did a check on the windows task manager and I can see that frmweb.exe process will consume around 17MB - 68MB.
    This is random, not all process consuming up to 68MB, some of it will be in the avarage of 30MB to 50MB.
    I checked the registry for the desktop heap setting which is in HKEY_LOCAL_MACHINE -> System -> Current Control Set -> Control -> Session Manager -> SubSystems. There is a key named Windows and inside here there is a variable called SharedSection. Currently the value is set to 2048, 3072, 2048
    From what I know this setting should be enough for around 40 users.
    I noticed when 42 users were connecting to app server #1, the physical memory available is only around 140MB.
    This FRM-92101 error is not only happening to app server #1 but also #2 which only handles 10 users maximum.
    From the information above, I have some questions:
    1. What other areas that I need to check for this?
    2. What other configuration I can increase so this error is not happening anymore?
    3. If I check on opmnctl status, I can only see 1 OC4J home and OC4J_BI_FORMS. Does increasing the number of OC4J can suppress this error?
    Please give me the enlightment.
    Thank you so much,
    Adhika

    Hi sandeep;
    I have installed vision database r12(12.0.4) on hp ux (11.31).
    I am able to open the login page but when trying to access any form it gives below mention error.
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration.
    I have checked below mention log file.
    /devbackup/applvis/inst/apps/VIS_reeldev/logs/ora/10.1.3/opmn/forms_default_group_1/formsstd.out
    Error:
    Forms session <1> aborted: runtime process failed during startup with errors /usr/lib/hpux32/dld.so: Unsatisfied code symbol 'nnftboot' in load module '/devbackup/applvis/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.Please check below and see its helpful:
    Error Dld.So: Unsatisfied Code Symbol 'Nnftboot' Signal 9 When Running Reports Concurrent Requests [ID 560287.1]
    All Concurrent Requests End With Signal 9 Termination Error [ID 452714.1]
    Also check Apache log files for more details
    What is post installation task after installing r12?You can follow Recomended R12 patches On Metalink
    Not able to execute .env file with owner and privileges, why?How you are trying to execute?
    How to get r12 original media from oracle? You can log Sr for media or you can contact wiht your oracle local office
    Regard
    Helios

  • FRM - 40735 Error

    Hi,
    In Oracle EBS 11i ->HRMS module , when opening any form showing error message like FRM -40735 and ora 6508.
    And the error is only in this module. In other modules the forms are working. it has no error.
    What is the reason for this? Can any solution for this?
    Please reply.
    Regards
    Naseer

    What is the exact application release? Database version? OS?
    Please post the complete error message.
    Was this working before? If yes, any changes have been done recently?
    Do you have any custom code on this module? --FRM-40735: PRE-UPDATE trigger raised unhandled exception ORA-06508 - ORA-1403: no data found [ID 783098.1]
    Do you have any invalid objects? Any errors in the database?
    Known errors generated on the People form (PERWSHRG) [ID 206584.1]
    ORA-04063 and FRM-40735 Errors When Creating Employees Using Human Resources [ID 149672.1]
    If none of the above helps, please obtain the FRD file and see if you get more details about the issue in the logs.
    How To Perform Forms Runtime Diagnostics (FRD) Tracing in Applications 11i [ID 167635.1]
    Obtaining Forms Runtime Diagnostics (FRD) In Oracle Applications 11i [ID 150168.1]
    Quick Ref: How To Perform Forms Runtime Diagnostic Trace (FRD) in Applications 11i [ID 149201.1]
    Unable to Create Forms Runtime Diagnostics (FRD) Trace on Ebusiness Suite 11i? [ID 749363.1]
    Thanks,
    Hussein

  • Unable to open any form in R12 after getting FRM 92050 error

    Hi gurus,
    i have some problem opening form
    i can switch between responsibilites but one trying to open it doesnt show any change
    ex: system adminstrator -->concurrent request
    no change
    earlier i was getting FRM-92050 error for which i followed this doc
    form loading error
    here are os and application details
    os:rhel4
    ebs:R12.1.1
    db:11.1.0.7
    please help
    Edited by: 868452 on 01-Oct-2012 00:17

    Hi,
    i came up with solution
    am currently using IE8 explorer
    i uninstalled both java 6 update 17 and j2se 5 update 10
    installed fresh jre-7-windows-i586.exe and oaj2se.exe (j2se 5 update 10)
    now its working fine with this but...
    its taking too much time
    when i start same form(system administrator -- concurrent request) with chrome its giving error
    FRM-92120 REGISTRY FILE: \ORACLE\FORMS\REGISTRY\REGISTRY.DAT IS MISSING
    please update
    thanks
    zavi
    am facing the same problem today
    when navigating to form there is no change
    can any one help
    thanks
    Edited by: 868452 on 02-Oct-2012 21:57

  • Opening a webutil form sends a FRM-92100 error

    Hi,
    I don't have much experience in Oracle Forms, but I'm helping in the implementation of Linux clients. I'm using Firefox and installed the java 1.5.0_11-b03 plugin. I can work on the application without problems, but on some forms it sends me a FRM-92100 error. I asked to the forms programmers for this forms and they told me this forms used webutil functions. I gave permissions to the bin folder in the jvm folder and in the jre folder, but I can't see the jar that apears at the webutil.cfg
    I have very limited access to the Application Server (10.1.2) on Linux, so until now I've tried to change things at the client side. The webutil version is the 1.0.6.
    Thanks in advance,
    Alex Chan
    Here's java console:
    RegisterWebUtil - Loading WebUtil Version 1.0.6
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    La versión del applet Forms es: 10.1.2.0
    2007-ago-23 12:16:23.739 WUI[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    java.lang.NullPointerException
         at oracle.forms.webutil.common.VBeanCommon.getTranslatedMessage(VBeanCommon.java:819)
         at oracle.forms.webutil.common.VBeanCommon.findLocalHost(VBeanCommon.java:878)
         at oracle.forms.webutil.common.VBeanCommon.init(VBeanCommon.java:328)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         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.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)
    2007-ago-23 12:16:23.747 WUI[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    java.lang.NullPointerException
         at oracle.forms.webutil.common.VBeanCommon.getTranslatedMessage(VBeanCommon.java:819)
         at oracle.forms.webutil.common.VBeanCommon.findLocalHost(VBeanCommon.java:878)
         at oracle.forms.webutil.common.VBeanCommon.getIPAddress(VBeanCommon.java:901)
         at oracle.forms.webutil.common.VBeanCommon.setProperty(VBeanCommon.java:740)
         at oracle.forms.webutil.clientInfo.GetClientInfo.setProperty(GetClientInfo.java:176)
         at oracle.forms.handler.UICommon.setFVP(Unknown Source)
         at oracle.forms.handler.UICommon.setFVP(Unknown Source)
         at oracle.forms.handler.UICommon.onUpdate(Unknown Source)
         at oracle.forms.handler.ComponentItem.onUpdate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onUpdate(Unknown Source)
         at oracle.forms.handler.UICommon.onUpdate(Unknown Source)
         at oracle.forms.engine.Runform.onUpdateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         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.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)
    Message was edited by:
    Alex Chan

    Solve the problem? Else this might help.
    1. Did you sign the two jar-files accordning to the readme.html?
    2. And did you accept the certificate at runtime?
    3. Also, compile the webutil.pll into webutil.plx
    Regards,
    Martin Malmström

  • FRM-92102 Error which accessing forms in EBS 12.0.6

    Hi,
    I am getting the FRM-92102 error, but not able to identify why this error is coming.
    My configuration is as below,
    Appl Tier: AP1, AP2
    CM Tier: CM1, CM2
    DB Tier: DB1, DB2 (RAC)
    I have setup the hardware load balancer.
    Now when application is running on all nodes and i try to access the forms, it gives me FRM 92102 error.
    If i shutdown application on either AP1 or AP2 and try to access the forms everything works fine.
    I would like to know why, when application is running on both nodes do i get this error.
    Thanks,
    Prasad

    Hi,
    Can you find more details in $LOG_HOME/ora/10.1.3/j2ee/forms/forms_<default_group_1>/application.log?
    Also, generate the FRD file and see if it collects more details about the error.
    Note: 438652.1 - R12: Forms Runtime Diagnostics (FRD), Tracing And Logging For Forms In Oracle Applications
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=438652.1
    Note: 445166.1 - How to create a FRD (Forms Runtime Diagnostic) Log in EBusiness Suite R12 using Forms 10g
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=445166.1
    Regards,
    Hussein

  • Random FRM-92100 error experienced by users

    Our users have been randomly getting the infamous FRM-92100 error. Some users have been experiencing this more than others. We have not been able to associated this error with a particular form as there has been no consistency that we can identify. Has anyone resolved this issue in the past where? Could this be associated with a certain release of Jinitiator? Just trying to find the best way to narrow down troubleshooting.
    Our environment information:
    Version 11.5.10.2
    AIX 5.3
    DB 9.2.0.6
    Jinitiator 1.3.1.21
    Server version: Oracle HTTP Server Powered by Apache/1.3.19 (Unix)
    Server built: Mar 25 2005 15:40:05 (iAS 1.0.2.2.2 rollup 5)
    Forms 6.0 (Forms Runtime) Version 6.0.8.25.2 (Production)
    Thanks in advance,

    hsawwan,
    Thanks for pointing me in the right direction. After doing some additional research and getting some additional information from the users, it seems that our problem is related to the following:
    Occasional FRM-92100 With Illegalargumentexception at createMessageFromDeltaMessage
    Note:300386.1
    Symptoms
    Clients occasionally disconnect from forms with the following error :
    FRM-92100: Your connection to the server was interrupted. This may be the result of a network error, or a failure on the Server. You will need to reestablish your session
    Details...
    Java Exception:
    java.lang.IllegalArgumentException: Error while creating message from Delta message
    at oracle.forms.engine.Message.createMessageFromDeltaMessage (Unklnown Source)
    at oracle.forms.engine.Message.processDeltaMessage(Unknown Source)
    at oracle.forms.net.StreamMessageReader.run (Unknown Source)
    Fix
    To solve the problem, you need to apply the fix whenever it is available for the requested platform. At the time this document is created, the bug is marked to be fixed in Forms version 10.1.2 and there were no backports available for earlier releases.
    Have you even experienced this and do we really have to upgrade to 10.1.2 for this issue to be resolved?
    Thanks,

  • Frm-92101 error during next record

    hi ........
    when i execute query and move to second record then it gives frm-92101 error.
    please give the solution ..
    in log file following information
    07/02/04 16:51:48 forms90web: Forms session <17> aborted: unable to communicate with runtime process.
    07/02/04 16:51:48 forms90web: Forms session <17> 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.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         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 reply

    Try recompiling all the PL/SQL in the form by clicking on
    Program, Compile PL/SQL, All.

  • Frm-10142 error while running form

    hi,
    I have installed Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 and Oracle Developer Suite 10g (9.0.4) on my windows 7 32bit system.but i couldnot connect from forms to database.so i uninstalled developer suite and installed oracle dvs(10.1.2.0.2) on my system.now i can connect from forms to database but when i run forms i am getting frm-10142 error .ie the http listner is not running on my machine at port 8889.please start the listner or check your run time preferences.
    Please help to solve this .

    901776 wrote:
    hi,
    i have installed it .but still it is not displaying any thing in the browser.no suitable plugins were found.firefox is unable to detect the plugins.
    Please help.....What is your JRE version ? What is the firefox version ?
    Did you configure formsweb.cfg for JRE ? if yes show your cinfiguration..
    If no..
    Follow the link
    1. http://sites.google.com/site/craigsoraclestuff/oracle-forms---how-to-s/forms-how-to-configure-forms-builder-to-run-forms-locally
    2. http://www.orafaq.com/forum/t/50438/2/
    Hope this helps

  • FRM-92101 error in Forms

    Hi everybody,
    I have on my laptop for study purposes Developer Suite 10g, with 9iR2 database and WebUtil 1.6.
    I have a form downloaded from internet in order to see how the TEXT_IO and CLIENT_TEXT_IO function. The form contains the WEBUTIL library.
    When I execute the form I receive the 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 for details."
    In the web server log file I see:
    06/03/29 17:35:14 formsweb: Sessione Forms <5> terminata: impossibile comunicare con il processo runtime.
    06/03/29 17:35:14 formsweb: Forms session <5> exception stack trace:
    java.io.IOException: FRM-93000: errore interno imprevisto.
    Dettagli: No HTTP headers received from runform
         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 (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    I canceled the .fmx file, recompile, at execution I receive the same error (the other forms that don't uset WEBUTIL are running without problems).
    What should I do in this case?
    On my laptop I have webutil 1.6. I don't know the version number of the webutil package used in the form found on the internet. Could this be the reason?
    Any help will be appreciated.

    when you try to compile the form, make sure you have attached the webutil.pll to the attached libraries section in the form..
    also, while compiling the form, make sure you compile all PL/SQL code (Program-Compile PL/SQL--All) and then make an fmx
    then try to run the form from web..try this and let us know if you run into same kind of issues..

  • FRM-40735 error message

    Hi!
    I have a strange problem.
    I have a working application developed with Forms 5.0.6.8.0. The app uses a stored proc to lock tables for inserts/updates. It works with Oracle8 on NT4S and Oracle 7.3 on DEC Alpha. We have a database (Oracle 7.2 NT4WS) for testing purposes dumped from the Oracle7.3 database.
    When the app tries to call the proc. I get the FRM-40735 error message stating there is no given stored procedure with that name (ORA-04067).
    I have created a script which calls this stored procedure.Running this script from SQL Plus with the same username/password everything works fine.
    Any suggestion would be appreciated.
    Thanks
    Zoltan Sutto

    I find the solution.
    When I am developing forms and compiling them I connect to a database (Oracle 8.0 on NT Server 4.0).
    During our discussion I connected to the database having problem with (Oracle 7.2 on NT 4.0 Workstation). I did a Compile All (Shift+Ctrl+K) and Compile the form into File (CTRL+T).
    And it works.
    I do not understand what was happening during compiling connected to different databases.
    Could you explain it to me?
    Thanks
    Zoltan Sutto

Maybe you are looking for

  • JFrame and cam

    I want to show video, captured from a video camera attached with my pc in a JFrame or some sort of swing container. What can i do some body plz guide me. Thanx Salman

  • Change text highlight colour in Spark TextInput

    Hi, As the title says, anyone know how to change the highlight colour in a Spark TextInput component? By the "highlight colour" I mean that if some of the text is selected this would be the background colour of the selected text. Thanks.

  • The ipod universal dock just doesnt like cases.

    Its no doubt that all the dock adapters were meant to only fit the ipods with no case or anything. I have an ipod touch with a sort of rubber back caseing. The thing wont fit into any dock adapters, but fits into the dock without an adapter just fine

  • Apple  menu not working

    When in any program or Finder, when I click the little Apple icon () in the corner for the Apple menu, it highlights it but it doesn't pop down. Therefore I cannot select Shut Down, logout and have to do it manually. Anyone know of a solution to this

  • Zoom not working in trial

    I'm just getting familiar with InCopy and have an embarrassingly stupid question. In working with a new document in the default setting, I don't seem to be able to increase the page view so that I can read the page more easily as I write. The Zoom fe