<?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: Snapcreator Agent 4.1.0 refuses to start on AIX, confusion about java-version in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/Snapcreator-Agent-4-1-0-refuses-to-start-on-AIX-confusion-about-java-version/m-p/28948#M795</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We hit the same issue in our environment. Here's the fix and explanation provided by our system admins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt;Okay. Two things.&lt;BR /&gt; &lt;BR /&gt; 1. JAVA_HOME has to be set when running "scAgent start". It's not set anywhere in the script. I set it to /usr/java7&lt;BR /&gt; 2. This is the issue:&lt;BR /&gt; &lt;BR /&gt; In scWatchdog and scAgent-core they search two locations for the java command in JAVA_HOME:&lt;BR /&gt; $JAVA_HOME/bin/java&lt;BR /&gt; $JAVA_HOME/jre/sh/java&lt;BR /&gt; &lt;BR /&gt; The second location is preceded by the comment:&lt;BR /&gt; # IBM's JDK on AIX uses strange locations for the executables&lt;BR /&gt; &lt;BR /&gt; Which is really funny because AIX doesn't have java in either location. It needs to be searching for&lt;BR /&gt; $JAVA_HOME/jre/bin/java. I have no idea what version of AIX/java they were using when they decided&lt;BR /&gt; that java was in jre/sh.&lt;BR /&gt; &lt;BR /&gt; I changed the check in scWatchdog and scAgent-core, ran scAgent start and:&lt;BR /&gt; &lt;BR /&gt; [root@server1 bin]$ ./scAgent status&lt;BR /&gt; Checking Status of scAgent:&lt;BR /&gt; Watchdog: Running&lt;BR /&gt; Agent: Running&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt;Leighton&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Mar 2014 19:28:12 GMT</pubDate>
    <dc:creator>LEIGHTONN</dc:creator>
    <dc:date>2014-03-14T19:28:12Z</dc:date>
    <item>
      <title>Snapcreator Agent 4.1.0 refuses to start on AIX, confusion about java-version</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snapcreator-Agent-4-1-0-refuses-to-start-on-AIX-confusion-about-java-version/m-p/28937#M793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;last week we tried to install snapcreator-agent on AIX-6.1-Servers, but without success. In the installation-guide I found that java1.6 Update 24 is required. The output from "java -version" is as follows:&lt;/P&gt;&lt;P&gt;--------------------------------------- snip -------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;@:/ &amp;gt; /usr/java6_64/bin/java -version&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;java version "1.6.0"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Java(TM) SE Runtime Environment (build pap6460sr15fp1-20140110_01(SR15 FP1))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 AIX ppc64-64 jvmap6460sr15-20131231_180656 (JIT enabled, AOT enabled)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;J9VM - 20131231_180656&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;JIT&amp;nbsp; - r9_20130920_46510ifx3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;GC&amp;nbsp;&amp;nbsp; - GA24_Java6_SR15_20131231_1152_B180656)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;JCL&amp;nbsp; - 20140107_01&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------- snap -------------------------------------------&lt;/P&gt;&lt;P&gt;I must admit that I cannot determine whether this is 1.6 Update 24 or not, but I'd assume that. I'ts the most recent version available from IBM. Below is the output of scWatchdog start which complains about java:&lt;/P&gt;&lt;P&gt;--------------------------------------- snip -------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;@:/ &amp;gt;&amp;nbsp; export JAVA_HOME=/usr/java6_64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;@:/ &amp;gt; sh -x /opt/ NetApp/scAgent4.1.0/bin/scWatchdog start&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ JAVA_XMS=-Xms32m&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ JAVA_XMX=-Xmx128m&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ JAVA_PERM=-XX:MaxPermSize=64m&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ APP_NAME=watchdog&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ + basename /opt/NetApp/scAgent4.1.0/bin/scWatchdog&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;APP_BASE_NAME=scWatchdog&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ MAX_FD=maximum&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ cygwin=false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ msys=false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ darwin=false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ uname&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ PRG=/opt/NetApp/scAgent4.1.0/bin/scWatchdog&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ [ -h /opt/NetApp/scAgent4.1.0/bin/scWatchdog ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ + pwd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;SAVED=/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ dirname /opt/NetApp/scAgent4.1.0/bin/scWatchdog&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ cd /opt/NetApp/scAgent4.1.0/bin/..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ + + pwd -P&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;APP_HOME=/opt/NetApp/scAgent4.1.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ cd /&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ + . /opt/NetApp/scAgent4.1.0/etc/agent_memory.properties&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ AGENT_MIN_MEMORY=64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ AGENT_MAX_MEMORY=256&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ AGENT_PERMSIZE=128&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ WATCHDOG_MIN_MEMORY=32&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ WATCHDOG_MAX_MEMORY=128&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ WATCHDOG_PERMSIZE=64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ JAVA_XMS=-Xms32m&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ JAVA_XMX=-Xmx128m&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ JAVA_PERM=-XX:MaxPermSize=64m&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ JAVA_OPTS=-Xms32m -Xmx128m -XX:MaxPermSize=64m&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ CLASSPATH=/opt/NetApp/scAgent4.1.0/lib/scAgent-4.1-core.jar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ [ -n /usr/java6_64 ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ [ -x /usr/java6_64/jre/sh/java ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ JAVACMD=/usr/java6_64/bin/java&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ [ ! -x /usr/java6_64/bin/java ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ [ false = false -a false = false ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ + ulimit -H -n&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;MAX_FD_LIMIT=unlimited&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ [ 0 -eq 0 ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ [ maximum = maximum -o maximum = max ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ MAX_FD=unlimited&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ ulimit -n unlimited&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ [ 0 -ne 0 ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ exec /usr/java6_64/bin/java -Xms32m -Xmx128m -XX:MaxPermSize=64m -classpath /opt/NetApp/scAgent4.1.0/lib/scAgent-4.1-core.jar com.netapp.snapcreator.agent.nextgen.watchdog.external.ExternalWatchdogStarter start&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Snap Creator Agent requires Java version 1.6.0_24 or greater!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Stopping watchdog...Stopping watchdog thread...Stopping threads...Done.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------- snap -------------------------------------------&lt;/P&gt;&lt;P&gt;The same happens when I switch to 32-bit-Java. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;snapcreator 4.0P1 works like a charm:&lt;/P&gt;&lt;P&gt;--------------------------------------- snip -------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;@:/opt/NetApp/scAgent4.0p1 &amp;gt; /opt/NetApp/scAgent4.0p1/bin/scAgent&amp;nbsp; sta rt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Starting scAgent: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Checking Status of scAgent: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Running on port 9090&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------- snap -------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I have to use a different java-version or is the check too strict?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Martin Glora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:41:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snapcreator-Agent-4-1-0-refuses-to-start-on-AIX-confusion-about-java-version/m-p/28937#M793</guid>
      <dc:creator>ADVUNIMG2</dc:creator>
      <dc:date>2025-06-05T05:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Snapcreator Agent 4.1.0 refuses to start on AIX, confusion about java-version</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snapcreator-Agent-4-1-0-refuses-to-start-on-AIX-confusion-about-java-version/m-p/28943#M794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The check seems to be off on AIX.&amp;nbsp; Try upgrading the java to a 1.7 version.&amp;nbsp; It has proven to give better results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 13:56:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snapcreator-Agent-4-1-0-refuses-to-start-on-AIX-confusion-about-java-version/m-p/28943#M794</guid>
      <dc:creator>stanton</dc:creator>
      <dc:date>2014-03-10T13:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Snapcreator Agent 4.1.0 refuses to start on AIX, confusion about java-version</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snapcreator-Agent-4-1-0-refuses-to-start-on-AIX-confusion-about-java-version/m-p/28948#M795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We hit the same issue in our environment. Here's the fix and explanation provided by our system admins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt;Okay. Two things.&lt;BR /&gt; &lt;BR /&gt; 1. JAVA_HOME has to be set when running "scAgent start". It's not set anywhere in the script. I set it to /usr/java7&lt;BR /&gt; 2. This is the issue:&lt;BR /&gt; &lt;BR /&gt; In scWatchdog and scAgent-core they search two locations for the java command in JAVA_HOME:&lt;BR /&gt; $JAVA_HOME/bin/java&lt;BR /&gt; $JAVA_HOME/jre/sh/java&lt;BR /&gt; &lt;BR /&gt; The second location is preceded by the comment:&lt;BR /&gt; # IBM's JDK on AIX uses strange locations for the executables&lt;BR /&gt; &lt;BR /&gt; Which is really funny because AIX doesn't have java in either location. It needs to be searching for&lt;BR /&gt; $JAVA_HOME/jre/bin/java. I have no idea what version of AIX/java they were using when they decided&lt;BR /&gt; that java was in jre/sh.&lt;BR /&gt; &lt;BR /&gt; I changed the check in scWatchdog and scAgent-core, ran scAgent start and:&lt;BR /&gt; &lt;BR /&gt; [root@server1 bin]$ ./scAgent status&lt;BR /&gt; Checking Status of scAgent:&lt;BR /&gt; Watchdog: Running&lt;BR /&gt; Agent: Running&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt;Leighton&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 19:28:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snapcreator-Agent-4-1-0-refuses-to-start-on-AIX-confusion-about-java-version/m-p/28948#M795</guid>
      <dc:creator>LEIGHTONN</dc:creator>
      <dc:date>2014-03-14T19:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Snapcreator Agent 4.1.0 refuses to start on AIX, confusion about java-version</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snapcreator-Agent-4-1-0-refuses-to-start-on-AIX-confusion-about-java-version/m-p/28952#M796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;Hi and thanks for all helpful tips!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;As far as snapcreator4.0P1 ist currently working I have to arrange a date with the customer in order to try java1.7.&amp;nbsp; But we also have one AIX5.3 installation and as far as I can see &lt;A href="http://www.ibm.com/developerworks/java/jdk/aix/service.html" target="_blank"&gt;http://www.ibm.com/developerworks/java/jdk/aix/service.html&lt;/A&gt; there ist no java1.7 for AIX5.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;From my point of view JAVA_HOME is set and evaluated correctly, thats why I posted the output of "sh -x ./scWatchdog start" in the beginning. java ist found and started via "&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Courier New'; color: black;"&gt;exec /usr/java6_64/bin/java -Xms32m -Xmx128m -XX:MaxPermSize=64m -classpath /opt/NetApp/scAgent4.1.0/lib/scAgent-4.1-core.jar com.netapp.snapcreator.agent.nextgen.watchdog.external.ExternalWatchdogStarter start"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;BTW, can somebody confirm that &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Courier New'; color: black;"&gt;IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 AIX ppc64-64... &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;really means 1.6 Update 24?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;Martin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 09:03:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snapcreator-Agent-4-1-0-refuses-to-start-on-AIX-confusion-about-java-version/m-p/28952#M796</guid>
      <dc:creator>ADVUNIMG2</dc:creator>
      <dc:date>2014-03-31T09:03:53Z</dc:date>
    </item>
  </channel>
</rss>

