Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Strange errors when you run redis executable in a path with spaces #144

Closed
lieven-m opened this issue Jul 4, 2014 · 1 comment
Closed

Comments

@lieven-m
Copy link

lieven-m commented Jul 4, 2014

C:\Program Files\Redis>redis-server --service-install redis.windows.conf --logle
vel verbose
[3276] 03 Jul 09:38:54.713 # Redis successfully installed as a service.

C:\Program Files\Redis>redis-cli ping
PONG

C:\Program Files\Redis>redis-cli bgsave
(error) ERR

C:\Program Files\Redis>redis-cli bgrewriteaof
Background append only file rewriting scheduled

C:\Program Files\Redis>

C:\Program Files\Redis>redis-server redis.windows.conf
Failed to open the .conf file: Files\Redis\redis-server.exe CWD=C:\Program Files
\Redis

[2460] 03 Jul 09:40:45.444 - Accepted 127.0.0.1:53202
[2460] 03 Jul 09:40:55.490 # BeginForkOperation: system error caught. error code=0x00000000, message=Forked Process did not respond in a timely manner.: unknown error

[2460] 03 Jul 09:40:55.491 # Can't save in background: fork: Invalid argument
[2460] 03 Jul 09:40:55.492 - Reading from client: An existing connection was forcibly closed by the remote host.

@jepickett
Copy link

Fixed in commit 88a6286.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants