Re: Oracle install error

From: BB (sum_at_41.com)
Date: 03/24/05


Date: Wed, 23 Mar 2005 21:35:13 -0500

Is font server set to 1 in /etc/rc.config.d/xfs?
"Sun" <sfgroups@gmail.com> wrote in message
news:1111614891.525956.72740@f14g2000cwb.googlegroups.com...
> We are trying to install oracle on HPUX 11.23, while installing I am
> getting following error message.
>
> xclock is working, its not display problem. xclock give follwoing
> warning
>
> xclock
> Warning: Missing charsets in String to FontSet conversion
> Warning: Unable to load any usable fontset
>
>
> Any help to fix this error?
>
> $ run
>
> # The environment variable $SRCHOME cannot be set during the
> installation
> unset SRCHOME
> + unset SRCHOME
>
> unset SHLIB_PATH
> + unset SHLIB_PATH
> unset LD_LIBRARY_PATH
> + unset LD_LIBRARY_PATH
>
> CMDDIR=`dirname $0`
> + + dirname ./run
> CMDDIR=.
>
> if [ "$CMDDIR" = "." ];then
> CMDDIR=`pwd`;
> fi
> + [ . = . ]
> + + pwd
> CMDDIR=/oracle/install/base/Disk1
> # Replace relative path with fully qualified path.
> if [ ! "`echo $CMDDIR|grep '^/'`" ];then
> CMDDIR=`pwd`/$CMDDIR;
> fi
> + grep ^/
> + echo /oracle/install/base/Disk1
> + [ ! /oracle/install/base/Disk1 ]
>
> if [ x${PATH} != x ] ; then
> PATH=/usr/bin:/usr/ccs/bin:$PATH
> export PATH
> else
> PATH=/usr/bin:/usr/ccs/bin
> export PATH
> fi
> + [
> x/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/ipf/bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/sec_mgmt/bastille/bin:/opt/resmon/bin:/opt/gnome/bin:/usr/bin/X11:/usr/contrib/kwdb/bin:/opt/mozilla:/opt/wbem/bin:/opt/wbem/sbin:/opt/graphics/common/bin:/opt/mx/bin:/opt/sec_mgmt/spc/bin:/opt/upgrade/bin:/usr/contrib/bin/X11:/opt/perf/bin:/opt/prm/bin:/opt/networker/bin:/opt/OV/bin/OpC:/opt/OV/bin:.
> != x ]
> +
> PATH=/usr/bin:/usr/ccs/bin:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/ipf/bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/sec_mgmt/bastille/bin:/opt/resmon/bin:/opt/gnome/bin:/usr/bin/X11:/usr/contrib/kwdb/bin:/opt/mozilla:/opt/wbem/bin:/opt/wbem/sbin:/opt/graphics/common/bin:/opt/mx/bin:/opt/sec_mgmt/spc/bin:/opt/upgrade/bin:/usr/contrib/bin/X11:/opt/perf/bin:/opt/prm/bin:/opt/networker/bin:/opt/OV/bin/OpC:/opt/OV/bin:.
> + export PATH
>
> if [ x${LD_LIBRARY_PATH} != x ] ; then
> LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
> export LD_LIBRARY_PATH
> else
> LD_LIBRARY_PATH=/usr/lib
> export LD_LIBRARY_PATH
> fi
> + [ x != x ]
> + LD_LIBRARY_PATH=/usr/lib
> + export LD_LIBRARY_PATH
>
> cd $CMDDIR/install/hpunix
> + cd /oracle/install/base/Disk1/install/hpunix
> ./runInstaller $* &
>
>
> + ./runInstaller
> $ Initializing Java Virtual Machine from
> /tmp/OraInstall2005-03-23_04-50-08PM/jre/bin/java. Please wait...
> Unhandled signal occurred at 0x60000000d2f76911
> SIGSEGV 11* segmentation violation
> si_signo [11]: SIGSEGV 11* segmentation violation
> si_errno [0]: Error 0
> si_code [2]: SEGV_ACCERR [addr: 0x0]
>
>
> Aborting...
>
> An unexpected exception has been detected in native code outside the
> VM.
> Unexpected Signal : 11 occurred at PC=0xd2f76911
> Function name=JNU_GetEnv
> Library=/tmp/OraInstall2005-03-23_04-50-08PM/jre/bin/../lib/IA64/libjava.so
>
> Current Java thread:
> "main" prio=7 tid=0x000434e0 nid=1 lwp_id=842161 runnable
> [0x7fffd000..0x7fffe728]
> at sun.awt.X11GraphicsEnvironment.getNativeFonts(Native Method)
> at
> sun.awt.X11GraphicsEnvironment.initNativeFonts(X11GraphicsEnvironment.java:280)
> at
> sun.awt.X11GraphicsEnvironment.initFontNameMap(X11GraphicsEnvironment.java:368)
> at
> sun.awt.X11GraphicsEnvironment.getFileNameFromPlatformName(X11GraphicsEnvironment.java:116)
> at
> sun.java2d.SunGraphicsEnvironment.initTerminalNames(SunGraphicsEnvironment.java:767)
> at
> sun.java2d.SunGraphicsEnvironment.initCompositeFonts(SunGraphicsEnvironment.java:643)
> at
> sun.awt.X11GraphicsEnvironment.initCompositeFonts(X11GraphicsEnvironment.java:495)
> at
> sun.java2d.SunGraphicsEnvironment$1.run(SunGraphicsEnvironment.java:105)
> at java.security.AccessController.doPrivileged(Native Method)
> at
> sun.java2d.SunGraphicsEnvironment.<init>(SunGraphicsEnvironment.java:70)
> at
> sun.awt.X11GraphicsEnvironment.<init>(X11GraphicsEnvironment.java:63)
> at java.lang.Class.newInstance0(Native Method)
> at java.lang.Class.newInstance(Unknown Source)
> at
> java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:53)
> - locked <0x511693f0> (a java.lang.Class)
> at java.awt.Window.<init>(Window.java:183)
> at java.awt.Frame.<init>(Frame.java:310)
> at java.awt.Frame.<init>(Frame.java:257)
> at
> oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)
>
> Dynamic libraries:
> /tmp/OraInstall2005-03-23_04-50-08PM/jre/bin/../bin/IA64/native_threads/java
> text:0x00001000-0x0000e470 data:0x0000f000-0x0000f4f0
> /usr/lib/hpux32/libsin.so.1
> text:0xc1a5b000-0xc1a5e420 data:0x777f1000-0x777f11b8
> /usr/lib/hpux32/libpthread.so.1
> text:0xc008d000-0xc011fcb0 data:0x777ee000-0x777f0508
> /tmp/OraInstall2005-03-23_04-50-08PM/jre/bin/../lib/IA64/server/libjvm.so
> text:0xd3640000-0xd423bc10 data:0x77600000-0x777e4200
> /usr/lib/hpux32/libdl.so.1
> text:0xc039f000-0xc03a1660 data:0x777eb000-0x777eb068
> /usr/lib/hpux32/libc.so.1
> text:0xc0120000-0xc039e300 data:0x775c0000-0x775d10f8
> /usr/lib/hpux32/libm.so.1
> text:0xc050a000-0xc066fba0 data:0x777e8000-0x777e85d8
> /usr/lib/hpux32/librt.so.1
> text:0xc0a5a000-0xc0a601f0 data:0x777e7000-0x777e71a8
> /usr/lib/hpux32/libuca.so.1
> text:0xc1599000-0xc15a0af0 data:0x775ff000-0x775ff150
> /usr/lib/hpux32/libstd.so.1
> text:0xc1eee000-0xc1f55c50 data:0x775fe000-0x775fee50
> /usr/lib/hpux32/libstream.so.1
> text:0xc0a1a000-0xc0a59400 data:0x775f8000-0x775fb100
> /usr/lib/hpux32/libunwind.so.1
> text:0xc1d2e000-0xc1d74470 data:0x775f6000-0x775f71f0
> /usr/lib/hpux32/libcl.so.1
> text:0xc0a61000-0xc0a61304 data:0x775f5000-0x775f5018
> /usr/lib/hpux32/libCsup.so.1
> text:0xc082f000-0xc08760f0 data:0x775d9000-0x775dfbe8
> /usr/lib/hpux32/libIO77.so.1
> text:0xc1f56000-0xc1ff2410 data:0x775b4000-0x775be918
> /tmp/OraInstall2005-03-23_04-50-08PM/jre/lib/IA64/native_threads/libhpi.so
> text:0xca048000-0xca0640c0 data:0x775aa000-0x775ab800
> /tmp/OraInstall2005-03-23_04-50-08PM/jre/bin/../lib/IA64/libverify.so
> text:0xca065000-0xca0836a0 data:0x775f4000-0x775f4fe0
> /tmp/OraInstall2005-03-23_04-50-08PM/jre/bin/../lib/IA64/libjava.so
> text:0xd2f50000-0xd2f98000 data:0x775a3000-0x775a72c8
> /tmp/OraInstall2005-03-23_04-50-08PM/jre/bin/../lib/IA64/libzip.so
> text:0xd19a3000-0xd19d2120 data:0x7759d000-0x7759e7d0
> /tmp/OraInstall2005-03-23_04-50-08PM/jre/bin/../lib/IA64/libawt.so
> text:0xc4e0d000-0xc4e0eef0 data:0x775d2000-0x775d20f0
> /tmp/OraInstall2005-03-23_04-50-08PM/jre/lib/IA64/motif21/libmawt.so
> text:0xd5226000-0xd546c120 data:0x77420000-0x77438ab0
> /tmp/OraInstall2005-03-23_04-50-08PM/jre/bin/../lib/IA64/libmlib_image.so
> text:0xd5a87000-0xd5b1a260 data:0x7748e000-0x7748f148
> /usr/lib/hpux32/libXm.so.1
> text:0xd5693000-0xd5a86300 data:0x6a740000-0x6a7732c0
> /usr/lib/hpux32/libXp.so.1
> text:0xca8a9000-0xca8bcfc0 data:0x77583000-0x77583770
> /usr/lib/hpux32/libXt.so.1
> text:0xd3112000-0xd31d5320 data:0x7758f000-0x77595ab0
> /usr/lib/hpux32/X11R6/libSM.so.1
> text:0xca895000-0xca8a8db0 data:0x7758c000-0x7758cdf0
> /usr/lib/hpux32/X11R6/libICE.so.1
> text:0xd2f98000-0xd2fc7100 data:0x77588000-0x7758b6e0
> /usr/lib/hpux32/libXext.so.1
> text:0xd24d4000-0xd2507410 data:0x77596000-0x77596b38
> /usr/lib/hpux32/libXtst.so.1
> text:0xc8f11000-0xc8f1df30 data:0x775bf000-0x775bf370
> /usr/lib/hpux32/libX11.so.1
> text:0xd546d000-0xd5692220 data:0x77490000-0x7749f6b8
> /tmp/OraInstall2005-03-23_04-50-08PM/jre/bin/../lib/IA64/libmawt.so
> text:0xd5b1b000-0xd5d61120 data:0x77400000-0x77418ab0
> /tmp/OraInstall2005-03-23_04-50-08PM/jre/bin/../lib/IA64/libfontmanager.so
> text:0xd5d62000-0xd5e676a0 data:0x77481000-0x77485440
>
> Local Time = Wed Mar 23 16:50:23 2005
> Elapsed Time = 2
> #
> # The exception above was detected in native code outside the VM
> #
> # Java VM: Java HotSpot(TM) Server VM (1.3.1
> 1.3.1.06-JPSE_1.3.1.06_20020625 IA64 mixed mode)
> #
> # An error report file has been saved as hs_err_pid14984.log.
> # Please refer to the file for further information.
> #
>
> Thanks
> SR
>



