Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading large files fails #1

Closed
echohack opened this issue Jul 23, 2013 · 1 comment
Closed

Uploading large files fails #1

echohack opened this issue Jul 23, 2013 · 1 comment
Assignees

Comments

@echohack
Copy link

When I try to upload large files (I'm trying to upload a 20 GB .vhd file), the Jenkins plugin can't handle it.

WindowsAzureStorage - Uploading files to Windows Azure

ERROR: WindowsAzureStorage - Error occured while uploading to Windows Azure - repo01
com.microsoftopentechnologies.windowsazurestorage.exceptions.WAStorageException
at com.microsoftopentechnologies.windowsazurestorage.WAStorageClient.upload(WAStorageClient.java:173)
at com.microsoftopentechnologies.windowsazurestorage.WAStoragePublisher.perform(WAStoragePublisher.java:159)
at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:27)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:776)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:726)
at hudson.model.Run.execute(Run.java:1618)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:247)
Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Null InputStream is not a valid argument
at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at com.microsoft.windowsazure.services.blob.client.BlobOutputStream.waitForTaskToComplete(BlobOutputStream.java:497)
at com.microsoft.windowsazure.services.blob.client.BlobOutputStream.dispatchWrite(BlobOutputStream.java:351)
at com.microsoft.windowsazure.services.blob.client.BlobOutputStream.writeInternal(BlobOutputStream.java:624)
at com.microsoft.windowsazure.services.blob.client.BlobOutputStream.write(BlobOutputStream.java:545)
at com.microsoft.windowsazure.services.core.storage.utils.Utility.writeToOutputStream(Utility.java:1018)
at com.microsoft.windowsazure.services.blob.client.BlobOutputStream.write(BlobOutputStream.java:560)
at com.microsoft.windowsazure.services.blob.client.CloudBlockBlob.upload(CloudBlockBlob.java:463)
at com.microsoft.windowsazure.services.blob.client.CloudBlockBlob.upload(CloudBlockBlob.java:380)
at com.microsoftopentechnologies.windowsazurestorage.WAStorageClient.upload(WAStorageClient.java:166)
... 10 more
Caused by: java.lang.IllegalArgumentException: Null InputStream is not a valid argument
at com.ctc.wstx.stax.WstxInputFactory.createSR(WstxInputFactory.java:614)
at com.ctc.wstx.stax.WstxInputFactory.createXMLStreamReader(WstxInputFactory.java:317)
at com.microsoft.windowsazure.services.core.storage.utils.Utility.createXMLStreamReaderFromStream(Utility.java:327)
at com.microsoft.windowsazure.services.core.storage.utils.implementation.StorageErrorResponse.(StorageErrorResponse.java:59)
at com.microsoft.windowsazure.services.core.storage.StorageException.getErrorDetailsFromRequest(StorageException.java:54)
at com.microsoft.windowsazure.services.core.storage.StorageException.translateException(StorageException.java:85)
at com.microsoft.windowsazure.services.core.storage.utils.implementation.ExecutionEngine.executeWithRetry(ExecutionEngine.java:147)
at com.microsoft.windowsazure.services.blob.client.CloudBlockBlob.uploadBlockInternal(CloudBlockBlob.java:639)
at com.microsoft.windowsazure.services.blob.client.CloudBlockBlob.uploadBlock(CloudBlockBlob.java:578)
at com.microsoft.windowsazure.services.blob.client.BlobOutputStream$1.call(BlobOutputStream.java:365)
at com.microsoft.windowsazure.services.blob.client.BlobOutputStream$1.call(BlobOutputStream.java:361)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
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)
Build step 'Upload artifacts to Windows Azure Blob storage' changed build result to UNSTABLE

Finished: UNSTABLE

@chenkennt
Copy link
Contributor

Closing old issues. Please reopen it if you still need this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants