<?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: Java daemon exiting after rc3.d boot finishes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/java-daemon-exiting-after-rc3-d-boot-finishes/m-p/3990350#M755641</link>
    <description>S505TPsnmp_sub start.&lt;BR /&gt;&lt;BR /&gt;S: startup&lt;BR /&gt;505 is the startup sequence number. &lt;BR /&gt;TPsnmp_sub is script name.&lt;BR /&gt;&lt;BR /&gt;So I am wondering whether your script is depend on other thing, which start after TPsnmp_sub...&lt;BR /&gt;&lt;BR /&gt;You have to make sure it's dependencies script running before TPsnmp_sub&lt;BR /&gt;&lt;BR /&gt;Also, if there is any other stuff depend on TPsnmp_sub, you have to put the sequence after TPsnmp_sub...</description>
    <pubDate>Mon, 30 Apr 2007 21:57:28 GMT</pubDate>
    <dc:creator>Astoetijani Priatna</dc:creator>
    <dc:date>2007-04-30T21:57:28Z</dc:date>
    <item>
      <title>Java daemon exiting after rc3.d boot finishes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-daemon-exiting-after-rc3-d-boot-finishes/m-p/3990345#M755636</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a very strange problem here.&lt;BR /&gt;&lt;BR /&gt;I am starting a java daemon from /sbin/rc3.d boot level. Now this deamon is up till all the rc3.d scripts finish executing.&lt;BR /&gt;&lt;BR /&gt;Once the transition from rc3.d finishes, the Java daemon is killed. &lt;BR /&gt;&lt;BR /&gt;Maybe some one can help me here?&lt;BR /&gt;&lt;BR /&gt;Now as you can see below,I am printing the status of  "ps -efx | grep TPICS.jar"  in /etc/rc.log&lt;BR /&gt;&lt;BR /&gt;The output of "ps -efx | grep TPICS.jar" is this:&lt;BR /&gt;&lt;BR /&gt;otroot  3046     1  8 17:54:14 console   0:00 /opt/java1.3/bin/../bin/PA_RISC2.0/native_threads/&lt;BR /&gt;java -jar /opt/osmf/DB/ics/TPICS.jar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is the /etc/rc.log &lt;BR /&gt;&lt;BR /&gt;--------------------START OF /etc/rc.log----------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Starting the ICS daemon ...&lt;BR /&gt;&lt;BR /&gt;Starting Oracle Web Server for TimePictra&lt;BR /&gt;Output from "/sbin/rc3.d/S504oracle_web start":&lt;BR /&gt;----------------------------&lt;BR /&gt;Oracle Web Server for TimePictra started: Current Site is not configured for replication.&lt;BR /&gt;warning: commands will be executed using /usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;Starting TimePictra SNNP Agents&lt;BR /&gt;Output from "/sbin/rc3.d/S505TPsnmp_sub start":&lt;BR /&gt;----------------------------&lt;BR /&gt;TimePictra SNMP Sub Agent starting:  TimePictra SNMP Agents Started Status of ICS daemon is-&amp;gt;&lt;BR /&gt;  otroot  3046     1  8 17:54:14 console   0:00 /opt/java1.3/bin/../bin/PA_RISC2.0/native_threads/&lt;BR /&gt;java -jar /opt/osmf/DB/ics/TPICS.jar&lt;BR /&gt;&lt;BR /&gt;Starting HP-UX Tomcat-based Servlet Engine&lt;BR /&gt;Output from "/sbin/rc3.d/S823hpws_tomcat start":&lt;BR /&gt;----------------------------&lt;BR /&gt;Status of ICS daemon-&amp;gt;&lt;BR /&gt;  otroot  3046     1 13 17:54:14 console   0:00 /opt/java1.3/bin/../bin/PA_RISC2.0/native_threads/&lt;BR /&gt;java -jar /opt/osmf/DB/ics/TPICS.jar&lt;BR /&gt;"/sbin/rc3.d/S823hpws_tomcat start" SKIPPED&lt;BR /&gt;&lt;BR /&gt;Starting OpenView&lt;BR /&gt;Output from "/sbin/rc3.d/S940ov500 start":&lt;BR /&gt;----------------------------&lt;BR /&gt;Network management daemons started: ovstart: Must specify managers by name if running on OVW Clien&lt;BR /&gt;t&lt;BR /&gt;Status of ICS daemon-&amp;gt;&lt;BR /&gt;  otroot  3046     1 14 17:54:14 console   0:00 /opt/java1.3/bin/../bin/PA_RISC2.0/native_threads/&lt;BR /&gt;java -jar /opt/osmf/DB/ics/TPICS.jar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Start CDE login server&lt;BR /&gt;Output from "/sbin/rc3.d/S990dtlogin.rc start":&lt;BR /&gt;----------------------------&lt;BR /&gt;Status of ICS daemon-&amp;gt;&lt;BR /&gt;  otroot  3046     1 24 17:54:14 console   0:00 /opt/java1.3/bin/../bin/PA_RISC2.0/native_threads/&lt;BR /&gt;java -jar /opt/osmf/DB/ics/TPICS.jar&lt;BR /&gt;&lt;BR /&gt;Starting PRNGD (Pseudo Random Number Generator Daemon)&lt;BR /&gt;Output from "/sbin/rc3.d/S99prngd.rc start":&lt;BR /&gt;----------------------------&lt;BR /&gt;PRNGD (Pseudo Random Number Generator Daemon) started&lt;BR /&gt;Status of ICS daemon-&amp;gt;&lt;BR /&gt;  otroot  3046     1 16 17:54:14 console   0:00 /opt/java1.3/bin/../bin/PA_RISC2.0/native_threads/&lt;BR /&gt;java -jar /opt/osmf/DB/ics/TPICS.jar&lt;BR /&gt;&lt;BR /&gt;**************************************************&lt;BR /&gt;HP-UX run-level transition completed&lt;BR /&gt;Fri Apr 27 17:54:32 PDT 2007&lt;BR /&gt;**************************************************&lt;BR /&gt;&lt;BR /&gt;------------------END OF /etc/rc.log--------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Below, I am checking the status of the Java daemon from the login console:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ ps -efx | grep TPICS.jar&lt;BR /&gt;  otroot  3046     1 16 17:54:14 console   0:00 /opt/java1.3/bin/../bin/PA_RISC2.0/native_threads/&lt;BR /&gt;java -jar /opt/osmf/DB/ics/TPICS.jar&lt;BR /&gt;$ ps -efx | grep TPICS.jar&lt;BR /&gt;  otroot  3046     1 24 17:54:14 console   0:00 /opt/java1.3/bin/../bin/PA_RISC2.0/native_threads/&lt;BR /&gt;java -jar /opt/osmf/DB/ics/TPICS.jar&lt;BR /&gt;$ ps -efx | grep TPICS.jar&lt;BR /&gt;  otroot  3046     1 16 17:54:14 console   0:00 /opt/java1.3/bin/../bin/PA_RISC2.0/native_threads/&lt;BR /&gt;java -jar /opt/osmf/DB/ics/TPICS.jar&lt;BR /&gt;$ ps -efx | grep TPICS.jar&lt;BR /&gt;  otroot  3046     1 10 17:54:14 ?         0:00 /opt/java1.3/bin/../bin/PA_RISC2.0/native_threads/&lt;BR /&gt;java -jar /opt/osmf/DB/ics/TPICS.jar&lt;BR /&gt;$ ps -efx | grep TPICS.jar&lt;BR /&gt;$ ps -efx | grep TPICS.jar&lt;BR /&gt;$ ps -efx | grep TPICS.jar&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As you saw above the java daemon was started and alive till Run Level 3 got complete.&lt;BR /&gt;&lt;BR /&gt;Once Run Level 3 got complete, the Daemon is killed??&lt;BR /&gt;&lt;BR /&gt;I have no errors printed, no java exceptions, nothing!!&lt;BR /&gt;&lt;BR /&gt;If I start the java daemon manually, it's running fine wihout any problems.&lt;BR /&gt;&lt;BR /&gt;This is only happening during boot time.&lt;BR /&gt;&lt;BR /&gt;Any ideas why???&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 27 Apr 2007 20:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-daemon-exiting-after-rc3-d-boot-finishes/m-p/3990345#M755636</guid>
      <dc:creator>sharathkv25</dc:creator>
      <dc:date>2007-04-27T20:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Java daemon exiting after rc3.d boot finishes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-daemon-exiting-after-rc3-d-boot-finishes/m-p/3990346#M755637</link>
      <description>Try to pick the higher sequence.. Change S505  to the higher number, like S900 above...</description>
      <pubDate>Mon, 30 Apr 2007 01:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-daemon-exiting-after-rc3-d-boot-finishes/m-p/3990346#M755637</guid>
      <dc:creator>Astoetijani Priatna</dc:creator>
      <dc:date>2007-04-30T01:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Java daemon exiting after rc3.d boot finishes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-daemon-exiting-after-rc3-d-boot-finishes/m-p/3990347#M755638</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;     Can you give the output of the following command.&lt;BR /&gt;&lt;BR /&gt;ll /sbin/rc3.d&lt;BR /&gt;&lt;BR /&gt;Senthil</description>
      <pubDate>Mon, 30 Apr 2007 01:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-daemon-exiting-after-rc3-d-boot-finishes/m-p/3990347#M755638</guid>
      <dc:creator>Senthil Kumar.A</dc:creator>
      <dc:date>2007-04-30T01:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Java daemon exiting after rc3.d boot finishes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-daemon-exiting-after-rc3-d-boot-finishes/m-p/3990348#M755639</link>
      <description>&amp;gt;&amp;gt;Senthil&lt;BR /&gt;&lt;BR /&gt;$ ll /sbin/rc3.d/&lt;BR /&gt;total 0&lt;BR /&gt;lrwxr-xr-x   1 root       root            23 Oct 10  2006 S100nfs.server -&amp;gt; /sbin/init.d/nfs.server&lt;BR /&gt;lrwxr-xr-x   1 root       sys             19 Oct 10  2006 S200tps.rc -&amp;gt; /sbin/init.d/tps.rc&lt;BR /&gt;lrwxr-xr-x   1 root       sys             17 Apr 27 16:32 S503osmf -&amp;gt; /sbin/init.d/osmf&lt;BR /&gt;lrwxr-xr-x   1 root       sys             23 Apr 27 16:32 S504oracle_web -&amp;gt; /sbin/init.d/oracle_web&lt;BR /&gt;lrwxr-xr-x   1 root       sys             23 Nov 11 21:38 S505TPsnmp_sub -&amp;gt; /sbin/init.d/TPsnmp_sub&lt;BR /&gt;lrwxr-xr-x   1 bin        bin             24 Oct 10  2006 S823hpws_tomcat -&amp;gt; /sbin/init.d/hpws_tomcat&lt;BR /&gt;lrwxr-xr-x   1 root       sys             18 Oct 10  2006 S940ov500 -&amp;gt; /sbin/init.d/ov500&lt;BR /&gt;lrwxr-xr-x   1 root       sys             23 Oct 10  2006 S990dtlogin.rc -&amp;gt; /sbin/init.d/dtlogin.rc&lt;BR /&gt;lrwxr-xr-x   1 root       sys             21 Oct 10  2006 S99prngd.rc -&amp;gt; /sbin/init.d/prngd.rc&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Astoetijani&lt;BR /&gt;&lt;BR /&gt;Is it ok to change to a higher number?.&lt;BR /&gt;&lt;BR /&gt;Currently only the java daemon is exiting, everything else is ok. I don't want to break something else trying to fix this java daemon.&lt;BR /&gt;&lt;BR /&gt;What does S503/S900 mean?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Apr 2007 10:56:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-daemon-exiting-after-rc3-d-boot-finishes/m-p/3990348#M755639</guid>
      <dc:creator>sharathkv25</dc:creator>
      <dc:date>2007-04-30T10:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Java daemon exiting after rc3.d boot finishes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-daemon-exiting-after-rc3-d-boot-finishes/m-p/3990349#M755640</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What does S503/S900 mean?&lt;BR /&gt;&lt;BR /&gt;Setting the soft link to a higher number makes the daemon start later.&lt;BR /&gt;&lt;BR /&gt;That might not help in this case as the daemon may need to start before other applications.&lt;BR /&gt;&lt;BR /&gt;Also look for a K soft link in run level three that may be shutting down the daemon.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 30 Apr 2007 12:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-daemon-exiting-after-rc3-d-boot-finishes/m-p/3990349#M755640</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-30T12:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Java daemon exiting after rc3.d boot finishes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-daemon-exiting-after-rc3-d-boot-finishes/m-p/3990350#M755641</link>
      <description>S505TPsnmp_sub start.&lt;BR /&gt;&lt;BR /&gt;S: startup&lt;BR /&gt;505 is the startup sequence number. &lt;BR /&gt;TPsnmp_sub is script name.&lt;BR /&gt;&lt;BR /&gt;So I am wondering whether your script is depend on other thing, which start after TPsnmp_sub...&lt;BR /&gt;&lt;BR /&gt;You have to make sure it's dependencies script running before TPsnmp_sub&lt;BR /&gt;&lt;BR /&gt;Also, if there is any other stuff depend on TPsnmp_sub, you have to put the sequence after TPsnmp_sub...</description>
      <pubDate>Mon, 30 Apr 2007 21:57:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-daemon-exiting-after-rc3-d-boot-finishes/m-p/3990350#M755641</guid>
      <dc:creator>Astoetijani Priatna</dc:creator>
      <dc:date>2007-04-30T21:57:28Z</dc:date>
    </item>
  </channel>
</rss>

