<?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: Caused by: java.io.IOException: Not enough space (errno:12) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/caused-by-java-io-ioexception-not-enough-space-errno-12/m-p/124330#M87490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The error has nothing to with the JVM heap size - that error (errno 12) is happening within an mmap operation, which, from further googling (eg. &lt;/SPAN&gt;&lt;A href="ftp://hprc.external.hp.com/memory.htm#examples" rel="nofollow noopener noreferrer"&gt;ftp://hprc.external.hp.com/memory.htm#examples&lt;/A&gt;&lt;SPAN&gt;), often indicates problems with swap space when seen on HPUX.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding JVM heap, I personally run Alfresco with 512MB of heap and 128MB of PermGen on a 32bit Windows machine with 2GB of physical RAM, and haven't noticed any problems (provided I don't try to deploy other web applications to the same Tomcat instance - that can create JVM heap contention / starvation).&amp;nbsp; That being said I'm not typically running Alfresco with a large amount of content, nor witnessing high traffic, so this is best considered a typical developer configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for being cross-platform, we definitely do our best to be platform agnostic, however the reality is that not all JVMs were created equal.&amp;nbsp; We currently certify on the Sun JVM (v1.5), but are in the process of prioritising and testing with other JVMs.&amp;nbsp; We have found bugs when Alfresco is run on other JVMs (some in our code, some in 3rd party code and some in the JVMs themselves) so at this point I would recommend sticking to a supported stack as much as possible.&amp;nbsp; I realise that there's only a single JVM produced for HPUX - all the more reason to formally provide feedback via the supported stack page to let us know that you're using the HP JVM so that we can prioritise it appropriately.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2008 06:24:40 GMT</pubDate>
    <dc:creator>pmonks</dc:creator>
    <dc:date>2008-01-23T06:24:40Z</dc:date>
    <item>
      <title>Caused by: java.io.IOException: Not enough space (errno:12)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/caused-by-java-io-ioexception-not-enough-space-errno-12/m-p/124327#M87487</link>
      <description>Hi,&amp;nbsp;&amp;nbsp; I am trying to deploy the alfresco.war in tomcat server in a HPUX 11.23IA environment with Java 1.5.0.11. When i start the tomcat server, its giving following error messsages,Caused by: java.lang.reflect.InvocationTargetException&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.GeneratedConstructorAccessor61.newInstance</description>
      <pubDate>Wed, 23 Jan 2008 04:34:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/caused-by-java-io-ioexception-not-enough-space-errno-12/m-p/124327#M87487</guid>
      <dc:creator>awanty</dc:creator>
      <dc:date>2008-01-23T04:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Caused by: java.io.IOException: Not enough space (errno:12)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/caused-by-java-io-ioexception-not-enough-space-errno-12/m-p/124328#M87488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you run out of disk space in any of the filesystems Alfresco is configured to use?&amp;nbsp; If not, it may be a problem with the HPUX JDK or OS - a quick google turns up similar problems with other (non-Alfresco) applications on HPUX too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As an FYI, we don't currently test or certify Alfresco against the HPUX JDK or OS - the current list of supported platforms is maintained at &lt;/SPAN&gt;&lt;A href="http://www.alfresco.com/services/support/stacks/" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.com/services/support/stacks/&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; We're always keen to hear feedback on our supported stack of course - details on how to contact us are listed on that page.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 05:47:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/caused-by-java-io-ioexception-not-enough-space-errno-12/m-p/124328#M87488</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2008-01-23T05:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Caused by: java.io.IOException: Not enough space (errno:12)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/caused-by-java-io-ioexception-not-enough-space-errno-12/m-p/124329#M87489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; For other application its not giving these kind of errors. I think alfresco application needs lots memory, is there anywhere documented about the memory it needs? Currently in my machine 4Gb RAM is available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; As this is the platform independent product, so we are trying deploy in HPUX.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ambika&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 06:00:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/caused-by-java-io-ioexception-not-enough-space-errno-12/m-p/124329#M87489</guid>
      <dc:creator>awanty</dc:creator>
      <dc:date>2008-01-23T06:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Caused by: java.io.IOException: Not enough space (errno:12)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/caused-by-java-io-ioexception-not-enough-space-errno-12/m-p/124330#M87490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The error has nothing to with the JVM heap size - that error (errno 12) is happening within an mmap operation, which, from further googling (eg. &lt;/SPAN&gt;&lt;A href="ftp://hprc.external.hp.com/memory.htm#examples" rel="nofollow noopener noreferrer"&gt;ftp://hprc.external.hp.com/memory.htm#examples&lt;/A&gt;&lt;SPAN&gt;), often indicates problems with swap space when seen on HPUX.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding JVM heap, I personally run Alfresco with 512MB of heap and 128MB of PermGen on a 32bit Windows machine with 2GB of physical RAM, and haven't noticed any problems (provided I don't try to deploy other web applications to the same Tomcat instance - that can create JVM heap contention / starvation).&amp;nbsp; That being said I'm not typically running Alfresco with a large amount of content, nor witnessing high traffic, so this is best considered a typical developer configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for being cross-platform, we definitely do our best to be platform agnostic, however the reality is that not all JVMs were created equal.&amp;nbsp; We currently certify on the Sun JVM (v1.5), but are in the process of prioritising and testing with other JVMs.&amp;nbsp; We have found bugs when Alfresco is run on other JVMs (some in our code, some in 3rd party code and some in the JVMs themselves) so at this point I would recommend sticking to a supported stack as much as possible.&amp;nbsp; I realise that there's only a single JVM produced for HPUX - all the more reason to formally provide feedback via the supported stack page to let us know that you're using the HP JVM so that we can prioritise it appropriately.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 06:24:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/caused-by-java-io-ioexception-not-enough-space-errno-12/m-p/124330#M87490</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2008-01-23T06:24:40Z</dc:date>
    </item>
  </channel>
</rss>

