Advertisement
Guest User

Untitled

a guest
Sep 10th, 2014
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. Found the following functions:
  2.  
  3. BlobOperations.Functions.BlobToBlob
  4. BlobOperations.Functions.BlobTrigger
  5. BlobOperations.Functions.BlobNameFromQueueMessage
  6. BlobOperations.Functions.BlobToQueue
  7. BlobOperations.Functions.BlobIBinder
  8. BlobOperations.Functions.BlobCancelWrite
  9. BlobOperations.Functions.FailAlways
  10. BlobOperations.Functions.PoisonErrorHandler
  11. Job host started
  12.  
  13. Unhandled Exception: System.FormatException: Blob identifiers must be in the for
  14. mat container/blob.
  15. at Microsoft.Azure.WebJobs.Host.Blobs.BlobPath.Parse(String value)
  16. at Microsoft.Azure.WebJobs.Host.Blobs.Listeners.LogRow.ToPath()
  17. at Microsoft.Azure.WebJobs.Host.Blobs.Listeners.BlobLogListener.<GetRecentBlo
  18. bWritesAsync>d__0.MoveNext()
  19. --- End of stack trace from previous location where exception was thrown ---
  20. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  21. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
  22. ification(Task task)
  23. at Microsoft.Azure.WebJobs.Host.Blobs.Listeners.PollLogsStrategy.<ExecuteAsyn
  24. c>d__0.MoveNext()
  25. --- End of stack trace from previous location where exception was thrown ---
  26. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  27. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
  28. ification(Task task)
  29. at Microsoft.Azure.WebJobs.Host.Timers.TaskSeriesTimer.<RunAsync>d__d.MoveNex
  30. t()
  31. --- End of stack trace from previous location where exception was thrown ---
  32. at Microsoft.Azure.WebJobs.Host.Timers.BackgroundExceptionDispatcher.<>c__Dis
  33. playClass1.<Throw>b__0()
  34. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  35. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionCo
  36. ntext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  37. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C
  38. ontextCallback callback, Object state, Boolean preserveSyncCtx)
  39. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C
  40. ontextCallback callback, Object state)
  41. at System.Threading.ThreadHelper.ThreadStart()
  42. Executing: 'Functions.BlobNameFromQueueMessage' because New queue message detect
  43. ed on 'persons'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement