5.5 vCloud Director creating large (more than 8 mV) VAPP leave a VAPP model fails

Hi all

We currently use 5.5 VCD and we have problems with large vApps deployment.

I noticed that when the task of creation takes longer than 5 minutes, it fails with the following error:

-Internal Server Error

-java.net.SocketTimeoutException: Read timed out



I'll appreciate your assistance

Please excuse the typos



It's debugging:


com.vmware.ssdc.library.exceptions.MultipleLMException: one or more exceptions have occurred - follow several Exceptions: [com.vmware.vcloud.api.presentation.service.InternalServerErrorException: Internal Server Error, com.vmware.vcloud.api.presentation.service.InternalServerErrorException: Internal Server Error]

at com.vmware.ssdc.library.ExceptionFactory.createFromMultiple(ExceptionFactory.java:35)

at com.vmware.vcloud.vdc.impl.AbstractVdcService.waitForFabricVmFutures(AbstractVdcService.java:902)

at com.vmware.vcloud.vdc.impl.AbstractVdcService.copyVAppContents(AbstractVdcService.java:638)

at com.vmware.vcloud.vdc.impl.AbstractVdcService.copyVAppContents(AbstractVdcService.java:291)

at com.vmware.vcloud.vdc.impl.ResourceEntityLifeCycleImpl.instantiateVAppTask(ResourceEntityLifeCycleImpl.java:1332)

at com.vmware.vcloud.vdc.impl.ResourceEntityLifeCycleImpl.executeTask(ResourceEntityLifeCycleImpl.java:1769)

to com.vmware.vcloud.backendbase.management.system.TaskActivity$ ExecutePhase$ 2.doInSecurityContext(TaskActivity.java:427)

to com.vmware.vcloud.backendbase.management.system.TaskActivity$ ExecutePhase$ 2.doInSecurityContext(TaskActivity.java:421)

to com.vmware.vcloud.backendbase.management.system.TaskActivity$ SecurityContextTemplate.executeForOrgAndUser (TaskActivity.java:674)

to com.vmware.vcloud.backendbase.management.system.TaskActivity$ ExecutePhase.execute (TaskActivity.java:421)

to com.vmware.vcloud.backendbase.management.system.TaskActivity$ ExecutePhase.invoke (TaskActivity.java:354)

at com.vmware.vcloud.activity.executors.ActivityRunner.run(ActivityRunner.java:109)

to java.util.concurrent.Executors$ RunnableAdapter.call (unknown Source)

to java.util.concurrent.FutureTask$ Sync.innerRun (unknown Source)

at java.util.concurrent.FutureTask.run (unknown Source)

at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

at java.lang.Thread.run (unknown Source)

Subexception: com.vmware.vcloud.api.presentation.service.InternalServerErrorException: Internal Server Error

at com.vmware.vcloud.fabric.foundation.futures.FutureUtil.convertExecutionException(FutureUtil.java:198)

at com.vmware.vcloud.vdc.impl.AbstractVdcService.waitForFabricVmFutures(AbstractVdcService.java:837)

at com.vmware.vcloud.vdc.impl.AbstractVdcService.copyVAppContents(AbstractVdcService.java:638)

at com.vmware.vcloud.vdc.impl.AbstractVdcService.copyVAppContents(AbstractVdcService.java:291)

at com.vmware.vcloud.vdc.impl.ResourceEntityLifeCycleImpl.instantiateVAppTask(ResourceEntityLifeCycleImpl.java:1332)

at com.vmware.vcloud.vdc.impl.ResourceEntityLifeCycleImpl.executeTask(ResourceEntityLifeCycleImpl.java:1769)

to com.vmware.vcloud.backendbase.management.system.TaskActivity$ ExecutePhase$ 2.doInSecurityContext(TaskActivity.java:427)

to com.vmware.vcloud.backendbase.management.system.TaskActivity$ ExecutePhase$ 2.doInSecurityContext(TaskActivity.java:421)

to com.vmware.vcloud.backendbase.management.system.TaskActivity$ SecurityContextTemplate.executeForOrgAndUser (TaskActivity.java:674)

to com.vmware.vcloud.backendbase.management.system.TaskActivity$ ExecutePhase.execute (TaskActivity.java:421)

to com.vmware.vcloud.backendbase.management.system.TaskActivity$ ExecutePhase.invoke (TaskActivity.java:354)

at com.vmware.vcloud.activity.executors.ActivityRunner.run(ActivityRunner.java:109)

to java.util.concurrent.Executors$ RunnableAdapter.call (unknown Source)

to java.util.concurrent.FutureTask$ Sync.innerRun (unknown Source)

at java.util.concurrent.FutureTask.run (unknown Source)

at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

at java.lang.Thread.run (unknown Source)

Caused by: com.vmware.vim.vmomi.client.exception.ConnectionException: java.net.SocketTimeoutException: Read timed out

at com.vmware.vim.vmomi.client.common.impl.ResponseImpl.setError(ResponseImpl.java:224)

at com.vmware.vim.vmomi.client.http.impl.HttpExchange.run(HttpExchange.java:131)

at com.vmware.vim.vmomi.client.http.impl.HttpProtocolBindingImpl.send(HttpProtocolBindingImpl.java:98)

to com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl$ CallExecutor.sendCall (MethodInvocationHandlerImpl.java:526)

to com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl$ CallExecutor.executeCall (MethodInvocationHandlerImpl.java:507)

at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.completeCall(MethodInvocationHandlerImpl.java:295)

at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.invokeOperation(MethodInvocationHandlerImpl.java:265)

at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.invoke(MethodInvocationHandlerImpl.java:169)

to com.sun.proxy. $Proxy1146.recommendDatastores (unknown Source)

at com.vmware.vcloud.fabric.storage.placement.impl.StoragePodPlacementManagerImpl.getDatastoreFromSDRS(StoragePodPlacementManagerImpl.java:266)

at com.vmware.vcloud.fabric.storage.placement.impl.StoragePodPlacementManagerImpl.recommendDatastore(StoragePodPlacementManagerImpl.java:124)

at com.vmware.vcloud.fabric.storage.placement.impl.PlacementManagerImpl.selectDatastoreInPod(PlacementManagerImpl.java:379)

at com.vmware.vcloud.fabric.storage.placement.impl.PlacementManagerImpl.selectDatastore(PlacementManagerImpl.java:168)

to com.vmware.vcloud.fabric.storage.storedVm.impl.CreateFromExistingStoredVmActivity$ CreateStoredVmInVcPhase.selectDatastore (CreateFromExistingStoredVmActivity.java:769)

to com.vmware.vcloud.fabric.storage.storedVm.impl.CreateFromExistingStoredVmActivity$ CreateStoredVmInVcPhase.findOrCreateSourceVm (CreateFromExistingStoredVmActivity.java:631)

to com.vmware.vcloud.fabric.storage.storedVm.impl.CreateFromExistingStoredVmActivity$ CreateStoredVmInVcPhase.copyVmWithLinkedCloneFromTemplate (CreateFromExistingStoredVmActivity.java:579)

to com.vmware.vcloud.fabric.storage.storedVm.impl.CreateFromExistingStoredVmActivity$ CreateStoredVmInVcPhase.invoke (CreateFromExistingStoredVmActivity.java:265)

... 7 more

Caused by: java.net.SocketTimeoutException: Read timed out

at java.net.SocketInputStream.socketRead0 (Native Method)

at java.net.SocketInputStream.read (unknown Source)

at java.net.SocketInputStream.read (unknown Source)

at sun.security.ssl.InputRecord.readFully (unknown Source)

at sun.security.ssl.InputRecord.read (unknown Source)

at sun.security.ssl.SSLSocketImpl.readRecord (unknown Source)

at sun.security.ssl.SSLSocketImpl.readDataRecord (unknown Source)

at sun.security.ssl.AppInputStream.read (unknown Source)

at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:166)

at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:90)

at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:281)

at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:92)

at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)

at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)

at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)

at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)

at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:219)

at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)

at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)

at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:713)

at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:518)

at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)

at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)

at com.vmware.vim.vmomi.client.http.impl.HttpExchange.run(HttpExchange.java:111)

... more than 22

Subexception: com.vmware.vcloud.api.presentation.service.InternalServerErrorException: Internal Server Error

at com.vmware.vcloud.fabric.foundation.futures.FutureUtil.convertExecutionException(FutureUtil.java:198)

at com.vmware.vcloud.vdc.impl.AbstractVdcService.waitForFabricVmFutures(AbstractVdcService.java:837)

at com.vmware.vcloud.vdc.impl.AbstractVdcService.copyVAppContents(AbstractVdcService.java:638)

at com.vmware.vcloud.vdc.impl.AbstractVdcService.copyVAppContents(AbstractVdcService.java:291)

at com.vmware.vcloud.vdc.impl.ResourceEntityLifeCycleImpl.instantiateVAppTask(ResourceEntityLifeCycleImpl.java:1332)

at com.vmware.vcloud.vdc.impl.ResourceEntityLifeCycleImpl.executeTask(ResourceEntityLifeCycleImpl.java:1769)

to com.vmware.vcloud.backendbase.management.system.TaskActivity$ ExecutePhase$ 2.doInSecurityContext(TaskActivity.java:427)

to com.vmware.vcloud.backendbase.management.system.TaskActivity$ ExecutePhase$ 2.doInSecurityContext(TaskActivity.java:421)

to com.vmware.vcloud.backendbase.management.system.TaskActivity$ SecurityContextTemplate.executeForOrgAndUser (TaskActivity.java:674)

to com.vmware.vcloud.backendbase.management.system.TaskActivity$ ExecutePhase.execute (TaskActivity.java:421)

to com.vmware.vcloud.backendbase.management.system.TaskActivity$ ExecutePhase.invoke (TaskActivity.java:354)

at com.vmware.vcloud.activity.executors.ActivityRunner.run(ActivityRunner.java:109)

to java.util.concurrent.Executors$ RunnableAdapter.call (unknown Source)

to java.util.concurrent.FutureTask$ Sync.innerRun (unknown Source)

at java.util.concurrent.FutureTask.run (unknown Source)

at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

at java.lang.Thread.run (unknown Source)

Caused by: com.vmware.vim.vmomi.client.exception.ConnectionException: java.net.SocketTimeoutException: Read timed out

at com.vmware.vim.vmomi.client.common.impl.ResponseImpl.setError(ResponseImpl.java:224)

at com.vmware.vim.vmomi.client.http.impl.HttpExchange.run(HttpExchange.java:131)

at com.vmware.vim.vmomi.client.http.impl.HttpProtocolBindingImpl.send(HttpProtocolBindingImpl.java:98)

to com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl$ CallExecutor.sendCall (MethodInvocationHandlerImpl.java:526)

to com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl$ CallExecutor.executeCall (MethodInvocationHandlerImpl.java:507)

at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.completeCall(MethodInvocationHandlerImpl.java:295)

at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.invokeOperation(MethodInvocationHandlerImpl.java:265)

at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.invoke(MethodInvocationHandlerImpl.java:169)

to com.sun.proxy. $Proxy1112.recommendDatastores (unknown Source)

at com.vmware.vcloud.fabric.storage.placement.impl.StoragePodPlacementManagerImpl.getDatastoreFromSDRS(StoragePodPlacementManagerImpl.java:266)

at com.vmware.vcloud.fabric.storage.placement.impl.StoragePodPlacementManagerImpl.recommendDatastore(StoragePodPlacementManagerImpl.java:124)

at com.vmware.vcloud.fabric.storage.placement.impl.PlacementManagerImpl.selectDatastoreInPod(PlacementManagerImpl.java:379)

at com.vmware.vcloud.fabric.storage.placement.impl.PlacementManagerImpl.selectDatastore(PlacementManagerImpl.java:168)

to com.vmware.vcloud.fabric.storage.storedVm.impl.CreateFromExistingStoredVmActivity$ CreateStoredVmInVcPhase.selectDatastore (CreateFromExistingStoredVmActivity.java:769)

to com.vmware.vcloud.fabric.storage.storedVm.impl.CreateFromExistingStoredVmActivity$ CreateStoredVmInVcPhase.findOrCreateSourceVm (CreateFromExistingStoredVmActivity.java:631)

