Skip to content

Instantly share code, notes, and snippets.

Created December 27, 2014 06:49
Show Gist options
  • Save anonymous/84a76d51db9d62933d56 to your computer and use it in GitHub Desktop.
Save anonymous/84a76d51db9d62933d56 to your computer and use it in GitHub Desktop.
socketplane$ sudo docker logs 490f6946fa06
ERRO[0000] Error connecting OVS dial tcp 127.0.0.1:6640: connection refused
ERRO[0000] 0x451360
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x55a0bc]
goroutine 25 [running]:
runtime.panic(0xae6520, 0x1197a93)
/usr/src/go/src/pkg/runtime/panic.c:279 +0xf5
github.com/socketplane/socketplane/ovs.AddInternalPort(0x0, 0xbbc290, 0xb, 0xb8c230, 0x7, 0x1)
/go/src/github.com/socketplane/socketplane/ovs/ovs_driver.go:314 +0xf6c
github.com/socketplane/socketplane/ovs.CreateNetwork(0xb8c230, 0x7, 0xc2080a9b90, 0x0, 0x0, 0x0)
/go/src/github.com/socketplane/socketplane/ovs/network.go:78 +0x5bb
github.com/socketplane/socketplane/ovs.CreateDefaultNetwork(0xc208035370, 0x0, 0x0)
/go/src/github.com/socketplane/socketplane/ovs/network.go:140 +0xb2
github.com/socketplane/socketplane/daemon.func·002()
/go/src/github.com/socketplane/socketplane/daemon/daemon.go:69 +0x184
created by github.com/socketplane/socketplane/daemon.(*Daemon).Run
/go/src/github.com/socketplane/socketplane/daemon/daemon.go:73 +0x1af
goroutine 16 [select (no cases)]:
github.com/socketplane/socketplane/daemon.(*Daemon).Run(0xc208035370, 0xc20804e210)
/go/src/github.com/socketplane/socketplane/daemon/daemon.go:81 +0x286
github.com/socketplane/socketplane/daemon.*Daemon.Run·fm(0xc20804e210)
/go/src/github.com/socketplane/socketplane/socketplane.go:32 +0x30
github.com/socketplane/socketplane/Godeps/_workspace/src/github.com/codegangsta/cli.(*App).Run(0xc2080640c0, 0xc20800e000, 0x3, 0x3, 0x0, 0x0)
/go/src/github.com/socketplane/socketplane/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:135 +0x99c
main.main()
/go/src/github.com/socketplane/socketplane/socketplane.go:33 +0x2a2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment