Alonko created JCLOUDS-963:
------------------------------
Summary: jcloud IOExpection: Error writing request body to server
Key: JCLOUDS-963
URL: https://issues.apache.org/jira/browse/JCLOUDS-963
Project: jclouds
Issue Type: Bug
Affects Versions: 1.9.0
Environment: centos, tomcat8, rackspace
Reporter: Alonko
We are using jclouds with Rackspace and when uploading lots of files via
cloudfile api (multi threaded)
Once in while we are getting an exception on objectApi.put line (see example
code at bottom)
16-Jul-2015 11:58:00.811 SEVERE [threadsPool-1]
org.jclouds.logging.jdk.JDKLogger.logError error after writing 8192/streaming
bytes to https://*****/****.jpg
java.io.IOException: Error writing request body to server
at
sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream.checkError(HttpURLConnection.java:3478)
at
sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream.write(HttpURLConnection.java:3461)
at
com.google.common.io.CountingOutputStream.write(CountingOutputStream.java:53)
at com.google.common.io.ByteStreams.copy(ByteStreams.java:74)
at
org.jclouds.http.internal.JavaUrlHttpCommandExecutorService.writePayloadToConnection(JavaUrlHttpCommandExecutorService.java:297)
at
org.jclouds.http.internal.JavaUrlHttpCommandExecutorService.convert(JavaUrlHttpCommandExecutorService.java:160)
at
org.jclouds.http.internal.JavaUrlHttpCommandExecutorService.convert(JavaUrlHttpCommandExecutorService.java:64)
at
org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:91)
at
org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at
org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at
org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at
org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at
com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy176.put(Unknown Source)
at
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)