Skip to content

Instantly share code, notes, and snippets.

@ishaan1995
Created February 12, 2016 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ishaan1995/06a7c7abe83414ab4ceb to your computer and use it in GitHub Desktop.
Save ishaan1995/06a7c7abe83414ab4ceb to your computer and use it in GitHub Desktop.
02-12 12:58:19.263 7092-7092/com.ishaan.production.fileupload D/ishaan-parse: i/o failure
02-12 12:58:19.263 7092-7092/com.ishaan.production.fileupload W/System.err: com.parse.ParseRequest$ParseRequestException: i/o failure
02-12 12:58:19.273 7092-7092/com.ishaan.production.fileupload W/System.err: at com.parse.ParseRequest.newTemporaryException(ParseRequest.java:290)
02-12 12:58:19.273 7092-7092/com.ishaan.production.fileupload W/System.err: at com.parse.ParseRequest$2.then(ParseRequest.java:145)
02-12 12:58:19.273 7092-7092/com.ishaan.production.fileupload W/System.err: at com.parse.ParseRequest$2.then(ParseRequest.java:139)
02-12 12:58:19.273 7092-7092/com.ishaan.production.fileupload W/System.err: at bolts.Task$15.run(Task.java:917)
02-12 12:58:19.273 7092-7092/com.ishaan.production.fileupload W/System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
02-12 12:58:19.273 7092-7092/com.ishaan.production.fileupload W/System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
02-12 12:58:19.273 7092-7092/com.ishaan.production.fileupload W/System.err: at java.lang.Thread.run(Thread.java:841)
02-12 12:58:19.273 7092-7092/com.ishaan.production.fileupload W/System.err: Caused by: java.net.SocketException: sendto failed: EPIPE (Broken pipe)
02-12 12:58:19.283 7092-7092/com.ishaan.production.fileupload W/System.err: at libcore.io.IoBridge.maybeThrowAfterSendto(IoBridge.java:499)
02-12 12:58:19.283 7092-7092/com.ishaan.production.fileupload W/System.err: at libcore.io.IoBridge.sendto(IoBridge.java:468)
02-12 12:58:19.283 7092-7092/com.ishaan.production.fileupload W/System.err: at java.net.PlainSocketImpl.write(PlainSocketImpl.java:507)
02-12 12:58:19.283 7092-7092/com.ishaan.production.fileupload W/System.err: at java.net.PlainSocketImpl.access$100(PlainSocketImpl.java:46)
02-12 12:58:19.283 7092-7092/com.ishaan.production.fileupload W/System.err: at java.net.PlainSocketImpl$PlainSocketOutputStream.write(PlainSocketImpl.java:269)
02-12 12:58:19.283 7092-7092/com.ishaan.production.fileupload W/System.err: at java.io.BufferedOutputStream.write(BufferedOutputStream.java:131)
02-12 12:58:19.283 7092-7092/com.ishaan.production.fileupload W/System.err: at com.android.okhttp.internal.http.HttpTransport$FixedLengthOutputStream.write(HttpTransport.java:236)
02-12 12:58:19.283 7092-7092/com.ishaan.production.fileupload W/System.err: at com.parse.ParseCountingFileHttpBody.writeTo(ParseCountingFileHttpBody.java:46)
02-12 12:58:19.283 7092-7092/com.ishaan.production.fileupload W/System.err: at com.parse.ParseURLConnectionHttpClient.executeInternal(ParseURLConnectionHttpClient.java:52)
02-12 12:58:19.283 7092-7092/com.ishaan.production.fileupload W/System.err: at com.parse.ParseHttpClient$ParseNetworkInterceptorChain.proceed(ParseHttpClient.java:158)
02-12 12:58:19.283 7092-7092/com.ishaan.production.fileupload W/System.err: at com.parse.ParsePlugins$1.intercept(ParsePlugins.java:115)
02-12 12:58:19.283 7092-7092/com.ishaan.production.fileupload W/System.err: at com.parse.ParseHttpClient$ParseNetworkInterceptorChain.proceed(ParseHttpClient.java:147)
02-12 12:58:19.283 7092-7092/com.ishaan.production.fileupload W/System.err: at com.parse.ParseHttpClient.execute(ParseHttpClient.java:122)
02-12 12:58:19.293 7092-7092/com.ishaan.production.fileupload W/System.err: at com.parse.ParseRequest$3.then(ParseRequest.java:136)
02-12 12:58:19.293 7092-7092/com.ishaan.production.fileupload W/System.err: at com.parse.ParseRequest$3.then(ParseRequest.java:133)
02-12 12:58:19.293 7092-7092/com.ishaan.production.fileupload W/System.err: at bolts.Task$15.run(Task.java:917)
02-12 12:58:19.293 7092-7092/com.ishaan.production.fileupload W/System.err: at bolts.BoltsExecutors$ImmediateExecutor.execute(BoltsExecutors.java:105)
02-12 12:58:19.293 7092-7092/com.ishaan.production.fileupload W/System.err: at bolts.Task.completeAfterTask(Task.java:908)
02-12 12:58:19.293 7092-7092/com.ishaan.production.fileupload W/System.err: at bolts.Task.continueWithTask(Task.java:715)
02-12 12:58:19.293 7092-7092/com.ishaan.production.fileupload W/System.err: at bolts.Task.continueWithTask(Task.java:726)
02-12 12:58:19.293 7092-7092/com.ishaan.production.fileupload W/System.err: at bolts.Task$13.then(Task.java:818)
02-12 12:58:19.293 7092-7092/com.ishaan.production.fileupload W/System.err: at bolts.Task$13.then(Task.java:806)
02-12 12:58:19.293 7092-7092/com.ishaan.production.fileupload W/System.err: ... 4 more
02-12 12:58:19.293 7092-7092/com.ishaan.production.fileupload W/System.err: Caused by: libcore.io.ErrnoException: sendto failed: EPIPE (Broken pipe)
02-12 12:58:19.303 7092-7092/com.ishaan.production.fileupload W/System.err: at libcore.io.Posix.sendtoBytes(Native Method)
02-12 12:58:19.303 7092-7092/com.ishaan.production.fileupload W/System.err: at libcore.io.Posix.sendto(Posix.java:156)
02-12 12:58:19.303 7092-7092/com.ishaan.production.fileupload W/System.err: at libcore.io.BlockGuardOs.sendto(BlockGuardOs.java:177)
02-12 12:58:19.303 7092-7092/com.ishaan.production.fileupload W/System.err: at libcore.io.IoBridge.sendto(IoBridge.java:466)
02-12 12:58:19.303 7092-7092/com.ishaan.production.fileupload W/System.err: ... 24 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment