Opened 16 years ago
Closed 10 years ago
#2560 closed defect (obsolete)
VDRP and VBoxHeadless get hung
Reported by: | xfernandez | Owned by: | |
---|---|---|---|
Component: | RDP | Version: | VirtualBox 2.0.4 |
Keywords: | VDRP, vboxHeadLess | Cc: | |
Guest type: | Linux | Host type: | Windows |
Description (last modified by )
First of all I try to disable de VDRP access.
- I try to access via openSession method in COM. (This method doesn't work
- I run the VBoxHeadless program
- I try to access via rdp. (OK)
- I disable VRDP access.
- The VBoxHeadless application get hung. I think that it is because I close the vdrp access in a vdrp session :).
Have I an alternative to disable the VDRP access? Does OpenSession method works?
Change History (7)
comment:1 by , 16 years ago
Description: | modified (diff) |
---|---|
priority: | critical → major |
Summary: | VDRP and vBoxHeadless get Hung, it doesn't works → VDRP and VBoxHeadless get hung |
comment:2 by , 16 years ago
comment:3 by , 16 years ago
No, maybe I didn't explain very well. sorry
I want to use the COM API.
Firt of all I execute the openSession method and after this I execute powerUp method. This is to open the virtualMachine.
The idea is to disable the VDRP access using the virtualMachine object created. But... I can't try this because the firts step (openSession + powerUP) doesn't works.
Thanks
comment:4 by , 16 years ago
Can you post the code which you are using to start the VM? Please enclose the code in
to keep it readable.
comment:5 by , 16 years ago
Consider that vBoxHyper.getVirtualBox() returns an IVirtualBox instance
vBoxHyper.getVirtualBox().openSession(vBoxHyper.getSession(), machineId); IProgress oProgress = vBoxHyper.getSession().getConsole().powerUp(); oProgress.waitForCompletion(20000);
When we open the VirtualBox QT GUI the machine status is terminating
comment:6 by , 16 years ago
Sorry for the late response. I'm not sure if your code works at all -- did you have a look at the implementation of --startvm in !VBoxManage?
comment:7 by , 10 years ago
Description: | modified (diff) |
---|---|
Resolution: | → obsolete |
Status: | new → closed |
How did you disable the VRDP access while VBoxHeadless was running?