CouchDB 2.0.0 on Windows 10

2016-09-23 Thread John Le Brasseur
Hi.

Firstly a very well done to everybody who worked to reach CouchDB 2.0.0.


I uninstalled my working CouchDB 1.6.1 on my Windows 10 machine.

Windows retained the Service link, however, so I removed it with regedit.

I restarted the windows machine and installed CouchDB 2.0.0.(No options
were given to choose from during install. I have actually become used to
start CouchDB manually)

The services app indicates a new service installation and that it is
running correctly.

However going to http://localhost:5984/_utils/index.html the page states:

"This site can't be reached"

The file C:\\CouchDB\erl_crash.dump includes these lines at the top:


=erl_crash_dump:0.3
Fri Sep 23 10:54:21 2016
Slogan: Kernel pid terminated (application_controller)
({application_start_failure,couch,{{shutdown,{failed_to_start_child,couch_primary_services,{shutdown,{failed_to_start_child,collation_driver,"The
speci
System version: Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:4:4]
[async-threads:16]

I installed CouchDB 2.0.0 on another clean install Windows 10 machine and
it installs and logs on correctly.

Is there anything I should be doing or can try to fix this.

Many many thanks.

(It's always me)


-- 
Regards,

John Le Brasseur


CouchDB 2.0.0 on Windows 10

2016-09-23 Thread John Le Brasseur
Hi Following up on my recent post, I found this in my couchDB.log:


[info] 2016-09-23T11:22:33.225000Z couchdb@localhost <0.202.0> 
Starting couch_sup
[error] 2016-09-23T11:22:33.239000Z couchdb@localhost <0.205.0> 
CRASH REPORT Process  (<0.205.0>) with 0 neighbors exited with reason: "The
specified module could not be found." at gen_server:init_it/6(line:322) <=
proc_lib:init_p_do_apply/3(line:237); initial_call:
{couch_drv,init,['Argument__1']}, ancestors:
[couch_primary_services,couch_sup,<0.201.0>], messages: [], links:
[<0.204.0>], dictionary: [], trap_exit: false, status: running, heap_size:
376, stack_size: 27, reductions: 132
[error] 2016-09-23T11:22:33.239000Z couchdb@localhost <0.201.0> 
Error starting Apache CouchDB:


{error,{shutdown,{failed_to_start_child,couch_primary_services,{shutdown,{failed_to_start_child,collation_driver,"The
specified module could not be found."}



Many thanks again.

-- 
Regards,

John Le Brasseur


Re: CouchDB 2.0.0 on Windows 10

2016-09-23 Thread Joan Touzet
Hi John,

Sounds like whatever CouchDB 1.6.1 left behind is causing you issues.
As I wasn't responsible for that installer I'm not sure I can suggest
anything other than a full uninstall and reinstall of CouchDB 2.0.0.
After uninstalling, be sure to completely delete the left behind
C:\CouchDB directory.

The collation driver not appearing likely means that the icu DLLs
cannot be found by Erlang. In a working install, you'll find these
files at path:

C:\CouchDB\bin\icu*.dll

There should be 9 files that match this pattern:

2016-06-16  15:5725,911,296 icudt55.dll
2016-06-16  15:56 1,949,696 icuin55.dll
2016-06-16  15:5651,200 icuio55.dll
2016-06-16  15:55   257,024 icule55.dll
2016-06-16  15:5549,664 iculx55.dll
2016-06-16  15:5661,952 icutest55.dll
2016-06-16  15:56   194,560 icutu55.dll
2016-06-16  15:55 1,376,768 icuuc55.dll

Be sure the path to CouchDB has no spaces in it, like the sample above.

Good luck,
Joan

- Original Message -
> From: "John Le Brasseur" 
> To: user@couchdb.apache.org
> Sent: Friday, September 23, 2016 7:27:39 AM
> Subject: CouchDB 2.0.0 on Windows 10
> 
> Hi Following up on my recent post, I found this in my couchDB.log:
> 
> 
> [info] 2016-09-23T11:22:33.225000Z couchdb@localhost <0.202.0>
> 
> Starting couch_sup
> [error] 2016-09-23T11:22:33.239000Z couchdb@localhost <0.205.0>
> 
> CRASH REPORT Process  (<0.205.0>) with 0 neighbors exited with
> reason: "The
> specified module could not be found." at
> gen_server:init_it/6(line:322) <=
> proc_lib:init_p_do_apply/3(line:237); initial_call:
> {couch_drv,init,['Argument__1']}, ancestors:
> [couch_primary_services,couch_sup,<0.201.0>], messages: [], links:
> [<0.204.0>], dictionary: [], trap_exit: false, status: running,
> heap_size:
> 376, stack_size: 27, reductions: 132
> [error] 2016-09-23T11:22:33.239000Z couchdb@localhost <0.201.0>
> 
> Error starting Apache CouchDB:
> 
> 
> {error,{shutdown,{failed_to_start_child,couch_primary_services,{shutdown,{failed_to_start_child,collation_driver,"The
> specified module could not be found."}
> 
> 
> 
> Many thanks again.
> 
> --
> Regards,
> 
> John Le Brasseur
> 


Re: CouchDB 2.0.0 on Windows 10

2016-09-23 Thread John Le Brasseur
Hi Joan
I have reinstalled quite a few times but always with the same result.
You say 9 files but have listed 8. I presume 8 is the correct amount.
My installation directory has no spaces in it.
How is it that the (Apache CouchDB) service is running if it is not loading
properly???
If I right-click the service in the Windows Services App it states "Path to
executable: C:\CouchDB\bin\nssm.exe" Is that correct? I would have thought
it should perhaps read couchdb.cmd?
Thank you for your comments.


On 23 September 2016 at 15:41, Joan Touzet  wrote:

> Hi John,
>
> Sounds like whatever CouchDB 1.6.1 left behind is causing you issues.
> As I wasn't responsible for that installer I'm not sure I can suggest
> anything other than a full uninstall and reinstall of CouchDB 2.0.0.
> After uninstalling, be sure to completely delete the left behind
> C:\CouchDB directory.
>
> The collation driver not appearing likely means that the icu DLLs
> cannot be found by Erlang. In a working install, you'll find these
> files at path:
>
> C:\CouchDB\bin\icu*.dll
>
> There should be 9 files that match this pattern:
>
> 2016-06-16  15:5725,911,296 icudt55.dll
> 2016-06-16  15:56 1,949,696 icuin55.dll
> 2016-06-16  15:5651,200 icuio55.dll
> 2016-06-16  15:55   257,024 icule55.dll
> 2016-06-16  15:5549,664 iculx55.dll
> 2016-06-16  15:5661,952 icutest55.dll
> 2016-06-16  15:56   194,560 icutu55.dll
> 2016-06-16  15:55 1,376,768 icuuc55.dll
>
> Be sure the path to CouchDB has no spaces in it, like the sample above.
>
> Good luck,
> Joan
>
> - Original Message -
> > From: "John Le Brasseur" 
> > To: user@couchdb.apache.org
> > Sent: Friday, September 23, 2016 7:27:39 AM
> > Subject: CouchDB 2.0.0 on Windows 10
> >
> > Hi Following up on my recent post, I found this in my couchDB.log:
> >
> >
> > [info] 2016-09-23T11:22:33.225000Z couchdb@localhost <0.202.0>
> > 
> > Starting couch_sup
> > [error] 2016-09-23T11:22:33.239000Z couchdb@localhost <0.205.0>
> > 
> > CRASH REPORT Process  (<0.205.0>) with 0 neighbors exited with
> > reason: "The
> > specified module could not be found." at
> > gen_server:init_it/6(line:322) <=
> > proc_lib:init_p_do_apply/3(line:237); initial_call:
> > {couch_drv,init,['Argument__1']}, ancestors:
> > [couch_primary_services,couch_sup,<0.201.0>], messages: [], links:
> > [<0.204.0>], dictionary: [], trap_exit: false, status: running,
> > heap_size:
> > 376, stack_size: 27, reductions: 132
> > [error] 2016-09-23T11:22:33.239000Z couchdb@localhost <0.201.0>
> > 
> > Error starting Apache CouchDB:
> >
> >
> > {error,{shutdown,{failed_to_start_child,couch_primary_
> services,{shutdown,{failed_to_start_child,collation_driver,"The
> > specified module could not be found."}
> >
> >
> >
> > Many thanks again.
> >
> > --
> > Regards,
> >
> > John Le Brasseur
> >
>



-- 
Regards,

John Le Brasseur
+27  73 157 5605
+27 11 431 0624


Re: CouchDB 2.0.0 on Windows 10

2016-09-23 Thread Joan Touzet
nssm is correct. Services cannot be batch files, so we use the (freely
licensed) nssm.exe to launch our couchdb.cmd batch file.

You are right, I entered it wrong.

If you stop the service and run couchdb.cmd by hand, do you still get
the same error?

-Joan

- Original Message -
> From: "John Le Brasseur" 
> To: user@couchdb.apache.org, "Joan Touzet" 
> Sent: Friday, September 23, 2016 10:48:11 AM
> Subject: Re: CouchDB 2.0.0 on Windows 10
> 
> Hi Joan
> I have reinstalled quite a few times but always with the same result.
> You say 9 files but have listed 8. I presume 8 is the correct amount.
> My installation directory has no spaces in it.
> How is it that the (Apache CouchDB) service is running if it is not
> loading
> properly???
> If I right-click the service in the Windows Services App it states
> "Path to
> executable: C:\CouchDB\bin\nssm.exe" Is that correct? I would have
> thought
> it should perhaps read couchdb.cmd?
> Thank you for your comments.
> 
> 
> On 23 September 2016 at 15:41, Joan Touzet  wrote:
> 
> > Hi John,
> >
> > Sounds like whatever CouchDB 1.6.1 left behind is causing you
> > issues.
> > As I wasn't responsible for that installer I'm not sure I can
> > suggest
> > anything other than a full uninstall and reinstall of CouchDB
> > 2.0.0.
> > After uninstalling, be sure to completely delete the left behind
> > C:\CouchDB directory.
> >
> > The collation driver not appearing likely means that the icu DLLs
> > cannot be found by Erlang. In a working install, you'll find these
> > files at path:
> >
> > C:\CouchDB\bin\icu*.dll
> >
> > There should be 9 files that match this pattern:
> >
> > 2016-06-16  15:5725,911,296 icudt55.dll
> > 2016-06-16  15:56 1,949,696 icuin55.dll
> > 2016-06-16  15:5651,200 icuio55.dll
> > 2016-06-16  15:55   257,024 icule55.dll
> > 2016-06-16  15:5549,664 iculx55.dll
> > 2016-06-16  15:5661,952 icutest55.dll
> > 2016-06-16  15:56   194,560 icutu55.dll
> > 2016-06-16  15:55 1,376,768 icuuc55.dll
> >
> > Be sure the path to CouchDB has no spaces in it, like the sample
> > above.
> >
> > Good luck,
> > Joan
> >
> > - Original Message -
> > > From: "John Le Brasseur" 
> > > To: user@couchdb.apache.org
> > > Sent: Friday, September 23, 2016 7:27:39 AM
> > > Subject: CouchDB 2.0.0 on Windows 10
> > >
> > > Hi Following up on my recent post, I found this in my
> > > couchDB.log:
> > >
> > >
> > > [info] 2016-09-23T11:22:33.225000Z couchdb@localhost <0.202.0>
> > > 
> > > Starting couch_sup
> > > [error] 2016-09-23T11:22:33.239000Z couchdb@localhost <0.205.0>
> > > 
> > > CRASH REPORT Process  (<0.205.0>) with 0 neighbors exited with
> > > reason: "The
> > > specified module could not be found." at
> > > gen_server:init_it/6(line:322) <=
> > > proc_lib:init_p_do_apply/3(line:237); initial_call:
> > > {couch_drv,init,['Argument__1']}, ancestors:
> > > [couch_primary_services,couch_sup,<0.201.0>], messages: [],
> > > links:
> > > [<0.204.0>], dictionary: [], trap_exit: false, status: running,
> > > heap_size:
> > > 376, stack_size: 27, reductions: 132
> > > [error] 2016-09-23T11:22:33.239000Z couchdb@localhost <0.201.0>
> > > 
> > > Error starting Apache CouchDB:
> > >
> > >
> > > {error,{shutdown,{failed_to_start_child,couch_primary_
> > services,{shutdown,{failed_to_start_child,collation_driver,"The
> > > specified module could not be found."}
> > >
> > >
> > >
> > > Many thanks again.
> > >
> > > --
> > > Regards,
> > >
> > > John Le Brasseur
> > >
> >
> 
> 
> 
> --
> Regards,
> 
> John Le Brasseur
> +27  73 157 5605
> +27 11 431 0624
> 


Re: CouchDB 2.0.0 on Windows 10

2016-09-23 Thread Jason Gordon
I  had a similar error (Windows 8) when I tried to start CouchDB 2.0 on a
non-standard port(s).  When I put the httpd, and ssl ports back to their
original values, it then started for me.



Jason Gordon  | Principal | A S S U R E B R I D G E
Office:  +1 888 409 6995  |  Mobile:  +1 978 885 6102  |  Fax: +1 888 409
6995
Email: jason.gor...@assurebridge.com

On Fri, Sep 23, 2016 at 12:04 PM, John Le Brasseur  wrote:

> Hi Joan.
> Same result.
>
>
> On 23 September 2016 at 17:45, Joan Touzet  wrote:
>
> > nssm is correct. Services cannot be batch files, so we use the (freely
> > licensed) nssm.exe to launch our couchdb.cmd batch file.
> >
> > You are right, I entered it wrong.
> >
> > If you stop the service and run couchdb.cmd by hand, do you still get
> > the same error?
> >
> > -Joan
> >
> > - Original Message -
> > > From: "John Le Brasseur" 
> > > To: user@couchdb.apache.org, "Joan Touzet" 
> > > Sent: Friday, September 23, 2016 10:48:11 AM
> > > Subject: Re: CouchDB 2.0.0 on Windows 10
> > >
> > > Hi Joan
> > > I have reinstalled quite a few times but always with the same result.
> > > You say 9 files but have listed 8. I presume 8 is the correct amount.
> > > My installation directory has no spaces in it.
> > > How is it that the (Apache CouchDB) service is running if it is not
> > > loading
> > > properly???
> > > If I right-click the service in the Windows Services App it states
> > > "Path to
> > > executable: C:\CouchDB\bin\nssm.exe" Is that correct? I would have
> > > thought
> > > it should perhaps read couchdb.cmd?
> > > Thank you for your comments.
> > >
> > >
> > > On 23 September 2016 at 15:41, Joan Touzet  wrote:
> > >
> > > > Hi John,
> > > >
> > > > Sounds like whatever CouchDB 1.6.1 left behind is causing you
> > > > issues.
> > > > As I wasn't responsible for that installer I'm not sure I can
> > > > suggest
> > > > anything other than a full uninstall and reinstall of CouchDB
> > > > 2.0.0.
> > > > After uninstalling, be sure to completely delete the left behind
> > > > C:\CouchDB directory.
> > > >
> > > > The collation driver not appearing likely means that the icu DLLs
> > > > cannot be found by Erlang. In a working install, you'll find these
> > > > files at path:
> > > >
> > > > C:\CouchDB\bin\icu*.dll
> > > >
> > > > There should be 9 files that match this pattern:
> > > >
> > > > 2016-06-16  15:5725,911,296 icudt55.dll
> > > > 2016-06-16  15:56 1,949,696 icuin55.dll
> > > > 2016-06-16  15:5651,200 icuio55.dll
> > > > 2016-06-16  15:55   257,024 icule55.dll
> > > > 2016-06-16  15:5549,664 iculx55.dll
> > > > 2016-06-16  15:5661,952 icutest55.dll
> > > > 2016-06-16  15:56   194,560 icutu55.dll
> > > > 2016-06-16  15:55 1,376,768 icuuc55.dll
> > > >
> > > > Be sure the path to CouchDB has no spaces in it, like the sample
> > > > above.
> > > >
> > > > Good luck,
> > > > Joan
> > > >
> > > > - Original Message -
> > > > > From: "John Le Brasseur" 
> > > > > To: user@couchdb.apache.org
> > > > > Sent: Friday, September 23, 2016 7:27:39 AM
> > > > > Subject: CouchDB 2.0.0 on Windows 10
> > > > >
> > > > > Hi Following up on my recent post, I found this in my
> > > > > couchDB.log:
> > > > >
> > > > >
> > > > > [info] 2016-09-23T11:22:33.225000Z couchdb@localhost <0.202.0>
> > > > > 
> > > > > Starting couch_sup
> > > > > [error] 2016-09-23T11:22:33.239000Z couchdb@localhost <0.205.0>
> > > > > 
> > > > > CRASH REPORT Process  (<0.205.0>) with 0 neighbors exited with
> > > > > reason: "The
> > > > > specified module could not be found." at
> > > > > gen_server:init_it/6(line:322) <=
> > > > > proc_lib:init_p_do_apply/3(line:237); initial_call:
> > > > > {couch_drv,init,['Argument__1']}, ancestors:
> > > > > [couch_primary_services,couch_sup,<0.201.0>], messages: [],
> > > > > links:
> > > > > [<0.204.0>], dictionary: [], trap_exit: false, status: running,
> > > > > heap_size:
> > > > > 376, stack_size: 27, reductions: 132
> > > > > [error] 2016-09-23T11:22:33.239000Z couchdb@localhost <0.201.0>
> > > > > 
> > > > > Error starting Apache CouchDB:
> > > > >
> > > > >
> > > > > {error,{shutdown,{failed_to_start_child,couch_primary_
> > > > services,{shutdown,{failed_to_start_child,collation_driver,"The
> > > > > specified module could not be found."}
> > > > >
> > > > >
> > > > >
> > > > > Many thanks again.
> > > > >
> > > > > --
> > > > > Regards,
> > > > >
> > > > > John Le Brasseur
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Regards,
> > >
> > > John Le Brasseur
> > > +27 73 157 5605
> > > +27 11 431 0624
> > >
> >
>
>
>
> --
> Regards,
>
> John Le Brasseur
> +27 73 157 5605
> +27 11 431 0624
>


Re: CouchDB 2.0.0 on Windows 10

2016-09-23 Thread John Le Brasseur
Hi Joan.
Same result.


On 23 September 2016 at 17:45, Joan Touzet  wrote:

> nssm is correct. Services cannot be batch files, so we use the (freely
> licensed) nssm.exe to launch our couchdb.cmd batch file.
>
> You are right, I entered it wrong.
>
> If you stop the service and run couchdb.cmd by hand, do you still get
> the same error?
>
> -Joan
>
> - Original Message -
> > From: "John Le Brasseur" 
> > To: user@couchdb.apache.org, "Joan Touzet" 
> > Sent: Friday, September 23, 2016 10:48:11 AM
> > Subject: Re: CouchDB 2.0.0 on Windows 10
> >
> > Hi Joan
> > I have reinstalled quite a few times but always with the same result.
> > You say 9 files but have listed 8. I presume 8 is the correct amount.
> > My installation directory has no spaces in it.
> > How is it that the (Apache CouchDB) service is running if it is not
> > loading
> > properly???
> > If I right-click the service in the Windows Services App it states
> > "Path to
> > executable: C:\CouchDB\bin\nssm.exe" Is that correct? I would have
> > thought
> > it should perhaps read couchdb.cmd?
> > Thank you for your comments.
> >
> >
> > On 23 September 2016 at 15:41, Joan Touzet  wrote:
> >
> > > Hi John,
> > >
> > > Sounds like whatever CouchDB 1.6.1 left behind is causing you
> > > issues.
> > > As I wasn't responsible for that installer I'm not sure I can
> > > suggest
> > > anything other than a full uninstall and reinstall of CouchDB
> > > 2.0.0.
> > > After uninstalling, be sure to completely delete the left behind
> > > C:\CouchDB directory.
> > >
> > > The collation driver not appearing likely means that the icu DLLs
> > > cannot be found by Erlang. In a working install, you'll find these
> > > files at path:
> > >
> > > C:\CouchDB\bin\icu*.dll
> > >
> > > There should be 9 files that match this pattern:
> > >
> > > 2016-06-16  15:5725,911,296 icudt55.dll
> > > 2016-06-16  15:56 1,949,696 icuin55.dll
> > > 2016-06-16  15:5651,200 icuio55.dll
> > > 2016-06-16  15:55   257,024 icule55.dll
> > > 2016-06-16  15:5549,664 iculx55.dll
> > > 2016-06-16  15:5661,952 icutest55.dll
> > > 2016-06-16  15:56   194,560 icutu55.dll
> > > 2016-06-16  15:55 1,376,768 icuuc55.dll
> > >
> > > Be sure the path to CouchDB has no spaces in it, like the sample
> > > above.
> > >
> > > Good luck,
> > > Joan
> > >
> > > - Original Message -
> > > > From: "John Le Brasseur" 
> > > > To: user@couchdb.apache.org
> > > > Sent: Friday, September 23, 2016 7:27:39 AM
> > > > Subject: CouchDB 2.0.0 on Windows 10
> > > >
> > > > Hi Following up on my recent post, I found this in my
> > > > couchDB.log:
> > > >
> > > >
> > > > [info] 2016-09-23T11:22:33.225000Z couchdb@localhost <0.202.0>
> > > > 
> > > > Starting couch_sup
> > > > [error] 2016-09-23T11:22:33.239000Z couchdb@localhost <0.205.0>
> > > > 
> > > > CRASH REPORT Process  (<0.205.0>) with 0 neighbors exited with
> > > > reason: "The
> > > > specified module could not be found." at
> > > > gen_server:init_it/6(line:322) <=
> > > > proc_lib:init_p_do_apply/3(line:237); initial_call:
> > > > {couch_drv,init,['Argument__1']}, ancestors:
> > > > [couch_primary_services,couch_sup,<0.201.0>], messages: [],
> > > > links:
> > > > [<0.204.0>], dictionary: [], trap_exit: false, status: running,
> > > > heap_size:
> > > > 376, stack_size: 27, reductions: 132
> > > > [error] 2016-09-23T11:22:33.239000Z couchdb@localhost <0.201.0>
> > > > 
> > > > Error starting Apache CouchDB:
> > > >
> > > >
> > > > {error,{shutdown,{failed_to_start_child,couch_primary_
> > > services,{shutdown,{failed_to_start_child,collation_driver,"The
> > > > specified module could not be found."}
> > > >
> > > >
> > > >
> > > > Many thanks again.
> > > >
> > > > --
> > > > Regards,
> > > >
> > > > John Le Brasseur
> > > >
> > >
> >
> >
> >
> > --
> > Regards,
> >
> > John Le Brasseur
> > +27 73 157 5605
> > +27 11 431 0624
> >
>



-- 
Regards,

John Le Brasseur
+27  73 157 5605
+27 11 431 0624


Re: CouchDB 2.0.0 on Windows 10

2016-09-23 Thread Nick North
It doesn't help much, but I had slightly similar problems on Win10: after
uninstalling 1.6.1, the service for 2.0 did not install at all. But
couchdb.cmd worked fine, for what it's worth.

Installing on a clean machine, with no CouchDB history, worked perfectly.
Unfortunately I haven't been able to investigate what went wrong with the
uninstall as I'm now on holiday for a couple of weeks. The installer is the
same as for earlier versions of CouchDB, and uninstalling has never been a
problem before.

Nick
On Fri, 23 Sep 2016 at 16:47, Joan Touzet  wrote:

> nssm is correct. Services cannot be batch files, so we use the (freely
> licensed) nssm.exe to launch our couchdb.cmd batch file.
>
> You are right, I entered it wrong.
>
> If you stop the service and run couchdb.cmd by hand, do you still get
> the same error?
>
> -Joan
>
> - Original Message -
> > From: "John Le Brasseur" 
> > To: user@couchdb.apache.org, "Joan Touzet" 
> > Sent: Friday, September 23, 2016 10:48:11 AM
> > Subject: Re: CouchDB 2.0.0 on Windows 10
> >
> > Hi Joan
> > I have reinstalled quite a few times but always with the same result.
> > You say 9 files but have listed 8. I presume 8 is the correct amount.
> > My installation directory has no spaces in it.
> > How is it that the (Apache CouchDB) service is running if it is not
> > loading
> > properly???
> > If I right-click the service in the Windows Services App it states
> > "Path to
> > executable: C:\CouchDB\bin\nssm.exe" Is that correct? I would have
> > thought
> > it should perhaps read couchdb.cmd?
> > Thank you for your comments.
> >
> >
> > On 23 September 2016 at 15:41, Joan Touzet  wrote:
> >
> > > Hi John,
> > >
> > > Sounds like whatever CouchDB 1.6.1 left behind is causing you
> > > issues.
> > > As I wasn't responsible for that installer I'm not sure I can
> > > suggest
> > > anything other than a full uninstall and reinstall of CouchDB
> > > 2.0.0.
> > > After uninstalling, be sure to completely delete the left behind
> > > C:\CouchDB directory.
> > >
> > > The collation driver not appearing likely means that the icu DLLs
> > > cannot be found by Erlang. In a working install, you'll find these
> > > files at path:
> > >
> > > C:\CouchDB\bin\icu*.dll
> > >
> > > There should be 9 files that match this pattern:
> > >
> > > 2016-06-16  15:5725,911,296 icudt55.dll
> > > 2016-06-16  15:56 1,949,696 icuin55.dll
> > > 2016-06-16  15:5651,200 icuio55.dll
> > > 2016-06-16  15:55   257,024 icule55.dll
> > > 2016-06-16  15:5549,664 iculx55.dll
> > > 2016-06-16  15:5661,952 icutest55.dll
> > > 2016-06-16  15:56   194,560 icutu55.dll
> > > 2016-06-16  15:55 1,376,768 icuuc55.dll
> > >
> > > Be sure the path to CouchDB has no spaces in it, like the sample
> > > above.
> > >
> > > Good luck,
> > > Joan
> > >
> > > - Original Message -
> > > > From: "John Le Brasseur" 
> > > > To: user@couchdb.apache.org
> > > > Sent: Friday, September 23, 2016 7:27:39 AM
> > > > Subject: CouchDB 2.0.0 on Windows 10
> > > >
> > > > Hi Following up on my recent post, I found this in my
> > > > couchDB.log:
> > > >
> > > >
> > > > [info] 2016-09-23T11:22:33.225000Z couchdb@localhost <0.202.0>
> > > > 
> > > > Starting couch_sup
> > > > [error] 2016-09-23T11:22:33.239000Z couchdb@localhost <0.205.0>
> > > > 
> > > > CRASH REPORT Process  (<0.205.0>) with 0 neighbors exited with
> > > > reason: "The
> > > > specified module could not be found." at
> > > > gen_server:init_it/6(line:322) <=
> > > > proc_lib:init_p_do_apply/3(line:237); initial_call:
> > > > {couch_drv,init,['Argument__1']}, ancestors:
> > > > [couch_primary_services,couch_sup,<0.201.0>], messages: [],
> > > > links:
> > > > [<0.204.0>], dictionary: [], trap_exit: false, status: running,
> > > > heap_size:
> > > > 376, stack_size: 27, reductions: 132
> > > > [error] 2016-09-23T11:22:33.239000Z couchdb@localhost <0.201.0>
> > > > 
> > > > Error starting Apache CouchDB:
> > > >
> > > >
> > > > {error,{shutdown,{failed_to_start_child,couch_primary_
> > > services,{shutdown,{failed_to_start_child,collation_driver,"The
> > > > specified module could not be found."}
> > > >
> > > >
> > > >
> > > > Many thanks again.
> > > >
> > > > --
> > > > Regards,
> > > >
> > > > John Le Brasseur
> > > >
> > >
> >
> >
> >
> > --
> > Regards,
> >
> > John Le Brasseur
> > +27  73 157 5605
> > +27 11 431 0624
> >
>


Re: CouchDB 2.0.0 on Windows 10

2016-09-23 Thread Joan Touzet
I will say that in my testing on Windows 10, IE wouldn't connect to a
localhost URL (http://localhost:5984/) but Firefox would.

CONNECTION_REFUSED suggests Couch isn't running at all.

-Joan

- Original Message -
> From: "John Le Brasseur" 
> To: user@couchdb.apache.org
> Sent: Friday, September 23, 2016 2:52:12 PM
> Subject: Re: CouchDB 2.0.0 on Windows 10
> 
> Hi.
> 
> Notes:
> 
> One browser reports: "ERR_CONNECTION_REFUSED"
> 
> permissions?
> 
> and Safari on my Windows said:
> "Safari can't open the page http://127.0.0.1:5984/ because Safari
> can't
> connect to the server 127.0.0.1.
> 
> Windows Network Diagnostics said:
> "Problem found
> The remote device or resource won't accept the connection: Detected"
> 
> Its probably something very simple.
> 
> 
> 
> On 23 September 2016 at 20:13, John Le Brasseur
> 
> wrote:
> 
> > Hi Nick, Jason.
> > Thanks.
> > It must be a 1.6.1 uninstall issue somewhere I believe.
> >
> > By the way, if I stop the 2.0 service when it is running, a message
> > comes
> > up:
> > "Windows could not stop the Apache CouchDB service on local
> > Computer.
> > The service did not return an error. This could be an internal
> > Windows
> > error or an internal service error."
> >
> >
> > However the service does in fact stop.
> >
> > I have tried uninstalling 1.6.1 with revo uninstaller setting scan
> > to
> > 'advanced' without any change in the result, and have used ccleaner
> > to scan
> > the registry for errors also, without success yet.
> >
> >
> >
> > On 23 September 2016 at 18:11, Jason Gordon
> >  > > wrote:
> >
> >> I  had a similar error (Windows 8) when I tried to start CouchDB
> >> 2.0 on a
> >> non-standard port(s).  When I put the httpd, and ssl ports back to
> >> their
> >> original values, it then started for me.
> >>
> >>
> >>
> >> Jason Gordon  | Principal | A S S U R E B R I D G E
> >> Office:  +1 888 409 6995  |  Mobile:  +1 978 885 6102  |  Fax: +1
> >> 888 409
> >> 6995
> >> Email: jason.gor...@assurebridge.com
> >>
> >> On Fri, Sep 23, 2016 at 12:04 PM, John Le Brasseur <
> >> johnlebrass...@gmail.com
> >> > wrote:
> >>
> >> > Hi Joan.
> >> > Same result.
> >> >
> >> >
> >> > On 23 September 2016 at 17:45, Joan Touzet 
> >> > wrote:
> >> >
> >> > > nssm is correct. Services cannot be batch files, so we use the
> >> > > (freely
> >> > > licensed) nssm.exe to launch our couchdb.cmd batch file.
> >> > >
> >> > > You are right, I entered it wrong.
> >> > >
> >> > > If you stop the service and run couchdb.cmd by hand, do you
> >> > > still get
> >> > > the same error?
> >> > >
> >> > > -Joan
> >> > >
> >> > > - Original Message -
> >> > > > From: "John Le Brasseur" 
> >> > > > To: user@couchdb.apache.org, "Joan Touzet"
> >> > > > 
> >> > > > Sent: Friday, September 23, 2016 10:48:11 AM
> >> > > > Subject: Re: CouchDB 2.0.0 on Windows 10
> >> > > >
> >> > > > Hi Joan
> >> > > > I have reinstalled quite a few times but always with the
> >> > > > same
> >> result.
> >> > > > You say 9 files but have listed 8. I presume 8 is the
> >> > > > correct
> >> amount.
> >> > > > My installation directory has no spaces in it.
> >> > > > How is it that the (Apache CouchDB) service is running if it
> >> > > > is not
> >> > > > loading
> >> > > > properly???
> >> > > > If I right-click the service in the Windows Services App it
> >> > > > states
> >> > > > "Path to
> >> > > > executable: C:\CouchDB\bin\nssm.exe" Is that correct? I
> >> > > > would have
> >> > > > thought
> >> > > > it should perhaps read couchdb.cmd?
> >> > > > Thank you for your comments.
> >> > > >
> >> > > >
> >> > > > On 23 September 2016 at 15:41, Joan Touzet
> >> > > > 
> >> wrote:
> >> > > >
> >> > > > > Hi John,
> >> > > > >
> >> > > > > Sounds like whatever CouchDB 1.6.1 left behind is causing
> >> > > > > you
> >> > > > > issues.
> >> > > > > As I wasn't responsible for that installer I'm not sure I
> >> > > > > can
> >> > > > > suggest
> >> > > > > anything other than a full uninstall and reinstall of
> >> > > > > CouchDB
> >> > > > > 2.0.0.
> >> > > > > After uninstalling, be sure to completely delete the left
> >> > > > > behind
> >> > > > > C:\CouchDB directory.
> >> > > > >
> >> > > > > The collation driver not appearing likely means that the
> >> > > > > icu DLLs
> >> > > > > cannot be found by Erlang. In a working install, you'll
> >> > > > > find these
> >> > > > > files at path:
> >> > > > >
> >> > > > > C:\CouchDB\bin\icu*.dll
> >> > > > >
> >> > > > > There should be 9 files that match this pattern:
> >> > > > >
> >> > > > > 2016-06-16  15:5725,911,296 icudt55.dll
> >> > > > > 2016-06-16  15:56 1,949,696 icuin55.dll
> >> > > > > 2016-06-16  15:5651,200 icuio55.dll
> >> > > > > 2016-06-16  15:55   257,024 icule55.dll
> >> > > > > 2016-06-16  15:5549,664 

Re: CouchDB 2.0.0 on Windows 10

2016-09-23 Thread John Le Brasseur
Hi Nick, Jason.
Thanks.
It must be a 1.6.1 uninstall issue somewhere I believe.

By the way, if I stop the 2.0 service when it is running, a message comes
up:
"Windows could not stop the Apache CouchDB service on local Computer.
The service did not return an error. This could be an internal Windows
error or an internal service error."


However the service does in fact stop.

I have tried uninstalling 1.6.1 with revo uninstaller setting scan to
'advanced' without any change in the result, and have used ccleaner to scan
the registry for errors also, without success yet.



On 23 September 2016 at 18:11, Jason Gordon 
wrote:

> I  had a similar error (Windows 8) when I tried to start CouchDB 2.0 on a
> non-standard port(s).  When I put the httpd, and ssl ports back to their
> original values, it then started for me.
>
>
>
> Jason Gordon  | Principal | A S S U R E B R I D G E
> Office:  +1 888 409 6995  |  Mobile:  +1 978 885 6102  |  Fax: +1 888 409
> 6995
> Email: jason.gor...@assurebridge.com
>
> On Fri, Sep 23, 2016 at 12:04 PM, John Le Brasseur <
> johnlebrass...@gmail.com
> > wrote:
>
> > Hi Joan.
> > Same result.
> >
> >
> > On 23 September 2016 at 17:45, Joan Touzet  wrote:
> >
> > > nssm is correct. Services cannot be batch files, so we use the (freely
> > > licensed) nssm.exe to launch our couchdb.cmd batch file.
> > >
> > > You are right, I entered it wrong.
> > >
> > > If you stop the service and run couchdb.cmd by hand, do you still get
> > > the same error?
> > >
> > > -Joan
> > >
> > > - Original Message -
> > > > From: "John Le Brasseur" 
> > > > To: user@couchdb.apache.org, "Joan Touzet" 
> > > > Sent: Friday, September 23, 2016 10:48:11 AM
> > > > Subject: Re: CouchDB 2.0.0 on Windows 10
> > > >
> > > > Hi Joan
> > > > I have reinstalled quite a few times but always with the same result.
> > > > You say 9 files but have listed 8. I presume 8 is the correct amount.
> > > > My installation directory has no spaces in it.
> > > > How is it that the (Apache CouchDB) service is running if it is not
> > > > loading
> > > > properly???
> > > > If I right-click the service in the Windows Services App it states
> > > > "Path to
> > > > executable: C:\CouchDB\bin\nssm.exe" Is that correct? I would have
> > > > thought
> > > > it should perhaps read couchdb.cmd?
> > > > Thank you for your comments.
> > > >
> > > >
> > > > On 23 September 2016 at 15:41, Joan Touzet 
> wrote:
> > > >
> > > > > Hi John,
> > > > >
> > > > > Sounds like whatever CouchDB 1.6.1 left behind is causing you
> > > > > issues.
> > > > > As I wasn't responsible for that installer I'm not sure I can
> > > > > suggest
> > > > > anything other than a full uninstall and reinstall of CouchDB
> > > > > 2.0.0.
> > > > > After uninstalling, be sure to completely delete the left behind
> > > > > C:\CouchDB directory.
> > > > >
> > > > > The collation driver not appearing likely means that the icu DLLs
> > > > > cannot be found by Erlang. In a working install, you'll find these
> > > > > files at path:
> > > > >
> > > > > C:\CouchDB\bin\icu*.dll
> > > > >
> > > > > There should be 9 files that match this pattern:
> > > > >
> > > > > 2016-06-16  15:5725,911,296 icudt55.dll
> > > > > 2016-06-16  15:56 1,949,696 icuin55.dll
> > > > > 2016-06-16  15:5651,200 icuio55.dll
> > > > > 2016-06-16  15:55   257,024 icule55.dll
> > > > > 2016-06-16  15:5549,664 iculx55.dll
> > > > > 2016-06-16  15:5661,952 icutest55.dll
> > > > > 2016-06-16  15:56   194,560 icutu55.dll
> > > > > 2016-06-16  15:55 1,376,768 icuuc55.dll
> > > > >
> > > > > Be sure the path to CouchDB has no spaces in it, like the sample
> > > > > above.
> > > > >
> > > > > Good luck,
> > > > > Joan
> > > > >
> > > > > - Original Message -
> > > > > > From: "John Le Brasseur" 
> > > > > > To: user@couchdb.apache.org
> > > > > > Sent: Friday, September 23, 2016 7:27:39 AM
> > > > > > Subject: CouchDB 2.0.0 on Windows 10
> > > > > >
> > > > > > Hi Following up on my recent post, I found this in my
> > > > > > couchDB.log:
> > > > > >
> > > > > >
> > > > > > [info] 2016-09-23T11:22:33.225000Z couchdb@localhost <0.202.0>
> > > > > > 
> > > > > > Starting couch_sup
> > > > > > [error] 2016-09-23T11:22:33.239000Z couchdb@localhost <0.205.0>
> > > > > > 
> > > > > > CRASH REPORT Process  (<0.205.0>) with 0 neighbors exited with
> > > > > > reason: "The
> > > > > > specified module could not be found." at
> > > > > > gen_server:init_it/6(line:322) <=
> > > > > > proc_lib:init_p_do_apply/3(line:237); initial_call:
> > > > > > {couch_drv,init,['Argument__1']}, ancestors:
> > > > > > [couch_primary_services,couch_sup,<0.201.0>], messages: [],
> > > > > > links:
> > > > > > [<0.204.0>], dictionary: [], trap_exit: false, status: running,
> > > > > > 

Re: CouchDB 2.0.0 on Windows 10

2016-09-23 Thread John Le Brasseur
Hi.

Notes:

One browser reports: "ERR_CONNECTION_REFUSED"

permissions?

and Safari on my Windows said:
"Safari can't open the page http://127.0.0.1:5984/ because Safari can't
connect to the server 127.0.0.1.

Windows Network Diagnostics said:
"Problem found
The remote device or resource won't accept the connection: Detected"

Its probably something very simple.



On 23 September 2016 at 20:13, John Le Brasseur 
wrote:

> Hi Nick, Jason.
> Thanks.
> It must be a 1.6.1 uninstall issue somewhere I believe.
>
> By the way, if I stop the 2.0 service when it is running, a message comes
> up:
> "Windows could not stop the Apache CouchDB service on local Computer.
> The service did not return an error. This could be an internal Windows
> error or an internal service error."
>
>
> However the service does in fact stop.
>
> I have tried uninstalling 1.6.1 with revo uninstaller setting scan to
> 'advanced' without any change in the result, and have used ccleaner to scan
> the registry for errors also, without success yet.
>
>
>
> On 23 September 2016 at 18:11, Jason Gordon  > wrote:
>
>> I  had a similar error (Windows 8) when I tried to start CouchDB 2.0 on a
>> non-standard port(s).  When I put the httpd, and ssl ports back to their
>> original values, it then started for me.
>>
>>
>>
>> Jason Gordon  | Principal | A S S U R E B R I D G E
>> Office:  +1 888 409 6995  |  Mobile:  +1 978 885 6102  |  Fax: +1 888 409
>> 6995
>> Email: jason.gor...@assurebridge.com
>>
>> On Fri, Sep 23, 2016 at 12:04 PM, John Le Brasseur <
>> johnlebrass...@gmail.com
>> > wrote:
>>
>> > Hi Joan.
>> > Same result.
>> >
>> >
>> > On 23 September 2016 at 17:45, Joan Touzet  wrote:
>> >
>> > > nssm is correct. Services cannot be batch files, so we use the (freely
>> > > licensed) nssm.exe to launch our couchdb.cmd batch file.
>> > >
>> > > You are right, I entered it wrong.
>> > >
>> > > If you stop the service and run couchdb.cmd by hand, do you still get
>> > > the same error?
>> > >
>> > > -Joan
>> > >
>> > > - Original Message -
>> > > > From: "John Le Brasseur" 
>> > > > To: user@couchdb.apache.org, "Joan Touzet" 
>> > > > Sent: Friday, September 23, 2016 10:48:11 AM
>> > > > Subject: Re: CouchDB 2.0.0 on Windows 10
>> > > >
>> > > > Hi Joan
>> > > > I have reinstalled quite a few times but always with the same
>> result.
>> > > > You say 9 files but have listed 8. I presume 8 is the correct
>> amount.
>> > > > My installation directory has no spaces in it.
>> > > > How is it that the (Apache CouchDB) service is running if it is not
>> > > > loading
>> > > > properly???
>> > > > If I right-click the service in the Windows Services App it states
>> > > > "Path to
>> > > > executable: C:\CouchDB\bin\nssm.exe" Is that correct? I would have
>> > > > thought
>> > > > it should perhaps read couchdb.cmd?
>> > > > Thank you for your comments.
>> > > >
>> > > >
>> > > > On 23 September 2016 at 15:41, Joan Touzet 
>> wrote:
>> > > >
>> > > > > Hi John,
>> > > > >
>> > > > > Sounds like whatever CouchDB 1.6.1 left behind is causing you
>> > > > > issues.
>> > > > > As I wasn't responsible for that installer I'm not sure I can
>> > > > > suggest
>> > > > > anything other than a full uninstall and reinstall of CouchDB
>> > > > > 2.0.0.
>> > > > > After uninstalling, be sure to completely delete the left behind
>> > > > > C:\CouchDB directory.
>> > > > >
>> > > > > The collation driver not appearing likely means that the icu DLLs
>> > > > > cannot be found by Erlang. In a working install, you'll find these
>> > > > > files at path:
>> > > > >
>> > > > > C:\CouchDB\bin\icu*.dll
>> > > > >
>> > > > > There should be 9 files that match this pattern:
>> > > > >
>> > > > > 2016-06-16  15:5725,911,296 icudt55.dll
>> > > > > 2016-06-16  15:56 1,949,696 icuin55.dll
>> > > > > 2016-06-16  15:5651,200 icuio55.dll
>> > > > > 2016-06-16  15:55   257,024 icule55.dll
>> > > > > 2016-06-16  15:5549,664 iculx55.dll
>> > > > > 2016-06-16  15:5661,952 icutest55.dll
>> > > > > 2016-06-16  15:56   194,560 icutu55.dll
>> > > > > 2016-06-16  15:55 1,376,768 icuuc55.dll
>> > > > >
>> > > > > Be sure the path to CouchDB has no spaces in it, like the sample
>> > > > > above.
>> > > > >
>> > > > > Good luck,
>> > > > > Joan
>> > > > >
>> > > > > - Original Message -
>> > > > > > From: "John Le Brasseur" 
>> > > > > > To: user@couchdb.apache.org
>> > > > > > Sent: Friday, September 23, 2016 7:27:39 AM
>> > > > > > Subject: CouchDB 2.0.0 on Windows 10
>> > > > > >
>> > > > > > Hi Following up on my recent post, I found this in my
>> > > > > > couchDB.log:
>> > > > > >
>> > > > > >
>> > > > > > [info] 2016-09-23T11:22:33.225000Z couchdb@localhost <0.202.0>
>> > > > > > 
>> > > > > > Starting couch_sup
>> > 

Re: CouchDB 2.0.0 on Windows 10

2016-09-23 Thread Nick North
Chrome, Edge, and IE all work for me on Win10, connecting to localhost.

Nick

On Fri, 23 Sep 2016 at 20:43 Joan Touzet  wrote:

> I will say that in my testing on Windows 10, IE wouldn't connect to a
> localhost URL (http://localhost:5984/) but Firefox would.
>
> CONNECTION_REFUSED suggests Couch isn't running at all.
>
> -Joan
>
> - Original Message -
> > From: "John Le Brasseur" 
> > To: user@couchdb.apache.org
> > Sent: Friday, September 23, 2016 2:52:12 PM
> > Subject: Re: CouchDB 2.0.0 on Windows 10
> >
> > Hi.
> >
> > Notes:
> >
> > One browser reports: "ERR_CONNECTION_REFUSED"
> >
> > permissions?
> >
> > and Safari on my Windows said:
> > "Safari can't open the page http://127.0.0.1:5984/ because Safari
> > can't
> > connect to the server 127.0.0.1.
> >
> > Windows Network Diagnostics said:
> > "Problem found
> > The remote device or resource won't accept the connection: Detected"
> >
> > Its probably something very simple.
> >
> >
> >
> > On 23 September 2016 at 20:13, John Le Brasseur
> > 
> > wrote:
> >
> > > Hi Nick, Jason.
> > > Thanks.
> > > It must be a 1.6.1 uninstall issue somewhere I believe.
> > >
> > > By the way, if I stop the 2.0 service when it is running, a message
> > > comes
> > > up:
> > > "Windows could not stop the Apache CouchDB service on local
> > > Computer.
> > > The service did not return an error. This could be an internal
> > > Windows
> > > error or an internal service error."
> > >
> > >
> > > However the service does in fact stop.
> > >
> > > I have tried uninstalling 1.6.1 with revo uninstaller setting scan
> > > to
> > > 'advanced' without any change in the result, and have used ccleaner
> > > to scan
> > > the registry for errors also, without success yet.
> > >
> > >
> > >
> > > On 23 September 2016 at 18:11, Jason Gordon
> > >  > > > wrote:
> > >
> > >> I  had a similar error (Windows 8) when I tried to start CouchDB
> > >> 2.0 on a
> > >> non-standard port(s).  When I put the httpd, and ssl ports back to
> > >> their
> > >> original values, it then started for me.
> > >>
> > >>
> > >>
> > >> Jason Gordon  | Principal | A S S U R E B R I D G E
> > >> Office:  +1 888 409 6995  |  Mobile:  +1 978 885 6102  |  Fax: +1
> > >> 888 409
> > >> 6995
> > >> Email: jason.gor...@assurebridge.com
> > >>
> > >> On Fri, Sep 23, 2016 at 12:04 PM, John Le Brasseur <
> > >> johnlebrass...@gmail.com
> > >> > wrote:
> > >>
> > >> > Hi Joan.
> > >> > Same result.
> > >> >
> > >> >
> > >> > On 23 September 2016 at 17:45, Joan Touzet 
> > >> > wrote:
> > >> >
> > >> > > nssm is correct. Services cannot be batch files, so we use the
> > >> > > (freely
> > >> > > licensed) nssm.exe to launch our couchdb.cmd batch file.
> > >> > >
> > >> > > You are right, I entered it wrong.
> > >> > >
> > >> > > If you stop the service and run couchdb.cmd by hand, do you
> > >> > > still get
> > >> > > the same error?
> > >> > >
> > >> > > -Joan
> > >> > >
> > >> > > - Original Message -
> > >> > > > From: "John Le Brasseur" 
> > >> > > > To: user@couchdb.apache.org, "Joan Touzet"
> > >> > > > 
> > >> > > > Sent: Friday, September 23, 2016 10:48:11 AM
> > >> > > > Subject: Re: CouchDB 2.0.0 on Windows 10
> > >> > > >
> > >> > > > Hi Joan
> > >> > > > I have reinstalled quite a few times but always with the
> > >> > > > same
> > >> result.
> > >> > > > You say 9 files but have listed 8. I presume 8 is the
> > >> > > > correct
> > >> amount.
> > >> > > > My installation directory has no spaces in it.
> > >> > > > How is it that the (Apache CouchDB) service is running if it
> > >> > > > is not
> > >> > > > loading
> > >> > > > properly???
> > >> > > > If I right-click the service in the Windows Services App it
> > >> > > > states
> > >> > > > "Path to
> > >> > > > executable: C:\CouchDB\bin\nssm.exe" Is that correct? I
> > >> > > > would have
> > >> > > > thought
> > >> > > > it should perhaps read couchdb.cmd?
> > >> > > > Thank you for your comments.
> > >> > > >
> > >> > > >
> > >> > > > On 23 September 2016 at 15:41, Joan Touzet
> > >> > > > 
> > >> wrote:
> > >> > > >
> > >> > > > > Hi John,
> > >> > > > >
> > >> > > > > Sounds like whatever CouchDB 1.6.1 left behind is causing
> > >> > > > > you
> > >> > > > > issues.
> > >> > > > > As I wasn't responsible for that installer I'm not sure I
> > >> > > > > can
> > >> > > > > suggest
> > >> > > > > anything other than a full uninstall and reinstall of
> > >> > > > > CouchDB
> > >> > > > > 2.0.0.
> > >> > > > > After uninstalling, be sure to completely delete the left
> > >> > > > > behind
> > >> > > > > C:\CouchDB directory.
> > >> > > > >
> > >> > > > > The collation driver not appearing likely means that the
> > >> > > > > icu DLLs
> > >> > > > > cannot be found by Erlang. In a working install, you'll
> > >> > > > > find these
> > >> > > > >