Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 14EE7200BC5 for ; Tue, 22 Nov 2016 16:30:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 13ACE160B1E; Tue, 22 Nov 2016 15:30:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 829B8160AF1 for ; Tue, 22 Nov 2016 16:29:59 +0100 (CET) Received: (qmail 89705 invoked by uid 500); 22 Nov 2016 15:29:58 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 89671 invoked by uid 99); 22 Nov 2016 15:29:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Nov 2016 15:29:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5DC4F2C2B10 for ; Tue, 22 Nov 2016 15:29:58 +0000 (UTC) Date: Tue, 22 Nov 2016 15:29:58 +0000 (UTC) From: "kevin.chen (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (ZOOKEEPER-2575) /./// does not have the form scheme:id:perm and client is quit. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 22 Nov 2016 15:30:00 -0000 [ https://issues.apache.org/jira/browse/ZOOKEEPER-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kevin.chen reassigned ZOOKEEPER-2575: ------------------------------------- Assignee: kevin.chen > /./// does not have the form scheme:id:perm and client is quit. > --------------------------------------------------------------- > > Key: ZOOKEEPER-2575 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2575 > Project: ZooKeeper > Issue Type: Bug > Components: java client > Affects Versions: 3.3.3 > Reporter: Prabhunath Yadav > Assignee: kevin.chen > Priority: Minor > > while creating node using command (random arguments like this). > create / /./// or some wrong format it shows the message > /./// does not have the form scheme:id:perm > with Exception in thread "main" org.apache.zookeeper.KeeperException$InvalidACLException: KeeperErrorCode=InvalidACL > ..... > It should give the accurate message but it should not get closed or quit. -- This message was sent by Atlassian JIRA (v6.3.4#6332)