debug-log EOF: invalid tag and panic seen in state server logs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
High
|
Nate Finch | ||
1.24 |
Fix Released
|
Critical
|
Nate Finch |
Bug Description
I noticed in state server machine-0.log. I looked there because debug-log was failing with an EOF error. I think the panic below is the cause of that.
2015-06-03 02:01:32 DEBUG juju.worker.logger logger.go:45 reconfiguring logging from "<root>=DEBUG" to "<root>
2015-06-03 02:01:33 WARNING juju.cmd.jujud machine.go:885 determining kvm support: INFO: Your CPU does not support KVM extensions
KVM acceleration can NOT be used
: exit status 1
no kvm containers possible
2015-06-03 02:04:25 ERROR juju.apiserver debuglog.go:226 Could not deduce name from tag "-machine-1": "-machine-1" is not a valid tag
2015/06/03 02:04:25 http: panic serving 27.33.46.253:51343: runtime error: invalid memory address or nil pointer dereference
goroutine 945 [running]:
net/http.
github.
github.
github.
github.
github.
github.
golang.
golang.
github.
github.
net/http.
net/http.
created by net/http.
summary: |
- invalid tag and panic seen in state server logs + debug-log EOF: invalid tag and panic seen in state server logs |
Changed in juju-core: | |
assignee: | nobody → Nate Finch (natefinch) |
Changed in juju-core: | |
importance: | Critical → High |
tags: | added: debug-log |
Changed in juju-core: | |
status: | Triaged → In Progress |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
This is marked as fixed in 1.24, did it also get fixed in master for 1.25?