- ClientExceptionjava.net.SocketException: Connection reset500java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413)
at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)
at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
at com.theplatform.feed.service.retrieve.client.namespace.NamespaceReadingHttpMethod.execute(NamespaceReadingHttpMethod.java:367)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
at com.theplatform.data.api.client.HttpMethodExecutor.executeMethod(HttpMethodExecutor.java:14)
at com.theplatform.data.api.client.RawDataServiceClient.execute(RawDataServiceClient.java:1098)
at com.theplatform.data.api.client.RawDataServiceClient.executeHttpMethod(RawDataServiceClient.java:1023)
at com.theplatform.data.api.client.RawDataServiceClient.executeRequest(RawDataServiceClient.java:922)
at com.theplatform.data.api.client.RawDataServiceClient.get(RawDataServiceClient.java:395)
at com.theplatform.data.api.client.DataServiceClient.getFeed(DataServiceClient.java:1154)
at com.theplatform.data.api.client.DataServiceClient.getFeed(DataServiceClient.java:1132)
at com.theplatform.data.api.client.DataServiceClient.getAll(DataServiceClient.java:858)
at com.theplatform.feed.service.retrieve.media.dao.MediaDaoImpl.getMedia(MediaDaoImpl.java:58)
at com.theplatform.feed.service.retrieve.media.segment.AbstractMediaSegment.getSegmentFeed(AbstractMediaSegment.java:98)
at com.theplatform.feed.service.retrieve.media.segment.AbstractMediaSegment.getFeed(AbstractMediaSegment.java:58)
at com.theplatform.feed.service.retrieve.media.MediaService.getFeed(MediaService.java:28)
at com.theplatform.feed.service.retrieve.wrapper.MediaDataServiceWrapper.getFeed(MediaDataServiceWrapper.java:24)
at com.theplatform.feed.service.cache.MetricsMaxTimeToLiveCheck.getFeed(MetricsMaxTimeToLiveCheck.java:25)
at com.theplatform.feed.service.retrieve.wrapper.MediaDataServiceWrapper.getFeed(MediaDataServiceWrapper.java:24)
at com.theplatform.feed.service.cache.invalidation.MediaCustomFieldInvalidationCheck.getFeed(MediaCustomFieldInvalidationCheck.java:28)
at com.theplatform.feed.service.retrieve.wrapper.MediaDataServiceWrapper.getFeed(MediaDataServiceWrapper.java:24)
at com.theplatform.feed.service.retrieve.wrapper.ContextCheck.getFeed(ContextCheck.java:30)
at com.theplatform.feed.service.retrieve.wrapper.MediaDataServiceWrapper.getFeed(MediaDataServiceWrapper.java:24)
at com.theplatform.feed.service.retrieve.wrapper.NotFoundCheck.getFeed(NotFoundCheck.java:22)
at com.theplatform.feed.service.retrieve.wrapper.MediaDataServiceWrapper.getFeed(MediaDataServiceWrapper.java:24)
at com.theplatform.feed.service.retrieve.media.wrapper.RangeFieldPopulator.getFeed(RangeFieldPopulator.java:24)
at com.theplatform.feed.service.retrieve.wrapper.MediaDataServiceWrapper.getFeed(MediaDataServiceWrapper.java:24)
at com.theplatform.feed.service.retrieve.wrapper.FeedFieldsOnlyCheck.getFeed(FeedFieldsOnlyCheck.java:30)
at com.theplatform.feed.service.retrieve.wrapper.MediaDataServiceWrapper.getFeed(MediaDataServiceWrapper.java:24)
at com.theplatform.feed.service.retrieve.wrapper.FeedPropertiesCheck.getFeed(FeedPropertiesCheck.java:31)
at com.theplatform.feed.service.retrieve.wrapper.MediaDataServiceWrapper.getFeed(MediaDataServiceWrapper.java:24)
at com.theplatform.feed.service.retrieve.wrapper.ResponseHasher.getFeed(ResponseHasher.java:41)
at com.theplatform.feed.service.retrieve.wrapper.MediaDataServiceWrapper.getFeed(MediaDataServiceWrapper.java:24)
at com.theplatform.feed.service.retrieve.wrapper.ResponseEntryListenerCheck.getFeed(ResponseEntryListenerCheck.java:32)
at com.theplatform.feed.service.retrieve.wrapper.MediaDataServiceWrapper.getFeed(MediaDataServiceWrapper.java:24)
at com.theplatform.feed.service.retrieve.wrapper.FeedTransformer.getFeed(FeedTransformer.java:31)
at com.theplatform.feed.service.retrieve.wrapper.MediaDataServiceWrapper.getFeed(MediaDataServiceWrapper.java:24)
at com.theplatform.feed.service.retrieve.wrapper.StreamingIteratorEnabler.getFeed(StreamingIteratorEnabler.java:26)
at com.theplatform.feed.service.retrieve.RetrievePhase.doExecute(RetrievePhase.java:35)
at com.theplatform.feed.service.retrieve.RetrievePhase.doExecute(RetrievePhase.java:15)
at com.theplatform.module.pipeline.Phase.execute(Phase.java:103)
at com.theplatform.feed.service.pipeline.StatusReportingPhase.execute(StatusReportingPhase.java:87)
at com.theplatform.feed.service.pipeline.StatusReportingPhase.execute(StatusReportingPhase.java:22)
at com.theplatform.module.pipeline.thread.PhaseExecution.run(PhaseExecution.java:105)
at com.theplatform.module.pipeline.thread.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:909)
at com.theplatform.module.pipeline.thread.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:931)
at java.lang.Thread.run(Thread.java:619)