Advertisement
Guest User

error message

a guest
Apr 10th, 2014
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. System.Xml.XmlException was unhandled
  2. Message=Root element is missing.
  3. Source=AWSSDK
  4. LineNumber=0
  5. LinePosition=0
  6. SourceUri=""
  7. StackTrace:
  8. at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
  9. at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
  10. at Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext.Read()
  11. at Amazon.Runtime.Internal.Transform.ErrorResponseUnmarshaller.Unmarshall(XmlUnmarshallerContext context)
  12. at Amazon.Runtime.Internal.Transform.JsonErrorResponseUnmarshaller.Unmarshall(JsonUnmarshallerContext context)
  13. at Amazon.Kinesis.Model.Internal.MarshallTransformations.PutRecordResponseUnmarshaller.UnmarshallException(JsonUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode)
  14. at Amazon.Runtime.Internal.Transform.JsonResponseUnmarshaller.UnmarshallException(UnmarshallerContext input, Exception innerException, HttpStatusCode statusCode)
  15. at Amazon.Runtime.AmazonWebServiceClient.HandleHttpWebErrorResponse(AsyncResult asyncResult, WebException we)
  16. at Amazon.Runtime.AmazonWebServiceClient.getRequestStreamCallback(IAsyncResult result)
  17. at Amazon.Runtime.AmazonWebServiceClient.endOperation[T](IAsyncResult result)
  18. at Amazon.Kinesis.AmazonKinesisClient.EndPutRecord(IAsyncResult asyncResult)
  19. at Amazon.Kinesis.AmazonKinesisClient.PutRecord(PutRecordRequest putRecordRequest)
  20. at AwsConsoleApp1.Program.GetServiceOutput(String input) in d:\users\z0038cwn\visual studio 2010\Projects\AwsConsoleApp1\AwsConsoleApp1\Program.cs:line 61
  21. at AwsConsoleApp1.Program.Main(String[] args) in d:\users\z0038cwn\visual studio 2010\Projects\AwsConsoleApp1\AwsConsoleApp1\Program.cs:line 30
  22. at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
  23. at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
  24. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
  25. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  26. at System.Threading.ThreadHelper.ThreadStart()
  27. InnerException:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement