Re: Linux(RH7.3) and 9iDev Suite Form error

From: Zafer <zafer_at_redshift.com>
Date: Wed, 19 Mar 2003 09:45:15 -0800
Message-ID: <pan.2003.03.19.17.45.14.720809.9171_at_redshift.com>


my apologies - you already set the DISPLAY

let me pass my development environment .cshrc file - it might provide some help (it works against 8.0.6.3 on solaris but I have also similar one working against 9.2.0.3 running on linux):

setenv ORACLE_SID oracle8 
setenv ORACLE_VERSION 8.0.6
setenv ORACLE_BASE /home/oracle/linux1 
setenv ORACLE_HOME /home/oracle/linux1/product/6i 
setenv ORACLE_TERM xterm 

setenv TWO_TASK oracle8
setenv TNS_ADMIN /var/opt/oracle/ORACLE806 setenv ORACLE_AUTOREG $ORACLE_HOME/guicommon6/tk60/admin setenv PRINTER ratlp

setenv LD_LIBRARY_PATH "$MOTIFHOME/lib:/usr/lib"

   set path=(. \

             $JEXECUTE \
             $MOTIFHOME/bin \
             /bin \
             /usr/bin \
             /usr/sbin \
             /bin_linux/linux.i386/bin \
             /usr/local/bin ) 

# Update both LD_LIBRARY_PATH and PATH for 6i setenv LD_LIBRARY_PATH $ORACLE_HOME/lib:${LD_LIBRARY_PATH} setenv PATH $ORACLE_HOME/bin:${PATH}

# Lets set the forms, reports, graphics related environment variables now setenv FORMS60_PATH $JSOURCE/6i_Linux/forms setenv FORMS60_TERMINAL $ORACLE_HOME/forms60/admin/terminal/US setenv TK60_ICON $JSOURCE/6i_Linux/icons setenv UI_ICON $JSOURCE/6i_Linux/icons

setenv REPORTS60_PATH $JSOURCE/6i_Linux/reports setenv TK60_TERMINAL $ORACLE_HOME/reports60/admin/terminal/US setenv REPORTS60_JNI_LIB $ORACLE_HOME/network/jre11/lib/linux/native_threads setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH/:$REPORTS60_JNI_LIB

setenv GRAPHICS60_PATH $JSOURCE/6i_Linux/graphics setenv ORACLE_PATH $JEXECUTE/dds/6i

On Wed, 19 Mar 2003 09:05:54 -0800, Ronald Brink wrote:

> I have linux 9iDS(r2) installed on RedHat7.3 with a separate OH for 92i
> install (and running database). I can start jdev, no problem from teh
> developer suite install. When I try to start the forms designer - I
> get:
>
> FRM-91111 (Internal Error: Window startup failure)and FRM-10039
> (Unable
> to startup the Form Builder). The metalink oracle search for these
> errors basically say it is a problem with the Xwindows and the
> LD_LIBRARY_PATH. I have no problem starting an xterm session, xeyes,
> etc and like I said Jdev starts up just fine. I have the DISPLAY
> variable set properly as well.
>
> Any ideas as to what to look at?
>
>
> ---
> Outgoing mail is certified Virus Free. Checked by AVG anti-virus system
> (http://www.grisoft.com). Version: 6.0.462 / Virus Database: 261 -
> Release Date: 3/16/2003
Received on Wed Mar 19 2003 - 18:45:15 CET

Original text of this message