FRM-91500 Unable to startcomplete the build
[oracle@mesap3 FMB]$ ./Compilier_Menu.sh
Compiling Menu SF_MENU_01.mmb ....
FRM-91500: Unable to start/complete the build.
[oracle@mesap3 FMB]$ cat Compilier_Menu.sh
#!/bin/sh
for x in `ls *.mmb`
do
echo Compiling Menu $x ....
/oracle/ias/fr/bin/frmcmp.sh userid=user/password@dbname batch=yes module=$x module_type=Menu compile_all=yes window_state=minimize
done
解決步驟(主要是XDisplay原因):[@more@]1)
[root@mesap3 ~]$ xhost +
[root@mesap3 ~]# vncserver
New 'mesap3.sunled.com:1 (root)' desktop is mesap3.sunled.com:1
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/mesap3.sunled.com:1.log
[root@mesap3 ~]# cat /root/.vnc/mesap3.sunled.com:1.log
Wed Dec 29 13:44:29 2010
vncext: VNC extension running!
vncext: Listening for VNC connections on port 5901
vncext: Listening for HTTP connections on port 5801
vncext: created VNC server for screen 0
error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy
Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
2)[oracle@mesap3 FMB]$
export ORACLE_HOME=/oracle/ias/fr
export PATH=$ORACLE_HOME/bin:$PATH
#export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
#export TERM=xterm --vt220
export DISPLAY=localhost:1
Compiling Menu SF_MENU_01.mmb ....
FRM-91500: Unable to start/complete the build.
[oracle@mesap3 FMB]$ cat Compilier_Menu.sh
#!/bin/sh
for x in `ls *.mmb`
do
echo Compiling Menu $x ....
/oracle/ias/fr/bin/frmcmp.sh userid=user/password@dbname batch=yes module=$x module_type=Menu compile_all=yes window_state=minimize
done
解決步驟(主要是XDisplay原因):[@more@]1)
[root@mesap3 ~]$ xhost +
[root@mesap3 ~]# vncserver
New 'mesap3.sunled.com:1 (root)' desktop is mesap3.sunled.com:1
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/mesap3.sunled.com:1.log
[root@mesap3 ~]# cat /root/.vnc/mesap3.sunled.com:1.log
Wed Dec 29 13:44:29 2010
vncext: VNC extension running!
vncext: Listening for VNC connections on port 5901
vncext: Listening for HTTP connections on port 5801
vncext: created VNC server for screen 0
error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy
Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
2)[oracle@mesap3 FMB]$
export ORACLE_HOME=/oracle/ias/fr
export PATH=$ORACLE_HOME/bin:$PATH
#export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
#export TERM=xterm --vt220
export DISPLAY=localhost:1
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/678020/viewspace-1043863/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- unable to get oracle owner forOracle
- Build CookbookUI
- NDK buildUI
- Unable to locate factory with name [default]
- unable to get file lock, will retry ...
- Unable to create git index lockGitIndex
- (unable to communicate with CRSD/OHASD
- DDK中"checked build"和"free build" 之區別UI
- Build mysql replicationUIMySql
- NDK Build 用法UI
- ubuntu Realsense buildUbuntuUI
- ORA-7445(ACCESS_VIOLATION)(unable_to_trans_pc)(UNABLE_TO_WRITE)錯誤
- Flutter雜症( flutter packages pub run build_runner build )FlutterPackageUI
- OUTLOOK - Unable to Delete Meetingsdelete
- Unable to connect to SQL Server ExpressSQLServerExpress
- Unable to load SELinux PolicyLinux
- Unable to start HTTP server after restoreHTTPServerREST
- webpack build報錯WebUI
- How to Build a Cybersecurity CareerUI
- Unity Dotween build errorUnityUIError
- chrome devtools buildChromedevUI
- A. Build a ComputerUI
- How to Build Office Developer Tools Projects with TFS Team Build 2012UIDeveloperProject
- How to Diagnose and Resolve UNABLE TO EXTEND ErrorsError
- Unable to Find Sources for Current Linux KernelLinux
- Android:Unable to find explicit activity classAndroid
- Unable to connect to any hosts due to exceptionException
- ERROR FIX:- rpmdb: unable to join the environmentError
- com.android.tools.build:gradle:2.0.0-alpha3 build errorsAndroidUIGradleError
- TeamCity : Build 基本配置UI
- Apache JMeter 5.4.1 Build DevelopmentApacheJMeterUIdev
- how to build a website like apkmirrorUIWebAPK
- 【kylin】Failed to build cubeAIUI
- Build Dana on CentOS7UICentOS
- 每日構建 Daily buildAIUI
- How to build a jar file by mavenUIJARMaven
- ABS - the Arch Build System(轉)UI
- 複用- build for last (轉)UIAST