<?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 6 and JMX problem on OpenVMS I64 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205497#M40063</link>
    <description>Vince,&lt;BR /&gt;&lt;BR /&gt;I reported the problem via Support Case Manager and it was solved two weeks later.&lt;BR /&gt;Before it was escalated to Java engineering we had to make a good java-jmx problem case. &lt;BR /&gt;&lt;BR /&gt;/Toine</description>
    <pubDate>Sun, 13 Jun 2010 13:23:54 GMT</pubDate>
    <dc:creator>Toine_1</dc:creator>
    <dc:date>2010-06-13T13:23:54Z</dc:date>
    <item>
      <title>Java 6 and JMX problem on OpenVMS I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205488#M40054</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a java appliaction that is running OK with java 1.5 but when I start it with java 6 I get this dump.&lt;BR /&gt;What should I do to get it running under Java 6?&lt;BR /&gt;This application is using JMX with these startup parameters:&lt;BR /&gt;&lt;BR /&gt;  "-Dcom.sun.management.jmxremote.port=1112"          -&lt;BR /&gt;  "-Dcom.sun.management.jmxremote.authenticate=false" -&lt;BR /&gt;  "-Dcom.sun.management.jmxremote.ssl=false"    &lt;BR /&gt;&lt;BR /&gt;Error occurred during initialization of VM&lt;BR /&gt;java.lang.InternalError&lt;BR /&gt;: Mismatched VM version: JVM_InitAgentProperties not found&lt;BR /&gt;&lt;BR /&gt;        at sun.misc.VMSupport.initAgentProperties(Native Method)&lt;BR /&gt;        at sun.misc.VMSupport.getAgentProperties(VMSupport.java:29)&lt;BR /&gt;        at sun.management.Agent.startAgent(Agent.java:130)&lt;BR /&gt;        at sun.management.Agent.startAgent(Agent.java:239)&lt;BR /&gt;&lt;BR /&gt;/Toine&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Oct 2009 13:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205488#M40054</guid>
      <dc:creator>Toine_1</dc:creator>
      <dc:date>2009-10-22T13:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Java 6 and JMX problem on OpenVMS I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205489#M40055</link>
      <description>To set up up your Java environment, use the following command:&lt;BR /&gt;&lt;BR /&gt;$ @SYS$COMMON:[JAVA$60.COM]JAVA$60_SETUP      ! Use the HotSpot VM&lt;BR /&gt;&lt;BR /&gt;Note: The option UsePerfData is set to false by default. If you need to use JMX and JMM APIs, please specify -XX:+UsePerfData on the command line when invoking the Java application. &lt;BR /&gt;&lt;BR /&gt;Rick&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Oct 2009 13:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205489#M40055</guid>
      <dc:creator>Rick Retterer</dc:creator>
      <dc:date>2009-10-23T13:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Java 6 and JMX problem on OpenVMS I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205490#M40056</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have setup the java environment in the correct way but it looks like JMX is not yet supported in JAVA6 on OpenVMS&lt;BR /&gt;&lt;BR /&gt;/Toine</description>
      <pubDate>Sun, 25 Oct 2009 12:53:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205490#M40056</guid>
      <dc:creator>Toine_1</dc:creator>
      <dc:date>2009-10-25T12:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Java 6 and JMX problem on OpenVMS I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205491#M40057</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Today I got a new JAVA$HOTSPOT_SHR.EXE from HP that solved the JAVA 6 (JMX) bug in the first release of JAVA 6.&lt;BR /&gt;&lt;BR /&gt;I will test it and come back with the results.&lt;BR /&gt;&lt;BR /&gt;/Toine</description>
      <pubDate>Wed, 11 Nov 2009 10:36:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205491#M40057</guid>
      <dc:creator>Toine_1</dc:creator>
      <dc:date>2009-11-11T10:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Java 6 and JMX problem on OpenVMS I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205492#M40058</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The new java image solved the JAVA (JMX) problem.&lt;BR /&gt;&lt;BR /&gt;$ ana/image SYS$COMMON:[JAVA$60.JRE.LIB.IA64.HOTSPOT]JAVA$HOTSPOT_SHR.EXE/inter&lt;BR /&gt;&lt;BR /&gt;    Image name:                                 "JAVA$JVM_SHR"&lt;BR /&gt;    Global Symbol Table name:                   "java$jvm_shr"&lt;BR /&gt;    Image file identification:                  "JAVA 6.0-015"&lt;BR /&gt;    Link identification:                        "Linker I02-31"&lt;BR /&gt;    Link Date/Time:                              9-NOV-2009 20:16:05.12&lt;BR /&gt;&lt;BR /&gt;/Toine</description>
      <pubDate>Wed, 11 Nov 2009 17:10:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205492#M40058</guid>
      <dc:creator>Toine_1</dc:creator>
      <dc:date>2009-11-11T17:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Java 6 and JMX problem on OpenVMS I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205493#M40059</link>
      <description>Closed</description>
      <pubDate>Wed, 11 Nov 2009 17:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205493#M40059</guid>
      <dc:creator>Toine_1</dc:creator>
      <dc:date>2009-11-11T17:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Java 6 and JMX problem on OpenVMS I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205494#M40060</link>
      <description>How do I get the latest JAVA$HOTSPOT_SHR.exe for OpenVMS IA64 that fixes the JMX problem?&lt;BR /&gt;Where did you find?</description>
      <pubDate>Fri, 11 Jun 2010 20:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205494#M40060</guid>
      <dc:creator>Vince M. Kostoff</dc:creator>
      <dc:date>2010-06-11T20:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Java 6 and JMX problem on OpenVMS I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205495#M40061</link>
      <description>Hi Vince,&lt;BR /&gt;&lt;BR /&gt;I reported this problem to HP and got a fix for java$hotspot_shr.exe.&lt;BR /&gt;&lt;BR /&gt;This fix will be included in the next path kit for Java 6. I think it will be released the coming month.&lt;BR /&gt;&lt;BR /&gt;/Toine</description>
      <pubDate>Sun, 13 Jun 2010 07:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205495#M40061</guid>
      <dc:creator>Toine_1</dc:creator>
      <dc:date>2010-06-13T07:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Java 6 and JMX problem on OpenVMS I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205496#M40062</link>
      <description>Hi Toine,&lt;BR /&gt;OK.  Thanks.&lt;BR /&gt;When you originally reported the problem to HP, did you use the Support Case Manager (software case) through the IT Resource Center?  How long did it take between reporting and receiving a new exe?&lt;BR /&gt;Vince</description>
      <pubDate>Sun, 13 Jun 2010 12:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205496#M40062</guid>
      <dc:creator>Vince M. Kostoff</dc:creator>
      <dc:date>2010-06-13T12:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Java 6 and JMX problem on OpenVMS I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205497#M40063</link>
      <description>Vince,&lt;BR /&gt;&lt;BR /&gt;I reported the problem via Support Case Manager and it was solved two weeks later.&lt;BR /&gt;Before it was escalated to Java engineering we had to make a good java-jmx problem case. &lt;BR /&gt;&lt;BR /&gt;/Toine</description>
      <pubDate>Sun, 13 Jun 2010 13:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/java-6-and-jmx-problem-on-openvms-i64/m-p/5205497#M40063</guid>
      <dc:creator>Toine_1</dc:creator>
      <dc:date>2010-06-13T13:23:54Z</dc:date>
    </item>
  </channel>
</rss>

