FRM-91111

I have installed forms6i(with AS9i) on redhut7.3.
When i try to start f60desm i see two err:
FRM-91111: Internal Error: window system startup failure.
FRM-10039: Unable to start up the Form Builder.
i set DISPLAY, LD_LIBRARY_PATH,ORACLKE_HOME,...........
What shuld i do? if you know.
Thanks.

There are several notes on Metalink that can probably help you. Do a search there.
Regards,
Robin Zimmermann
Forms Product Management

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?

  • 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

  • Startup errors on Oracle 9i Dev Suite frm Unix srvr

    Trying to startup Dev Suite from a Windows 2000 client. The Developers Suite is installed on a Sun Blade Unix server. From Xterm I enter the command ./f9090desm.sh to run the Forms application and get the following errors:
    FRM-91111: Internal Error: window system startup failure
    FRM-10039: Unable to startup the Form Builder.#
    Is this because of a problem with my environment settings? Should I be trying to identify a wrapper that will set the environment and run that first? If so, how do I identify the wrapper file? What can the SA do to assist in this?
    Bill

    You definitely need some environment variables set. The most common cause of this error is failure to set the DISPLAY variable. If you do a search on MetaLink for the combination of those two errors, you should see articles that will help you. One such article is Note.1075912.6     Troubleshooting FRM-91111 internal error - window system startup failure followed by FRM-10039, which contains several suggested solutions.

  • FRM-10039

    I am trying to launch my forms on AIX and getting this error:
    fin02$ export DISPLAY=<my IP address>
    fin02$ f60desm APXVDMVD.fmb
    FRM-91111: Internal Error: window system startup failure.
    FRM-10039: Unable to start up the Form Builder.
    fin02$
    Does any one know what is causing this?
    Thanks,
    Chiru

    check whether display has been set properly by invoking xclock.
    If xclock works fine then you should be able to invoke forms. Also check the LD_LIB_PATH.
    Rajesh ALex

  • FRM-91111_linux

    I have installed forms6i(with AS9i) on redhut7.3.
    When i try to start f60desm i see two err:
    FRM-91111: Internal Error: window system startup failure.
    FRM-10039: Unable to start up the Form Builder.
    i set DISPLAY, LD_LIBRARY_PATH,ORACLKE_HOME,...........
    What shuld i do? if you know.
    Thanks.

    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?

  • FRM-91500 using f90genm.sh on Linux

    Hello!
    Has anyone successfully configured Oracle Applicationsserver 9.0.2 on Linux RedHat ? When i call f90genm.sh i only get "FRM-91500: Unable to start/complete the
    build"...
    If you have had the same problem and there is a way to solve it, please tell
    me - thanks!
    P.S. I have already set the DISPLAY=my_computer:0, ORACLE_TERM=vt220 (I have tried also with vt100), NLS_LANG=AMERICAN_AMERICA.WE8ISO8859SP15 AND
    TK90_UNKNOWN=$ORACLE_HOME/guicommon9/tk90/admin
    Goodbye

    as an additional information: if we start the f90genm.sh we get the error-message frm-91500. If we start f90desm.sh, we receive frm-91111 and frm-10039.
    Greetings
    J�

  • Assertion failed error on oracle 9i Dev.Suite

    hi,
    I installed oracle 9i Dev. Suite but I cannot start forms builder & Reports developer as it says assertion failed-line 428: on microsoft visual c++ runtime library dialog.
    when i ignore it shuts down. i have forms 6i on a different oracle home and it is working fine. any suggestions?

    You definitely need some environment variables set. The most common cause of this error is failure to set the DISPLAY variable. If you do a search on MetaLink for the combination of those two errors, you should see articles that will help you. One such article is Note.1075912.6     Troubleshooting FRM-91111 internal error - window system startup failure followed by FRM-10039, which contains several suggested solutions.

  • IAS 10.1.2.0.2 on  SUSE 10 SP1  Help with FormBuilder

    Hi all.
    I have this scenario, I kown it´s not supported, but I´m almost arrive to put on line one IAS that I need, I´m realy need that IAS on SUSE because I need put on Virtual Server on Windows 2008 and SUSE it´s te only SO thats supported.
    I try to show my configuration, SUSE 10 SP 1, IAS 10.1.2.0.2, all its working, and all servervices started, see Processes in Instance: ias_admin.iassuse32
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | 5315 | Alive
    LogLoader | logloaderd | 5316 | Alive
    dcm-daemon | dcm-daemon | 5307 | Alive
    OC4J | home | 5371 | Alive
    OC4J | OC4J_BI_Forms | 5372 | Alive
    OC4J | OC4J_Portal | 5374 | Alive
    WebCache | WebCache | 5344 | Alive
    WebCache | WebCacheAdmin | 5784 | Alive
    HTTP_Server | HTTP_Server | 5311 | Alive
    Discoverer | ServicesStatus | 5312 | Alive
    Discoverer | PreferenceServer | 5314 | Alive
    open_report_suse | ReportsServer | 5962 | Alive
    My problem its when we try to compile a form, when I call a formbld.sh frin Cygwin y have this
    FRM-91111: Internal Error: window system startup failure.
    FRM-10039: Unable to start up the Form Builder
    I´m setting ok the Display, I see xclock.
    I hope I can explain my problem, any help it´s great for us.
    Thanks from Argentina.
    Victor

    I did start from Builder with this
    I do this, but now when I try compile forms I receive error frm-91111: unable to start/complete the build. So I go back to old libXm.so.2 and compile complete.
    But I have another problem
    I can´t browsing any file under the compilebiulder, when I click to select any file or any directory the formbuilder back to home/oracle and I cant change directory or file, the ok buton no funcition.
    Thanks

  • IAS 10.1.2.0.2 on  SUSE 10 SP1

    Hi all.
    I have this scenario, I kown it´s not supported, but I´m almost arrive to put on line one IAS that I need, I´m realy need that IAS on SUSE because I need put on Virtual Server on Windows 2008 and SUSE it´s te only SO thats supported.
    I try to show my configuration, SUSE 10 SP 1, IAS 10.1.2.0.2, all its working, and all servervices started, see Processes in Instance: ias_admin.iassuse32
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | 5315 | Alive
    LogLoader | logloaderd | 5316 | Alive
    dcm-daemon | dcm-daemon | 5307 | Alive
    OC4J | home | 5371 | Alive
    OC4J | OC4J_BI_Forms | 5372 | Alive
    OC4J | OC4J_Portal | 5374 | Alive
    WebCache | WebCache | 5344 | Alive
    WebCache | WebCacheAdmin | 5784 | Alive
    HTTP_Server | HTTP_Server | 5311 | Alive
    Discoverer | ServicesStatus | 5312 | Alive
    Discoverer | PreferenceServer | 5314 | Alive
    open_report_suse | ReportsServer | 5962 | Alive
    My problem its when we try to compile a form, when I call a formbld.sh frin Cygwin y have this
    FRM-91111: Internal Error: window system startup failure.
    FRM-10039: Unable to start up the Form Builder
    I´m setting ok the Display, I see xclock.
    I hope I can explain my problem, any help it´s great for us.
    Thanks from Argentina.
    Victor

    Hi,
    This is the data mining forum. Take a look at the other forums to find a better place to post this question.
    Thanks, Mark

  • Developing Forms using server f60desm using a Mac client running X11

    Hi,
    You would think that this would work, but sadly I get the old generic error that forms likes to throw:
    FRM-91111: Internal Error: window system startup failure.
    FRM-10039: Unable to start up the Form Builder.
    Yes, I have DISPLAY, NLS_LANG, FORMS60_PATH, etc. set correctly and I can run things like xclock, xterm, etc.. When I use a Windows PC running Exceed, I can get f60desm to work, so it's not the server.
    Has anyone been able to get this to work?
    Antony.

    If you've ever seen my posts before, you'll notice that I always answer my own questions! :)
    Turns out the quartz window manager that comes with OSX is a bit crap. Well, it works with most things but not Oracle motif products!
    So I basically installed "fink" which is a package installer tool (then FinkCommander which is a GUI front end for it). Then I used fink to install other window managers, ie- icewm or fvwm. Then I start X (from terminal), then the window manager (from another terminal), do all the usual setup (xauth, or xhost <server hostname>, telnet to server, set DISPLAY then run f60desm) and it works!
    I can now say I can do all my development on a Mac! JDeveloper works fine, OAF JDeveloper works fine, BPEL JDeveloper works fine and now Forms/Reports running from the server works fine! Goodbye PC! :)

  • Forms 6i installation On linux

    installed Oracle forms 6i developer on Redhat Linux AS 3.0 , but i can invoke the oracle Forms Developer only from the root and the user account which i used to install the forms developer . If i try to invoke the forms developer from a different user account on the same linux machine , it is showing error . Can anyone suggest a solution for this

    I tried with xhost + but it's not solving the problem.
    The error messge which i am getting is
    FRM-91111: Internal Error: window system startup failure
    FRM-10039: Unable to start up the Form Builder

  • Unable to start Forms designer in Linux O/s

    Hi,
    I have installed Forms6i for linux on my linux workstation. I am able to connect to my database but unable to start forms designer. Its giving me this error
    FRM-91111 : Internal error. Windows system startup failure.
    FRM-10039 : Unable to start forms builder.
    Can anybody help me with this problem. Its very urgent

    I am having the exact same problem. I have downloaded Forms6i for Linux from OTN. I have been able to load it and updgrade some 4.5 forms using f60gen, but I have not been able to get the designer to work. I get the same message FRM-91111. ANy information would be greatly appreciated.

  • Forms 9i and NLS_LANG

    I cann't run Forms Developer 9i (9.0.2.7.0) with NLS_LANG=AMERICAN_AMERICA.CL8MSWIN1251 and NLS_LANG=RUSSIAN_CIS.CL8MSWIN1251.
    I get FRM-91111 and FRM-10039.
    If NLS_LANG is unset Forms Developer runs, but I cann't use cyrillic text.
    Help me please.
    Oracle 9i DS 9.0.2 for Linux

    Does the problem occur in the Forms development environment or when deploying on teh Web?
    1. Forms development environment
    Forms uses the character set defined in teh NLS_LANG variable. if this does nt exist, then the default character set is used. If a string that shows correct on the database but wrong when rendered in Forms, then this obviously points to a mismatch in the character sets, which leads to Forms trying to show the string with teh character set found on the Forms server.
    2. Forms deployment
    Forms uses Java fonts that are mapped to existing fonts on the server. So if a font is not available in Java, then you must map this font to an equivalent font known by Java. Have a look into the forms90/java/oracle/forms/registry/registry.dat file for more information
    Frank

  • Running 9i Dev Suite from Solaris server ?

    HELP!! Trying to start up the 9i Developers Suite so that I can begin creating Forms and Reports. 9i Enterprise Edition is running on a Unix server. I had the 9i Developers Suite also installed on same server into a new folder OraHome/oracle2. I'm using TedExtend, an Xterm window to access files/folders from a Windows 2000 wrkstn and located the two files: OraHome/bin/f90desm and OraHome/bin/rwbuilder. But I can't get either one of these to run, getting error:
    fatal: libjvm.so: open failed: No such file or directory
    Killed
    Am I missing a step that must be performed prior to running these two, or what?

    Bill,
    I did a search on Metalink and found a LOT of notes on those two error messages. Seems to be something amiss with your environment. Here are some of the articles to check:
    Note.24014.1 :FRM 91111 Internal Error window system startup failure.
    Note.1075912.6 : Frm-91111 Internal Error - Window System Start Failure
    Note.1042246.6 :FRM-91116 and FRM-10039 INTERNAL ORACLE IMAGE STARTUP FAILURE
    Note:1012456.6 : HOW TO CHECK X WINDOWS CONFIGURATION

