[jira] [Created] (ZOOKEEPER-3603) Zookeeper (3.5.6) not starting on mac

2019-11-01 Thread Suraj Kumar Agrahari (Jira)
Suraj Kumar Agrahari created ZOOKEEPER-3603:
---

 Summary: Zookeeper (3.5.6) not starting on mac
 Key: ZOOKEEPER-3603
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3603
 Project: ZooKeeper
  Issue Type: Bug
  Components: build
Affects Versions: 3.5.6
 Environment: Mac 10.14
Reporter: Suraj Kumar Agrahari
 Attachments: Screenshot 2019-11-01 at 7.35.43 PM.png

I downloaded zookeeper 3.5.6 and was unable to start because the 
zookeeper_server.pid file was not being created.

The problem was in the line *ZOO_DATADIR="$(echo -e "${ZOO_DATADIR}" | sed -e 
's/^[[:space:]]*//' -e 's/[[:space:]]*$//')"*

 

After removing -e option from the echo command, it started successfully.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ZOOKEEPER-3603) Zookeeper (3.5.6) not starting on mac

2019-11-07 Thread Suraj Kumar Agrahari (Jira)


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

Suraj Kumar Agrahari commented on ZOOKEEPER-3603:
-

I reproduced the issue. Attaching the screenshot !Screenshot 2019-11-01 at 
7.35.43 PM.png!

> Zookeeper (3.5.6) not starting on mac
> -
>
> Key: ZOOKEEPER-3603
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3603
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: build
>Affects Versions: 3.5.6
> Environment: Mac 10.14
>Reporter: Suraj Kumar Agrahari
>Priority: Major
>  Labels: triaged
> Attachments: Screenshot 2019-11-01 at 7.35.43 PM.png
>
>
> I downloaded zookeeper 3.5.6 and was unable to start because the 
> zookeeper_server.pid file was not being created.
> The problem was in the line *ZOO_DATADIR="$(echo -e "${ZOO_DATADIR}" | sed -e 
> 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')"*
>  
> After removing -e option from the echo command, it started successfully.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ZOOKEEPER-3603) Zookeeper (3.5.6) not starting on mac

2019-11-17 Thread Suraj Kumar Agrahari (Jira)


 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suraj Kumar Agrahari updated ZOOKEEPER-3603:

Attachment: zkServer.sh

> Zookeeper (3.5.6) not starting on mac
> -
>
> Key: ZOOKEEPER-3603
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3603
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: build
>Affects Versions: 3.5.6
> Environment: Mac 10.14
>Reporter: Suraj Kumar Agrahari
>Priority: Major
>  Labels: triaged
> Attachments: Screenshot 2019-11-01 at 7.35.43 PM.png, zkServer.sh, 
> zoo.cfg
>
>
> I downloaded zookeeper 3.5.6 and was unable to start because the 
> zookeeper_server.pid file was not being created.
> The problem was in the line *ZOO_DATADIR="$(echo -e "${ZOO_DATADIR}" | sed -e 
> 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')"*
>  
> After removing -e option from the echo command, it started successfully.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ZOOKEEPER-3603) Zookeeper (3.5.6) not starting on mac

2019-11-17 Thread Suraj Kumar Agrahari (Jira)


 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suraj Kumar Agrahari updated ZOOKEEPER-3603:

Attachment: zoo.cfg

> Zookeeper (3.5.6) not starting on mac
> -
>
> Key: ZOOKEEPER-3603
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3603
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: build
>Affects Versions: 3.5.6
> Environment: Mac 10.14
>Reporter: Suraj Kumar Agrahari
>Priority: Major
>  Labels: triaged
> Attachments: Screenshot 2019-11-01 at 7.35.43 PM.png, zkServer.sh, 
> zoo.cfg
>
>
> I downloaded zookeeper 3.5.6 and was unable to start because the 
> zookeeper_server.pid file was not being created.
> The problem was in the line *ZOO_DATADIR="$(echo -e "${ZOO_DATADIR}" | sed -e 
> 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')"*
>  
> After removing -e option from the echo command, it started successfully.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ZOOKEEPER-3603) Zookeeper (3.5.6) not starting on mac

2019-11-17 Thread Suraj Kumar Agrahari (Jira)


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

Suraj Kumar Agrahari commented on ZOOKEEPER-3603:
-

[~enixon] attaching the zkServer.sh file and zoo.cfg file.

[^zkServer.sh] [^zoo.cfg]

Check line number 116 in zkServer.sh

 

 

 

> Zookeeper (3.5.6) not starting on mac
> -
>
> Key: ZOOKEEPER-3603
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3603
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: build
>Affects Versions: 3.5.6
> Environment: Mac 10.14
>Reporter: Suraj Kumar Agrahari
>Priority: Major
>  Labels: triaged
> Attachments: Screenshot 2019-11-01 at 7.35.43 PM.png, zkServer.sh, 
> zoo.cfg
>
>
> I downloaded zookeeper 3.5.6 and was unable to start because the 
> zookeeper_server.pid file was not being created.
> The problem was in the line *ZOO_DATADIR="$(echo -e "${ZOO_DATADIR}" | sed -e 
> 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')"*
>  
> After removing -e option from the echo command, it started successfully.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)