Windows error 0xC000009A, -1073741670

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[1][2]
DescriptionThe default facility code.[1][2]
Error Code154 (0x009a)

Questions

9votes
2answers

JCIFS SmbException

I am trying to access a shared folder in my company network via JCIFS. But when i try to list the files under the shared folder, it throws an SmbException as below, jcifs.smb.SmbException: 0xC000009A at jcifs.smb.SmbTransport.checkStatus(SmbTransport.java:563) at jcifs.smb.SmbTransport.send(SmbTransport.java:663) at jcifs.smb.SmbSession.sessionSetup(SmbSession.java:316) at jcifs.smb.SmbSession.send(SmbSession.java:218) at jcifs.smb.SmbTree.treeConnect(SmbTree.java:176) at jcifs.smb.SmbFile.doConnect(SmbFile.java:911) at jcifs.smb.SmbFile.connect(SmbFile.java:954) at jcifs.smb.SmbFile.connect0(SmbFile.java:880) [...] read more
smb
jcifs
5votes
2answers

HP ProLiant DL380 G3 Running Windows Server 2000 has crashed between 6-7:30am for the past 5 days

I have a HP ProLiant DL380 G3 running Windows Server 2000 that has been crashing everyday between 6-730am. This started when I changed out a failing hard drive 6 days ago. I have looked at the scheduled tasks which does not have anything pertaining to this issue. Below are the [...] read more
windows-server-2000
4votes
5answers

Why am I getting an error in Windows 7 when restoring from hibernation?

I am getting the following error when restoring from hibernation in Windows 7 RTM. It seems to be happening more often. My laptop is a Dell Latitude D520. Your computer can't come out of hibernation. Status: 0xc000009a Info: A fatal error occurred processing the restoration data. File: \hiberfil.sys read more
windows-7
hibernate
4votes
2answers

Using VirtualBox with a local Windows 7 installed on the hard drive

I just discovered today that one can create VirtualBox VMDK files that simply reference real partitions on local disks and, needless to say, got pretty excited. "This means I can boot my Windows 7 installation from VirtualBox running in Linux!" I created the VMDK file like so: sudo VBoxManage internalcommands [...] read more
linux
virtualbox
virtualization
efi
3votes
3answers

Computer Crashes When Waking From Sleep Sometimes

I have been having issues with my computer waking up from sleep. It seems like after the computer sleeps for “a long time” (tends to be overnight) it crashes with a KERNEL_STACK_INPAGE_ERROR, which according to the crash dump was “Probably caused by : ntkrnlmp.exe ( nt! ?? ::FNODOBFM::`string'+1ecfd )”. My [...] read more
windows
windows-8.1
bsod
sleep
2votes
0answers

Windows 7 fails to start after shut down

I have Windows 7 Home Premium 64-bit on a 2-year old Lenovo SL510 laptop. This is the current issue: Windows fails to start after the computer shuts down. It gets to the Windows logo load screen and then goes black and does not respond to anything. This is the full [...] read more
windows-7
boot
shutdown
1vote
1answer

How to troubleshoot Application Popup issues 0XC0000142 and 0XC000009a

I am running randomly into 1 of these popups when our application runs. The machines range from 8GB/8Core to 24GB/24Core and run Windows Server 2008 R2. The application is a bunch of perl scripts and exe's that are expected to utilitize the server well. The process tree can be quite [...] read more
windows-server-2008-r2
windows-event-log
1vote
0answers

Error connecting to a share folder from java

I am working at an application in java which gets files from a share folder. For 2 days, i got same error trying to connect to the share folder. Until now, i didn't get this error. I dont know what is happened. Please help me. My code: package ScanPatch; import [...] read more
java
share
smb
1vote
1answer

KMDF WdfDriverCreate function returns "insufficient resources"

I'm trying to write a kmdf driver to target a custom PCIe board. On following the default project that Microsoft provides, I made a few minor changes to the .inf file, mainly changing the names of strings and providing the hardware ID of our PCIe board. Deploying the driver works [...] read more
windows
kmdf
wdf
1vote
0answers

Windows 7 laptop comes in hibernation from sleep and can't boot after that

I have a new OS installation on my laptop, Windows 7. I put PC into hibernation state. After that it can't boot from this state normally (error 0xC000009A on black screen), I have to perform cold start (select "Delete all hibernation data..."). Laptop was connected to power, so it wasn't [...] read more
windows-7
boot
troubleshooting
sleep
hibernate
0votes
1answer

SXS: BasepCreateActCtx() BasepSxsCreateStreams() failed Error occured in runtime

I have encountered errors like this while testing product build on Windows 10 x64 1903 release where my driver were installed (it was virtual machine). I can not guess what happens and Google does not help me find any information which may be useful (any information!!!). SXS: BasepCreateActCtx() BasepSxsCreateStreams() failed [...] read more
windows
driver
windbg
minifilter
0votes
1answer

Jenkins publishing via CFIS plugin stopped working

Within a Jenkins project, there are two steps which publish artifacts to a Windows share (via the CFIS plugin for Jenkins). This worked fine, until some days ago the second post-build step stopped working; apparently nothing was changed on purpose. There is the message ERROR: Exception when publishing, exception message [...] read more
windows
jenkins
plugins
smb

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0