<?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: HIDS Error Message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362693#M747563</link>
    <description>Tom - Are you having the same problem as Alex?  With the products Tom listed, I can not reproduce the problem.&lt;BR /&gt;&lt;BR /&gt;Forget about setting the SHLIB_LIB path. HIDS does not use this.&lt;BR /&gt;&lt;BR /&gt;Instead there is a script called /opt/ids/lbin/ids_checkJavaVersion which sets some internal variables, JAVA_RUN and JAVA_LIB. This script is called by /opt/ids/bin/idsgui and /opt/ids/bin/IDS_genAdminKeys which use those variables to invoke the correct version of  java.&lt;BR /&gt;&lt;BR /&gt;For some reason, ids_checkJavaVersion can not find a match. Start adding some echo statements inside the script to print variables to see why it does not find a match.   Sorry to have you do this, but w/o being able to reproduce the problem, I can't help you much.&lt;BR /&gt;&lt;BR /&gt;For starters, put the following at the very end of ids_checkJavaVersion:&lt;BR /&gt;&lt;BR /&gt;ids_checkJavaVersion myroutine&lt;BR /&gt;&lt;BR /&gt;Then you can invoke /opt/ids/lbin/ids_checkJavaVersion directly.&lt;BR /&gt;&lt;BR /&gt;Please let me know what you find out.&lt;BR /&gt;&lt;BR /&gt;Pierre&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Oct 2004 19:42:46 GMT</pubDate>
    <dc:creator>Pierre Pasturel</dc:creator>
    <dc:date>2004-10-12T19:42:46Z</dc:date>
    <item>
      <title>HIDS Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362686#M747556</link>
      <description>&lt;BR /&gt;G'day to all,&lt;BR /&gt;&lt;BR /&gt;I have installed HIDS and now trying to create certificates for my host. The error I am getting is :&lt;BR /&gt;&lt;BR /&gt;The IDS_genAdminKeys program is known to run using Java version 1.3.1.&lt;BR /&gt;You must install a version of Java greater or equal to 1.3.1.&lt;BR /&gt;&lt;BR /&gt;The thing is, when I do java -version it shows that java is running :&lt;BR /&gt;&lt;BR /&gt;Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2.03-040401-16:07)&lt;BR /&gt;Java HotSpot(TM) Server VM (build 1.4.2 1.4.2.03-040401-18:59-PA_RISC2.0 PA2.0 (aCC_AP), mixed mode)&lt;BR /&gt;&lt;BR /&gt;I have installed the patches that are required and also have java running.&lt;BR /&gt;&lt;BR /&gt;Only concern is as root user, when I do a java -version it shows that 1.3 version is running. When I su - ids, it shows that 1.4 is running. Could this be conflicting??&lt;BR /&gt;&lt;BR /&gt;Can someone please advise if something is missing, or if I have left something out.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Alex</description>
      <pubDate>Mon, 23 Aug 2004 00:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362686#M747556</guid>
      <dc:creator>Alex Ferreira</dc:creator>
      <dc:date>2004-08-23T00:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: HIDS Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362687#M747557</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;cd /opt&lt;BR /&gt;ll&lt;BR /&gt;&lt;BR /&gt;look for javan.n&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Probably the users have paths looking at different versions&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;           Steve Steel</description>
      <pubDate>Mon, 23 Aug 2004 01:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362687#M747557</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-08-23T01:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: HIDS Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362688#M747558</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I have the same problem. I have only one Java version 1.3.1.13.&lt;BR /&gt;Maybe I have to define some variables?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Tom</description>
      <pubDate>Fri, 01 Oct 2004 10:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362688#M747558</guid>
      <dc:creator>Tomasz Firek</dc:creator>
      <dc:date>2004-10-01T10:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: HIDS Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362689#M747559</link>
      <description>Alex -&lt;BR /&gt;&lt;BR /&gt;Post the output of the following command:&lt;BR /&gt;&lt;BR /&gt;# swlist -l product | grep Java&lt;BR /&gt;&lt;BR /&gt;Pierre&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Oct 2004 12:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362689#M747559</guid>
      <dc:creator>Pierre Pasturel</dc:creator>
      <dc:date>2004-10-11T12:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: HIDS Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362690#M747560</link>
      <description>You can invoke swremove GUI and check what all filesets are associated with Java. &lt;BR /&gt;And also &lt;BR /&gt;swlist -l fileset -a state &lt;FILESET name=""&gt; &lt;BR /&gt;&lt;BR /&gt;This will tell you if anything is wrong from installetion side and also you can check versions of all filesets. If something is suspicious..get rif of it. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant&lt;/FILESET&gt;</description>
      <pubDate>Mon, 11 Oct 2004 12:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362690#M747560</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-11T12:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: HIDS Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362691#M747561</link>
      <description>perhaps check the SHLIB_PATH of the user that starts HIDS.&lt;BR /&gt;&lt;BR /&gt;I have run java 1.2,1.3 and 1.4 on the same machines without issue. It is possible without  too much complex configuration.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 11 Oct 2004 12:31:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362691#M747561</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-11T12:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: HIDS Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362692#M747562</link>
      <description>Hi!&lt;BR /&gt;Thx for response.&lt;BR /&gt;&lt;BR /&gt;swlist -l product|grep Java shows:&lt;BR /&gt;&lt;BR /&gt;Jdk13    1.3.1.13.00    Java2 1.3 SDK      &lt;BR /&gt;Jre13    1.3.1.13.00    Java2 1.3 RTE 1.3&lt;BR /&gt;&lt;BR /&gt;All filesets are configured.&lt;BR /&gt;&lt;BR /&gt;How should I set the SHLIB_PATH?&lt;BR /&gt;&lt;BR /&gt;Are there another environment varables that I should set?&lt;BR /&gt;&lt;BR /&gt;There isn't any info about environment variables in HIDS Admin Guide!&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Tue, 12 Oct 2004 03:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362692#M747562</guid>
      <dc:creator>Tomasz Firek</dc:creator>
      <dc:date>2004-10-12T03:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: HIDS Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362693#M747563</link>
      <description>Tom - Are you having the same problem as Alex?  With the products Tom listed, I can not reproduce the problem.&lt;BR /&gt;&lt;BR /&gt;Forget about setting the SHLIB_LIB path. HIDS does not use this.&lt;BR /&gt;&lt;BR /&gt;Instead there is a script called /opt/ids/lbin/ids_checkJavaVersion which sets some internal variables, JAVA_RUN and JAVA_LIB. This script is called by /opt/ids/bin/idsgui and /opt/ids/bin/IDS_genAdminKeys which use those variables to invoke the correct version of  java.&lt;BR /&gt;&lt;BR /&gt;For some reason, ids_checkJavaVersion can not find a match. Start adding some echo statements inside the script to print variables to see why it does not find a match.   Sorry to have you do this, but w/o being able to reproduce the problem, I can't help you much.&lt;BR /&gt;&lt;BR /&gt;For starters, put the following at the very end of ids_checkJavaVersion:&lt;BR /&gt;&lt;BR /&gt;ids_checkJavaVersion myroutine&lt;BR /&gt;&lt;BR /&gt;Then you can invoke /opt/ids/lbin/ids_checkJavaVersion directly.&lt;BR /&gt;&lt;BR /&gt;Please let me know what you find out.&lt;BR /&gt;&lt;BR /&gt;Pierre&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Oct 2004 19:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hids-error-message/m-p/3362693#M747563</guid>
      <dc:creator>Pierre Pasturel</dc:creator>
      <dc:date>2004-10-12T19:42:46Z</dc:date>
    </item>
  </channel>
</rss>

