<?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: Building the TOMCAT examples in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923055#M32695</link>
    <description>Hey Colin! Good to meet you here! What took you so long...&lt;BR /&gt;&lt;BR /&gt;I _know_ that JAVA takes rediculous amounts of memory. Therefore, with my box, I keep to the Classic VM, FastVM requires even more (at least double the resources of the Classic one) and I don't have that much...&lt;BR /&gt;&lt;BR /&gt;All settings have been set according the recommendations long ago. I did run Netneans 3.6 on my machine, including compilation.  Slow (it's the minimal configuration), but it will run. &lt;BR /&gt;&lt;BR /&gt;ANT however seems to be quite another story. I can imagine that the system will fire threads to do sub-compilations (MMS takes a lot of resources as well, because of that) and that there is some problem with these. Java internals, quite likely.&lt;BR /&gt;But IF I'm running out of memory, I would like to know about it, eventually crashing my process (with a message, preferably) - instead of requiring a reboot (I mean: forced reset) of the whole system.&lt;BR /&gt;&lt;BR /&gt;I had some problems with CSWB 1.7 as well combined with Tomcat 2.1 and Java 1.4.2P2 - see another thread. Hard to imagine, but I don't rule out a relation....</description>
    <pubDate>Fri, 02 Sep 2005 06:11:05 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2005-09-02T06:11:05Z</dc:date>
    <item>
      <title>Building the TOMCAT examples</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923051#M32691</link>
      <description>VMS 7.3-2 + all patches as to date, Apache 1.3-1, TOMCAT 2.1, JAVA 1.4.2-P2, on a PWS 600au, 256 Mb.&lt;BR /&gt;&lt;BR /&gt;I tried to build the Tomcat examples following the documentation (@APACHE$CONFIG ANT ... etc) but while compiling javadoc, the system froze. ^T was the only thing I could do, it showed exe JAVA$JAVA using NO CPU, no change in used memory and adding 1 to IO each ^T. ^C and ^Y did not react, and after some time, telnet sessions timed out, new sessions could not be started (nor telnet, nor DECWindows at the console). Almost no disk activity.&lt;BR /&gt;Has anyone had the same experience?&lt;BR /&gt;What could be the problem?&lt;BR /&gt;(Next time I will &amp;gt;&amp;gt;&amp;gt;crash the system on reset, forgot that yesterday....)&lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Fri, 02 Sep 2005 02:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923051#M32691</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-09-02T02:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Building the TOMCAT examples</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923052#M32692</link>
      <description>Why the old versions? Isn't tomcat currently at version 4 or 5? &lt;BR /&gt;&lt;BR /&gt;Have you looked at issues.apache.org/bugzilla &lt;BR /&gt;q&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Sep 2005 03:40:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923052#M32692</guid>
      <dc:creator>Peter Quodling</dc:creator>
      <dc:date>2005-09-02T03:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Building the TOMCAT examples</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923053#M32693</link>
      <description>Counting by VMS Engineering ;-) as on the VMS website: Tomcat for VMS is 2.1, based on 4.1.24 (by heart) as counted by ASF. So not that old...</description>
      <pubDate>Fri, 02 Sep 2005 04:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923053#M32693</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-09-02T04:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Building the TOMCAT examples</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923054#M32694</link>
      <description>My guess is that you've run out of memory. Process quotas need to be HUGE for Java. PGFLQUO determines how much virtual memory is available for the Java application (eg: the Tomcat server). Regrettably it takes no account of working set quotas, so you also need to set WSDEF/QUO/EXT appropriately otherwise it will simply page itself to death trying to fit a large virtual address space into a small working set.&lt;BR /&gt;&lt;BR /&gt;I have a customer where the Tomcat server process consumes 1.5Gbytes physical memory. On my test cluster it uses about 500Mbytes without doing anything very much.&lt;BR /&gt;&lt;BR /&gt;CSWS_JAVA V2.1 (aka TOMCAT for OpenVMS) is based on TOMCAT V4.1.24 - see &lt;A href="http://h71000.www7.hp.com/openvms/products/ips/apache/csws_java.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/ips/apache/csws_java.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I believe that there's an implementation of TOMCAT V5.x in the pipeline.&lt;BR /&gt;&lt;BR /&gt;Cheers, Colin.&lt;BR /&gt;&lt;BR /&gt;A thought - you might find some of the slides from a recent User Group seminar useful: &lt;A href="http://www.downloads.xdelta.co.uk/decus%20uk%202005/vms%20web%20server%2012jul2005%20issue%201%2012jul2005.pdf" target="_blank"&gt;http://www.downloads.xdelta.co.uk/decus%20uk%202005/vms%20web%20server%2012jul2005%20issue%201%2012jul2005.pdf&lt;/A&gt; or start at &lt;A href="http://www.hpug.xdelta.co.uk" target="_blank"&gt;http://www.hpug.xdelta.co.uk&lt;/A&gt;</description>
      <pubDate>Fri, 02 Sep 2005 05:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923054#M32694</guid>
      <dc:creator>Colin Butcher</dc:creator>
      <dc:date>2005-09-02T05:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Building the TOMCAT examples</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923055#M32695</link>
      <description>Hey Colin! Good to meet you here! What took you so long...&lt;BR /&gt;&lt;BR /&gt;I _know_ that JAVA takes rediculous amounts of memory. Therefore, with my box, I keep to the Classic VM, FastVM requires even more (at least double the resources of the Classic one) and I don't have that much...&lt;BR /&gt;&lt;BR /&gt;All settings have been set according the recommendations long ago. I did run Netneans 3.6 on my machine, including compilation.  Slow (it's the minimal configuration), but it will run. &lt;BR /&gt;&lt;BR /&gt;ANT however seems to be quite another story. I can imagine that the system will fire threads to do sub-compilations (MMS takes a lot of resources as well, because of that) and that there is some problem with these. Java internals, quite likely.&lt;BR /&gt;But IF I'm running out of memory, I would like to know about it, eventually crashing my process (with a message, preferably) - instead of requiring a reboot (I mean: forced reset) of the whole system.&lt;BR /&gt;&lt;BR /&gt;I had some problems with CSWB 1.7 as well combined with Tomcat 2.1 and Java 1.4.2P2 - see another thread. Hard to imagine, but I don't rule out a relation....</description>
      <pubDate>Fri, 02 Sep 2005 06:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923055#M32695</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-09-02T06:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Building the TOMCAT examples</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923056#M32696</link>
      <description>by running out of memory I think Colin means virtual memory i.e. pagefile space. If you pagefile is full then your system hangs.&lt;BR /&gt;You can monitor it using AvailabilityMgr or AMDS from another node or even a peecee.</description>
      <pubDate>Fri, 02 Sep 2005 07:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923056#M32696</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-09-02T07:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Building the TOMCAT examples</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923057#M32697</link>
      <description>If there is a problem in size of the pagefile, wouldn't I get an INSMEM error (Insuffiocient Memory)? Bad thing if a process just continues consuming memory and not taking in account it might fail because there is no more left (typical Unix behaviour? I'm not surprised - nor amused)&lt;BR /&gt;&lt;BR /&gt;BTW: I have done an autogen VERY RECENTLY and my pagefile did not need adjustments.&lt;BR /&gt;&lt;BR /&gt;Anyway, I'll try with an added pageefile. I'll add another disk online (BTW. can it be undone without rebooting the system?)&lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Sat, 03 Sep 2005 09:49:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923057#M32697</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-09-03T09:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Building the TOMCAT examples</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923058#M32698</link>
      <description>if your process quotas are larger than what can be supported by your current pagefile then you will run out of pagefile (and the system hangs) before you get an error.&lt;BR /&gt;&lt;BR /&gt;You can add disks without rebooting and pagefiles too. You can remove pagefiles - they get marked for removal and actually removed when they are not inuse. If marked for removal then they won't be used for new allocations.&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Sep 2005 12:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923058#M32698</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-09-04T12:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Building the TOMCAT examples</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923059#M32699</link>
      <description>With a second pagefile, I was able to build the examples. This file will be removed, I created it pretty big to prevent hang again, but it seems I needed just a little bit more room. &lt;BR /&gt;Remnains the issue that Java needs that musch resources.</description>
      <pubDate>Tue, 06 Sep 2005 01:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/building-the-tomcat-examples/m-p/4923059#M32699</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-09-06T01:26:20Z</dc:date>
    </item>
  </channel>
</rss>

