VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2338 - 2340 of 16363)

Ticket Resolution Summary Owner Reporter
#11072 obsolete Snapshot of running Guest avinotec
Description

Hi, taking a snapshot of a running machine fails.

Taking a snapshot Guest is running:

C:\Program Files\Oracle\VirtualBox>vboxmanage snapshot WindowsXP take mySnapshot 0%... Progress state: E_FAIL VBoxManage.exe: error: Failed to take snapshot VBoxManage.exe: error: Code E_FAIL (0x80004005) - Unspecified error (extended info not available) VBoxManage.exe: error: Context: "int cdecl handleSnapshot(struct HandlerArg *)" at line 354 of file VBoxManageSnapshot .cpp

C:\Program Files\Oracle\VirtualBox>

guest is off:

C:\Program Files\Oracle\VirtualBox>vboxmanage snapshot WindowsXP take mySnapshot 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%

C:\Program Files\Oracle\VirtualBox>

Deleting snapshot: guest is running or guest is off:

C:\Program Files\Oracle\VirtualBox>vboxmanage snapshot WindowsXP delete mySnapshot 0%... Progress state: E_FAIL VBoxManage.exe: error: Snapshot operation failed VBoxManage.exe: error: Hard disk 'D:\VirtualBox\WindowsXP\Snapshots/{7d0c09c7-a249-4c8e-a7b7-42176220bb92}.vdi' has more

than one child hard disk (3)

VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component SessionMachine, interface IMachine VBoxManage.exe: error: Context: "int cdecl handleSnapshot(struct HandlerArg *)" at line 421 of file VBoxManageSnapshot .cpp

And then the snapshot is not deleteable.

I hope, all drivers etc. are up to date with version 4.2.0.

#11078 obsolete java write IOException on windows to VBoxSharedFolderFS rc
Description

I was using an existing java application that writes data to a file.

The host is linux and the guest is windows XP.

If the destination file is on the guest's C: partition, the write is sucessful. If the destination file is on the guest's VBoxSharedFolderFS, the write fails.

Caused by: java.io.IOException: The parameter is incorrect

at java.io.FileOutputStream.writeBytes(Native Method) at java.io.FileOutputStream.write(FileOutputStream.java:282) at java.io.BufferedOutputStream.write(BufferedOutputStream.java:105)

There is nothing in Java anywhere that explains, references, or describes the error "The parameter is incorrect".

The file gets created, but it is only the write that fails. Investigation showed that the write was not even attempted to the native OS system call.

I wrote a small groovy program to find the error.


OutputStream output = null

def bbuffer = new byte[ Integer.parseInt(args[0]) * 1024 ]

output = new BufferedOutputStream( new FileOutputStream( args[1] )

output.write( bbuffer )

output.close()


If the bbuffer size is 123K or smaller, the write succeeds. If the bbuffer size is 124K or larger, the write fails.

invoked with "groovy jwrite.groovy 124 sample.txt"

Caught: java.io.IOException: The parameter is incorrect

java.io.IOException: The parameter is incorrect

at java_io_FilterOutputStream$write.call(Unknown Source)

at jwrite.run(jwrite.groovy:8)

#11080 obsolete Copy/Paste Guest Windows Server 2012 not working AntiMatter2
Description

Guest: Windows Server 2012 RTM + latest Windows Update

Host1: LinuxMint 11 x64 Host2: Windows 7 Enterprise x64

Virtualbox 4.20 and 4.22, each time the Guest Additions has the same version than the host.

Copy/Paste doesn't work between Guest and Host, in both directions. All VM had been shutdown and restarted. Other features seems to work OK (Display, Network, Share drives). Only Guest Windows Server 2012 is affected. Other Windows Guests works OK (tested with Windows Server 2008 R2 and Windows XP).

Hope you can reproduce the issue and fix it in the next update.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy