<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error while installing Oracle on HP-UX Virtual Machine. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-installing-oracle-on-hp-ux-virtual-machine/m-p/4531866#M651940</link>
    <description>Gaby,&lt;BR /&gt;&lt;BR /&gt;Seems to me you are installing too old an Oracle version for this OS version. &lt;BR /&gt;Get ahold of 10.2.0.4 ! (Or 10.2.0.2 if desperate).&lt;BR /&gt;&lt;BR /&gt;Check out the verious notes on the Oracle Support site.&lt;BR /&gt;Notably follow: Oracle - Support - Certification ...&lt;BR /&gt;&lt;BR /&gt;I hope your application is not in the nuclear missile launching area. Just editing out an installation prequisite test does not 'fix' anything, you surely realize that right?! &lt;BR /&gt;I suspect the warning to be benign... but check as per above. And do take the message to your management as in "Hey, I can do this, but it's wrong". And leave the message for the logs! So much clearer.&lt;BR /&gt;&lt;BR /&gt;I search the Oracle support site for : j2d_mlib_ImageConvKernelConvert&lt;BR /&gt;&lt;BR /&gt;It hits an article which appears to be relevant.&lt;BR /&gt;The article points out that the reporter java module is ( the same as yours: '/opt/java1.5/jre/lib/IA64N/libawt.so' ) is outside the Oracle structures.&lt;BR /&gt;It advises...&lt;BR /&gt;&lt;BR /&gt;"&lt;BR /&gt;The path listed for this java is not from the Database ORACLE_HOME.&lt;BR /&gt;&lt;BR /&gt;Solution&lt;BR /&gt;&lt;BR /&gt;To implement the solution, please execute the following steps:&lt;BR /&gt;&lt;BR /&gt;1.  Check the environment set for the DB Control:&lt;BR /&gt;&lt;BR /&gt;Use one of the following commands:&lt;BR /&gt;Unix:  env&lt;BR /&gt;Windows: set&lt;BR /&gt;&lt;BR /&gt;2.  Check the output for the environment variables like :  JAVA_HOME, JRE_HOME, or similar&lt;BR /&gt;&lt;BR /&gt;3.  If these variables are set, unset them.&lt;BR /&gt;4.  Check the output from step 1 again for the PATH.   The PATH variable should not contain any paths for other java versions.  If the PATH includes java paths, reset the PATH to not include the java in the PATH."&lt;BR /&gt;:&lt;BR /&gt;try again&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;Hein&lt;BR /&gt;</description>
    <pubDate>Sat, 14 Nov 2009 22:08:51 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2009-11-14T22:08:51Z</dc:date>
    <item>
      <title>Error while installing Oracle on HP-UX Virtual Machine.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-installing-oracle-on-hp-ux-virtual-machine/m-p/4531861#M651935</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you please help in resolving this issue on HP-UX Virtual machines (VSE11.31) hosted on rx6600 HP-UX Server running 11.31 OS Version, while trying to do the oracle installation, I am getting the below error&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;########################################################################################################&lt;BR /&gt;&lt;BR /&gt;appcrmdv $ ./runInstaller –ignoreSysPrereqs&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Starting Oracle Universal Installer...&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Checking installer requirements...&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Checking operating system version: must be B.11.23.    Actual B.11.31&lt;BR /&gt;&lt;BR /&gt;                                      Failed &amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; Ignoring required pre-requisite failures. Continuing...&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-11-11_05-50-20AM. Please wait ...appcrmdv vfihv15 $ Oracle Universal Installer, Version 10.2.0.1.0 Production&lt;BR /&gt;&lt;BR /&gt;Copyright (C) 1999, 2005, Oracle. All rights reserved.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Exception java.lang.UnsatisfiedLinkError: /opt/java1.5/jre/lib/IA64N/libawt.so: Unsatisfied code symbol 'j2d_mlib_ImageConvKernelConvert' in load module '/opt/java1.5/jre/lib/IA64N/libawt.so'. occurred..&lt;BR /&gt;&lt;BR /&gt;java.lang.UnsatisfiedLinkError: /opt/java1.5/jre/lib/IA64N/libawt.so: Unsatisfied code symbol 'j2d_mlib_ImageConvKernelConvert' in load module '/opt/java1.5/jre/lib/IA64N/libawt.so'.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;        at java.lang.ClassLoader$NativeLibrary.load(Native Method)&lt;BR /&gt;&lt;BR /&gt;        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1776)&lt;BR /&gt;&lt;BR /&gt;        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)&lt;BR /&gt;&lt;BR /&gt;        at java.lang.Runtime.loadLibrary0(Runtime.java:822)&lt;BR /&gt;&lt;BR /&gt;        at java.lang.System.loadLibrary(System.java:993)&lt;BR /&gt;&lt;BR /&gt;        at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)&lt;BR /&gt;&lt;BR /&gt;        at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;&lt;BR /&gt;        at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:43)&lt;BR /&gt;&lt;BR /&gt;        at sun.awt.DebugHelper.&lt;CLINIT&gt;(DebugHelper.java:29)&lt;BR /&gt;&lt;BR /&gt;        at java.awt.Component.&lt;CLINIT&gt;(Component.java:592)&lt;BR /&gt;&lt;BR /&gt;        at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.&lt;INIT&gt;(OiifmGraphicInterfaceManager.java:222)&lt;BR /&gt;&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)&lt;BR /&gt;&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)&lt;BR /&gt;&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:436)&lt;BR /&gt;&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:926)&lt;BR /&gt;&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)&lt;BR /&gt;&lt;BR /&gt;Exception in thread "main" java.lang.NoClassDefFoundError&lt;BR /&gt;&lt;BR /&gt;        at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.&lt;INIT&gt;(OiifmGraphicInterfaceManager.java:222)&lt;BR /&gt;&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)&lt;BR /&gt;&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)&lt;BR /&gt;&lt;BR /&gt;        at oracle.sysman.oii.oiif.oiifm.OiifmAlert.&lt;CLINIT&gt;(OiifmAlert.java:151)&lt;BR /&gt;&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:984)&lt;BR /&gt;&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;appcrmdv  $ &lt;BR /&gt;&lt;BR /&gt;appcrmdv  $&lt;BR /&gt;&lt;BR /&gt;Thanks....&lt;BR /&gt;Gaby&lt;/CLINIT&gt;&lt;/INIT&gt;&lt;/INIT&gt;&lt;/CLINIT&gt;&lt;/CLINIT&gt;</description>
      <pubDate>Wed, 11 Nov 2009 13:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-installing-oracle-on-hp-ux-virtual-machine/m-p/4531861#M651935</guid>
      <dc:creator>Gaby1110</dc:creator>
      <dc:date>2009-11-11T13:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing Oracle on HP-UX Virtual Machine.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-installing-oracle-on-hp-ux-virtual-machine/m-p/4531862#M651936</link>
      <description>Well there seems to be a clue:&lt;BR /&gt;Checking operating system version: must be B.11.23. Actual B.11.31 &lt;BR /&gt;&lt;BR /&gt;Contact Oracle</description>
      <pubDate>Wed, 11 Nov 2009 15:09:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-installing-oracle-on-hp-ux-virtual-machine/m-p/4531862#M651936</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2009-11-11T15:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing Oracle on HP-UX Virtual Machine.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-installing-oracle-on-hp-ux-virtual-machine/m-p/4531863#M651937</link>
      <description>Thanks Melvyn,&lt;BR /&gt;&lt;BR /&gt;We have tried the below options...&lt;BR /&gt;&lt;BR /&gt;------&lt;BR /&gt;1- Opened /u00/oracle/database/install/oraparam.ini file and replace 11.23  with 11.31.&lt;BR /&gt;&lt;BR /&gt;2-&lt;BR /&gt;Upgraded the Java version with Sep 09 version (1.5.0.17)&lt;BR /&gt;&lt;BR /&gt;Now we are getting the below error message...&lt;BR /&gt;appcrmdv  $ ./runInstaller&lt;BR /&gt;&lt;BR /&gt;Starting Oracle Universal Installer...&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Checking installer requirements...&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Checking operating system version: must be B.11.31.    Actual B.11.31&lt;BR /&gt;&lt;BR /&gt;                                      Passed&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;All installer requirements met.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-11-11_10-52-08PM. Please wait ...appcrmdv vfihv15 $ Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/java1.5/jre/lib/IA64N/libawt.so: Unsatisfied code symbol 'j2d_mlib_ImageConvKernelConvert' in load module '/opt/java1.5/jre/lib/IA64N/libawt.so'.&lt;BR /&gt;&lt;BR /&gt;        at java.lang.ClassLoader$NativeLibrary.load(Native Method)&lt;BR /&gt;&lt;BR /&gt;        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1776)&lt;BR /&gt;&lt;BR /&gt;        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)&lt;BR /&gt;&lt;BR /&gt;        at java.lang.Runtime.loadLibrary0(Runtime.java:822)&lt;BR /&gt;&lt;BR /&gt;        at java.lang.System.loadLibrary(System.java:993)&lt;BR /&gt;&lt;BR /&gt;        at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)&lt;BR /&gt;&lt;BR /&gt;        at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;&lt;BR /&gt;        at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:43)&lt;BR /&gt;&lt;BR /&gt;        at sun.awt.DebugHelper.&lt;CLINIT&gt;(DebugHelper.java:29)&lt;BR /&gt;&lt;BR /&gt;        at java.awt.Component.&lt;CLINIT&gt;(Component.java:592)&lt;BR /&gt;&lt;BR /&gt;appcrmdv  $&lt;BR /&gt;&lt;BR /&gt;Please help....&lt;BR /&gt;Thanks.....&lt;BR /&gt;Gaby&lt;/CLINIT&gt;&lt;/CLINIT&gt;</description>
      <pubDate>Thu, 12 Nov 2009 18:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-installing-oracle-on-hp-ux-virtual-machine/m-p/4531863#M651937</guid>
      <dc:creator>Gaby1110</dc:creator>
      <dc:date>2009-11-12T18:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing Oracle on HP-UX Virtual Machine.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-installing-oracle-on-hp-ux-virtual-machine/m-p/4531864#M651938</link>
      <description>What version of Oracle are you installing?&lt;BR /&gt;&lt;BR /&gt;If 10.2, it might be that it requires Java 1.4.2 and does not run with 1.5 ?!?&lt;BR /&gt;&lt;BR /&gt;Do not know about 11g.&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Sat, 14 Nov 2009 17:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-installing-oracle-on-hp-ux-virtual-machine/m-p/4531864#M651938</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2009-11-14T17:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing Oracle on HP-UX Virtual Machine.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-installing-oracle-on-hp-ux-virtual-machine/m-p/4531865#M651939</link>
      <description>Yeah that's a big clue...&lt;BR /&gt;&lt;BR /&gt;Checking operating system version: must be B.11.23. Actual B.11.31 &lt;BR /&gt;&lt;BR /&gt;Failed &amp;lt;&amp;lt;&amp;lt;&amp;lt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;...and probably beyond the expertiese of this forum since its Oracle.&lt;BR /&gt;&lt;BR /&gt;Oracle taking a couple of days to return calls or something?</description>
      <pubDate>Sat, 14 Nov 2009 18:18:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-installing-oracle-on-hp-ux-virtual-machine/m-p/4531865#M651939</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-11-14T18:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing Oracle on HP-UX Virtual Machine.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-installing-oracle-on-hp-ux-virtual-machine/m-p/4531866#M651940</link>
      <description>Gaby,&lt;BR /&gt;&lt;BR /&gt;Seems to me you are installing too old an Oracle version for this OS version. &lt;BR /&gt;Get ahold of 10.2.0.4 ! (Or 10.2.0.2 if desperate).&lt;BR /&gt;&lt;BR /&gt;Check out the verious notes on the Oracle Support site.&lt;BR /&gt;Notably follow: Oracle - Support - Certification ...&lt;BR /&gt;&lt;BR /&gt;I hope your application is not in the nuclear missile launching area. Just editing out an installation prequisite test does not 'fix' anything, you surely realize that right?! &lt;BR /&gt;I suspect the warning to be benign... but check as per above. And do take the message to your management as in "Hey, I can do this, but it's wrong". And leave the message for the logs! So much clearer.&lt;BR /&gt;&lt;BR /&gt;I search the Oracle support site for : j2d_mlib_ImageConvKernelConvert&lt;BR /&gt;&lt;BR /&gt;It hits an article which appears to be relevant.&lt;BR /&gt;The article points out that the reporter java module is ( the same as yours: '/opt/java1.5/jre/lib/IA64N/libawt.so' ) is outside the Oracle structures.&lt;BR /&gt;It advises...&lt;BR /&gt;&lt;BR /&gt;"&lt;BR /&gt;The path listed for this java is not from the Database ORACLE_HOME.&lt;BR /&gt;&lt;BR /&gt;Solution&lt;BR /&gt;&lt;BR /&gt;To implement the solution, please execute the following steps:&lt;BR /&gt;&lt;BR /&gt;1.  Check the environment set for the DB Control:&lt;BR /&gt;&lt;BR /&gt;Use one of the following commands:&lt;BR /&gt;Unix:  env&lt;BR /&gt;Windows: set&lt;BR /&gt;&lt;BR /&gt;2.  Check the output for the environment variables like :  JAVA_HOME, JRE_HOME, or similar&lt;BR /&gt;&lt;BR /&gt;3.  If these variables are set, unset them.&lt;BR /&gt;4.  Check the output from step 1 again for the PATH.   The PATH variable should not contain any paths for other java versions.  If the PATH includes java paths, reset the PATH to not include the java in the PATH."&lt;BR /&gt;:&lt;BR /&gt;try again&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Nov 2009 22:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-installing-oracle-on-hp-ux-virtual-machine/m-p/4531866#M651940</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-11-14T22:08:51Z</dc:date>
    </item>
  </channel>
</rss>

