-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Null Pointer Exception on startup #1334
Comments
Could be related to #1277 missed it because wasn't searching for European spelling of null. |
@jshaw86 Was this on first start up or during a restore? |
@dadgar we are not sure how it got into the state (syslog doesn't show anything) but the node was listed as down one morning and when we try to bring it back up we get that traceback on startup. |
Okay so I think it is the same problem as #1277 then. Going to close this. If it occurs on 0.4 please report again. |
@dadgar after building off master and dropping the binary in place I get this behavior
is the recommended recover to |
If you could actually post the content of |
But yes you can just delete the data_dir folder to continue |
@dadgar i've attached the alloc dir |
@dadgar could we reopen this one for nomad to gracefully handle this case rather than early exiting? |
@jshaw86 Yes, but I need to look into the cause of this a bit more so I can appropriately scope the work/issue. Haven't had time yet to deep dive into the data you have provided |
@dadgar ok no problem just wanted to make sure it didn't get lost if it was closed. |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Nomad version
Nomad v0.3.2
Operating system and Environment details
Ubuntu 14.04.4 LTS (GNU/Linux 3.13.0-87-generic x86_64)
Issue
Null pointer exception when starting nomad, and upstart/init.d can't get agent back up
Reproduction steps
start nomad client: sudo nomad agent -client -servers=nomad-sched1-priv.bronze.aws-pdx-3.ps.pn -config=/etc/nomad.d
Nomad Client logs (if appropriate)
nomad.d config
our setup is single nomad server with 3 nomad clients.
The text was updated successfully, but these errors were encountered: