I just install Virtualbox for the first time and set it up.
Downloaded and started it on port 8084.
when i go to the Webui i get this error.
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<SOAP-ENV:Fault xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns:vbox="http://www.virtualbox.org/">
<faultcode>message</faultcode>
<faultstring>HTTP GET method not implemented</faultstring>
</SOAP-ENV:Fault>
When i restart the service from CLI nothing shows an error.
# /etc/rc.d/rc.virtualbox restart
<190>Jun 1 02:31:30 rc.virtualbox[29546]: No Virtual Machines running - nothing to save
No Virtual Machines running - nothing to save
<190>Jun 1 02:31:30 rc.virtualbox[29548]: vboxwebsrv service stopped
vboxwebsrv service stopped
<190>Jun 1 02:31:41 rc.virtualbox[29928]: /opt/VirtualBox/VBoxManage setproperty websrvauthlibrary null
/opt/VirtualBox/VBoxManage setproperty websrvauthlibrary null
<190>Jun 1 02:31:41 rc.virtualbox[29955]: vboxwebsrv service started
vboxwebsrv service started
<190>Jun 1 02:31:41 rc.virtualbox[30110]: No Virtual Machines in previous session (list is empty)
No Virtual Machines in previous session (list is empty)
The logs don't show anything.
00:00:00.000511 main Log opened 2017-06-01T09:31:41.088211000Z
00:00:00.000512 main Build Type: release
00:00:00.000513 main OS Product: Linux
00:00:00.000513 main OS Release: 4.9.30-unRAID
00:00:00.000514 main OS Version: #1 SMP PREEMPT Fri May 26 13:56:36 PDT 2017
00:00:00.000528 main DMI Product Name: To be filled by O.E.M.
00:00:00.000531 main DMI Product Version: To be filled by O.E.M.
00:00:00.000562 main Host RAM: 13929MB (13.6GB) total, 12980MB (12.6GB) available
00:00:00.000564 main Executable: /opt/VirtualBox/vboxwebsrv
00:00:00.000565 main Process ID: 29954
00:00:00.000565 main Package type: LINUX_64BITS_GENERIC
00:00:00.002462 main IPC socket path: /tmp/.vbox-root-ipc/ipcd
00:00:00.005497 main Pumping COM event queue
00:00:00.005508 main Pumping COM event queue
00:00:00.005529 Watchdog Watchdog thread started
00:00:00.005530 Watchdog Watchdog: sleeping 5 seconds
00:00:00.005803 SQPmp Socket connection successful: host = 10.0.10.252, port = 8084, master socket = 9
00:00:00.049696 main Pumping COM event queue
00:00:00.069668 main Pumping COM event queue
00:00:00.077944 main Pumping COM event queue
00:00:00.091738 main Pumping COM event queue
00:00:00.106308 SQPmp Request 1 on socket 10 queued for processing (1 items on Q)
00:00:00.107965 SQW01 New SOAP thread started
00:00:00.107986 SQW01 Processing connection from IP=10.0.10.251 socket=10 (0 out of 1 threads idle)
00:00:00.182273 SQPmp Request 2 on socket 10 queued for processing (1 items on Q)
00:00:00.182287 SQW01 Processing connection from IP=10.0.10.251 socket=10 (0 out of 1 threads idle)
00:00:01.987649 SQPmp Request 3 on socket 10 queued for processing (1 items on Q)
00:00:01.987665 SQW01 Processing connection from IP=10.0.10.251 socket=10 (0 out of 1 threads idle)
00:00:01.987810 SQPmp Request 4 on socket 11 queued for processing (1 items on Q)
00:00:01.987830 SQW02 New SOAP thread started
00:00:01.987847 SQW02 Processing connection from IP=10.0.10.251 socket=11 (0 out of 2 threads idle)
Can anyone help..