Installer for java_es_05Q1_appserver-ga-linux-x86 fails in terminal mode

I am trying to install the SunONE app server but I don't have X11 available. I therefore am using the -nodisplay option to use the terminal mode.
I get the following messages:
[root@clients Linux_x86]# ./installer -nodisplay
None of the following are executable
/usr/openwin/bin/xdpyinfo
/usr/X11R6/bin/xdpyinfo
None of the following are executable
/usr/openwin/bin/xdpyinfo
/usr/X11R6/bin/xdpyinfo
Attach to native process failed
[root@clients Linux_x86]#Here is the full output from the script:
[root@clients Linux_x86]# sh -x ./installer -nodisplay
+ umask 022
+ embd_jre=j2se_jre
+ allOS_awK=/bin/awk,/usr/bin/awk
+ allOS_basenamE=/bin/basename,/usr/bin/basename,/usr/usb/basename
+ allOS_chmoD=/bin/chmod,/usr/bin/chmod
+ allOS_cP=/bin/cp,/usr/bin/cp
+ allOS_cuT=/bin/cut,/usr/bin/cut
+ allOS_dF=/bin/df,/usr/bin/df,/usr/sbin/df,/usr/ucb/df
+ allOS_dirnamE=/usr/bin/dirname
+ allOS_echO=/bin/echo,/usr/bin/echo,/usr/ucb/echo
+ allOS_finD=/usr/bin/find
+ allOS_lN=/bin/ln,/usr/bin/ln,/usr/ucb/ln
+ allOS_lS=/bin/ls,/usr/bin/ls,/usr/ucb/ls
+ allOS_mkdiR=/bin/mkdir,/usr/bin/mkdir
+ allOS_pwD=/bin/pwd
+ allOS_rM=/bin/rm
+ allOS_toucH=/bin/touch
+ allOS_caT=/bin/cat
+ allOS_iD=/usr/bin/id
+ allOS_enV=/usr/bin/env
+ allOS_tR=/usr/bin/tr
+ allOS_sorT=/bin/sort
+ allOS_pS=/bin/ps
+ allOS_ttY=/usr/bin/tty
+ allOS_mounT=/bin/mount,/usr/sbin/mount
+ allOS_fuseR=/sbin/fuser,/usr/sbin/fuser
+ allOS_xdpyinfO=/usr/openwin/bin/xdpyinfo,/usr/X11R6/bin/xdpyinfo
+ allOS_egreP=/bin/egrep
+ allOS_seD=/bin/sed
+ allOS_unamE=/bin/uname
+ SunOS_pkgparaM=/bin/pkgparam
+ SunOS_pkgchK=/usr/sbin/pkgchk
+ SunOS_pkginfO=/usr/bin/pkginfo
+ Linux_rpM=/bin/rpm
+ ifile=./installer
+ fail_all=
+ fail_OS=
+ '[' '!' -z ./installer ']'
+ '[' -r ./installer ']'
+ '[' -x /bin/egrep ']'
+ '[' -x /bin/sed ']'
+ '[' -x /bin/uname ']'
++ /bin/egrep '^allOS_'
+ save_IFS=
++ echo allOS_awK=/bin/awk,/usr/bin/awk
++ /bin/sed -e 's/=.*//'
+ key=allOS_awK
++ echo allOS_awK=/bin/awk,/usr/bin/awk
++ /bin/sed -e 's/.*=//'
+ val=/bin/awk,/usr/bin/awk
+ found=
+ IFS=,
+ '[' -x /bin/awk ']'
+ found=/bin/awk
+ break
+ '[' -z /bin/awk ']'
+ eval allOS_awK=/bin/awk
++ allOS_awK=/bin/awk
+ IFS=
+ save_IFS=
++ echo allOS_basenamE=/bin/basename,/usr/bin/basename,/usr/usb/basename
++ /bin/sed -e 's/=.*//'
+ key=allOS_basenamE
++ echo allOS_basenamE=/bin/basename,/usr/bin/basename,/usr/usb/basename
++ /bin/sed -e 's/.*=//'
+ val=/bin/basename,/usr/bin/basename,/usr/usb/basename
+ found=
+ IFS=,
+ '[' -x /bin/basename ']'
+ found=/bin/basename
+ break
+ '[' -z /bin/basename ']'
+ eval allOS_basenamE=/bin/basename
++ allOS_basenamE=/bin/basename
+ IFS=
+ save_IFS=
++ /bin/sed -e 's/=.*//'
++ echo allOS_chmoD=/bin/chmod,/usr/bin/chmod
+ key=allOS_chmoD
++ echo allOS_chmoD=/bin/chmod,/usr/bin/chmod
++ /bin/sed -e 's/.*=//'
+ val=/bin/chmod,/usr/bin/chmod
+ found=
+ IFS=,
+ '[' -x /bin/chmod ']'
+ found=/bin/chmod
+ break
+ '[' -z /bin/chmod ']'
+ eval allOS_chmoD=/bin/chmod
++ allOS_chmoD=/bin/chmod
+ IFS=
+ save_IFS=
++ echo allOS_cP=/bin/cp,/usr/bin/cp
++ /bin/sed -e 's/=.*//'
+ key=allOS_cP
++ echo allOS_cP=/bin/cp,/usr/bin/cp
++ /bin/sed -e 's/.*=//'
+ val=/bin/cp,/usr/bin/cp
+ found=
+ IFS=,
+ '[' -x /bin/cp ']'
+ found=/bin/cp
+ break
+ '[' -z /bin/cp ']'
+ eval allOS_cP=/bin/cp
++ allOS_cP=/bin/cp
+ IFS=
+ save_IFS=
++ echo allOS_cuT=/bin/cut,/usr/bin/cut
++ /bin/sed -e 's/=.*//'
+ key=allOS_cuT
++ echo allOS_cuT=/bin/cut,/usr/bin/cut
++ /bin/sed -e 's/.*=//'
+ val=/bin/cut,/usr/bin/cut
+ found=
+ IFS=,
+ '[' -x /bin/cut ']'
+ found=/bin/cut
+ break
+ '[' -z /bin/cut ']'
+ eval allOS_cuT=/bin/cut
++ allOS_cuT=/bin/cut
+ IFS=
+ save_IFS=
++ echo allOS_dF=/bin/df,/usr/bin/df,/usr/sbin/df,/usr/ucb/df
++ /bin/sed -e 's/=.*//'
+ key=allOS_dF
++ echo allOS_dF=/bin/df,/usr/bin/df,/usr/sbin/df,/usr/ucb/df
++ /bin/sed -e 's/.*=//'
+ val=/bin/df,/usr/bin/df,/usr/sbin/df,/usr/ucb/df
+ found=
+ IFS=,
+ '[' -x /bin/df ']'
+ found=/bin/df
+ break
+ '[' -z /bin/df ']'
+ eval allOS_dF=/bin/df
++ allOS_dF=/bin/df
+ IFS=
+ save_IFS=
++ echo allOS_dirnamE=/usr/bin/dirname
++ /bin/sed -e 's/=.*//'
+ key=allOS_dirnamE
++ echo allOS_dirnamE=/usr/bin/dirname
++ /bin/sed -e 's/.*=//'
+ val=/usr/bin/dirname
+ found=
+ IFS=,
+ '[' -x /usr/bin/dirname ']'
+ found=/usr/bin/dirname
+ break
+ '[' -z /usr/bin/dirname ']'
+ eval allOS_dirnamE=/usr/bin/dirname
++ allOS_dirnamE=/usr/bin/dirname
+ IFS=
+ save_IFS=
++ echo allOS_echO=/bin/echo,/usr/bin/echo,/usr/ucb/echo
++ /bin/sed -e 's/=.*//'
+ key=allOS_echO
++ echo allOS_echO=/bin/echo,/usr/bin/echo,/usr/ucb/echo
++ /bin/sed -e 's/.*=//'
+ val=/bin/echo,/usr/bin/echo,/usr/ucb/echo
+ found=
+ IFS=,
+ '[' -x /bin/echo ']'
+ found=/bin/echo
+ break
+ '[' -z /bin/echo ']'
+ eval allOS_echO=/bin/echo
++ allOS_echO=/bin/echo
+ IFS=
+ save_IFS=
++ echo allOS_finD=/usr/bin/find
++ /bin/sed -e 's/=.*//'
+ key=allOS_finD
++ echo allOS_finD=/usr/bin/find
++ /bin/sed -e 's/.*=//'
+ val=/usr/bin/find
+ found=
+ IFS=,
+ '[' -x /usr/bin/find ']'
+ found=/usr/bin/find
+ break
+ '[' -z /usr/bin/find ']'
+ eval allOS_finD=/usr/bin/find
++ allOS_finD=/usr/bin/find
+ IFS=
+ save_IFS=
++ echo allOS_lN=/bin/ln,/usr/bin/ln,/usr/ucb/ln
++ /bin/sed -e 's/=.*//'
+ key=allOS_lN
++ echo allOS_lN=/bin/ln,/usr/bin/ln,/usr/ucb/ln
++ /bin/sed -e 's/.*=//'
+ val=/bin/ln,/usr/bin/ln,/usr/ucb/ln
+ found=
+ IFS=,
+ '[' -x /bin/ln ']'
+ found=/bin/ln
+ break
+ '[' -z /bin/ln ']'
+ eval allOS_lN=/bin/ln
++ allOS_lN=/bin/ln
+ IFS=
+ save_IFS=
++ echo allOS_lS=/bin/ls,/usr/bin/ls,/usr/ucb/ls
++ /bin/sed -e 's/=.*//'
+ key=allOS_lS
++ echo allOS_lS=/bin/ls,/usr/bin/ls,/usr/ucb/ls
++ /bin/sed -e 's/.*=//'
+ val=/bin/ls,/usr/bin/ls,/usr/ucb/ls
+ found=
+ IFS=,
+ '[' -x /bin/ls ']'
+ found=/bin/ls
+ break
+ '[' -z /bin/ls ']'
+ eval allOS_lS=/bin/ls
++ allOS_lS=/bin/ls
+ IFS=
+ save_IFS=
++ echo allOS_mkdiR=/bin/mkdir,/usr/bin/mkdir
++ /bin/sed -e 's/=.*//'
+ key=allOS_mkdiR
++ echo allOS_mkdiR=/bin/mkdir,/usr/bin/mkdir
++ /bin/sed -e 's/.*=//'
+ val=/bin/mkdir,/usr/bin/mkdir
+ found=
+ IFS=,
+ '[' -x /bin/mkdir ']'
+ found=/bin/mkdir
+ break
+ '[' -z /bin/mkdir ']'
+ eval allOS_mkdiR=/bin/mkdir
++ allOS_mkdiR=/bin/mkdir
+ IFS=
+ save_IFS=
++ echo allOS_pwD=/bin/pwd
++ /bin/sed -e 's/=.*//'
+ key=allOS_pwD
++ echo allOS_pwD=/bin/pwd
++ /bin/sed -e 's/.*=//'
+ val=/bin/pwd
+ found=
+ IFS=,
+ '[' -x /bin/pwd ']'
+ found=/bin/pwd
+ break
+ '[' -z /bin/pwd ']'
+ eval allOS_pwD=/bin/pwd
++ allOS_pwD=/bin/pwd
+ IFS=
+ save_IFS=
++ echo allOS_rM=/bin/rm
++ /bin/sed -e 's/=.*//'
+ key=allOS_rM
++ echo allOS_rM=/bin/rm
++ /bin/sed -e 's/.*=//'
+ val=/bin/rm
+ found=
+ IFS=,
+ '[' -x /bin/rm ']'
+ found=/bin/rm
+ break
+ '[' -z /bin/rm ']'
+ eval allOS_rM=/bin/rm
++ allOS_rM=/bin/rm
+ IFS=
+ save_IFS=
++ echo allOS_toucH=/bin/touch
++ /bin/sed -e 's/=.*//'
+ key=allOS_toucH
++ echo allOS_toucH=/bin/touch
++ /bin/sed -e 's/.*=//'
+ val=/bin/touch
+ found=
+ IFS=,
+ '[' -x /bin/touch ']'
+ found=/bin/touch
+ break
+ '[' -z /bin/touch ']'
+ eval allOS_toucH=/bin/touch
++ allOS_toucH=/bin/touch
+ IFS=
+ save_IFS=
++ echo allOS_caT=/bin/cat
++ /bin/sed -e 's/=.*//'
+ key=allOS_caT
++ echo allOS_caT=/bin/cat
++ /bin/sed -e 's/.*=//'
+ val=/bin/cat
+ found=
+ IFS=,
+ '[' -x /bin/cat ']'
+ found=/bin/cat
+ break
+ '[' -z /bin/cat ']'
+ eval allOS_caT=/bin/cat
++ allOS_caT=/bin/cat
+ IFS=
+ save_IFS=
++ echo allOS_iD=/usr/bin/id
++ /bin/sed -e 's/=.*//'
+ key=allOS_iD
++ echo allOS_iD=/usr/bin/id
++ /bin/sed -e 's/.*=//'
+ val=/usr/bin/id
+ found=
+ IFS=,
+ '[' -x /usr/bin/id ']'
+ found=/usr/bin/id
+ break
+ '[' -z /usr/bin/id ']'
+ eval allOS_iD=/usr/bin/id
++ allOS_iD=/usr/bin/id
+ IFS=
+ save_IFS=
++ echo allOS_enV=/usr/bin/env
++ /bin/sed -e 's/=.*//'
+ key=allOS_enV
++ echo allOS_enV=/usr/bin/env
++ /bin/sed -e 's/.*=//'
+ val=/usr/bin/env
+ found=
+ IFS=,
+ '[' -x /usr/bin/env ']'
+ found=/usr/bin/env
+ break
+ '[' -z /usr/bin/env ']'
+ eval allOS_enV=/usr/bin/env
++ allOS_enV=/usr/bin/env
+ IFS=
+ save_IFS=
++ echo allOS_tR=/usr/bin/tr
++ /bin/sed -e 's/=.*//'
+ key=allOS_tR
++ echo allOS_tR=/usr/bin/tr
++ /bin/sed -e 's/.*=//'
+ val=/usr/bin/tr
+ found=
+ IFS=,
+ '[' -x /usr/bin/tr ']'
+ found=/usr/bin/tr
+ break
+ '[' -z /usr/bin/tr ']'
+ eval allOS_tR=/usr/bin/tr
++ allOS_tR=/usr/bin/tr
+ IFS=
+ save_IFS=
++ echo allOS_sorT=/bin/sort
++ /bin/sed -e 's/=.*//'
+ key=allOS_sorT
++ echo allOS_sorT=/bin/sort
++ /bin/sed -e 's/.*=//'
+ val=/bin/sort
+ found=
+ IFS=,
+ '[' -x /bin/sort ']'
+ found=/bin/sort
+ break
+ '[' -z /bin/sort ']'
+ eval allOS_sorT=/bin/sort
++ allOS_sorT=/bin/sort
+ IFS=
+ save_IFS=
++ echo allOS_pS=/bin/ps
++ /bin/sed -e 's/=.*//'
+ key=allOS_pS
++ echo allOS_pS=/bin/ps
++ /bin/sed -e 's/.*=//'
+ val=/bin/ps
+ found=
+ IFS=,
+ '[' -x /bin/ps ']'
+ found=/bin/ps
+ break
+ '[' -z /bin/ps ']'
+ eval allOS_pS=/bin/ps
++ allOS_pS=/bin/ps
+ IFS=
+ save_IFS=
++ echo allOS_ttY=/usr/bin/tty
++ /bin/sed -e 's/=.*//'
+ key=allOS_ttY
++ echo allOS_ttY=/usr/bin/tty
++ /bin/sed -e 's/.*=//'
+ val=/usr/bin/tty
+ found=
+ IFS=,
+ '[' -x /usr/bin/tty ']'
+ found=/usr/bin/tty
+ break
+ '[' -z /usr/bin/tty ']'
+ eval allOS_ttY=/usr/bin/tty
++ allOS_ttY=/usr/bin/tty
+ IFS=
+ save_IFS=
++ echo allOS_mounT=/bin/mount,/usr/sbin/mount
++ /bin/sed -e 's/=.*//'
+ key=allOS_mounT
++ echo allOS_mounT=/bin/mount,/usr/sbin/mount
++ /bin/sed -e 's/.*=//'
+ val=/bin/mount,/usr/sbin/mount
+ found=
+ IFS=,
+ '[' -x /bin/mount ']'
+ found=/bin/mount
+ break
+ '[' -z /bin/mount ']'
+ eval allOS_mounT=/bin/mount
++ allOS_mounT=/bin/mount
+ IFS=
+ save_IFS=
++ echo allOS_fuseR=/sbin/fuser,/usr/sbin/fuser
++ /bin/sed -e 's/=.*//'
+ key=allOS_fuseR
++ echo allOS_fuseR=/sbin/fuser,/usr/sbin/fuser
++ /bin/sed -e 's/.*=//'
+ val=/sbin/fuser,/usr/sbin/fuser
+ found=
+ IFS=,
+ '[' -x /sbin/fuser ']'
+ found=/sbin/fuser
+ break
+ '[' -z /sbin/fuser ']'
+ eval allOS_fuseR=/sbin/fuser
++ allOS_fuseR=/sbin/fuser
+ IFS=
+ save_IFS=
++ echo allOS_xdpyinfO=/usr/openwin/bin/xdpyinfo,/usr/X11R6/bin/xdpyinfo
++ /bin/sed -e 's/=.*//'
+ key=allOS_xdpyinfO
++ echo allOS_xdpyinfO=/usr/openwin/bin/xdpyinfo,/usr/X11R6/bin/xdpyinfo
++ /bin/sed -e 's/.*=//'
+ val=/usr/openwin/bin/xdpyinfo,/usr/X11R6/bin/xdpyinfo
+ found=
+ IFS=,
+ '[' -x /usr/openwin/bin/xdpyinfo ']'
+ '[' -x /usr/X11R6/bin/xdpyinfo ']'
+ '[' -z '' ']'
+ echo 'None of the following are executable'
None of the following are executable
+ IFS=,
+ echo /usr/openwin/bin/xdpyinfo
/usr/openwin/bin/xdpyinfo
+ echo /usr/X11R6/bin/xdpyinfo
/usr/X11R6/bin/xdpyinfo
+ IFS=
+ save_IFS=
++ echo allOS_egreP=/bin/egrep
++ /bin/sed -e 's/=.*//'
+ key=allOS_egreP
++ echo allOS_egreP=/bin/egrep
++ /bin/sed -e 's/.*=//'
+ val=/bin/egrep
+ found=
+ IFS=,
+ '[' -x /bin/egrep ']'
+ found=/bin/egrep
+ break
+ '[' -z /bin/egrep ']'
+ eval allOS_egreP=/bin/egrep
++ allOS_egreP=/bin/egrep
+ IFS=
+ save_IFS=
++ echo allOS_seD=/bin/sed
++ /bin/sed -e 's/=.*//'
+ key=allOS_seD
++ echo allOS_seD=/bin/sed
++ /bin/sed -e 's/.*=//'
+ val=/bin/sed
+ found=
+ IFS=,
+ '[' -x /bin/sed ']'
+ found=/bin/sed
+ break
+ '[' -z /bin/sed ']'
+ eval allOS_seD=/bin/sed
++ allOS_seD=/bin/sed
+ IFS=
+ save_IFS=
++ echo allOS_unamE=/bin/uname
++ /bin/sed -e 's/=.*//'
+ key=allOS_unamE
++ echo allOS_unamE=/bin/uname
++ /bin/sed -e 's/.*=//'
+ val=/bin/uname
+ found=
+ IFS=,
+ '[' -x /bin/uname ']'
+ found=/bin/uname
+ break
+ '[' -z /bin/uname ']'
+ eval allOS_unamE=/bin/uname
++ allOS_unamE=/bin/uname
+ IFS=
++ /bin/uname -s
+ '[' Linux = SunOS ']'
++ /bin/uname -s
+ '[' Linux = Linux ']'
++ /bin/awk -F= '/^Linux_/ {print $2}' ./installer
+ '[' '!' -x /bin/rpm ']'
+ fail=XX
+ '[' XX '!=' XX ']'
+ TimestampFile=/tmp/.jes.9410
+ solarisInstallModeFlagFile=/tmp/.solarisInvokeMethod.tmp
+ echo -nodisplay
+ /bin/egrep -e '\-debug'
+ '[' 1 -eq 0 ']'
+ defaultDISPLAY=0:0
++ echo -nodisplay
++ /bin/egrep nodisplay
+ nodisplayParam=-nodisplay
++ /bin/ps -eaf
++ /bin/egrep in.telnetd
+ isTelnetSession=root      9641  9639  0 09:51 pts/0    00:00:00 /bin/egrep in.telnetd
+ '[' -n 'root      9641  9639  0 09:51 pts/0    00:00:00 /bin/egrep in.telnetd' ']'
++ /bin/ps -eaf
++ /bin/egrep in.telnetd
++ awk '{print $2 $6}'
++ /bin/egrep '\?'
++ cut '-d?' -f1
+ sesId=
++ /usr/bin/tty
++ cut -c6-10
+ ttyId=pts/0
+ '[' -n '' ']'
+ echo -nodisplay
+ /bin/egrep -e '\-nodisplay'
+ '[' 0 -eq 0 ']'
+ unset DISPLAY
+ extra_jvm_options=-Djava.awt.headless=true
+ export extra_jvm_options
++ /usr/bin/id
++ /bin/cut '-d(' -f1
++ /bin/cut -d= -f2
+ usr=0
+ '[' 0 '!=' 0 ']'
++ /bin/uname -s
+ unamE=Linux
+ '[' Linux = SunOS -a -x /usr/bin/zonename -a -x /usr/sbin/zoneadm ']'
+ registry_dir=/var/sadm/prod/entsys
+ linux_registry_dir=/var/opt/sun/install
+ '[' Linux = Linux -a '!' -d /var/opt/sun/install ']'
+ logs_dir=/var/sadm/install/logs
+ linux_logs_dir=/var/sadm/install/logs
+ '[' Linux = Linux -a '!' -d /var/sadm/install/logs ']'
++ /bin/pwd
+ original_user_dir=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
++ /usr/bin/dirname ./installer
+ this_proc_loc=.
+ cd .
++ /bin/pwd
+ this_proc_loc=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
++ /bin/basename ./installer
+ this_proc_name=installer
++ /bin/basename /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
+ arch_dir=Linux_x86
+ new_root=/tmp/.jes_CaChE
+ '[' /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86 '!=' /tmp/.jes_CaChE/Linux_x86 ']'
+ cd /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
++ /bin/pwd
+ original_user_dir=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
+ '[' Linux = SunOS ']'
+ JRE_LOCATION=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/j2se_jre
+ DETECTED_VERSION=
+ export original_user_dir
+ cd /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
++ /bin/pwd
+ this_proc_loc=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
+ this_proc_args=-nodisplay
+ this_proc_id=9410
++ cd /proc/9410/cwd
++ /bin/pwd
+ installer_script_dir_on_media=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
+ cd /
+ this_proc_running_on=Linux
+ soft_embd_jre=/tmp/.jes_CaChE/Linux_x86/.install/j2se_jre
++ /bin/echo /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
++ /bin/cut -c1
+ '[' / = / ']'
+ abs_loc_on_media=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
++ /usr/bin/dirname /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
+ media_root=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver
+ /bin/mkdir -p /tmp/.jes_CaChE/Linux_x86
+ cd /tmp/.jes_CaChE/Linux_x86
++ pwd
+ res_dir=/tmp/.jes_CaChE/Linux_x86
+ cd /
+ '[' /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86 '!=' /tmp/.jes_CaChE/Linux_x86 ']'
+ /bin/rm -rf /tmp/.jes_CaChE/Linux_x86/Product
+ /bin/rm -rf /tmp/.jes_CaChE
+ trap 'cleanSolInsInvoke ; exit 1' 1 15
+ /bin/mkdir -p /tmp/.jes_CaChE/Linux_x86/.install
+ /bin/cp -p /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/installer /tmp/.jes_CaChE/Linux_x86
+ /bin/ln -s /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/Product /tmp/.jes_CaChE/Linux_x86/Product
+ /bin/cp -pr /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Copyright /tmp/.jes_CaChE
+ /bin/cp -pr /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/README /tmp/.jes_CaChE
++ /bin/ls -1 /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install
++ /bin/egrep -v j2se_jre
+ /bin/cp -rp /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/EntsysInstall_Linux_x86_generic.class /tmp/.jes_CaChE/Linux_x86/.install
+ /bin/cp -rp /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/config /tmp/.jes_CaChE/Linux_x86/.install
+ /bin/cp -rp /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/images /tmp/.jes_CaChE/Linux_x86/.install
+ /bin/cp -rp /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/lib /tmp/.jes_CaChE/Linux_x86/.install
+ /bin/cp -rp /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/locale /tmp/.jes_CaChE/Linux_x86/.install
+ /bin/cp -rp /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/response /tmp/.jes_CaChE/Linux_x86/.install
+ /bin/cp -rp /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/utils /tmp/.jes_CaChE/Linux_x86/.install
+ '[' -d /tmp/.jes_CaChE/Linux_x86/.install/j2se_jre ']'
+ '[' Linux = SunOS ']'
+ /bin/cp -rp /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/j2se_jre /tmp/.jes_CaChE/Linux_x86/.install
+ '[' -d /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86//home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install ']'
+ cd_part=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
++ /bin/basename /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
+ ip_part=Linux_x86/.install
++ /usr/bin/dirname /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
+ cd_part=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver
+ flags_needed_if_hsfs=0
+ '[' -f /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/.volume.inf ']'
+ flags_needed_if_hsfs=0
+ '[' 0 = 1 ']'
+ trap '' 1 15
+ exec /tmp/.jes_CaChE/Linux_x86/installer /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86 /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver Linux_x86/.install /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86 0 -nodisplay
None of the following are executable
/usr/openwin/bin/xdpyinfo
/usr/X11R6/bin/xdpyinfo
Attach to native process failed
[root@clients Linux_x86]#In an attempt for a workaround, I have set $DISPLAY to 0:0, but this did not seem to help.
I can't think of anything else to do.
Assistance would be appreciated.
Thanks,
Dave Cherkassky

