[GH-ISSUE #281] Cannot resize memory from web gui #183

Closed
opened 2026-02-27 15:57:39 +03:00 by kerem · 3 comments
Owner

Originally created by @james-watson-oxb on GitHub (Jan 13, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/281

When I attempt to change the memory size from the web gui I get the following error:

[error] 20973#20973: *6510 open() "/srv/webvirtcloud/static/js/worker-xml.js" failed (2: No such file or directory) client: 1.1.1.1, server: , request: "GET /static/js/worker-xml.js HTTP/1.1", host: "11.1.12.1:8020"

I have the last git pull and this is new installation running on Ubuntu 18.04

Please advise how to solve. I do not see worker-xml in the git pull, do I need to update any names in the code ?

root@k1:~# ls /srv/webvirtcloud/static/js/
ace.js bootstrap.min.js bootstrap-multiselect.js Chart.bundle.min.js ext-textarea.js jquery.js js.cookie.js mode-xml.js novnc plugins sortable.min.js spice-html5

Originally created by @james-watson-oxb on GitHub (Jan 13, 2020). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/281 When I attempt to change the memory size from the web gui I get the following error: [error] 20973#20973: *6510 open() "/srv/webvirtcloud/static/js/worker-xml.js" failed (2: No such file or directory) client: 1.1.1.1, server: , request: "GET /static/js/worker-xml.js HTTP/1.1", host: "11.1.12.1:8020" I have the last git pull and this is new installation running on Ubuntu 18.04 Please advise how to solve. I do not see worker-xml in the git pull, do I need to update any names in the code ? root@k1:~# ls /srv/webvirtcloud/static/js/ ace.js bootstrap.min.js bootstrap-multiselect.js Chart.bundle.min.js ext-textarea.js jquery.js js.cookie.js mode-xml.js novnc plugins sortable.min.js spice-html5
kerem closed this issue 2026-02-27 15:57:39 +03:00
Author
Owner

@catborise commented on GitHub (Jan 13, 2020):

worker-xml.js is a trivial error. it does not effect the app.
Is vm running while resizing ?
Only Current allocation could be changed if it is running.

<!-- gh-comment-id:573641565 --> @catborise commented on GitHub (Jan 13, 2020): worker-xml.js is a trivial error. it does not effect the app. Is vm running while resizing ? Only Current allocation could be changed if it is running.
Author
Owner

@james-watson-oxb commented on GitHub (Jan 13, 2020):

Yes the VM is running. I click Resize and the web is then redirected back to the resize page and the values do not change. The only error in the logs is the one above so I thought it maybe the cause. How else can i troubleshoot this issue ? any debug options available ?

<!-- gh-comment-id:573654216 --> @james-watson-oxb commented on GitHub (Jan 13, 2020): Yes the VM is running. I click Resize and the web is then redirected back to the resize page and the values do not change. The only error in the logs is the one above so I thought it maybe the cause. How else can i troubleshoot this issue ? any debug options available ?
Author
Owner

@catborise commented on GitHub (Jan 13, 2020):

It is working without feedback. It will be good if i add feedback message.
as i said, while it is running you can change only "Current allocation", but not "Maximum allocation".
you can check it if it is working:
instance details -> settings -> XML
check xml to see if there is a tag like:

<memory unit='KiB'></memory>
  <currentMemory unit='KiB'></currentMemory>

if memory and current memory values are different, then it is working.

what is the guest os(instance os)? windows or linux?

<!-- gh-comment-id:573667882 --> @catborise commented on GitHub (Jan 13, 2020): It is working without feedback. It will be good if i add feedback message. as i said, while it is running you can change only "Current allocation", but not "Maximum allocation". you can check it if it is working: instance details -> settings -> XML check xml to see if there is a tag like: ``` <memory unit='KiB'></memory> <currentMemory unit='KiB'></currentMemory> ``` if memory and current memory values are different, then it is working. what is the guest os(instance os)? windows or linux?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#183
No description provided.