[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999112#comment-12999112
 ] 

Hadoop QA commented on ZOOKEEPER-976:
-------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12470109/ZOOKEEPER-976.patch
  against trunk revision 1072085.

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

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    +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 failed core unit tests.

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

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

This message is automatically generated.

> ZooKeeper startup script doesn't use JAVA_HOME
> ----------------------------------------------
>
>                 Key: ZOOKEEPER-976
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-976
>             Project: ZooKeeper
>          Issue Type: Bug
>    Affects Versions: 3.3.2
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>            Priority: Minor
>             Fix For: 3.4.0
>
>         Attachments: ZOOKEEPER-976.patch
>
>
> From bug filed on CDH: https://issues.cloudera.org/browse/DISTRO-47 - moving 
> it to this jira to address:
> ------------------------------------------------------
> Bug filed by "grep.alex" at 
> http://getsatisfaction.com/cloudera/topics/cdh3b3_zookeeper_startup_script_doesnt_use_java_home
> On RedHat 5 (using the RPM installer) I was able to install and run all the 
> Hadoop components. The Zookeeper install was fine, but it wouldn't start:
> {noformat}
> [root@aholmes-desktop init.d]# ./hadoop-zookeeper start 
> JMX enabled by default 
> Using config: /etc/zookeeper/zoo.cfg 
> Starting zookeeper ... 
> STARTED 
> [root@aholmes-desktop init.d]# Exception in thread "main" 
> java.lang.NoSuchMethodError: method 
> java.lang.management.ManagementFactory.getPlatformMBeanServer with signature 
> ()Ljavax.management.MBeanServer; was not found. 
> at 
> org.apache.zookeeper.jmx.ManagedUtil.registerLog4jMBeans(ManagedUtil.java:48 
> ...
> {noformat} 
> After some digging around I found the cause - the Zookeeper startup script 
> (/usr/lib/zookeeper/bin/zkServer.sh ) uses the java found in the path, 
> whereas the other startup scripts use JAVA_HOME. In my case I had the default 
> RHEL5 1.4 JDK in the path, and the 1.6 JDK RPM's installed under /usr/java, 
> hence the above error, which I'm guessing is a fairly common setup.
> In my opinion all the startup scripts should all use the same mechanism to 
> determine where to pick java.

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

        

Reply via email to