Recently I was working on JWS implementation on few of our EBS instances , to enable them with Java Web Start, users can launch a Java application by clicking a link in a web page.
Post implementation we faced error in launching forms .
4: Forms issue (ERROR code : FRM-92101 )
ERROR:
In Application.log:
cd $INST_TOP/logs/ora/10.1.3/opmn/opmn*
/r12_tst/u04/appl/apps/tech_st/10.1.2/lib32/naect.o /r12_tst/u04/appl/apps/tech_st/10.1.2/lib32/naedhs.o -lclntst10 -lsnls10 -ljvm -L/usr/lpp/X11/lib/R6 -L/usr/lpp/X11/lib/R6/Motif2.1 -lXm -lXt -lX11 -lm
cat: cannot open /r12_tst/u04/appl/apps/tech_st/10.1.2/lib32/ldflags
cat: cannot open /r12_tst/u04/appl/apps/tech_st/10.1.2/lib32/ldflags
Cause:
The “ldflags” has been created as a link in the below directory.
$ORACLE_HOME/lib
FIX:
Rename the file “ldflag” and copying “ldflags” from working instance
and then follow the steps below .
Hello DBAs,
Recently I was working on JWS implementation on few of our EBS instances , to enable them with Java Web Start, users can launch a Java application by clicking a link in a web page.
Post implementation we faced error in launching forms .
4: Forms issue (ERROR code : FRM-92101 )
ERROR:
In Application.log:
cd $INST_TOP/logs/ora/10.1.3/opmn/opmn*
/r12_tst/u04/appl/apps/tech_st/10.1.2/lib32/naect.o /r12_tst/u04/appl/apps/tech_st/10.1.2/lib32/naedhs.o -lclntst10 -lsnls10 -ljvm -L/usr/lpp/X11/lib/R6 -L/usr/lpp/X11/lib/R6/Motif2.1 -lXm -lXt -lX11 -lm cat: cannot open /r12_tst/u04/appl/apps/tech_st/10.1.2/lib32/ldflags cat: cannot open /r12_tst/u04/appl/apps/tech_st/10.1.2/lib32/ldflags
Cause:
The “ldflags” has been created as a link in the below directory. $ORACLE_HOME/lib
FIX:
Rename the file “ldflag” and copying “ldflags” from working instance and then follow the steps below .
Please comment and let me know if this solution is handy for you . Thanks you !