You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Andrew Finnell (JIRA)" <ji...@apache.org> on 2011/08/31 21:54:11 UTC

[jira] [Created] (ZOOKEEPER-1168) ZooKeeper fails to run with IKVM

ZooKeeper fails to run with IKVM
--------------------------------

                 Key: ZOOKEEPER-1168
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1168
             Project: ZooKeeper
          Issue Type: Bug
          Components: jmx
    Affects Versions: 3.4.0
         Environment: All Architectures. Running with IKVM and OpenJDK instead of Sun JDK 6.
            Reporter: Andrew Finnell
            Priority: Trivial


OS: Windows 64-bit
JRE: IKVM 7.0.4258

IKVM 7.0.4258 does not support ManagementFactory.getPlatformMBeanServer(); It will throw a java.lang.Error.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ZOOKEEPER-1168) ZooKeeper fails to run with IKVM

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-1168:
------------------------------------

    Attachment: ZOOKEEPER-1168.patch

Minor update to the patch - we don't allow tabs for indentation in the source.

> ZooKeeper fails to run with IKVM
> --------------------------------
>
>                 Key: ZOOKEEPER-1168
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1168
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 3.4.0
>         Environment: All Architectures. Running with IKVM and OpenJDK instead of Sun JDK 6.
>            Reporter: Andrew Finnell
>            Assignee: Andrew Finnell
>             Fix For: 3.5.0
>
>         Attachments: ZOOKEEPER-1168.patch, ZOOKEEPER-1168.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> OS: Windows 64-bit
> JRE: IKVM 7.0.4258
> IKVM 7.0.4258 does not support ManagementFactory.getPlatformMBeanServer(); It will throw a java.lang.Error.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ZOOKEEPER-1168) ZooKeeper fails to run with IKVM

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-1168:
------------------------------------

    Priority: Major  (was: Trivial)

> ZooKeeper fails to run with IKVM
> --------------------------------
>
>                 Key: ZOOKEEPER-1168
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1168
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 3.4.0
>         Environment: All Architectures. Running with IKVM and OpenJDK instead of Sun JDK 6.
>            Reporter: Andrew Finnell
>            Assignee: Andrew Finnell
>             Fix For: 3.5.0
>
>         Attachments: ZOOKEEPER-1168.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> OS: Windows 64-bit
> JRE: IKVM 7.0.4258
> IKVM 7.0.4258 does not support ManagementFactory.getPlatformMBeanServer(); It will throw a java.lang.Error.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1168) ZooKeeper fails to run with IKVM

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095930#comment-13095930 ] 

Hudson commented on ZOOKEEPER-1168:
-----------------------------------

Integrated in ZooKeeper-trunk-jdk7 #2 (See [https://builds.apache.org/job/ZooKeeper-trunk-jdk7/2/])
    ZOOKEEPER-1168. ZooKeeper fails to run with IKVM (Andrew Finnell via phunt)

phunt : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1164176
Files : 
* /zookeeper/trunk/CHANGES.txt
* /zookeeper/trunk/src/java/main/org/apache/zookeeper/jmx/MBeanRegistry.java
* /zookeeper/trunk/src/java/main/org/apache/zookeeper/jmx/ManagedUtil.java
* /zookeeper/trunk/src/java/test/org/apache/zookeeper/test/JMXEnv.java


> ZooKeeper fails to run with IKVM
> --------------------------------
>
>                 Key: ZOOKEEPER-1168
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1168
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 3.4.0
>         Environment: All Architectures. Running with IKVM and OpenJDK instead of Sun JDK 6.
>            Reporter: Andrew Finnell
>            Assignee: Andrew Finnell
>             Fix For: 3.4.0
>
>         Attachments: ZOOKEEPER-1168.patch, ZOOKEEPER-1168.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> OS: Windows 64-bit
> JRE: IKVM 7.0.4258
> IKVM 7.0.4258 does not support ManagementFactory.getPlatformMBeanServer(); It will throw a java.lang.Error.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1168) ZooKeeper fails to run with IKVM

Posted by "Andrew Finnell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094842#comment-13094842 ] 

Andrew Finnell commented on ZOOKEEPER-1168:
-------------------------------------------

Fixed in https://github.com/afinnell/zookeeper/commit/6a88d89fefb3407f9073021a8ec6c7965ff2d11e

> ZooKeeper fails to run with IKVM
> --------------------------------
>
>                 Key: ZOOKEEPER-1168
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1168
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 3.4.0
>         Environment: All Architectures. Running with IKVM and OpenJDK instead of Sun JDK 6.
>            Reporter: Andrew Finnell
>            Priority: Trivial
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> OS: Windows 64-bit
> JRE: IKVM 7.0.4258
> IKVM 7.0.4258 does not support ManagementFactory.getPlatformMBeanServer(); It will throw a java.lang.Error.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ZOOKEEPER-1168) ZooKeeper fails to run with IKVM

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-1168:
------------------------------------

    Fix Version/s:     (was: 3.5.0)
                   3.4.0

