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

can't create VM when the first time name is not entered #365

Closed
leistnerova opened this issue Oct 30, 2017 · 0 comments
Closed

can't create VM when the first time name is not entered #365

leistnerova opened this issue Oct 30, 2017 · 0 comments
Assignees
Milestone

Comments

@leistnerova
Copy link
Collaborator

When I create new VM and forget to enter VM name. Nothing seems to happen.
In browser console:

Ajax failed: {"readyState":4,"responseText":"{\n "detail" : "Vm [name] required for add",\n "reason" : "Incomplete parameters"\n}","responseJSON":{"detail":"Vm [name] required for add","reason":"Incomplete parameters"},"status":400,"statusText":"Bad Request"} helpers.js:19:6
External action exception: {"readyState":4,"responseText":"{\n "detail" : "Vm [name] required for add",\n "reason" : "Incomplete parameters"\n}","responseJSON":{"detail":"Vm [name] required for add","reason":"Incomplete parameters"},"status":400,"statusText":"Bad Request"} helpers.js:19:6
uncaught at le
at o
at o
at o
i.prototype._format@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:39:20252
i/this.format@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:39:18571
m@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:1:10956
g/</<@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:1:11400
ce@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:23:29088
i/<@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:22:29895
o@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:24:420
d/<@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:24:1824
u/</e[t]@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:24:596
l@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:18:29744
n@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:18:30594
E/<@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:18:31687
l@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:10:23998
a/</c<@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:10:24315
utils.js:240

When I try to add the VM again with proper name, still nothing seems to happen. And after some tries (when I also dismiss the edit dialog) error in browser console appears:

Ajax failed: {"readyState":4,"responseText":"{\n "detail" : "[Cannot edit VM. Related operation is currently in progress. Please try again later.]",\n "reason" : "Operation Failed"\n}","responseJSON":{"detail":"[Cannot edit VM. Related operation is currently in progress. Please try again later.]","reason":"Operation Failed"},"status":409,"statusText":"Conflict"} helpers.js:19:6
External action exception: {"readyState":4,"responseText":"{\n "detail" : "[Cannot edit VM. Related operation is currently in progress. Please try again later.]",\n "reason" : "Operation Failed"\n}","responseJSON":{"detail":"[Cannot edit VM. Related operation is currently in progress. Please try again later.]","reason":"Operation Failed"},"status":409,"statusText":"Conflict"} helpers.js:19:6
uncaught at le
at o
at o
at o
i.prototype._format@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:39:20252
i/this.format@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:39:18571
m@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:1:10956
g/</<@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:1:11400
ce@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:23:29088
i/<@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:22:29895
o@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:24:420
d/<@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:24:1824
u/</e[t]@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:24:596
l@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:18:29744
n@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:18:30594
E/<@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:18:31687
l@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:10:23998
a/</c<@https://host1.obfuscateddomain0.com/ovirt-engine/web-ui/static/js/main.40a576b8.js:10:24315
~

Proper error should appear in the UI in both situations.

@mareklibra mareklibra added the bug label Oct 30, 2017
@mareklibra mareklibra added this to the v1.3.0 milestone Oct 30, 2017
@leistnerova leistnerova changed the title can't create VM when name is not entered can't create VM when the first time name is not entered Oct 30, 2017
@mareklibra mareklibra assigned mareklibra and unassigned bond95 Oct 31, 2017
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

3 participants