Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

"Fatal System Error: 0x00000093" Error Message When You Install Apache SNMP on IBM WebSphere Application Server


View products that this article applies to.

Symptoms

If you are running IBM WebSphere Application Server, and you install the Apache Simple Network Management Protocol (SNMP) protocol, you may receive the following error message on a blue screen:
Fatal System Error: 0x00000093 (0x000006DC,0x00000001,0x00000000,0x00000000)
INVALID_KERNEL_HANDLE (93)
afpa.sys
Then, the IBM HTTP service does not start.

↑ Back to the top


Cause

This problem occurs because the Afpa.sys driver frees its system resources before all the processing threads have completed.

↑ Back to the top


Workaround

To work around this problem, modify the Httpd.conf file. To do this, follow these steps:
  1. Click Start, point to Programs, point to Accessories, and then click Notepad.
  2. On the File menu click Open.
  3. Locate the systemdrive\IBM HTTP Server\conf\ folder, where systemdrive is the drive where Windows Server 2003 is installed.
  4. Click the Httpd.conf file, and then click Open.
  5. Scroll to the end of the file, and then search for a line that contains the following:
    Alias /IBMWebAS/ "C:/WebSphere/AppServer/web/"
  6. Delete any characters that appear before the word "Alias." The line will then contain only the following:
    Alias /IBMWebAS/ "C:/WebSphere/AppServer/web/"
  7. Save the file.
  8. Click Start, and then click Control Panel.
  9. Double-click Administrative Tools.
  10. Double-click Services.
  11. Start the IBM HTTP service.

↑ Back to the top


More Information

For information about how to contact IBM, visit the following Web site:Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.

The third-party products that are discussed in this article are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, regarding the performance or reliability of these products.

↑ Back to the top


Keywords: kberrmsg, kbinterop, kbprb, kbnofix, kbentirenet, kb

↑ Back to the top

Article Info
Article ID : 816600
Revision : 3
Created on : 3/30/2017
Published on : 3/30/2017
Exists online : False
Views : 203