<?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: ARIES invokation + Java in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365195#M668522</link>
    <description>Due to a bug in ARIES specific loader /usr/lib/hpux32/pa_boot32.so the file descriptor for ARIES library file /usr/lib/hpux32/aries32.so is not closed. The file descriptor remains open for the entire duration of the process execution. This information can be confirmed by tracing the process using tusc. The issue can be observed on HP-UX 11.23 and 11.31.&lt;BR /&gt;&lt;BR /&gt;This error will be fixed in following ARIES patches (to be available by end of May 2009)&lt;BR /&gt;&lt;BR /&gt;HP-UX 11.23: PHSS_39293&lt;BR /&gt;HP-UX 11.31: PHSS_39294&lt;BR /&gt;&lt;BR /&gt;Please report this issue to HP response center and submit a defect report.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;-Rajesh</description>
    <pubDate>Thu, 26 Feb 2009 07:10:32 GMT</pubDate>
    <dc:creator>Rajesh K Chaurasia</dc:creator>
    <dc:date>2009-02-26T07:10:32Z</dc:date>
    <item>
      <title>ARIES invokation + Java</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365189#M668516</link>
      <description>ok, i have an anomaly i can't explain.&lt;BR /&gt;&lt;BR /&gt;i'm starting a java application (benchmark) as a background job and then check the open files with lsof of the java process. but although i'm using the IA64 JVM on an integrity system, aries32.so is opened by the process and read from. here is the output:&lt;BR /&gt;&lt;BR /&gt;java    12179 root    0u   STR              157,0   0t3652  1597 /dev/pts/0-&amp;gt;ldterm-&amp;gt;ptem-&amp;gt;pts&lt;BR /&gt;java    12179 root    1u   STR              157,0   0t3652  1597 /dev/pts/0-&amp;gt;ldterm-&amp;gt;ptem-&amp;gt;pts&lt;BR /&gt;java    12179 root    2u   STR              157,0   0t3652  1597 /dev/pts/0-&amp;gt;ldterm-&amp;gt;ptem-&amp;gt;pts&lt;BR /&gt;java    12179 root    3r   REG             64,0x7  4665108    51 /usr/lib/hpux32/aries32.so&lt;BR /&gt;java    12179 root    4u  FIFO 0xe0000001317e9108      0t0    30&lt;BR /&gt;java    12179 root    5u  unix             64,0x8      0t0 12436 /var/spool/sockets/pwgr/client12179 (0x44bff700)&lt;BR /&gt;java    12179 root    6u   REG             64,0x6 49929936 49742 /opt/java6/jre/lib/rt.jar&lt;BR /&gt;&lt;BR /&gt;number 3r is the file i'm talking about.&lt;BR /&gt;&lt;BR /&gt;i found out that the java wrapper which you normally use to start java program is a PA-RISC2.0 file:&lt;BR /&gt;&lt;BR /&gt;# which java&lt;BR /&gt;/opt/java6/bin/java&lt;BR /&gt;# file /opt/java6/bin/java&lt;BR /&gt;/opt/java6/bin/java:    PA-RISC2.0 executable dynamically linked -not stripped&lt;BR /&gt;&lt;BR /&gt;so this would explain why ARIES is needed at startup, BUT why is it still open after it invoked the correct java binary (in my case /opt/java6/bin/IA64N/java).&lt;BR /&gt;&lt;BR /&gt;if i start my application without the wrapper and choose the correct binary right away ARIES never gets invoked and never appears in the open files from the process.&lt;BR /&gt;&lt;BR /&gt;does somebody have an explanation for this?</description>
      <pubDate>Tue, 24 Feb 2009 12:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365189#M668516</guid>
      <dc:creator>Robin J.</dc:creator>
      <dc:date>2009-02-24T12:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: ARIES invokation + Java</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365190#M668517</link>
      <description>You have already explained the whole issue in detail.  Aries is still open since the wrapper doesn't just exec the real binary, so it hangs around.</description>
      <pubDate>Tue, 24 Feb 2009 16:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365190#M668517</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-24T16:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: ARIES invokation + Java</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365191#M668518</link>
      <description>thank you for your reply Dennis. unfortunately i am not quite convinced yet because i found out something different.&lt;BR /&gt;&lt;BR /&gt;i'm normally doing this work on a VM, that's the case where ARIES is still kept open. so i also tried this on a normal server machine (no VM anymore) and there i got no sign of ARIES still being open at runtime. just like it's supposed to be in my opinion.&lt;BR /&gt;&lt;BR /&gt;is there some sort of kernel configuration where one could specify this? i'm unfortunately still pretty new to HP-UX.&lt;BR /&gt;&lt;BR /&gt;maybe someone also has time to check whether on his machine ARIES is kept open or not when running a Java application with the native IA64 JVM.</description>
      <pubDate>Wed, 25 Feb 2009 09:26:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365191#M668518</guid>
      <dc:creator>Robin J.</dc:creator>
      <dc:date>2009-02-25T09:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: ARIES invokation + Java</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365192#M668519</link>
      <description>&amp;gt;I'm normally doing this work on a VM, that's the case where ARIES is still kept open. so i also tried this on a normal server machine (no VM anymore) and there i got no sign of ARIES still being open at runtime. just like it's supposed to be in my opinion.&lt;BR /&gt;&lt;BR /&gt;Is that first process still there?&lt;BR /&gt;How are you checking to see if it is open?  lsof?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;is there some sort of kernel configuration where one could specify this?&lt;BR /&gt;&lt;BR /&gt;No, why do you care?</description>
      <pubDate>Wed, 25 Feb 2009 16:56:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365192#M668519</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-25T16:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: ARIES invokation + Java</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365193#M668520</link>
      <description>Ah, reading more carefully what you said, you should use tusc to see where this file is opened and why it isn't closed and try in your two cases.</description>
      <pubDate>Wed, 25 Feb 2009 17:18:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365193#M668520</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-25T17:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: ARIES invokation + Java</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365194#M668521</link>
      <description>I can duplicate it on the latest 11.23 aries patch, PHSS_38526 but not on an older 11.31 PHSS_37553.&lt;BR /&gt;&lt;BR /&gt;I wasn't using HPVM.</description>
      <pubDate>Thu, 26 Feb 2009 01:16:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365194#M668521</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-26T01:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: ARIES invokation + Java</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365195#M668522</link>
      <description>Due to a bug in ARIES specific loader /usr/lib/hpux32/pa_boot32.so the file descriptor for ARIES library file /usr/lib/hpux32/aries32.so is not closed. The file descriptor remains open for the entire duration of the process execution. This information can be confirmed by tracing the process using tusc. The issue can be observed on HP-UX 11.23 and 11.31.&lt;BR /&gt;&lt;BR /&gt;This error will be fixed in following ARIES patches (to be available by end of May 2009)&lt;BR /&gt;&lt;BR /&gt;HP-UX 11.23: PHSS_39293&lt;BR /&gt;HP-UX 11.31: PHSS_39294&lt;BR /&gt;&lt;BR /&gt;Please report this issue to HP response center and submit a defect report.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;-Rajesh</description>
      <pubDate>Thu, 26 Feb 2009 07:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365195#M668522</guid>
      <dc:creator>Rajesh K Chaurasia</dc:creator>
      <dc:date>2009-02-26T07:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: ARIES invokation + Java</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365196#M668523</link>
      <description>thank you Rajesh and Dennis for pointing this out!</description>
      <pubDate>Thu, 26 Feb 2009 09:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aries-invokation-java/m-p/4365196#M668523</guid>
      <dc:creator>Robin J.</dc:creator>
      <dc:date>2009-02-26T09:50:44Z</dc:date>
    </item>
  </channel>
</rss>

