FRM-91111 and FRM-10039 , cant open Forms Builder

hello again , so here iam having this error again , no idea whats causing it :\
./frmbld.sh
FRM-91111: Internal Error: window system startup failure.
FRM-10039: Unable to start up the Form Builder.
iam on Archlinux i686
$DISPLAY is set to :0.0 and i can launch any GUI application with the oracle user ( oradev )
also checked for openmotif , installed 2.3.0 and still nothing.
edit :
NLS_LANG is set to AMERICAN_AMERICA.UTF8
Edited by: L3thal on Nov 21, 2009 8:00 PM

xhost +
access control disabled, clients can connect from any host
FRM-91111: Internal Error: window system startup failure.
FRM-10039: Unable to start up the Form Builder.
EDIT:
ok so i had to install the old openmotif 2.1.30 from rpm ( couldnt compile )
Edited by: L3thal on Nov 23, 2009 6:47 AM

Similar Messages

  • Linux(RH7.3) and 9idevSuite errors (FRM-91111 and FRM-100039)

    I have installed 8i and 9i(r2) on a linux server (Redhat 7.3) with databases running. I have installed the 9i Developer Suite (as oracle) in a separate ORACLE_HOME and can successfully start an xterm session, xeyes, etc as the oracle owner. Also I can start the JDev from the 9iDS install - no problem. BUT when I try to start the forms designer (f90desm.sh or f90desm) I get FRM-91111 and FRM-10039 which, from Metalink, tells me there is a problem with the X-windows and the DISPLAY value. I am using enlightenment windows manager (not gnome). Well, like I said I don't have any problem with x processes (see above) and I looked thru metalink and other newsgroups for help and have tried everything suggested. Still getting these errors.

    Sorry - No solution here, but perhaps I can add some to the collection of facts
    I'm just starting up this learning curve, so be gentle please.
    Running SuSE 8.1, KDE3.
    Installed developer from downloaded 9.0.2iDS_LINUX.cpio
    to a machine with no other oracle products installed.
    Had to modify ./bin/genclntsh to get it to link.
    #SYSLIBS=`cat ${ORACLE_HOME}/lib/sysliblist`" -ldl -lm -lc"
    SYSLIBS=`cat ${ORACLE_HOME}/lib/sysliblist`" -ldl -lm -lc -lgcc_s"
    So I admit to being non-standard :(
    I start the OC4J HTTP Listener, I can connect to host:8896
    My $DISPLAY and xhost permissions are fine, I can run X apps and can run jdev.
    ./f90desm.sh
    FRM-91111: Internal Error: window system startup failure.
    FRM-10039: Unable to start up the Form Builder.
    In the Bad old days I used to have trouble with some versions of java only working with 8 bit displays. Changed my display to 8 bit, no help.
    Tried telnetting in from a SUN and running forms to it's display, same error. (yes, xhost permissions and DISPLAY set correctly and working with other remote X apps.)
    Went so far as to "sh -v f90desm.sh" and cut and paste my way though it's actions so I could then "strace f90desm" to look for anything that seemed to jump out at me. I don't know enough to reach any great conclusions, but if anyone thinks it useful I can provide the output.
    Suggestions?

  • Getting FRM-18108 and FRM-10102 when opening a form with Form Builder

    Hi,
    we're migrating from Forms 6i to Forms 10g. If I try to open a form in Form Builder 10g, FRM-18108 and FRM-10102 are appearing. I checked registry entries on my XP-System (FORMS90_PATH) and everything seems to be similar to the old Forms environment.
    Any ideas ?
    Thanks,
    Markus

    Hello,
    FRM-18108: Failed to load the following objects.
    Cause:  Forms could not load the foreign references specified.
    Action:  Verify that all the referenced forms and object libraries are present.
    FRM-10102: Cannot attach PL/SQL library %s.
    This library attachment will be lost if the module is saved.
    Cause:  The library you specified is locked by other users, the library name is invalid, or the library module could have been moved from or not exist in the FORMS90_PATH directory list.
    Action:  Check the library name and try again later.
    Francois

  • FRM-40039 Cannot attacth library While openning form (At Web Application Server)

    Dear All,
    We are migrating an application from developer 6 to developer
    6i, and we have some pls/sql libraries attached to our forms;
    the libraries were recompiled, reattached and the forms were
    recompiled too, neverthelse when we try to run the forms from
    the Web Application Server, we got the error FRM-40039 Cannot
    Attacth Library While Openning Form xxx. Also we set the
    FORMS60_PATH with the current librarie's path.
    Thanks in Advance.
    Francisco Aguilar.

    1. Do we have to place the PLL in the FORMS_PATH all the time. If i don't want to then what is the alternativeThere is no alternative. You can't expect the Forms Builder to read your PL/SQL Library if it can't find it. Therefore, you have to have the .pll some where the Forms Builder can* find it. This means you have to have it in a directory in your FORMS_PATH or you have to hard code the path to the library (this is not recommended at all because you would have to duplicate this path on your deployment AIX environment).
    Craig...

  • Random FRM 92101 and FRM 92050

    Hello Everyone,
    I have Oracle EBS R12.1.3 installed with Vizio Demo Instance on Oracle Database 11.0.7.0. I have 3 application servers. Web Server runs on all three application servers.
    While trying to launch forms from Security->User->Define/Monitor and Concurrent->Manager->Administer, I get FRM-92101 and FRM-92050 errors randomly.
    Sometimes the error doesn't happen and I am able to launch the forms properly from the same client. But other times, I get one of the 2 errors mentioned. When I close the error window and try to reopen again, the error sometimes doesn't happen. There is no particular sequence of steps with which I can reproduce the error. It is totally random.
    Extract from $LOG_HOME/ora/10.1.3/j2ee/forms/forms_default_group_1/application.log is shown below:
    12/12/27 07:27:54.910 formsweb: Servlet error
    java.lang.UnsatisfiedLinkError: no frmjsl in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
    at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    at java.lang.System.loadLibrary(System.java:1030)
    at oracle.forms.servlet.RunformProcess.loadLibrary(Unknown Source)
    at oracle.forms.servlet.RunformProcess.<init>(Unknown Source)
    at oracle.forms.servlet.RunformProcess.<init>(Unknown Source)
    at oracle.forms.servlet.RunformSession.<init>(Unknown Source)
    at oracle.forms.servlet.RunformSession.get(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.getRunformSession(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.getInfo(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.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 oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    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)
    12/12/27 07:57:16.933 formsweb: Forms session <4> aborted: runtime process failed during startup with errors
    Unable to switch to Working Directory: /u01/appR12/VIS/apps/tech_st/10.1.3/forms
    12/12/27 07:57:16.933 formsweb: Forms session <4> failed during startup: no response from runtime process
    12/12/27 07:57:33.179 formsweb: Forms session <5> aborted: runtime process failed during startup with errors
    Unable to switch to Working Directory: /u01/appR12/VIS/apps/tech_st/10.1.3/forms
    12/12/27 07:57:33.180 formsweb: Forms session <5> failed during startup: no response from runtime process
    12/12/27 08:05:04.228 formsweb: Forms session <7> aborted: runtime process failed during startup with errors
    Unable to switch to Working Directory: /u01/appR12/VIS/apps/tech_st/10.1.3/forms
    12/12/27 08:05:04.228 formsweb: Forms session <7> failed during startup: no response from runtime process
    12/12/27 08:11:19.11 formsweb: Forms session <8> aborted: runtime process failed during startup with errors
    Unable to switch to Working Directory: /u01/appR12/VIS/apps/tech_st/10.1.3/forms
    12/12/27 08:11:19.12 formsweb: Forms session <8> failed during startup: no response from runtime process
    I have already checked the supported list of browsers, security level and disables XSS filter.
    Thanks in advance.

    As I mentioned earlier, the error is totally random. If I close the error window and click on the responsibility again, the forms launch fine. My research shows it might be because of Session Persistence. As of now, we have set JSESSIONID in cookie as the persistence check. I am still researching on it. But I found useful information from the notes you have mentioned.Please review these docs and see if it helps.
    How To Check Session Persistence On BigIP F5, Cisco Ace, Citrix Netscaler or Radware AppDirector Load Balancer Appliances [ID 601694.1
    Using Load-Balancers with Oracle E-Business Suite Release 12 [ID 380489.1]
    Random error Your login session has expired when using Load Balancing [ID 387306.1]
    11i/R12 How to Debug "Transaction Context Is Lost" or "You are trying to access a page that is no longer active" [ID 456906.1]
    Thanks,
    Hussein

  • Error Message reads: this application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem.  I have re-installed, SO many times and I still cant open iTunes.

    Hi Support,
    I am becoming anxious because no matter what I try it doesnt seem to allow me to open itunes.
    Error Message reads: this application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem.
    I have re-installed, SO many times and I still cant open iTunes.
    Please help!!

    Click here and follow the instructions.
    (98888)

  • Opening forms builder 11g in linux

    i installed 11g in a linux computer. I can easily use frmplsqlconv.sh to convert my old forms and frmcmp.sh to compile but if i try to open forms builder i get an error: "FRM-91129: fatal error: no value specified for required environment variable FORMS_BUILDER_CLASSPATH".
    What do i have to do?

    I'm Working with redhat Linux 5.0. and oracle 11g database and oracle 11g forms.We could open form builder easily but today it shows error saying "forms builder is only supported on x86..."
    Can anyone help me please.

  • After R12 Install: FRM-41809 and FRM-41067 While Opening Forms.

    Hi all,
    I have upgraded apps to R12.
    When I try to open forms, I am getting the following errors:
    FRM-41809: Error initializing Menu.
    FRM-41067: Cannot find Menu item: invalid ID.
    I did the following:
    - Generated messages files
    - Generated jar files
    - Generated all menus (including FNDMENU.MMX)
    - Generated fnd forms
    Still same error appears.
    Any clues please?
    S. Sundar

    Sawwan,
    Excerpt from forms-trace(2).html ...
    BUILTIN.START
    EventID 142
    EventNum 96
    Timestamp 168
    Name REPLACE_MENU
    BUILTIN Arguments:
    Type=In Position=1 DataType=STRING Value=F:\oracle\product\10.2.0\db_1\apps\apps_st\appl\au\12.0.0\resource\US\FNDMENU.mmx
    BUILTIN Arguments:
    Type=In Position=2 DataType=NUMBER Value=51
    BUILTIN Arguments:
    Type=In Position=3 DataType=STRING Value=NULL
    BUILTIN Arguments:
    Type=In Position=4 DataType=STRING Value=NULL
    BUILTIN Arguments:
    Type=In Position=5 DataType=STRING Value=NULL
    ERROR
    EventID 144
    EventNum 3
    Timestamp 168
    Msg Error Message: FRM-41809: Error initializing Menu.
    Yes. I ran autoconfig successfully.
    S. Sundar

  • 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.

  • Ive downloaded the latest version of itunes and now i cant open itunes. it says im missing something but when i go to download it again just to be safe it keeps saying the same thing and i cant open my itunes anymore

    I cant open my itunes. it said i needed to download the 10.5.2 version to be able to upload the songs to my new ipod (touch) and when i went to do that my itunes wont open at all. me and my mom tried everything. i even went on my brothers account to get at least some songs and his did the same thing even though i didnt download it to the newest version. after i downloaded the lastest version and tried to open my itunes it said it was missing something so i went and downloaded it again. i know that was probably bad to do but i didnt know what else to do. even though i went and did that it keeps saying that im missing something. i dont know what to do to get my itunes to work again and if ill have to redownload all my songs and videos again.
    Pleas help.
    Thanks much,
    Sammii

    Plug your iPod into your computer, it will begin to sync. Now check to see if the playlists have been added.
    If not, go to the songs tab under your iPod when it is connected to iTunes, Unless you have checked "Sync all songs (or something to those words)" you should have an option on what you can put on your iPod. Make sure to check the playlists that you want on your iPod.

  • I just bought adobe pdf pack and now I cant open any of my jpeg pictures they show as adobe files

    wtf i just bought adobe pdf pack and now cant open any of my pictures...i get a pop up in adobe that teh file is corrupted...how do i get rid of this program and get my jpegs back t jpegs?

    In general below is the way to change the default program Windows  to open JPEG files or other file type:
    1. From "Start" > "Default Programs"
    2. Select "Associate file type or protocol with a program"
    3. Select "jpeg' from Name column
    You can change the setting to other program by clicking "Change Program" button at top right corner.
    Hisami

  • RH 8 Crashing randomly and now project cant open

    I was working on my RH8 HTML project, removing some broken links and editing folder names.
    I changed the 'root' folder name, it was an empty folder but at the top level under the HTML Files, Images, Multimedia etc menus. That went fine, and I continued to remove some dead links and edit some topics.
    Then I recieved the lovely MS error, 'RH is not responding and needs to close'. So I closed RH, re-opened it and now when I try to open my project, it opens RH, the topics load on the bottom Topic List pod, and then it freezes. The egg timer stays on, the process uses no more memory and its stuck.
    I tried to open other project and they did, is there anyway to recover the project? all the files etc and folder structure are still intact on my hard drive, just the project wont load.
    Any tips?
    Thanks. Nick

    Hi gang
    When I first read this post I somehow inferred that the project may contain a Word document that was imported and linked. Thus changing the "root" (my understanding was this was just another folder that was visible in the project) may have caused RoboHelp to choke and puke.
    If somehow I managed to correctly interpret that, whatever name the folder had was likely derived from the file name of the Word document.
    Heck, the mere mention of Word documents is enough to make ME wanna gag!
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Frm-10221 and frm-41810

    Hi all,
    when I run a form i get the errors "frm-10221: Cannot read file MENU" twice then "frm-41810: Error creating menu". how can I solve this....I am using Forms Builder 10g..I am new to oracle forms any help would be greatly appreciated.
    bj

    Hello BJ,
    Right now i'm having the same issue. How do you solve this problem?
    Thanks,
    Jorge VC

  • I've actualized my ipad and now I cant open the apps

    hi, last night i have just actualized mi ipad to the version 4.3.3 and now i just cant open any app that i've dowloaded. apps that came in the ipad when i bought it work ok, but the others like pages or facebook, or any game when i tap them they pop out and dissappear. Im worried, the most because i dont know if im going to loose the apps that i have bought. Thanks for helping!

    Try picas advice. To restart the iPad, Hold down on the sleep button until the red slider appears and slide to shut down. Hold the sleep button until the Apple Logo appears then let go of the button.
    You will not lose any apps that you purchase. You can download them again at no charge even if you do lose them for some reason.

  • FRM-92101 and FRM-92100

    Hello everyone,
    I have just finished converting about 100 forms from version 4.5 to version 9.0.2.7.0. These forms are being served up to the users via the web using either the J-Initiator or the Microsoft JVM (machine dependant). All the forms converted up with only expected problems except one. In that one form we continue to experiance the 92100 and 92101 errors (had 92101 at first, now getting 92100). Immediatly after getting this error, the application closes down and we are unable to click the Details button to get more information about what might be causeing the problem. In addition to this, there is a message that pops up a split second prior to getting the 92100 error that we cant read (my speed reading is not as good as it used to be when I was younger).
    After researching this on Metalink, we have tryed setting the ORA_NLS33 parameter, and also adding the networkretries=30 parameter to the formsweb.cfg file. Neither of these had any effect on the forms behavior. Other suggestions from Metalink required loading patches which do not apply to us (i.e HP-UX specific, and we are on Windows etc).
    I would like to be able to capture the original error message, and any information contained in the detail button.
    Does anyone have one of the following:
    1) A solution to getting the error to go away.
    2) A method of capturing the information.
    3) A stiff drink :)
    Any help or suggestions that you can provide would be appreciated.
    Thanks
    Bill Hunsicker

    Ok, I got the form to work. Not sure if this solution will work the next time the form has an error, but here it is.
    Was reading through all the metalink articals and ran across a person that stated they recompiled the triggers in the form manualy to solve this problem. I went ahead and recompiled the entire form, then went to the problem triggers and recompiled them one at a time. I then <ctrl>-T compiled the entire form and saved it. The form then started working. Dont ask me, as I am totaly at a loss to make sense out of this one, but there we go.

Maybe you are looking for

  • Loading Images CS5 32 & 64 bit

    When I load an image (jpeg etc) into Photoshop it shows up in the layers palet as a background but does not show in the workspace, where I see a chequered background. How do I overcome this? What am I missing? This is the trial version of CS5 Extende

  • ORA-00923 When deploying mapping

    Hi all, I have a project which contains a mapping with an expression. This expression uses a function, which declares a cursor, in order to fetch values from a staging table, as follows: --initialize variables here P_MSISDN NUMBER; V_ROW MAP_PSEUDO_N

  • SQL connectiviey Error

    I have a server on which SQL 2008 R2 is installed and it has a datbase configured. I an trying to connect to database from different machine but getting following error: An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in

  • PE7 My project closes down PE7 every time I go to share. Help please!

    Hello a newbie here, I've created a project that I'm trying to share. When I go to do so it crashes. I know its an issue with this particular project because I can share other projects. The file sizes are small and they are basic file types that I've

  • Catalog index pdx could not open

    Hi, I have been trying to create a catalog (Acrobat 9 pro extended) for about 540 PDF files (and growing weekly!) and often see in my log that the index process has failed to open certain files. There is no security on these files and when I do a sea