Howdy, it looks as though the Application Server did not install properly, and as a consequence the Portal server fails to install.
Please make sure that you have un-installed all components properly first before re-installing... See my previous post.
If it were me, I'd install the Directory Server and Application Server first... After a successful install of Application Server, re-start the installer, selecting Portal Server and Access Manager. When doing so, make sure the Application Server and Directory server can be started prior.
By the way, have you seen the following blurb in the documentation from Sun , see: http://docs.sun.com/app/docs/doc/819-5025/6n74td5j0?a=view
Remove the link /usr/share/bdb/db.jar before installation, if it exists.
Check ant already exists on the system by running the following command:
rpm -qa | grep ant
If a version of ant below 1.6 is installed, remove it by running the following command:
rpm -e ant-older-version ant-libs-older-version
You need to use the version of ant sun-ant-1.6.5-2 to install or deploy Portal Server. When you run the installer, it is automatically installed at /opt/sun/bin/ant.
Next make sure you following Sun's Documentation on the installation process, bar installing App Server and Directory Server first, see: http://docs.sun.com/app/docs/doc/819-5025/6n74td5j3?a=view
If after all of the above, and your still unable to install portal server, please log a support call with Sun, 1800 555 786 quoting your support contract ID.
Cheers,
Chris

Similar Messages

  • I ran the Adobe installer for CC desktop and it failed.  Error: 50   What happened?  Now the Run.exe file is gone.

    I ran the Adobe installer for CC desktop and it failed.  Error: 50   What happened?  Now the Run.exe file is gone.

    Hi,
    Please refer to the thread below where this issue has been discussed:
    Error code 50
    Regards,
    Sheena

  • Availability of RPM Linux x86-64 10.2 instant client

    good morning,
    an increasingly important platform for us is Linux x86-64 (actually RedHat Enterprise Linux 4 x86-64), the instant client is available only in zip packaging. Could you indicate whether and approximatically when it could be made available in .rpm package.
    It is very important for our deployment on all of the client machines.
    I thank you a lot in advance for your time and answer,
    eric
    PS: on RHEL3 x86 platform, we use the RPM version of the 10.2 Linux x86 and this is very convenient. We would reproduce the same ease of deployment for RHEL4 x86-64

    good morning,
    an increasingly important platform for us is Linux x86-64 (actually RedHat Enterprise Linux 4 x86-64), the instant client is available only in zip packaging. Could you indicate whether and approximatically when it could be made available in .rpm package.
    It is very important for our deployment on all of the client machines.
    I thank you a lot in advance for your time and answer,
    eric
    PS: on RHEL3 x86 platform, we use the RPM version of the 10.2 Linux x86 and this is very convenient. We would reproduce the same ease of deployment for RHEL4 x86-64

  • Which version of Ocale 9i to download for Fedora Core Linux ?

    Hi.
    I just bought an external drive to install Red Hat Linux Fedora (which I got from Sams Teach Yourself ...).
    Im looking here http://www.oracle.com/technology/software/products/oracle9i/index.html to decide which version of Oracle 9i I should use.
    My new external drive is connected to my laptop, which is an Inspiron 6000.
    Any ideas ?
    Thanks again.
    DA

    So if I installed 10g then, which one would I choose
    for Fedora?
    Linux x86
    Linux x86 -64 ??
    Thanks.Really ... rocket science ain't all that hard. Let's take a look at your rocket science:
    if your hardware is 32 bit, any 64-bit stuff will not work.
    if your hardware is 64 bit, and you chose a 32 bit operating system, any 64 bit applications will not work (and in this case the oracle database is an application)
    if you hardware and your operating system are 64 bit, any 32 bit application or 64 bit application will work as long as you have the correct libraries (DLLs) installed.
    then you decide whether the benefit of 64 bit is greater than the overhead of 64 bit
    So ...........
    if you have an Inspiron 6000 with the Pentium M processor, you may not have 64 bit capability.
    if you have a 32-bit Fedora (which you don't bother stating, do you?) you may not have 64 bit capability
    if you do not have 64 bit capability, don;t bother with the 64 bit version of Oracle.

  • Installation Guide needed for Oracle RAC 10G R2 Linux x86-64

    Hello All,
    Can someone point me to the Oracle documentation on installing Oracle RAC 10G R2 (10.2.1.0) for Linux x86-64?
    Seem unable to find the required doc.
    I greatly appreciate your help!
    Thanks!

    Additional to documentation which you can access and search from http://tahiti.oracle.com there are several good step by step installation articles which summaries documentation.
    http://www.oracle.com/technology/pub/articles/tech_dba.html#linux
    And you can find more similar articles at
    http://www.puschitz.com/
    http://www.oracle-base.com/articles/linux/ArticlesLinux.php

  • 11.2.0.2 Grid Installation for a Standalone Server FAILED!

    OS: OEL-5.5 x86_64 (kernel-2.6.18-194.17.4.0.1.el5, glibc-2.5-49.el5_5.7)
    Product: Oracle 11gR2 (11.2.0.2.0) x86_64 for Linux
    Hi,
    I was trying to perform a clean and full 11.2.0.2 installation for a Standalone Server (Single database + ASM + Restart), but unlike 11.2.0.1, this standalone patch, shipped as set of full installation files, has serious flaws mainly due to insane installation and configuration scripts. My environment is as follows:
    ORACLE_BASE=/opt/oracle
    ORACLE_HOME=/opt/oracle/product/11.2.0/db_1
    GRID_HOME=/opt/oracle/product/11.2.0/grid
    all owned by oracle:dba. ASMLib was configured with four 256 GB partitions on four physical disks.
    1. During grid installation the Prepare, Copy files, Link binaries, Setup files, Execute Root Scripts (root.sh), Update Inventory, Oracle Net Configuration Assistant all succeeded, but ASM Configuration Assistant FAILED and installation couldn't continue. That was because root.sh script (and inside it calling scripts) changed the ownership of ORACLE_BASE and GRID_HOME to root:dba, so that admin and diag directories creations in ORACLE_BASE were not permitted. After fixing that manually as root (immediately after executing root.sh), the installation continues and succeeds.
    2. During installation of Client software the error message window appears stating that cannot find the /opt/oracle/product/11.2.0/db_1/oui/bin/runInstaller.var file. By pressing the Continue button the installation continues ignoring this.
    3. If Oracle Scheduler Agent is selected for installation during Client software installation, the Oracle Enterprise Manager 11g Database Control Release 11.2.0.2.0 cannot start (https problem - cannot establish connection). To fix this, I had to deinstall Client software and install it again without Oracle Scheduler Agent.
    4. The Performance window in Enterprise Manager 11g Database Control Release 11.2.0.2.0 cannot display any graph ("Initializing" and "Transferring data from localhost..." never end).
    Are those issues known issues? If they are, why did Oracle ship that standalone patch without testing it before? Given that prior release (11.2.0.1) was free of any errors above, it is really beyond me to figure out this negligence.
    NJ

    Are those issues known issues? Have you created service request ? That would be much better to be sure about the workaround you found.
    Nicolas.

  • Where can I find the Oracle Clusterware 11.1.0.7 for Linux x86

    Hello,
    I am testing upgrading Oracle 11g RAC from 11.1.0.6 to 11.1.0.7 on Linu x86 (RedHat 5.3/OEL 5.3)
    I haven't been able to find the Oracle Clusterware 11.1.0.7 for Linux x86 download, which is required for the RAC upgrade.
    Could someone tell me the patch/patchset number or how can I search for it in metalink?
    Thanks!

    Hi,
    You need to download patch 6890831
    Please see the metalink note 800603.1 for 11.1.0.7 patch set and installation instructions for Linux x86.
    Hope this helps.
    Regards
    Satishbabu Gunukula
    http://oracleracexpert.blogspot.com
    [Click here to delete archive logs using RMAN|http://oracleracexpert.blogspot.com/2009/08/delete-archive-logs-using-rman.html]
    [Click here for Oracle Data pump export/Import with Examples|http://oracleracexpert.blogspot.com/2009/08/oracle-data-pump-exportimport.html]
    Edited by: Satishbabu Gunukula on Aug 26, 2009 10:32 PM

  • Oracle 10g R 10.2 for Linux x86-64 - /proc/sys/vm/disable_cap_mlock problem

    Hi All,
    During installation - Oracle Database Configuration Assistance, I have got below error and thus I stuck. As per Metalink note 293988.1, this will be resolved if I do [root@localhos]# echo 1 > /proc/sys/vm/disable_cap_mlock . But problem is when I do this because I dont have /proc/sys/vm/disable_cap_mlock file in my system, it giving ¨bash: /proc/sys/vm/disable_cap_mlock: No such file or directory¨ error. So I am unable to get rid of this error. I also set SELinux Default and Current mode as permissible and rebooted it.
    No use, Its giving same error.
    ORA-27125: Unable to create shared memory segment.
    DB Details_
    Oracle 10g Release 2 (10.2) for Linux x86-64
    Choosen Basic Installation
    OS Details:_
    *[root@localhost vm]# uname -rm*
    2.6.32-100.0.19.el5 x86_64
    *[root@localhost vm]# uname -a*
    Linux localhost.localdomain 2.6.32-100.0.19.el5 #1 SMP Fri Sep 17 17:51:41 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    *[root@localhost etc]# cat /etc/redhat-release*
    Red Hat Enterprise Linux Server release 5.5 (Tikanga)
    *[root@localhost etc]# make -v*
    GNU Make 3.81
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    This program built for x86_64-redhat-linux-gnu
    This is bugging me since last two days. Any help would be appreciated.
    Thanks in advance.
    Regards,
    Mahi

    From what I can gather form your post, the ORA-27125: Unable to create shared memory segment is probably the result of:
    a) not enough physical memory available.
    b) /dev/shm not configured properly.
    c) kernel parameters are not set according to Oracle requirements.
    Since this is happening during the installation of Oracle I suggest to check the SHMMAX kernel parameter. This is all mentioned in the pre-installation steps. Oracle 11g will actually check these kernel parameters prior to installing. Not sure about 10g now, which you are trying to install.
    The most common, easiest way to prepare the system for Oracle RDBMS is to install the "oracle-validated" package. If you don't have access to ULN, you can setup public yum.
    http://public-yum.oracle.com/ Then you can simply type as the root user: yum install oracle-validated
    Edited by: waldorfm on Nov 3, 2010 1:18 PM

  • Cannot find an Oracle Linux installation for 32 bit machines

    Can anyone show me where to find a linux oracle 11g or 10g installation for a 32 bit machine.
    The ones I downloaded from oracle are all for x86 64bit machines.
    Thanks

    On following page
    http://www.oracle.com/technology/software/products/dat
    abase/index.html
    this is the link
    http://download.oracle.com/otn/linux/oracle11g/linux_x
    86_11gR1_database.zipWhat I actually said is that the link provided is for 64bits linux machines.
    When I try running uname -r on my linux bash prompt, I get the i3686 tellin g me that I am running a 32bit machine.
    On the other hand, installation guide specifies that we should check the kernel version and system architecture.
    I don't think I should continue installation on seeing that I am trying to install a 64bit product on a 32bit system.
    Regards,
    Michael
    Message was edited by:
    okmich

  • Oracle 10g Release 2 (10.2) for Linux x86-64

    Hi All,
    During installation - Oracle Database Configuration Assistance, I have got below error and thus I stuck. As per Metalink note 293988.1, this will be resolved if I do [root@localhos]# echo 1 > /proc/sys/vm/disable_cap_mlock . But problem is when I do this because I dont have /proc/sys/vm/disable_cap_mlock file in my system, it giving ¨bash: /proc/sys/vm/disable_cap_mlock: No such file or directory¨ error. So I am unable to get rid of this error. I also set SELinux Default and Current mode as permissible and rebooted it.
    No use, Its giving same error.
    ORA-27125: Unable to create shared memory segment.
    DB Details_
    Oracle 10g Release 2 (10.2) for Linux x86-64
    Choosen Basic Installation
    OS Details:_
    *[root@localhost vm]# uname -rm*
    2.6.32-100.0.19.el5 x86_64
    *[root@localhost vm]# uname -a*
    Linux localhost.localdomain 2.6.32-100.0.19.el5 #1 SMP Fri Sep 17 17:51:41 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    *[root@localhost etc]# cat /etc/redhat-release*
    Red Hat Enterprise Linux Server release 5.5 (Tikanga)
    *[root@localhost etc]# make -v*
    GNU Make 3.81
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    This program built for x86_64-redhat-linux-gnu
    This is bugging me since last two days. Any help would be appreciated.
    Thanks in advance.
    Regards,
    Mahi

    Trust me I verified installtion guide and release notes atleast 20 times. I never had luck witht any thing. I was wondering how come edelivery.oracle.com packages (both Linux 64 bit Linux with upgrade to Unbreakable and Oracle 10g db version) is not workign for me. Finally below trick to the installed file could make my installation work(Ref link http://www.oracle-base.com/articles/10g/OracleDB10gInstallationOnFedora2.php) . In this I am setting DISABLE_HUGETLBFS to value 1. My only doubt is, does this have any impact on performance? Can some one relay on such tweeking for prod installtions? Ofcourse I am yet to go for commercial. At present I dont have ULN or metalink authorised access.
    cd $ORACLE_HOME/bin
    mv oracle oracle.bin
    cat >oracle <<"EOF"
    #!/bin/bash
    export DISABLE_HUGETLBFS=1
    exec $ORACLE_HOME/bin/oracle.bin $@
    EOF
    chmod +x oracle
    Edited by: TechMahi.com on Nov 7, 2010 10:15 PM

  • Please help me to debug a bug for instant client on linux x86-64

    I am a c junior programmer, I wrote a c demo based on <Call Interface Programmer's Guide>,but i found failed sometimes and successful somtimes when i run my demo on linux x86-64.
    I wondered why it was failed sometimes and successful sometimes, so i used command strace to debug my demo.
    I found my demo was failed when called function getsockopt  whose third argument was negative. The following code:
    getsockopt  (5, SOL_SOCKET, SO_SNDBUF, [-8683868481690533888], [4]) = 0
    my demo run successful when the third argument of function getsockopt was positive.The following code:
    getsockopt(5, SOL_SOCKET, SO_SNDBUF, [4636081913715490816], [4]) = 0
    I downloaded rpm package of instant client for linux x86-32 and installed, the same demo worked perfectly on linux x86-32.
    Did instant client for linux x86-64 has a bug?
    any advise would be great.
    Thank you!

    thanks.
    I have solved this problem that result in my c demo.
    I was a wrong way to use this function OCIBindByName. I ignored it's Indicator Variables must be 0 , -1 or -2.

  • Error when trying to install 9.2.0.4 for Linux x86

    I downloaded oracle 9.2.0.4 for Linux x86 from here:
    http://www.oracle.com/technology/software/products/oracle9i/htdocs/linuxsoft.html
    When I did the necessary extractions, and then ran the runInstaller, I get the following java error:
    [oracle@zeus Disk1]$ Initializing Java Virtual Machine from /tmp/OraInstall2006-08-15_11-27-09AM/jre/bin/java. Please wait...
    Error occurred during initialization of VM
    Unable to load native library: /tmp/OraInstall2006-08-15_11-27-09AM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    I'm logged on to the server as the oracle user. Is this the correct version for Oracle for Linux x86.
    Here's what I get from uname -a:
    [oracle@zeus]$ uname -a
    Linux zeus 2.4.21-40.ELsmp #1 SMP Thu Feb 2 22:22:39 EST 2006 i686 i686 i386
    GNU/Linux
    I have installed Oracle 10g successfully on this server as well.

    Installation howto you can find on http://www.puschitz.com
    Try use "Search" function before you create new topic. This one was discussed many times.

  • Where is Grid Control Download for Linux-x86-64 ?

    Help please, Trying to download Grid Control base release from
    http://www.oracle.com/technology/software/products/oem/index.html
    All links point to the Patch download for Release 4, which requires an earlier version. I just want the full 10.2.0.3 base install.

    hi,
    in the following page
    http://www.oracle.com/technology/software/products/oem/index.html
    the following is 10.2.0.3 full installer
    Full Installers (Agent, Repository, OMS, and Management Packs)
    Oracle Enterprise Manager 10g Grid Control Release 3 (10.2.0.3) for Linux x86-64 (README)

  • Where is the download link for SCEP Client Offline installer for x86 & x64 altest greatest version (4.6.305 as of today)

    Where is the download link for SCEP Client Offline installer for x86 & x64 latest greatest version (4.6.305 as of today)?
    The answer IS NOT IT AND NEVER WILL BE "DOES NOT EXIST"!!!!!! MUST NEVER NEED TO RUN UPDATES TO GET IT!!!!!!!!! THE ONLY ACCEPTABLE ANSWER IS THE LINK!!!!! DUH GET YOUR ACT IN GEAR MS!!!!!!!!!!
    Ralph

    Thanks to all for the information. I work in higher ed. We have SCCM latest version, fully licensed. Unfortunately the individual who manages the SC does not have a clue as to where to find the SCEP installer. I sent him links from MS that shows him where
    it is supposed to be. The version he say's is on our SC Management server is 4.3. I, in the past, was able to get 4.5 independent of him and it has been working well for me but it is time to use the latest greatest version instead. I should just as easily
    be able to get 4.6. As far as licensing goes, if the product was correctly designed it should just work itself out just like it does for the 4.5 version I was able to easily find and download.
    As for the link given by KevinMJohnston, thanks by the way, its the closest I have come to getting what I need but all I get is a spinning wheel in Firefox, the only browser one should ever need. In IE I get prompted for an email address, which it should
    NEVER EVER DO!!!!!!!!!! I did give them my address, but alas, after waiting over 30 mins. I still don't have a link to the update or the CU4 Config MGR update mentioned. (Another reason I am not very nice to MS, along with, see below...) Please send me the
    link that they are suppose to send me in the email.
    As for the intensity of the request it comes from not being able to find the update on my own. (Amongst a million other complaints as MS makes my job harder and harder, just think of all the lost productivity and extra repair efforts needed because MS stopped
    allowing you to do upgrade/repair installs from the install discs. You have to have a working OS to do it, or you will lose your settings etc and will have to re-install all of your software etc. How STUPID IS THAT! Can't use it to fix a blown driver or BSOD
    problem like you could in XP.  There is no excuse for that, I know better. So you can see why I have nothing good to say about MS etc etc.) There is no excuse for that! If the MS updater has it available then IT MUST BE MADE AVAILABLE FOR STANDALONE DOWNLOAD
    PERIOD. That goes for ALL updates PERIOD.  I use these updates and many others etc so that once I seal an image for a PC it has the latest greatest version of everything. It is quicker to get it stand alone in advance and installing than waiting for MS
    updates to do so. Also I prefer to config my images so that the Av installs after first boot. These are cloned PCs. Many of these PC are used in labs and are frozen. Here, the settings for the SCEP AV being pushed from above can cause major problems for the
    users i.e. the scheduled scan feature. If it is on when students are taking tests and they take more than 5 or 10 mins on question MS is stupid enough to start scanning causing the system to become unresponsive. This has caused students to breakdown in tears
    thinking the system is hosed and they just lost their tests. I have to do some creative reg hack, setting owner as "Guest", a disabled account, etc. to keep these settings from being changed. (Our SC managers push policies that work for the faculty
    but break the lab systems which are frozen, so I have to out hack them, should not be, but it is, we are trying to get that fixed, but bureaucracy and people afraid to share power etc makes it hard.)  These settings unfortunately will prevent the AV from
    installing so I need to be able to manually do it after I have set the reg to allow it.  And I could go on. Who knows when or why someone may need to do a manual update of something. I just had 3 systems fail 12 updates, yet when I manually downloaded
    them and installed them they ALL installed without failure. I did NOTHING in between the auto update and the manual, yet it was the manual way that worked. Maybe if MS could fix those kind of issues then no one would need to get stand alone update files.)
    That is not for MS to worry about. It is, however, their responsibility to make it so that I can choose what will work best for my environment, which only I could know. DUH. I have had issues in the past with MS AV and other brands being installed before "sealing"
    the images. etc. etc. etc.
    As you can see, there is not enough space on the world wide web to list all thousands of legitimate reasons to give Microsoft a hard time so I will do so on a case by case bases knowing I am probably spitting in to the wind, but hey somebody has to have
    the guts to do it. MS MUST NEVER BE ALLOWED TO SIMPLY GET AWAY WITH IT! They Must be called to the proverbial carpet.
    Maybe if people who are MVPs would not be afraid to join the choruses they would be embarrassed, (though it should be done out of moral obligation not embarrassment), enough to fix these obviously fixable problems etc. etc. etc. I have over 30 years in the
    IT business, the IBM XT did not exist until my senior year in college. You are not going to be able to convince me that there is a legitimate reason, copy protection IS NOT IT, to prevent me from fixing blown OS via re-install using install disc when OS will
    not boot. Nor are you going to be able to find legitimate reason for the SCEP 4.6.305 update to be so hard to get.
    Thanks again for the help, still waiting for email from MS, NOT COOL MS! NO EXCUSE!!!!!
    Ralph

  • Oracle E-Business Suite Release 12.2.2 Media Pack v1 for Linux x86-64-bit avaliable NOW!

    Hi Friends;
    Finally Oracle E-Business Suite Release 12.2.2 Media Pack is available at e-delivery site.
    For a now it has been published for linux x86-64.
    Setup size almost 83G
    Here is the some notes:
    New Installation Customers who do not have access to My Oracle Support will not have access to key documents needed to perform a New Installation of Oracle E-Business Suite Release 12.2. This Part Number includes Document files which should be referred to when a ‘Document xxxxxx.1′ is referenced within the Documentation.
    The first document to review is the “READ FIRST – Document 1320300.1, Oracle E-Business Suite Release Notes, Release 12.2.html”. This is your starting point for performing a New Installation.
    Documents included under the Documents directory:
    Check first:- Document 1320300.1, Oracle E-Business Suite Release Notes, Release 12.2.html
    Document 389422.1, Recommended Browsers for Oracle E-Business Suite Release 12.html
    Document 1155883.1, Oracle E-Business Suite Desktop Client Hardware and Software Requirements.html
    Document 1314621.1, Oracle E-Business Suite NLS Release Notes, Release 12.2.html
    Document 1330701.1, Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64.html
    Document 1330702.1, Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Oracle Solaris (64-bit).html
    Document 1330703.1, Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for IBM AIX (64-bit).html
    Document 1330704.1, Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for HP-UX Itanium.html
    Document 1355068.1, Oracle E-Business Suite 12.2 Patching Technology Components Guide.html
    Document 1376618.1, Oracle E-Business Suite Technology Stack Release Notes for Release 12.2.2.html
    Document 1469456.1, DATAINSTALL AND HRGLOBAL APPLICATION 12.2 SPECIFICS.html
    Document 1506669.1, Oracle E-Business Suite Release 12.2.2 Readme.html
    Document 1560906.1, Applying the Release 12.2.2 AD and TXK Release Update Packs.html
    This information&entery is avaliable at Oracle E-Business Suite Release 12.2 Supplemental Documentation – REVIEW FIRST V39664-01 at  e-delivery site.
    Enjoy it
    Oracle E-Business Suite Release 12.2.2 Media Pack v1 for Linux x86-64-bit avaliable NOW! | Helios&amp;#039;s Blog
    Regard
    Helios

    Hi Friends;
    Thanks for inputs...  Still there is no input at  Steven Chan blog yet
    Anyway
    @Hussein Sawwan
    We know very well who is the fastest gun in forum  so well And yes let the fun begins
    @Asif
    Thanks for input man
    @Nayas
    Let us know how the installation goes
    Regard
    Helios

