question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NullReferenceException in TableBatchOperationPostProcess

See original GitHub issue

Microsoft.WindowsAzure.Storage.StorageException: Object reference not set to an instance of an object. —> System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.WindowsAzure.Storage.Table.Protocol.TableOperationHttpResponseParsers.TableBatchOperationPostProcess(IList1 result, TableBatchOperation batch, RESTCommand1 cmd, HttpWebResponse resp, OperationContext ctx, TableRequestOptions options, String accountName) in c:\Program Files (x86)\Jenkins\workspace\release_dotnet_master\Lib\ClassLibraryCommon\Table\Protocol\TableOperationHttpResponseParsers.cs:line 202 at Microsoft.WindowsAzure.Storage.Table.TableBatchOperation.<>c__DisplayClassa.<BatchImpl>b__8(RESTCommand1 cmd, HttpWebResponse resp, OperationContext ctx) in c:\Program Files (x86)\Jenkins\workspace\release_dotnet_master\Lib\ClassLibraryCommon\Table\TableBatchOperation.cs:line 147 at Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ProcessEndOfRequest[T](ExecutionState1 executionState) in c:\Program Files (x86)\Jenkins\workspace\release_dotnet_master\Lib\ClassLibraryCommon\Core\Executor\Executor.cs:line 898 at Microsoft.WindowsAzure.Storage.Core.Executor.Executor.EndOperation[T](ExecutionState1 executionState) in c:\Program Files (x86)\Jenkins\workspace\release_dotnet_master\Lib\ClassLibraryCommon\Core\Executor\Executor.cs:line 425 --- End of inner exception stack trace --- at Microsoft.WindowsAzure.Storage.Core.Executor.Executor.EndExecuteAsync[T](IAsyncResult result) in c:\Program Files (x86)\Jenkins\workspace\release_dotnet_master\Lib\ClassLibraryCommon\Core\Executor\Executor.cs:line 50 at Microsoft.WindowsAzure.Storage.Table.CloudTable.EndExecuteBatch(IAsyncResult asyncResult) in c:\Program Files (x86)\Jenkins\workspace\release_dotnet_master\Lib\ClassLibraryCommon\Table\CloudTable.cs:line 208 at Microsoft.WindowsAzure.Storage.Core.Util.AsyncExtensions.<>c__DisplayClass11.<CreateCallback>b__0(IAsyncResult ar) in c:\Program Files (x86)\Jenkins\workspace\release_dotnet_master\Lib\ClassLibraryCommon\Core\Util\AsyncExtensions.cs:line 66

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
erezvani1529commented, Mar 8, 2017

Hi @IlyaGrebnov, @yevhen,

We have released Emulator v5.1 to resolve this issue. Please give it a try to unblock.

We have a fix on client side to handle the case as well and will use this issue to track it.

Thanks again for reporting, Elham

1reaction
yevhencommented, Mar 8, 2017

@erezvani1529 Just tried - it works! Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Post Process Stack NullRefferenceException
I'm using Unity 2021.1.3f1. Post Processing Package 3.2.0. I've tried the solutions listed above: - remove and re-apply postprocess volume and ...
Read more >
Azure CloudTable.ExecuteBatch(TableBatchOperation ...
Azure CloudTable.ExecuteBatch(TableBatchOperation) throws a storageexception. How can I find which operation(s) caused the exception?
Read more >
TableBatchOperation Class (Microsoft.Azure.Cosmos.Table)
Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found