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

Emitter keeps crashing #74

Closed
snaquaye opened this issue Jan 24, 2018 · 3 comments
Closed

Emitter keeps crashing #74

snaquaye opened this issue Jan 24, 2018 · 3 comments

Comments

@snaquaye
Copy link

Hello,

I installed emitter via docker and running docker run -d -p 8080:8080 emitter/server, I noticed the server keeps crashing.

BR
Quaye Samson

@kelindar
Copy link
Contributor

Can you paste the crash log?

@snaquaye
Copy link
Author

docker run -d -p 8080:8080 emitter/server outputs 625cd9160bd1bd50098ae77186e9596fca9ffda6ededb23fbfad9e1977e68a02

go get -u github.com/emitter-io/emitter && emitter outputs

# github.com/emitter-io/emitter/collection
go/src/github.com/emitter-io/emitter/collection/lwwset.go:23: syntax error: unexpected = in type declaration
# github.com/emitter-io/emitter/vendor/github.com/kelindar/binary
go/src/github.com/emitter-io/emitter/vendor/github.com/kelindar/binary/scanner.go:10: undefined: sync.Map

docker run emitter/server outputs

+ exec emitter
2018/01/25 10:07:49 [service] configured vault username (129-56-11-57)
2018/01/25 10:07:49 [service] unable to find a license, make sure 'license' value is set in the config file or EMITTER_LICENSE environment variable
2018/01/25 10:07:49 [service] generated new license: 1sEYvMDmnsDzcwoAWtuea_XXJYSJU6-OAAAAAAAAAAI
2018/01/25 10:07:49 [service] generated new secret key: LqSyEHn5Jc-mosuWLXgkmI4cKjwcuHx7

but docker ps shows nothing, running docker ps -a shows

CONTAINER ID        IMAGE                       COMMAND             CREATED             STATUS                      PORTS               NAMES
2c8483b6bee5        emitter/server              "go-wrapper run"    19 seconds ago      Exited (0) 15 seconds ago                       romantic_lumiere

@kelindar
Copy link
Contributor

Docker works fine, this is the expected behaviour - please refer to the readme file.

For the go get issue it seems like you don't have go 1.9 installed.

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

No branches or pull requests

2 participants