VirtualBox plugin, unable to start any VM

Status
Not open for further replies.

IceBoosteR

Guru
Joined
Sep 27, 2016
Messages
503
Hello guys,

I got a little problem with the VirtualBox-plugin. Ihave installed the plaugin, addes some storage to access my .iso files for installing the VMs but everytime I try to start a VM I got this error message:

The virtual machine 'Windows7' has terminated unexpectedly during startup with exit code 1

I have tried Ubuntu and Windows.

I thought it was a permission error, so I changed everything I could find, from sotrage to the internal permission of the jail. Nothing worked for me.
Also setting the checkbox in Virtualbox of the SATA controller to "USE HOST I/O" did not work.

Could someone please help me and advice?
Thanks

The detailed error message is as following:
Code:
Exception Object
(
  [message:protected] => The virtual machine 'Windows7' has terminated unexpectedly during startup with exit code 1
  [string:Exception:private] =>
  [code:protected] => 0
  [file:protected] => /usr/local/www/phpvirtualbox/lib/vboxconnector.php
  [line:protected] => 2382
  [trace:Exception:private] => Array
  (
  [0] => Array
  (
   => /usr/local/www/phpvirtualbox/lib/vboxconnector.php
  [line] => 928
  [function] => remote_progressGet
  [class] => vboxconnector
  [type] => ->
  [args] => Array
  (
  [0] => Array
  (
  [progress] => b6eaac9287a0d7cb-0000000000000107
  [_persist] => Array
  (
  [vboxHandle] => b6eaac9287a0d7cb-0000000000000105
  )

  [fn] => progressGet
  )

  )

  )

  [1] => Array
  (
   => /usr/local/www/phpvirtualbox/lib/ajax.php
  [line] => 309
  [function] => __call
  [class] => vboxconnector
  [type] => ->
  [args] => Array
  (
  [0] => progressGet
  [1] => Array
  (
  [0] => Array
  (
  [progress] => b6eaac9287a0d7cb-0000000000000107
  [_persist] => Array
  (
  [vboxHandle] => b6eaac9287a0d7cb-0000000000000105
  )

  [fn] => progressGet
  )

  [1] => Array
  (
  [0] => Array
  (
  [data] => Array
  (
  [responseData] => Array
  (
  [progress] => b6eaac9287a0d7cb-0000000000000107
  [info] => Array
  (
  [completed] => 1
  [canceled] =>
  [description] => Starting VM
  [operationDescription] => Creating process for virtual machine "Windows7" (headless)
  [timeRemaining] => Array
  (
  )

  [timeElapsed] => Array
  (
  [days] => 17077
  [hours] => 13
  [minutes] => 13
  [seconds] => 49
  )

  [percent] => 0
  )

  )

  [success] => 1
  [key] => 53474945cfd7ac0bf8114767c209c2a6
  )

  [errors] => Array
  (
  )

  [persist] => Array
  (
  )

  [messages] => Array
  (
  )

  )

  )

  )

  )

  )

  [2] => Array
  (
   => /usr/local/www/phpvirtualbox/lib/ajax.php
  [line] => 309
  [function] => progressGet
  [class] => vboxconnector
  [type] => ->
  [args] => Array
  (
  [0] => Array
  (
  [progress] => b6eaac9287a0d7cb-0000000000000107
  [_persist] => Array
  (
  [vboxHandle] => b6eaac9287a0d7cb-0000000000000105
  )

  [fn] => progressGet
  )

  [1] => Array
  (
  [0] => Array
  (
  [data] => Array
  (
  [responseData] => Array
  (
  [progress] => b6eaac9287a0d7cb-0000000000000107
  [info] => Array
  (
  [completed] => 1
  [canceled] =>
  [description] => Starting VM
  [operationDescription] => Creating process for virtual machine "Windows7" (headless)
  [timeRemaining] => Array
  (
  )

  [timeElapsed] => Array
  (
  [days] => 17077
  [hours] => 13
  [minutes] => 13
  [seconds] => 49
  )

  [percent] => 0
  )

  )

  [success] => 1
  [key] => 53474945cfd7ac0bf8114767c209c2a6
  )

  [errors] => Array
  (
  )

  [persist] => Array
  (
  )

  [messages] => Array
  (
  )

  )

  )

  )

  )

  )

  [previous:Exception:private] =>
)

 

IceBoosteR

Guru
Joined
Sep 27, 2016
Messages
503

IceBoosteR

Guru
Joined
Sep 27, 2016
Messages
503
Does updating to U2 resolve the issue?
Hello dlavigne,

The update on the fresh release (U2) resolved the error. Thank you.
IceBoosteR
 
Status
Not open for further replies.
Top