[GitHub] wohali commented on issue #698: CouchDB 2 service keeps restarting on Windows Server 2016

2018-02-22 Thread GitBox
wohali commented on issue #698: CouchDB 2 service keeps restarting on Windows 
Server 2016
URL: https://github.com/apache/couchdb/issues/698#issuecomment-367824436
 
 
   CouchDB binds to both ports 5984 (clustered interface) and 5986 
(localhost-only administrative interface).


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wohali commented on issue #698: CouchDB 2 service keeps restarting on Windows Server 2016

2018-02-22 Thread GitBox
wohali commented on issue #698: CouchDB 2 service keeps restarting on Windows 
Server 2016
URL: https://github.com/apache/couchdb/issues/698#issuecomment-367785530
 
 
   https://msdn.microsoft.com/en-us/library/aa384372(v=vs.85).aspx
   
   ```
   WinRM 2.0:  The default HTTP port is 5985, and the default HTTPS port is 
5986.
   ```
   
   You can change the port to fix this problem if desired.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wohali commented on issue #698: CouchDB 2 service keeps restarting on Windows Server 2016

2017-07-26 Thread git
wohali commented on issue #698: CouchDB 2 service keeps restarting on Windows 
Server 2016
URL: https://github.com/apache/couchdb/issues/698#issuecomment-318157785
 
 
   Hi @callum-spartan,
   
   I have locally installed Windows Server 2016 Standard Edition with Desktop 
Experience, fully updated it from Windows Update, downloaded the CouchDB 
2.0.0.2 x64 .msi file, and installed it. I am then able to access 
`http://localhost:5984/` using the built-in Internet Explorer 11 (after 
modifying IE's default security settings for the Local intranet to Low) and 
successfully get back the response 
`{"couchdb":"Welcome","version":"2.0.0","vendor":{"name":"The Apache Software 
Foundation"}}`. I then installed Firefox from https://getfirefox.com/ and was 
able to bring up `http://localhost:5984/_utils` just fine (we don't test for 
Fauxton compatibility with IE) and ran the Verify function. It succeeded with 
no errors.
   
   So Windows Server 2016, out of the box, runs the CouchDB 2.0.0.2 installer 
just fine. 
   
   I'm going to close this ticket out, as it is blocking our 2.1 release, but 
we can continue to try and work together to solve your problem here. My guess 
is that you still have another process running on the default port. Perhaps 
CouchDB 1.6.1 didn't uninstall correctly - what happens when you browse to 
http://localhost:5984/? Are you getting a response?
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wohali commented on issue #698: CouchDB 2 service keeps restarting on Windows Server 2016

2017-07-26 Thread git
wohali commented on issue #698: CouchDB 2 service keeps restarting on Windows 
Server 2016
URL: https://github.com/apache/couchdb/issues/698#issuecomment-318157785
 
 
   Hi @callum-spartan,
   
   I have locally installed Windows Server 2016 Standard Edition with Desktop 
Experience, fully updated it from Windows Update, downloaded the CouchDB 
2.0.0.2 x64 .msi file, and installed it. I am then able to access 
`http://localhost:5984/` using the built-in Internet Explorer 11 (after 
modifying IE's default security settings for the Local intranet to Low) and 
successfully get back the response 
`{"couchdb":"Welcome","version":"2.0.0","vendor":{"name":"The Apache Software 
Foundation"}}`. So Windows Server 2016, out of the box, runs the CouchDB 
2.0.0.2 installer just fine. I then installed Firefox from 
https://getfirefox.com/ and was able to bring up `http://localhost:5984/_utils` 
just fine (we don't test for Fauxton compatibility with IE) and ran the Verify 
function. It succeeded with no errors.
   
   I'm going to close this ticket out, as it is blocking our 2.1 release, but 
we can continue to try and work together to solve your problem here. My guess 
is that you still have another process running on the default port. Perhaps 
CouchDB 1.6.1 didn't uninstall correctly - what happens when you browse to 
http://localhost:5984/? Are you getting a response?
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wohali commented on issue #698: CouchDB 2 service keeps restarting on Windows Server 2016

2017-07-21 Thread git
wohali commented on issue #698: CouchDB 2 service keeps restarting on Windows 
Server 2016
URL: https://github.com/apache/couchdb/issues/698#issuecomment-317036397
 
 
   The specific error isn't file access errors, it's port access errors, my 
mistake, and thank you @davisp.
   
   @callum-spartan Are you using Windows containers? This pointer might be the 
issue 
https://stackoverflow.com/questions/44817861/windows-container-port-binding-not-working-on-windows-server-2016-using-docker
   
   I'll try and test this on my own, but if I can't reproduce...it's likely 
your local setup.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wohali commented on issue #698: CouchDB 2 service keeps restarting on Windows Server 2016

2017-07-19 Thread git
wohali commented on issue #698: CouchDB 2 service keeps restarting on Windows 
Server 2016
URL: https://github.com/apache/couchdb/issues/698#issuecomment-316447475
 
 
   The `eacces` in your logfile tells us the issue is file permissions for the 
user who runs the service. Can you try checking permissions on the `C:\CouchDB` 
directory (or wherever you installed it) and ensure the Local Service user has 
access to write to that directory?
   
   I don't have a Windows Server 2016 machine to test on - will have to remedy 
that. I know for a fact it works under Windows 10 correctly.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services