to com.vmware.vcloud.fabric.storage.storedVm.impl.CreateFromExistingStoredVmActivity$ CreateStoredVmInVcPhase.copyVmWithLinkedCloneFromTemplate (CreateFromExistingStoredVmActivity.java:579)

to com.vmware.vcloud.fabric.storage.storedVm.impl.CreateFromExistingStoredVmActivity$ CreateStoredVmInVcPhase.invoke (CreateFromExistingStoredVmActivity.java:265)

... 7 more

Caused by: java.net.SocketTimeoutException: Read timed out

at java.net.SocketInputStream.socketRead0 (Native Method)

at java.net.SocketInputStream.read (unknown Source)

at java.net.SocketInputStream.read (unknown Source)

at sun.security.ssl.InputRecord.readFully (unknown Source)

at sun.security.ssl.InputRecord.read (unknown Source)

at sun.security.ssl.SSLSocketImpl.readRecord (unknown Source)

at sun.security.ssl.SSLSocketImpl.readDataRecord (unknown Source)

at sun.security.ssl.AppInputStream.read (unknown Source)

at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:166)

at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:90)

at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:281)

at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:92)

at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)

at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)

at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)

at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)

at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:219)

at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)

at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)

at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:713)

at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:518)

at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)

at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)

at com.vmware.vim.vmomi.client.http.impl.HttpExchange.run(HttpExchange.java:111)


The critical point is here:


to com.sun.proxy. $Proxy1146.recommendDatastores (unknown Source)

at com.vmware.vcloud.fabric.storage.placement.impl.StoragePodPlacementManagerImpl.getDatastoreFromSDRS(StoragePodPlacementManagerImpl.java:266)

Turn of the DRS in vCenter as a temporary solution.  If you can then deploy, this is definitely the storage associated with DRS.

More recent versions of vCenter have improvements to speed up the result returned SDR recommend a data store for the placement of the VM.

Tags: VMware

Similar Questions

  • vCloud Director: create new Org with password policy settings

    Hello

    I'm looking for some advice or insight on how to define the strategy of password on an org on 'Activé' when creating and set the attempt to lock and the duration.

    By looking at information API, call the PS for the vCD format API should be what I have below, but when I run it in a script, it is passed over and not run.

    $lockout = $org. ExtensionData.Settings.GetPasswordPolicy)

    $lockout. AccountLockoutEnabled = $True

    $lockout. InvalidLoginsBeforeLockout = 6

    $lockout. AccountLockoutIntervalMinutes = 11

    If someone has an idea, I would be very grateful.

    Thank you

    Jkasalzuma

    Hello

    You were very close, you just need to enable the change. As your last line, perform the following steps:

    $lockout. UpdateServerData()

    Kind regards

    Dean

  • HP laptop - 15-r249tu: more than 1 Wifi drivers for a single model. Why?

    Hello

    I tried to download the drivers for my laptop ' HP for laptop - 15-r249tu "for Windows 8.1 x 64 to this link. But there is a problem.  Which driver to download and install? I mean, under driver-network, there are drivers for WLAN provided by Broadcom and Qualcomm both. It is the same with Bluetooth. Which one should I download and install. Don't you know that this model has this device? In addition, versions of the drivers are listed separately. Shouldn't there be an option as

    Manufacturer and model #.

    |--->  Version 1 (download)

    |---> Version 2 (download)

    |--->  Version 3 (download)

    Please don't suggest me to use the utility to auto detect. I just HATE IT! Please provide an option to choose which drivers to download manually and then export their links to download a file *.txt or both

    Any help and action will be significant.

    Dev

    Hello:

    It is a peer to peer forum.

    I am not employed by, nor should I represent HP.

    I guess HP reorganizes the pilots in the entire series (different model numbers within this series with some different material), because to do otherwise would be too heavy and expensive to maintain the support pages.

    In any case, here are the drivers wireless and bluetooth, that you need for your laptop model specific in accordance with the list of parts.

    http://h20565.www2.HP.com/hpsc/SWD/public/detail?sp4ts.Oid=6943827&swItemId=ob_149229_1&swEnvOid=4158

    http://h20565.www2.HP.com/hpsc/SWD/public/detail?sp4ts.Oid=6943827&swItemId=ob_147638_1&swEnvOid=4158

  • High CPU usage when more than 30 sessions disconnection/connection

    Hi guys,.
    I had this problem for a long time.
    Environment: RAC 10.2.0.5. Oracle enterprise linux 4.8. Application Java B2C with dbcp and oc4j dirver.

    Server type: Dell R815. 48 processors 128 G MEM for each node.

    This is a lot of the web application connects to the database and when one of them is down it will restart soon and try to connect to the database again. Each of them will try to get 50 connections simultaneously initially.

    So when it happens, the sys cpu usage % will pass to more than 70, 80, 90 percent each time.

    BTW, it also happens in more than 30 logout simultaneously.

    Could someone tell me what the problem is?


    Thank you very much.

    Published by: Longfei Wei on February 17, 2011 23:48

    Longfei Wei says:
    Hi guys,.
    I had this problem for a long time.
    Environment: RAC 10.2.0.5. Oracle enterprise linux 4.8. Application Java B2C with dbcp and oc4j dirver.

    Server type: Dell R815. 48 processors 128 G MEM for each node.

    This is a lot of the web application connects to the database and when one of them is down it will restart soon and try to connect to the database again. Each of them will try to get 50 connections simultaneously initially.

    So when it happens, the sys cpu usage % will pass to more than 70, 80, 90 percent each time.

    BTW, it also happens in more than 30 logout simultaneously.

    Could someone tell me what the problem is?

    The task of creating a connection and the session must be serialized, and if you start a number of connection or disconnection is trying at the same time you can end up with a storm of activity on the relevant latches that effects serious knockon. I'm a little surprised that you see that with only 30 to 50 connections, but maybe you have a couple of processors.

    I made some comments to this topic on another thread a while ago: Re: generals to have a high value of the init process (or sessions) parameter

    It is possible that you can configure the application server in order to limit the speed at which he tries to create or cancel the connection - for example, there may be configuration settings to say things like: 'create no more than 5 both', 'just wait a second between disconnections. (Oracle introduced parameters to logoff storms - but maybe they don't work in your version).

    Concerning
    Jonathan Lewis
    http://jonathanlewis.WordPress.com
    http://www.jlcomp.demon.co.UK

    A general reminder on "Forum label / Reward Points": http://forums.oracle.com/forums/ann.jspa?annID=718

    If you mark never questions answers people decide later that it isn't worth trying to answer you because they never know if yes or no, their response has been of no use, or if you even bothered to read it.

    It is also important mark responses that you thought useful - again once it leaves other people know that you appreciate their help, but it also acts as a pointer for other people when they are researching on the same issue, also means that when you mark a bad or wrong the useful answer someone can be invited to tell you (and the rest of the forum) which is so bad or wrong on the answer that you found it useful.

  • Licenses to create a virtual machine is second with more than 8 cores?

    So, we have a machine with 4 physical Sockets with 16 cores on each. We bought 4 licenses of vmware's standard. Now, we saw early on that the number max of hearts that we assign to a virtual machine was 32, which isn't really a big problem, 32 is a lot for our needs. So we have a 32 core virtual machine running and some other smaller, but now when I try to create another virtual machine with more than 8 cores it tells me that I have insufficient licenses.

    Can anyone provide more information on that? If I can create a virtual machine with more than 8 cores, why I can't create a new one?

    He said authorized to 4 physical processors, so it's ok, it's using your Standard licenses.

    During the 60-day trial, you could create more large virtual machines, because the 60 days run with Enterprise Plus features. Now that you are using the standard license, you can create only 8 vCPU VMs.

    Solution:

    You should spend 5.5 ESXi. Your license will also work for 5.5 and you'll be able to create virtual machines with up to 64 vCPUs.

    Concerning

  • Cannot create a virtual machine with more than 256 GB

    I thought that the max capacity 2 TB vm. but I can't create a virtual machine more than 256 GB. what I am doing wrong?

    Thank you

    You probably use a block size of 1 MB, which limits a single HDD 256 GB.  You will need a larger block size

    1 MB = 256 GB

    2 512 GB

    4 MB = 1024 GB

    8 MB = 2048 GB

  • 5.6.1 pages: How to create a table with more than 999 lines?

    5.6.1 pages: How to create a table with more than 999 lines?

    The table on Pages v5.6.1 line selector is limited 3-digit, as it is in Pages ' 09 v4.3. Either use LibreOffice Writer, who does not have any constraint line on processing tables 3-digit, or any application spreadsheet for top 3-digit row needs.

  • Computer crashes when I have a file opened with large files inside (IE 23 files more than 800 MB)

    the computer crashes when I open a folder with files large insode of it that is larger than 800 MB 23 files.

    I have full vista with CPU core 2 quad Q9650 with 4 GB of ram on a 32 bit system. Vista is up to date as well as all other drivers. There is no problem of virus. It sems to be a problem to explore. everytime I open this particular file, it freezes for a second and then appears ok. so if try to do anything the computer crashes... I can move the mouse but I can't click on anything

    any ideas?

    Download http://www.nirsoft.net/utils/shexview.html
    Disable all non-microsoft shell extensions (to explore) and reactivate a
    by so this can help.

    --
    ..
    --
    "Eren Reid" wrote in message news: 08550af5-b5ff-4611-b6e7-1f962994bdde...
    > the computer crashes when I open a folder with files large insode of
    > it is 23 files more than 800 MB each.
    >
    > I have full vista with CPU core 2 quad Q9650 with 4 GB of ram on a
    > 32 bits of the operating system. Vista is up to date as well as all other drivers.
    > there is no problem of virus. It sems to be a problem to explore. whenever I have
    > open this particular file, it freezes for a second and then seems ok.
    > so if try to do anything the computer freezes... I can move the
    > mouse but I cannot click on anything whatsoever
    >
    > any ideas?
    >

  • Impossible to transfer large amounts of data more than 10 GB

    Original title: the maximum data transfer size?

    I recently installed an eSata controller card in location faster PCIex-1 of my computer to benefit from a transfer of data to and from my Fantom drives GreenDrive, of 2 TB external HARD drive.  When I started to copy the files from that drive to a new drive HARD internal, I recently installed I could not transfer large amounts of data more than 10 GB.  The pop-up message indicating files preparing to copy, then nothing would pass.  When I copy or cut smaller amounts of data all works fine.  Perplexed...

    I think I got the question.  It seems that some of the files I transfer were problematic.  When I transferred in small amounts, I was then invited for what I wanted to do about these files.  Thanks for the reply!

  • Should I buy more than one product key to create a multiboot system?

    Do I need to buy more than one product key to create a multiboot system? !

    Unfortunately, yes do you.

  • Can someone create a random guest account of more than 10?

    Hi, Experts

    I am currently using ISE 1.1.1 to the demonstration with my client. In the sponsor page, anyone can create random comments to be more than 10 accounts at once?

    I try to create with 20 accounts then get the error like below,

    Internal error has occurred.  Please contact the administrator, or troubleshooting.

    However, the accounts are randomly created only 10 accounts.

    Because the system says he can create 1 to 10,000 accounts.

    Thank you

    Mathias Maneesud

    Wow,

    It's a great catch!

    Tarik Admani
    * Please note the useful messages *.

  • Why we cannot create more than one primary key on a table. Why we create several unique key on a table. Please explain if anyone have details of this.

    Why we cannot create more than one primary key on a table. Why we create several unique key on a table. Please explain if anyone have details of this.

    «a primary key has semantic meaning, it is to be immutable (never change of value), unique and not null.»

    a unique constraint is simply "at any time, these values are unique - they can change and they can be null.

    You use a unique when constraint

    (a) you do not already have a primary key for a table can have only one
    (b) you allow NULL values in attributes
    "(c) to allow you to update the values in the attributes.

    https://asktom.Oracle.com/pls/Apex/f?p=100:11:0:P11_QUESTION_ID:5541352100346689891

  • More than 40 Virtual Disk-000... created the vmdk files

    In the host, under all my files, there are more than 40 hard of virtual disk files and it seems that the number becomes larger.

    I don't know if I should organize everything in one folder or remove them? (New to Fusion 8 Pro)

    They are counted as Virtual Disk-000... Vmdk, Virtual Disk 05.Marco - 000.001.vmdk, etc.

    I have attached a picture of what looks like this message.


    Thanks and much gratitude for any help!

    Hello

    You should not reorganize and certainly not to delete them.

    These files are your virtual disk. If you move or delete them as your virtual machine will get corrupted and the chances of data loss figure in your virtual machine or top.

    There is the possibility of having your virtual disk consisting of a single file. However, the thing is that while that may seem better on your eyes, it also means that common tasks like shrinking your disks or deletion of snapshots become more difficult.

    Rather than try to list all the reasons on what you are currently experiencing is the best way to have your virtual disk, I don't want to point you to this site:

    http://sanbarrow.com/VMDK/monlithicversussplit.html

    as this was a good list.

    Personally, I've removed "All My Files" from the Finder (uncheck in preferences) that I didn't like it and had nothing to do with the virtual disks. Down here, they don't show same under there.

    --

    Wil

  • Can I manage more than one license of creative cloud on the same adobe ID account or better create many ID adobe for my employees? Thanks for your response

    Can I manage more than one license of creative cloud on the same adobe ID account or better create many ID adobe for my employees?

    Thanks for your response

    In addition:

    Adobe uses based on the identity of license with a technology that will not support multiple licenses of the same type on an AdobeiD.  You can buy only one membership per Adobe ID. If you need two memberships creative cloud, you can buy each with a unique Adobe ID. You can also buy a creative cloud for membership of the teams, which allows you to buy and manage several places under an own account.

    Creative cloud for teams is for small and medium size organizations and is available as full a membership. Cloud creative teams is available on Adobe.com and through a global network of resellers. Learn more about Creative Cloud to teams.

    http://www.Adobe.com/creativecloud/business/teams.html

    FAQ: Where can I get information on creative cloud for the enterprise, education, Government and teams?

    I hope this helps.

  • Cannot create a subscription to notifications vCloud Director (Server.setCustomProperty routine-cursor)

    Hello

    I'm having a problem when you use the workflow of subscription vCloud Director notification.

    When you try to add an AMQP broker using the workflow ' To create a subscription for notifications vCloud Director ' I get the error messages: "Value can not be supported by the custom property".

    The broker and the recipient are created.

    After doing some research, I see that the error occurs at the end of the workflow to the 'Set prop' custom task scriptable during the procurement of:

    If (routingKeyAtt! = null) Server.setCustomProperty (subscription, "routingKey", routingKeyAtt);

    No idea why I can't set this specific CustomProperty?

    no idea who to work around this problem?

    Thank you!

    All - I've updated the package of Notifications for 5.1 file found here: vCloud Director 5.1/5.5 blocking tasks and notification using AMQP package -please try this version, it should now allow the subscription as well as adding custom properties successfully create.

    UPDATED March 11, 2014: update to "Create a vCloud Director notifications subscription" workflow for working with vCloud Director 5.5. The change IS backward compatible with vCloud Director 5.1.

Maybe you are looking for

  • Error when downloading files with Firefox 33

    Helloin our society, we all use firefox (various versions) use our CRM (SugarCRM).Given that some of the PC (with windows 7) update to Firefox version 33 (64-bit) we started having problem downloading PDF: "C:\Users\[user]\AppData\Local\Temp\[tempfil

  • Firefox does not correctly display any page. It seems to lose some, not all, form and image.

    Installed 20 FF to do some tests for a site I am building when I came across this problem of cross browser compatibility. It seems as if it is impossible to connect to external style sheets to Web pages (best guess, I don't really know enough to be s

  • Development in a6300 magnification

    I use the camera of a6300 with old lenses and high magnification Focus takes a lot of clicks to get through (at least 4 clicks). This makes the magnification of the lens too slow for most occasions. In a future update, I would like to have a one clic

  • Scan on Macbook Pro does not.

    Hi, my MacBook Pro (OSX El Capitan) is no longer will allow me to scan documents. It connects to printers and prints still, but the scanning program that used to come to the top when I'm connected to a scanner appears more. I tried to reset the print

  • Migration of LV 2006 development software - XP to Windows 7 w/worm LV 2011

    LabVIEW 6.1 exe compiled under XP works well, but what program is open and running in Windows 7, I get errors related to the error "Polymorphe VI contain subVIs.  Are there measures to migrate the old version of XP to Windows 7?