> ZooKeeper fails to run with IKVM
> --------------------------------
>
>                 Key: ZOOKEEPER-1168
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1168
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 3.4.0
>         Environment: All Architectures. Running with IKVM and OpenJDK instead of Sun JDK 6.
>            Reporter: Andrew Finnell
>            Assignee: Andrew Finnell
>             Fix For: 3.4.0
>
>         Attachments: ZOOKEEPER-1168.patch, ZOOKEEPER-1168.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> OS: Windows 64-bit
> JRE: IKVM 7.0.4258
> IKVM 7.0.4258 does not support ManagementFactory.getPlatformMBeanServer(); It will throw a java.lang.Error.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1168) ZooKeeper fails to run with IKVM

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094982#comment-13094982 ] 

Hadoop QA commented on ZOOKEEPER-1168:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12492519/ZOOKEEPER-1168.patch
  against trunk revision 1163106.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/481//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/481//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/481//console

This message is automatically generated.

> ZooKeeper fails to run with IKVM
> --------------------------------
>
>                 Key: ZOOKEEPER-1168
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1168
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 3.4.0
>         Environment: All Architectures. Running with IKVM and OpenJDK instead of Sun JDK 6.
>            Reporter: Andrew Finnell
>            Assignee: Andrew Finnell
>             Fix For: 3.5.0
>
>         Attachments: ZOOKEEPER-1168.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> OS: Windows 64-bit
> JRE: IKVM 7.0.4258
> IKVM 7.0.4258 does not support ManagementFactory.getPlatformMBeanServer(); It will throw a java.lang.Error.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1168) ZooKeeper fails to run with IKVM

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095163#comment-13095163 ] 

Hadoop QA commented on ZOOKEEPER-1168:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12492519/ZOOKEEPER-1168.patch
  against trunk revision 1163106.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/482//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/482//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/482//console

This message is automatically generated.

> ZooKeeper fails to run with IKVM
> --------------------------------
>
>                 Key: ZOOKEEPER-1168
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1168
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 3.4.0
>         Environment: All Architectures. Running with IKVM and OpenJDK instead of Sun JDK 6.
>            Reporter: Andrew Finnell
>            Assignee: Andrew Finnell
>             Fix For: 3.5.0
>
>         Attachments: ZOOKEEPER-1168.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> OS: Windows 64-bit
> JRE: IKVM 7.0.4258
> IKVM 7.0.4258 does not support ManagementFactory.getPlatformMBeanServer(); It will throw a java.lang.Error.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (ZOOKEEPER-1168) ZooKeeper fails to run with IKVM

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt reassigned ZOOKEEPER-1168:
---------------------------------------

    Assignee: Andrew Finnell

> ZooKeeper fails to run with IKVM
> --------------------------------
>
>                 Key: ZOOKEEPER-1168
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1168
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 3.4.0
>         Environment: All Architectures. Running with IKVM and OpenJDK instead of Sun JDK 6.
>            Reporter: Andrew Finnell
>            Assignee: Andrew Finnell
>            Priority: Trivial
>         Attachments: ZOOKEEPER-1168.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> OS: Windows 64-bit
> JRE: IKVM 7.0.4258
> IKVM 7.0.4258 does not support ManagementFactory.getPlatformMBeanServer(); It will throw a java.lang.Error.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ZOOKEEPER-1168) ZooKeeper fails to run with IKVM

Posted by "Andrew Finnell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Finnell updated ZOOKEEPER-1168:
--------------------------------------

    Attachment: ZOOKEEPER-1168.patch

> ZooKeeper fails to run with IKVM
> --------------------------------
>
>                 Key: ZOOKEEPER-1168
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1168
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 3.4.0
>         Environment: All Architectures. Running with IKVM and OpenJDK instead of Sun JDK 6.
>            Reporter: Andrew Finnell
>            Priority: Trivial
>         Attachments: ZOOKEEPER-1168.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> OS: Windows 64-bit
> JRE: IKVM 7.0.4258
> IKVM 7.0.4258 does not support ManagementFactory.getPlatformMBeanServer(); It will throw a java.lang.Error.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1168) ZooKeeper fails to run with IKVM

Posted by "Andrew Finnell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095391#comment-13095391 ] 

Andrew Finnell commented on ZOOKEEPER-1168:
-------------------------------------------

Won't happen again.

