Windows error 0x80070026, -2147024858

Detailed Error Information

HANDLE_EOF[1]

MessageReached the end of the file.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code38 (0x0026)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00000026.

Questions

1vote
1answer

Windows 10 install log on non-booting machine

My Windows 10 laptop suddenly stopped booting. It booted up normally at first, with all the autostart(mostly win32) apps launched working ok, however Forza Horizon wouldn’t start. I restarted, and wasn’t able to get it to boot since. All of the options in WinPE (apart from the reinstall) were tried. [...] read more
windows
windows-10
boot
windows-pe
1vote
1answer

IIS return error 500 when sending files via php curl but not via postman

this is my scenario. a web application written in PHP (7.x) that a certain point sends some informations and 2 files to a web server via cURL. The web server have some Rest APIs also written in PHP (7.x). my problem is that when I send the files, IIS (7.5) [...] read more
php
curl
iis
1vote
0answers

What causes SignalR WebSocketException - reached the end of the file?

We are using Microsoft.AspNet.SignalR Version=2.1.1.0 running on Windows Server 2016, IIS 10. We see the following errors in the server logs - SignalR.Transports.WebSocketTransport Error: 0 : OnError(1531b342-8587-4082-a027-b57505e29a8d, System.Net.WebSockets.WebSocketException (0x80070026): Reached the end of the file at System.Web.WebSockets.WebSocketPipe.<>c__DisplayClass9_0.b__0(Int32 hrError, Int32 cbIO, Boolean fUtf8Encoded, Boolean fFinalFragment, Boolean fClose) What could be the [...] read more
signalr
1vote
2answers

HttpModule ATL Server Service InputStream Failure

I'm trying to add some SOAP message logging capabilities to an old, old ATL Server web service that is running in integrated mode in IIS 7.5 on a Windows Server 2008 box, but running into a strange problem. For further background, I've added the assembly that contains the HttpModule to [...] read more
c#
asp.net
soap
atl
httpmodule
0votes
2answers

Trying to fix Windows 7 which will not start, with ultimate goal of upgrading to Windows 10. Do I have any options other than a clean install of 10?

I'm working with an HP Pavilion running Windows 7 Home Premium x64. The PC is remote; I'm in New England, the PC is my brother's and he's on the Gulf Coast. I've been trying to assist through TeamViewer and over the phone. Attempts to get the computer to update to [...] read more
windows-7
boot
usb
windows-10-upgrade
repair
0votes
0answers

Why SignalR Server Sent Events (SSE) transport connects repeatedly every minute?

We are using Microsoft.AspNet SignalR Version=2.4.1.0 running on Windows Server 2016, IIS 10. In our logs, we see that client send us connect request to set up WebSocket connection and server return HTTP status code of 101. Immediately after that, we receive another connect request to set up SSE connection. [...] read more
iis
signalr
signalr-hub
server-sent-events
0votes
1answer

POST requests fail with : IIS 7.5 + ARR 2.0(Reverse Proxy) + OWIN http modules

IIS ARR reverse proxy implementation is failing after my top level application in integrated with OKTA SSO. The OKTA integration uses OWIN modules and WS-Federtaion protocol.The back-end WebSphere app server is logging a socketTimeout exception and the FRT logs on IIS are pasted below. MODULE_SET_RESPONSE_ERROR_STATUS ModuleName ApplicationRequestRouting Notification 128 HttpStatus [...] read more
iis-7.5
owin
reverse-proxy
okta
arr
0votes
1answer

502 errors when using Url Rewrite and Application Request Routing

I'm using the Application Request Routing and URL Rewrite modules in IIS7.5 to host a Wordpress blog as a subdirectory of my ASP.NET 4.0 site. Most everything is working, except I get 502 errors when Wordpress redirects to php pages such as wp-comments-post.php. I cannot trace down the source of [...] read more
php
asp.net
iis
iis-7
url-rewriting
-1votes
1answer

Defending against no data

I have this line of code: NetworkStream tcpStream; return IPAddress.NetworkToHostOrder(new BinaryReader(tcpStream).ReadInt32()); Occasionally, there is no data to read and that lines throws an exception. System.IO.EndOfStreamException HResult=0x80070026 Message=Unable to read beyond the end of the stream. Source=mscorlib StackTrace: at System.IO.__Error.EndOfFile() at System.IO.BinaryReader.FillBuffer(Int32 numBytes) at System.IO.BinaryReader.ReadInt32() ... The Length property also doesn't [...] read more
c#
.net
tcp

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0