<?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 java process at 100% CPU Utalisation in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/java-process-at-100-cpu-utalisation/m-p/276091#M229221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We upgraded our server from 3.2r to 3.4d last week. During testing we didn't see any issues. However now its in LIVE we've noticed the soffice and java processes seem to be running at 100% CPU utalisation the last few days and kill processes/rebooting/changing JVM settings doesn't appear to make a difference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe this is related to this issue: &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=16822&amp;amp;p=115073#p115073" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=16822&amp;amp;p=115073#p115073&lt;/A&gt;&lt;SPAN&gt; which is about soffice.bin on community editions. However even killing soffice.bin process leaves the Java process still running at 100% CPU. This is without any users hitting the system and returns to 100% as soon as Alfresco/tomcat is fully started. Stopping Alfresco using the alfresco.sh stop script also seems to leave the Java process running even though Tomcat/Alfresco are stopped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has experianced similar or has some ideas to resolve this it would be much appreciated as this caused the JVM to crash 3 times the other day, which is the first issue we've had this severe since we've ran Alfresco starting in 2009.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2011 02:59:44 GMT</pubDate>
    <dc:creator>dgildeh</dc:creator>
    <dc:date>2011-06-13T02:59:44Z</dc:date>
    <item>
      <title>java process at 100% CPU Utalisation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-process-at-100-cpu-utalisation/m-p/276091#M229221</link>
      <description>Hi,We upgraded our server from 3.2r to 3.4d last week. During testing we didn't see any issues. However now its in LIVE we've noticed the soffice and java processes seem to be running at 100% CPU utalisation the last few days and kill processes/rebooting/changing JVM settings doesn't appear to make</description>
      <pubDate>Mon, 13 Jun 2011 02:59:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-process-at-100-cpu-utalisation/m-p/276091#M229221</guid>
      <dc:creator>dgildeh</dc:creator>
      <dc:date>2011-06-13T02:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: java process at 100% CPU Utalisation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-process-at-100-cpu-utalisation/m-p/276092#M229222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any messages&amp;nbsp; coming on the console of server. Please try to configure JProfiler which will help in seeking the details about the consumption of memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 04:36:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-process-at-100-cpu-utalisation/m-p/276092#M229222</guid>
      <dc:creator>amitabhandari1</dc:creator>
      <dc:date>2011-06-13T04:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: java process at 100% CPU Utalisation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-process-at-100-cpu-utalisation/m-p/276093#M229223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In that other thread you mentioned running Ubuntu, what version?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you updated to the latest version of java JDK and OpenOffice?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since you are seeing that office.bin hits 100% it can be that it tries to load and convert for indexing a document that is either very large or malformed in some way. So maybe run the latest OpenOffice or LibreOffice downloaded from their respective site - maybe they have better filters. They can be installed alongside the official ubuntu packages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you try LibreOffice their will be an error message on startup, but it will work fine after that anyway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try adding these log statements&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j.logger.org.alfresco.util.exec.RuntimeExec=debug&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j.logger.org.alfresco.repo.content.transform.ContentTransformerRegistry=debug&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j.logger.org.alfresco.util.OpenOfficeConnectionTester=debug&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe that can give what document cause trouble.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 05:16:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-process-at-100-cpu-utalisation/m-p/276093#M229223</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2011-06-13T05:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: java process at 100% CPU Utalisation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-process-at-100-cpu-utalisation/m-p/276094#M229224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks to both of you for your quick response. I tried for ages to get JConsole to work remotely (the servers running on AWS and for whatever reason I couldn't). A couple of hours after I posted this, the JVM crashed again after I uploaded a PDF. Looking at the JVM Log it showed PDFBox to be the root of the cause and I found this issue on Alfresco Jira: &lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com/jira/browse/ALF-8097" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/jira/browse/ALF-8097&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like this was the root cause of the server crashing several times the other day, which I noticed after I tested uploading a PDF and the server crashed everytime I tried to view the document thumbnail. I updated the libraries and the crashing stopped. It also looks like after a few hours the CPU has returned to 0% utalisation when noone is using it since this change, leading me to suggest that this error was screwing up the background indexing process as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks liike updating the PDFBox libraries has resolved both the crash issue and CPU utalisation issue, so I'm cautiously optimistic that this is resolve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 09:56:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-process-at-100-cpu-utalisation/m-p/276094#M229224</guid>
      <dc:creator>dgildeh</dc:creator>
      <dc:date>2011-06-13T09:56:08Z</dc:date>
    </item>
  </channel>
</rss>

