oh, missed that one. Thanks Rakesh! On Thu, Jul 14, 2016 at 9:57 AM, Rakesh Radhakrishnan <[email protected]> wrote:
> Hi Curtis, > > >>>>>>>but should I open a ticket? Is this a bug? > > I could see ZOOKEEPER-2244 addresses the case you have mentioned and is > fixed in 3.5.2 version. > > Most probably 3.5.2-alpha version release will happen soon and voting is > going on. If you are interested you can try testing your case using the > release candidate which is available in staging repo -> > > https://repository.apache.org/content/groups/staging/org/apache/zookeeper/zookeeper/3.5.2-alpha/ > > Regards, > Rakesh > > On Thu, Jul 14, 2016 at 9:06 PM, Cantrell, Curtis < > [email protected]> > wrote: > > > Ok. I'm on a windows machine. All I had to do was to open the zoo.cfg > > that had been written by zookeeper when the backup was created and turn > the > > slashes around, and now the server comes up... > > > > dynamicConfigFile=D:/zookeeper1-3.5.1/conf/zoo.cfg.dynamic.100000000 > > > > It looks like there is something that cannot handle a forward slash and > > zookeeper is writing the forward slash itself. > > > > Thank you, > > All solved.... but should I open a ticket? Is this a bug? > > > > Thank you, > > Curtis > > > > > > -----Original Message----- > > From: Cantrell, Curtis [mailto:[email protected]] > > Sent: Thursday, July 14, 2016 11:06 AM > > To: [email protected] > > Subject: RE: Error Start ZK 3.5.1 a second time > > > > I looks like a file separator issue when reading where the > > dynamicConfigFile is location from the zoo.cfg > > > > This is what is written in the zoo.cfg > > > > > > dynamicConfigFile=D:\zookeeper3-3.5.1\conf\zoo.cfg.dynamic.100000000 > > > > But this is the complaint of the FileNotFoundException on startup. > > > > Caused by: java.io.FileNotFoundException: > > D:zookeeper1-3.5.1confzoo.cfg.dynamic.100000000 (The system cannot find > the > > file specified) > > > > Is there a file separator problem? > > > > Thank you, > > Curtis > > > > > > > > The information contained in this message is proprietary and/or > > confidential. If you are not the intended recipient, please: (i) delete > the > > message and all copies; (ii) do not disclose, distribute or use the > message > > in any manner; and (iii) notify the sender immediately. In addition, > please > > be aware that any message addressed to our domain is subject to archiving > > and review by persons other than the intended recipient. Thank you. > > The information contained in this message is proprietary and/or > > confidential. If you are not the intended recipient, please: (i) delete > the > > message and all copies; (ii) do not disclose, distribute or use the > message > > in any manner; and (iii) notify the sender immediately. In addition, > please > > be aware that any message addressed to our domain is subject to archiving > > and review by persons other than the intended recipient. Thank you. > > >
