Windows error 0x80131464, -2146233244

Detailed Error Information

ISS_E_CREATE_MUTEX[1]

Message"Unable to create mutex."

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode19 (0x013)
NameFACILITY_URT[2][3]
DescriptionThe source of the error code is .NET CLR.[2][3]
Error Code5220 (0x1464)

Questions

7votes
1answer

OpenXml "Can not access a closed stream" only on production

Production Environment: Server 2008 R2, Application pool running as network service. I'm running into this issue in production on a specific line and I cannot understand why it is failing. Log with stack trace: 2015-02-03 11:19:29,389,DEBUG,44,Before Test1 2015-02-03 11:19:29,389,DEBUG,44,Before Test2 2015-02-03 11:19:29,451,DEBUG,44,Before Getting Row 2015-02-03 11:19:29,451,DEBUG,44,After Getting Row 2015-02-03 11:19:29,826,DEBUG,44,Before [...] read more
c#
asp.net
openxml
4votes
2answers

Corrupted excel file for large data

Hi i am using EPPlus to create xslx file with some data dump. It is working perfectly on local machine as well as on web server for small amount of data. But i have a case where i have 40,000 rows in dataset. It is again working perfectly on local [...] read more
c#
asp.net
excel
epplus
3votes
4answers

OpenXml and Unable to create mutex

I tried to create Excel document through openXml lib, but when i wanna create Excel from large number of data, server shoe me Unable to create mutex. (Exception from HRESULT: 0x80131464) error, the stack trace is : [IsolatedStorageException: Unable to create mutex. (Exception from HRESULT: 0x80131464)] System.IO.IsolatedStorage.IsolatedStorageFile.Open(String infoFile, String syncName) [...] read more
c#
.net
excel
ms-office
openxml
1vote
1answer

Unable to create mutex ReportingServices

We have ReportViewer with a local report running in an asp.net site. Recently it was updated with extra data to be displayed. After the update when we pull data it seems that the amount of data is too much for the Report viewer to handle and we get the following [...] read more
c#
asp.net
sql-server-2008
reporting-services
1vote
0answers

Unable to create mutex when generating an Excel Report

I'm trying to generate an excel report which may sometimes contain large amount of data (approximately 25,000 records & 2.5 - 3MB) using EPPLUS. This works fine in the development environment (Windows Server 2012 R2 Standard), but fails for large data sets when I deployed it. It throws the exception [...] read more
c#
epplus
isolatedstorage
1vote
1answer

Using WordprocessingDocument error: Unable to create mutex

I'm using this simple pattern to create a docx file in an ASP.NET app: var outputFileName = "creating some file name here..."; var outputFile = string.Format("~/App_Data/files/{0}.docx", outputFileName); // creating a file stream to write to var outputStream = new FileStream(HttpContext.Current.Server.MapPath(outputFile), FileMode.OpenOrCreate); // creating the default template using (var sr = [...] read more
c#
.net
openxml
docx
openxml-sdk
0votes
0answers

DotNetOpenAuth.Reporting throwing error with reporting enabled false

I just added DotNetOpenAuth into an MVC project which runs perfectly fine on my localhost but when I deploy to the hosting environment I am getting a reporting error to do with isolated storage. I followed the previous advice of disabling the reporting if it is causing a problem but [...] read more
c#
asp.net-mvc
oauth
dotnetopenauth
isolatedstorage

Comments

Leave a comment

(plain text only)

Sources

  1. https://github.com/dotnet/coreclr/blob/v1.1.0/src/inc/corerror.xml
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0