Maybe you are looking for

  • Lenovo B575 Windows 7 Blue Screen BCCode 9f

    Hello recently my Lenovo B575 has been shutting down by itself lately. But only thing that they gave me information is about this  Problem signature: Problem Event Name: BlueScreen OS Version: 6.1.7601.2.1.0.768.3 Locale ID: 1033 Additional informati

  • Problem (sort of) deleting photos from external hard disk.

    Hi. (Most likely) because of moving my photos from the C:/drive to an external HD, I get the following message whenever I try to delete photos "the files are on a volume that does not support the recycle bin lightroom. Would you like to delete them i

  • SSIS 2014 - Parametrize connection gives a problem of Null password

    Hi guys, I was using the option of Parameterize on the connections I have under Connection Manager. I had no problem with the SQL Server Native client connections, however on Oracle Provider for OLE DB, as soon as I parameterize the connection string

  • Renaming Tracks  ??

    I have a collection of about 1000 tracks and most of them are missing bits of information. Like track name or artist etc... I heard that there was a way to get the internet to change all of them automatically? I there such a way?? Thanks, Tom.

  • Xml data source limit

    Hi I've been having trouble finding information on this, but is there a limitation on the file size of the xml data produced by an apex report query? If I download the xml data in the application builder, I'm finding once the expected xml data size g