Relevant Pages

  • activesync installation error
    ... I am attempting to install activesync 3.8 or 3.71 on a windows 2000 pro ... WARNING: Uninstall logging failed - uninstall will not work ... Copying static files to C:\Program Files\Microsoft ActiveSync_new ...
    (microsoft.public.pocketpc.activesync)
  • Re: disklabel error in 4.11 release
    ... I personally have no experience with disklabel so it took me a bit to track down, but it seems like the raw device is not allowing anything to edit the first sectors. ... Keep in mind that an Olive install effectively turns your BSD box into a Juniper box, so the boot procedure will be different, which is why I'm leaning toward this. ... olive1# disklabel ad4 ... WARNING: This package will load JUNOS 7.2R4.2 software. ...
    (freebsd-questions)
  • Re: activesync installation error
    ... Install Dir = C:Program FilesMicrosoft ActiveSync ... Change Install Dir = C:Program FilesMicrosoft ActiveSync_new ... WARNING: Could not create the main WCES registry keys Copying static files to C:WINNTsystem32 ...
    (microsoft.public.pocketpc.activesync)
  • Yum Problems, and Apt-Get Problems, Can Anyone help?
    ... .Package php-domxml needs libxsltbreakpoint.so.1, this is not available. ... am trying to install something. ... There are multiple versions of "autoconf213" in your system. ... you may remove that warning by setting the following ...
    (Fedora)
  • Summary: WARNING: /proc could not be mounted
    ... from the install disks and then patched again; ... advice of Steve and go to the single user mode from a reboot (reboot -- ... -s) before installing the patch cluster. ... Subject: WARNING: /proc could not be mounted ...
    (SunManagers)