Maybe you are looking for

  • Backing up an External Hard Drive using Time Machine

    I have a brand new iMac 21.5" (late 2012) 3TB Time Capsule, and a 1 TB Western Digital Passport external drive. I use the Passport to share files between my iMac and MacAir. I am using Time Machine to back up all my Apple Computers to Time Capsule. I

  • Can't install Microsoft stack - needed for BlackBerry

    Hi, I'm trying to switch from the Toshiba BT stack (which works fine) to the Microsoft one, as my new BlackBerry requires the Microsoft stack. I have a Tecra M5. If I uninstall the Toshiba Bluetooth stack, the Microsoft one doesn't install, and in fa

  • Graphic artifacts

    Hi there Since I upgraded to Snow Leopard, I have this problem with Safari when opening a new tab. Some scrambled images from windows that even aren't open anymore appear before the new tab opens. Is this a known issue? Can it be fixed?

  • Just installed 5.0 and it wont connect to the internet

    I just installed an update on my MacBook Pro. It was Firefox 5.0 however it simply wont connect to the internet. I am using Safari to contact you. When I go to your website I see a download for 6.o but that wont download.

  • Embed FXG Files in Advanced Datagrid

    We are currently working with Advanced Data grids and having difficulty embeding FXG graphics files for the open and closed folder property.  We have gotten JPG, and PNG files to work.  However, we would prefer to use FXG graphics files if its possib