Error while creating VM

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Capone1423
Posts: 3
Joined: 11. Oct 2017, 00:32

Error while creating VM

Post by Capone1423 »

Hello Everybody,

apologize for my englisch, but I have a big problem and I tried everything without success. I hope the big community here can help me.

I'm using VB on an OMV installation. VB Version is 5.1.26.

I'm trying to create a VM and as soon as I start it the first time i get the following error:

Code: Select all

Exception Object
(
    [message:protected] => The virtual machine 'OMV_NetCloud' has terminated unexpectedly during startup with exit code 1 (0x1)
    [string:Exception:private] => 
    [code:protected] => 0
    [file:protected] => /usr/share/phpvirtualbox/endpoints/lib/vboxconnector.php
    [line:protected] => 2429
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /usr/share/phpvirtualbox/endpoints/lib/vboxconnector.php
                    [line] => 951
                    [function] => remote_progressGet
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [progress] => dc72162b7d308f5e-0000000000000004
                                )
                        )
                )
            [1] => Array
                (
                    [file] => /usr/share/phpvirtualbox/endpoints/api.php
                    [line] => 316
                    [function] => __call
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => progressGet
                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [progress] => dc72162b7d308f5e-0000000000000004
                                        )
                                    [1] => Array
                                        (
                                            [0] => Array
                                                (
                                                    [data] => Array
                                                        (
                                                            [responseData] => Array
                                                                (
                                                                    [progress] => dc72162b7d308f5e-0000000000000004
                                                                    [info] => Array
                                                                        (
                                                                            [completed] => 1
                                                                            [canceled] => 
                                                                            [description] => Starting VM
                                                                            [operationDescription] => Creating process for virtual machine "OMV_NetCloud" (headless)
                                                                            [timeRemaining] => Array
                                                                                (
                                                                                )
                                                                            [timeElapsed] => Array
                                                                                (
                                                                                    [days] => 17448
                                                                                    [hours] => 13
                                                                                    [minutes] => 31
                                                                                    [seconds] => 44
                                                                                )
                                                                            [percent] => 0
                                                                        )
                                                                )
                                                            [success] => 1
                                                            [key] => 53474945cfd7ac0bf8114767c209c2a6
                                                        )
                                                    [errors] => Array
                                                        (
                                                        )
                                                    [persist] => Array
                                                        (
                                                        )
                                                    [messages] => Array
                                                        (
                                                        )
                                                )
                                        )
                                )
                        )
                )
            [2] => Array
                (
                    [file] => /usr/share/phpvirtualbox/endpoints/api.php
                    [line] => 316
                    [function] => progressGet
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [progress] => dc72162b7d308f5e-0000000000000004
                                )
                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [data] => Array
                                                (
                                                    [responseData] => Array
                                                        (
                                                            [progress] => dc72162b7d308f5e-0000000000000004
                                                            [info] => Array
                                                                (
                                                                    [completed] => 1
                                                                    [canceled] => 
                                                                    [description] => Starting VM
                                                                    [operationDescription] => Creating process for virtual machine "OMV_NetCloud" (headless)
                                                                    [timeRemaining] => Array
                                                                        (
                                                                        )
                                                                    [timeElapsed] => Array
                                                                        (
                                                                            [days] => 17448
                                                                            [hours] => 13
                                                                            [minutes] => 31
                                                                            [seconds] => 44
                                                                        )
                                                                    [percent] => 0
                                                                )
                                                        )
                                                    [success] => 1
                                                    [key] => 53474945cfd7ac0bf8114767c209c2a6
                                                )
                                            [errors] => Array
                                                (
                                                )
                                            [persist] => Array
                                                (
                                                )
                                            [messages] => Array
                                                (
                                                )
                                        )
                                )
                        )
                )
        )
    [previous:Exception:private] => 
)
I tried reinstalling VB, set permissions correctly, restart, but the error is still there.
I'm new in this program and I'm not able to interprete the error, could you please help?

Many thanks
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Error while creating VM

Post by socratis »

Capone1423 wrote:I'm using VB on an OMV installation.
By VB you mean VirtualBox (or VBox, but not VB ;) ). What exactly do you mean by OMV? And I'm not sure I'm familiar with the error message that you're getting. Can you elaborate?
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Capone1423
Posts: 3
Joined: 11. Oct 2017, 00:32

Re: Error while creating VM

Post by Capone1423 »

Hi,
thanks for your reply.

I'm very new in the linux world and don't have good knowledge in this..

Yes with VB I mean Vbox. OMV is OpenMediaVault. I'm running it on my server as main OS.

Until now I was trying a lot to fix the error.

- complete reinstall Vbox (as far as i could)
- trying different VMs with different configurations ( get always the same error)
- checked permissions

What do you mean with elaborate. Problem is that I don't understand the error completly, I have know Idea, for me the error is like chinese :)
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Error while creating VM

Post by socratis »

Capone1423 wrote:I have know Idea, for me the error is like Chinese
You're not a native English speaker, right? Because the expression in English is "it's all Greek to me". As far as I know, only Greeks use the "it's all Chinese to me", for obvious reasons :)

Anyway, as I said it's all Chinese to me as well. This is not an error you get from VirtualBox directly. I see references to phpVirtualBox in the error that you posted. phpVirtualBox is a program that relies on VirtualBox but modifies its configuration files in unknown ways to us. It is not supported on these VirtualBox user forums, they have their own support channels. If you are having this problem with a standalone version of VirtualBox, then we can continue this discussion. Try to create a VM with VirtualBox only and let's see what you get back.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Capone1423
Posts: 3
Joined: 11. Oct 2017, 00:32

Re: Error while creating VM

Post by Capone1423 »

hi,

yes i'm not a native speaker. Thanks for the correction, now I have learned something new :)

Ok, make sense, will post the question also in the phpVirtualBox channel, but before I will try to create a VM by console. Hopefully I'm able to to that with my skills :)

Can you suggest a manual or walkthrough?

After that I will post my results.

Thanks
Christian
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Error while creating VM

Post by socratis »

I would suggest to start by reading three small chapters from the User Manual:
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply