phpVirtualBox - VM has terminated unexpectedly during setup

Status
Not open for further replies.

nickv2002

Cadet
Joined
Jan 11, 2017
Messages
4
I just upgraded to FreeNAS-9.10.2 (a476f16) and I'm having problems getting my VM, which was working fine before the upgrade, to start. Whenever go to the phpVirtualBox web GUI and try to start the VM I get this message: The virtual machine 'UbuntuVM' has terminated unexpectedly during startup with exit code 1 (Details in code block below). I've tried reverting to a snapshot that was booting fine last night and still get the same error message. I have also tried rebooting the Jail and FreeNAS itself but that didn't change things either.

I'm pretty sure it was the recent FreeNAS updates that I applied this morning because things were working fine last night before applying them, I was using an earlier build of FreeNAS before (probably 9.10.1 FWIW).

Anyone else seeing this weird behavior? Any more info I can provide?

Thanks,
Nick

Code:
Exception Object
(
    [message:protected] => The virtual machine 'UbuntuVM' 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] => c5f02338a4f0af3b-000000000000004e
                                    [_persist] => Array
                                        (
                                            [vboxHandle] => c5f02338a4f0af3b-000000000000004c
                                        )

                                    [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] => c5f02338a4f0af3b-000000000000004e
                                            [_persist] => Array
                                                (
                                                    [vboxHandle] => c5f02338a4f0af3b-000000000000004c
                                                )

                                            [fn] => progressGet
                                        )

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

                                                                            [timeElapsed] => Array
                                                                                (
                                                                                    [days] => 17177
                                                                                    [hours] => 20
                                                                                    [minutes] => 24
                                                                                    [seconds] => 11
                                                                                )

                                                                            [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] => c5f02338a4f0af3b-000000000000004e
                                    [_persist] => Array
                                        (
                                            [vboxHandle] => c5f02338a4f0af3b-000000000000004c
                                        )

                                    [fn] => progressGet
                                )

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

                                                                    [timeElapsed] => Array
                                                                        (
                                                                            [days] => 17177
                                                                            [hours] => 20
                                                                            [minutes] => 24
                                                                            [seconds] => 11
                                                                        )

                                                                    [percent] => 0
                                                                )

                                                        )

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

                                            [errors] => Array
                                                (
                                                )

                                            [persist] => Array
                                                (
                                                )

                                            [messages] => Array
                                                (
                                                )

                                        )

                                )

                        )

                )

        )

    [previous:Exception:private] =>
)
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
If you search around the forum a bit you'll see that phpvirtualbox is deprecated and no longer working. The template has actually been removed in 9.10.2
 

nickv2002

Cadet
Joined
Jan 11, 2017
Messages
4
Shoot, ok, that kinda sucks because I spend a long time setting it up and thought it was pretty neat.

Would have appreciated more warning/communication on this one from the web interface.

Thanks for your help.
 
Status
Not open for further replies.
Top