aerospike / aerospike-server.docker

Dockerfiles for Aerospike Server
Other
141 stars 68 forks source link

Unknown config parameter mesh-port when starting container #13

Closed ryboe closed 8 years ago

ryboe commented 8 years ago
$ docker run --name test -P aerospike
Aug 23 2016 21:59:07 GMT: CRITICAL (config): (cfg.c:1309) line 48 :: unknown config parameter name 'mesh-port'
Aug 23 2016 21:59:07 GMT: WARNING (as): (signal.c:153) SIGINT received, shutting down
Aug 23 2016 21:59:07 GMT: WARNING (as): (signal.c:156) startup was not complete, exiting immediately

I'm using Docker for Mac 1.12.0-a on OS X El Capitan.

volmarl commented 8 years ago

Could you let us know which version (tag) of the container are you using? and possibly post your aerospike.conf

ryboe commented 8 years ago

The tag is latest. The config is the default config.

volmarl commented 8 years ago

Thanks. I fixed the issue with the default config. Were you using github and building it from scratch or Docker Hub?

ryboe commented 8 years ago

Docker Hub. Thanks for the quick response.

volmarl commented 8 years ago

Official repo update may take a couple of days. In the mean time, you could overwrite default config and remove mesh-port line in aerospike.conf or rebuild from this repo.

volmarl commented 8 years ago

Fix is now available on official immage in docker hub.

https://hub.docker.com/_/aerospike/