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
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
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
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
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
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
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
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
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
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
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
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