-
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
[question] Use driver/raw_exec run a node server job on windows server 2012 R2, job always pending #2354
Comments
{"Type":"Restarting","Time":1487903145262566000,"FailsTas |
My client side try restarting again and again |
@ArthurJiang Hey can you show the output of |
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. |
If you have a question, prepend your issue with
[question]
or preferably use the nomad mailing list.If filing a bug please include the following:
Nomad version
Nomad v0.5.0
Operating system and Environment details
Microsoft Windows Server 2012 R2 Datacenter
Issue
Job always pending.
Reproduction steps
Nomad Server logs (if appropriate)
Error querying allocation: Unexpected response code: 500 (rpc error: alloc lookup failed: index error: Invalid UUID: encoding/hex: invalid byte: U+006E 'n')
Nomad Client logs (if appropriate)
Job file (if appropriate)
job "simple_http" {
region = "japan"
datacenters = ["japaneast"]
type = "service"
constraint {
attribute = "${attr.kernel.name}"
value = "windows"
}
group "winml01" {
count = 1
}
}
The text was updated successfully, but these errors were encountered: