I´m deploying a simple application in the cloud. I'm using Eclipse for this, but the deploy fail.
In the console the error is:
09/16/2012 09:40:46 - Configuring Remote Desktop 09/16/2012 09:40:50 - Uploading Deployment Package 09/16/2012 09:44:58 - Failed uploading deployment package (.cspkg).
The deploy is only completed until 40%.
In the log of Eclipse says:
!ENTRY WAEclipsePlugin 4 0 2012-09-16 09:42:57.026 !MESSAGE Error !STACK 0 com.gigaspaces.azure.util.CommandLineException: Timeout at com.gigaspaces.azure.rest.WindowsAzureRestUtils.execute(WindowsAzureRestUtils.java:301) at com.gigaspaces.azure.rest.WindowsAzureRestUtils.execute(WindowsAzureRestUtils.java:338) at com.gigaspaces.azure.rest.WindowsAzureRestUtils.runStorage(WindowsAzureRestUtils.java:393) at com.gigaspaces.azure.rest.WindowsAzureStorageServices.putBlock(WindowsAzureStorageServices.java:358) at com.gigaspaces.azure.rest.WindowsAzureStorageServices.access$0(WindowsAzureStorageServices.java:348) at com.gigaspaces.azure.rest.WindowsAzureStorageServices$UploadingTask.call(WindowsAzureStorageServices.java:79) at com.gigaspaces.azure.rest.WindowsAzureStorageServices$UploadingTask.call(WindowsAzureStorageServices.java:1) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
Could you help me please?