[ https://issues.apache.org/jira/browse/ZOOKEEPER-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16609954#comment-16609954 ]
Hudson commented on ZOOKEEPER-2261: ----------------------------------- FAILURE: Integrated in Jenkins build ZooKeeper-trunk #185 (See [https://builds.apache.org/job/ZooKeeper-trunk/185/]) ZOOKEEPER-2261: When only secureClientPort is configured connections, (hanm: rev 4ad2341c18020ecb08e7e26b79cacc3569b9d31e) * (edit) src/java/main/org/apache/zookeeper/server/admin/Commands.java * (edit) src/java/test/org/apache/zookeeper/server/admin/CommandsTest.java * (edit) src/java/main/org/apache/zookeeper/server/ZooKeeperServer.java > When only secureClientPort is configured connections, configuration, > connection_stat_reset, and stats admin commands throw NullPointerException > ----------------------------------------------------------------------------------------------------------------------------------------------- > > Key: ZOOKEEPER-2261 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2261 > Project: ZooKeeper > Issue Type: Bug > Affects Versions: 3.5.0 > Reporter: Mohammad Arshad > Assignee: Andor Molnar > Priority: Major > Labels: pull-request-available > Fix For: 3.6.0 > > Time Spent: 4.5h > Remaining Estimate: 0h > > When only secureClientPort is configured connections, configuration, > connection_stat_reset and stats admin commands throw NullPointerException. > Here is stack trace one of the connections command. > {code} > java.lang.NullPointerException > at > org.apache.zookeeper.server.admin.Commands$ConsCommand.run(Commands.java:177) > at > org.apache.zookeeper.server.admin.Commands.runCommand(Commands.java:92) > at > org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet.doGet(JettyAdminServer.java:166) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)