Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing sync gateway service fails #847

Closed
tleyden opened this issue May 11, 2015 · 1 comment
Closed

Installing sync gateway service fails #847

tleyden opened this issue May 11, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@tleyden
Copy link
Contributor

tleyden commented May 11, 2015

I just ran an ansible script to install the sync gateway service, and got this failure:

TASK: [install sync gateway service] ******************************************
failed: [ec2-54-157-154-65.compute-1.amazonaws.com] => {"changed": true, "cmd": "./sync_gateway_service_install.sh --sgpath=/home/sync_gateway/sync_gateway", "delta": "0:00:00.119384", "end": "2015-05-11 21:40:49.899945", "rc": 1, "start": "2015-05-11 21:40:49.780561", "warnings": []}
stderr: The sync_gateway source JSON config file does not exist"../examples/serviceconfig.json".

The reason is due to the renaming done for #838.

The quick fix is to just put that config file back. The longer term fix is to move this file into the service directory, and modify the service install script to look for it there.

@zgramana / @michaelkwok is it too late to get this change into the 1.1.0 release?

@tleyden tleyden added the bug label May 11, 2015
@tleyden tleyden added this to the 1.1.0 milestone May 11, 2015
tleyden pushed a commit that referenced this issue May 11, 2015
@tleyden
Copy link
Contributor Author

tleyden commented May 11, 2015

Re-opening, since this hasn't landed on the release branch yet.

@tleyden tleyden reopened this May 11, 2015
@tleyden tleyden self-assigned this May 11, 2015
@tleyden tleyden closed this as completed May 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant