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

Discussions related to using VirtualBox on Linux hosts.
Post Reply
fiber
Posts: 2
Joined: 29. Apr 2017, 01:42

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

Post by fiber »

Hello,

Currently I'm running Virtualbox 4.3.12 on a FreeNAS 9.10 templated jail. After applying a small FreeNAS upgrade (just a patch to 9.10), I'm unable to load my ubuntu 14.02 crashplan instance in virtualbox with the error "The virtual machine 'crashplan' has terminated unexpectedly during startup with exit code 1". Attached below are the details from that error, but I'm having trouble figuring out where the problem is. Any help would be appreciated, thanks!

Code: Select all

Exception Object
(
    [message:protected] => The virtual machine 'crashplan' 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
                (
                    [file] => /usr/local/www/phpvirtualbox/lib/vboxconnector.php
                    [line] => 928
                    [function] => remote_progressGet
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [progress] => 467a66939dd3e98b-00000000000000b5
                                    [_persist] => Array
                                        (
                                            [vboxHandle] => 467a66939dd3e98b-00000000000000b3
                                        )

                                    [fn] => progressGet
                                )

                        )

                )

            [1] => Array
                (
                    [file] => /usr/local/www/phpvirtualbox/lib/ajax.php
                    [line] => 309
                    [function] => __call
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => progressGet
                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [progress] => 467a66939dd3e98b-00000000000000b5
                                            [_persist] => Array
                                                (
                                                    [vboxHandle] => 467a66939dd3e98b-00000000000000b3
                                                )

                                            [fn] => progressGet
                                        )

                                    [1] => Array
                                        (
                                            [0] => Array
                                                (
                                                    [data] => Array
                                                        (
                                                            [responseData] => Array
                                                                (
                                                                    [progress] => 467a66939dd3e98b-00000000000000b5
                                                                    [info] => Array
                                                                        (
                                                                            [completed] => 1
                                                                            [canceled] => 
                                                                            [description] => Starting VM
                                                                            [operationDescription] => Creating process for virtual machine "crashplan" (headless)
                                                                            [timeRemaining] => Array
                                                                                (
                                                                                )

                                                                            [timeElapsed] => Array
                                                                                (
                                                                                    [days] => 17284
                                                                                    [hours] => 23
                                                                                    [minutes] => 31
                                                                                    [seconds] => 5
                                                                                )

                                                                            [percent] => 0
                                                                        )

                                                                )

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

                                                    [errors] => Array
                                                        (
                                                        )

                                                    [persist] => Array
                                                        (
                                                        )

                                                    [messages] => Array
                                                        (
                                                        )

                                                )

                                        )

                                )

                        )

                )

            [2] => Array
                (
                    [file] => /usr/local/www/phpvirtualbox/lib/ajax.php
                    [line] => 309
                    [function] => progressGet
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [progress] => 467a66939dd3e98b-00000000000000b5
                                    [_persist] => Array
                                        (
                                            [vboxHandle] => 467a66939dd3e98b-00000000000000b3
                                        )

                                    [fn] => progressGet
                                )

                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [data] => Array
                                                (
                                                    [responseData] => Array
                                                        (
                                                            [progress] => 467a66939dd3e98b-00000000000000b5
                                                            [info] => Array
                                                                (
                                                                    [completed] => 1
                                                                    [canceled] => 
                                                                    [description] => Starting VM
                                                                    [operationDescription] => Creating process for virtual machine "crashplan" (headless)
                                                                    [timeRemaining] => Array
                                                                        (
                                                                        )

                                                                    [timeElapsed] => Array
                                                                        (
                                                                            [days] => 17284
                                                                            [hours] => 23
                                                                            [minutes] => 31
                                                                            [seconds] => 5
                                                                        )

                                                                    [percent] => 0
                                                                )

                                                        )

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

                                            [errors] => Array
                                                (
                                                )

                                            [persist] => Array
                                                (
                                                )

                                            [messages] => Array
                                                (
                                                )

                                        )

                                )

                        )

                )

        )

    [previous:Exception:private] => 
)
Martin
Volunteer
Posts: 2562
Joined: 30. May 2007, 18:05
Primary OS: Fedora other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: XP, Win7, Win10, Linux, OS/2

Re: The virtual machine 'crashplan' has terminated unexpectedly during startup with exit code 1

Post by Martin »

FreeNAS is building their own fork of Virrtualbox and it is a very old version which hasn't been discussed here for a long time.
You may get better help in a FreeNAS forum.
Post Reply