> ZooKeeper fails to run with IKVM
> --------------------------------
>
>                 Key: ZOOKEEPER-1168
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1168
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 3.4.0
>         Environment: All Architectures. Running with IKVM and OpenJDK instead of Sun JDK 6.
>            Reporter: Andrew Finnell
>            Assignee: Andrew Finnell
>             Fix For: 3.4.0
>
>         Attachments: ZOOKEEPER-1168.patch, ZOOKEEPER-1168.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> OS: Windows 64-bit
> JRE: IKVM 7.0.4258
> IKVM 7.0.4258 does not support ManagementFactory.getPlatformMBeanServer(); It will throw a java.lang.Error.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1168) ZooKeeper fails to run with IKVM

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095393#comment-13095393 ] 

Patrick Hunt commented on ZOOKEEPER-1168:
-----------------------------------------

No worries. Thanks for the patch.

> ZooKeeper fails to run with IKVM
> --------------------------------
>
>                 Key: ZOOKEEPER-1168
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1168
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 3.4.0
>         Environment: All Architectures. Running with IKVM and OpenJDK instead of Sun JDK 6.
>            Reporter: Andrew Finnell
>            Assignee: Andrew Finnell
>             Fix For: 3.4.0
>
>         Attachments: ZOOKEEPER-1168.patch, ZOOKEEPER-1168.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> OS: Windows 64-bit
> JRE: IKVM 7.0.4258
> IKVM 7.0.4258 does not support ManagementFactory.getPlatformMBeanServer(); It will throw a java.lang.Error.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1168) ZooKeeper fails to run with IKVM

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095414#comment-13095414 ] 

Hadoop QA commented on ZOOKEEPER-1168:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12492622/ZOOKEEPER-1168.patch
  against trunk revision 1163106.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/483//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/483//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/483//console

This message is automatically generated.

> ZooKeeper fails to run with IKVM
> --------------------------------
>
>                 Key: ZOOKEEPER-1168
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1168
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 3.4.0
>         Environment: All Architectures. Running with IKVM and OpenJDK instead of Sun JDK 6.
>            Reporter: Andrew Finnell
>            Assignee: Andrew Finnell
>             Fix For: 3.4.0
>
>         Attachments: ZOOKEEPER-1168.patch, ZOOKEEPER-1168.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> OS: Windows 64-bit
> JRE: IKVM 7.0.4258
> IKVM 7.0.4258 does not support ManagementFactory.getPlatformMBeanServer(); It will throw a java.lang.Error.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1168) ZooKeeper fails to run with IKVM

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095906#comment-13095906 ] 

Hudson commented on ZOOKEEPER-1168:
-----------------------------------

Integrated in ZooKeeper-trunk #1291 (See [https://builds.apache.org/job/ZooKeeper-trunk/1291/])
    ZOOKEEPER-1168. ZooKeeper fails to run with IKVM (Andrew Finnell via phunt)

phunt : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1164176
Files : 
* /zookeeper/trunk/CHANGES.txt
* /zookeeper/trunk/src/java/main/org/apache/zookeeper/jmx/MBeanRegistry.java
* /zookeeper/trunk/src/java/main/org/apache/zookeeper/jmx/ManagedUtil.java
* /zookeeper/trunk/src/java/test/org/apache/zookeeper/test/JMXEnv.java


> ZooKeeper fails to run with IKVM
> --------------------------------
>
>                 Key: ZOOKEEPER-1168
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1168
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 3.4.0
>         Environment: All Architectures. Running with IKVM and OpenJDK instead of Sun JDK 6.
>            Reporter: Andrew Finnell
>            Assignee: Andrew Finnell
>             Fix For: 3.4.0
>
>         Attachments: ZOOKEEPER-1168.patch, ZOOKEEPER-1168.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> OS: Windows 64-bit
> JRE: IKVM 7.0.4258
> IKVM 7.0.4258 does not support ManagementFactory.getPlatformMBeanServer(); It will throw a java.lang.Error.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1168) ZooKeeper fails to run with IKVM

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095427#comment-13095427 ] 

Hadoop QA commented on ZOOKEEPER-1168:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12492622/ZOOKEEPER-1168.patch
  against trunk revision 1163106.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/485//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/485//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/485//console

This message is automatically generated.

> ZooKeeper fails to run with IKVM
> --------------------------------
>
>                 Key: ZOOKEEPER-1168
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1168
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 3.4.0
>         Environment: All Architectures. Running with IKVM and OpenJDK instead of Sun JDK 6.
>            Reporter: Andrew Finnell
>            Assignee: Andrew Finnell
>             Fix For: 3.4.0
>
>         Attachments: ZOOKEEPER-1168.patch, ZOOKEEPER-1168.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> OS: Windows 64-bit
> JRE: IKVM 7.0.4258
> IKVM 7.0.4258 does not support ManagementFactory.getPlatformMBeanServer(); It will throw a java.lang.Error.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira