Today, I opened the SharePoint management center on the server to create a web application.ProgramAn error occurs during the creation process and the creation process is interrupted. The error message is displayed, indicating that the error is from hresult: 0x80070094. As a result, the IIS and Event Viewer are habitually opened to see what errors have occurred. IIS has no content to open and cannot connect to the current server. The following error message is displayed in the Event Viewer:
After asking a colleague, I said that this problem had occurred for a long time and had not been solved. After I restarted IIS, I immediately opened IIS to view the content. However, this error has always occurred during web application creation.
The following is the error message of event ID 6482, 6398, and 7076 in Event Viewer.
Event Type: Error
Event Source: Windows SharePoint Services 3
Event Type: Timer
Event ID: 6398
Date:
Event: 10:35:06
User: N/
COMPUTER: SC-LEARNING
Description:
The job with the ID 235f9152-138d-4181-a166-cdc0256b03e1 defines the execute method of Microsoft. Office. server. Administration. applicationserveradministrationservicejob to cause an exception. Detailed information is provided below.
Try to read or write the protected memory. This usually indicates that other memory is damaged.
For more information, see Help and Support Center in http://go.microsoft.com/fwlink/events.asp.
Event Type: Error
Event Source: Office Sharepoint Server
Event Type: office server sharing service
Event ID: 7076
Date:
Event: 10:35:06
User: N/
COMPUTER: SC-LEARNING
Description:
An exception occurred when running the application server management job.
Message: Try to read or write the protected memory. This usually indicates that other memory is damaged.
Technical support details:
System. accessviolationexception: attempts to read or write data to protected memory. This usually indicates that other memory is damaged.
Server stack trace:
In system. directoryservices. InterOP. unsafenativemethods. iadscontainer. GetObject (string classname, string relativename)
In system. directoryservices. directoryentries. Find (string name, string schemaclassname)
In Microsoft. Sharepoint. administrationoperation. metabase. metabaseobjectcollection '1. Find (string name)
In Microsoft. Sharepoint. administrationoperation. metabase. metabaseobjectcollection '1. get_item (string name)
In Microsoft. Sharepoint. administrationoperation. spprovisioningassistant. provisioniisapplicationpool (string name, applicationpoolidentitytype identitytype, string username, securestring password, timespan idletimeout, timespan periodicrestarttime)
In Microsoft. Sharepoint. administrationoperation. spadministrationoperation. doprovisioniisapplicationpool (string name, int32 identitytype, string username, string password, timespan idletimeout, timespan periodicrestarttime)
In system. runtime. remoting. messaging. stackbuildersink. _ privateprocessmessage (intptr MD, object [] ARGs, Object Server, int32 methodptr, Boolean fexecuteincontext, object [] & outargs)
In system. runtime. remoting. messaging. stackbuildersink. privateprocessmessage (runtimemethodhandle MD, object [] ARGs, Object Server, int32 methodptr, Boolean fexecuteincontext, object [] & outargs)
In system. runtime. remoting. messaging. stackbuildersink. syncprocessmessage (iMessage MSG, int32 methodptr, Boolean fexecuteincontext)
Exception rethrown at [0]:
In system. runtime. remoting. proxies. realproxy. handlereturnmessage (iMessage reqmsg, iMessage retmsg)
In system. runtime. remoting. proxies. realproxy. privateinvoke (messagedata & msgdata, int32 type)
In Microsoft. Sharepoint. administrationoperation. spadministrationoperation. doprovisioniisapplicationpool (string name, int32 identitytype, string username, string password, timespan idletimeout, timespan periodicrestarttime)
In Microsoft. Sharepoint. Administration. spmetabasemanager. provisioniisapplicationpool (string name, int32 identitytype, string username, securestring password, timespan idletimeout, timespan periodicrestarttime)
In Microsoft. Office. server. Administration. sharedwebserviceinstance. createsharedwebserviceapplicationpool (sharedresourceprovider SRP)
In Microsoft. Office. server. Administration. applicationserverjob. provisionlocalsharedserviceinstances (Boolean isadministrationservicejob)
For more information, see Help and Support Center in http://go.microsoft.com/fwlink/events.asp.
Event Type: Error
Event Source: Office Sharepoint Server
Event Type: office server sharing service
Event ID: 6482
Date:
Event: 10:35:06
User: N/
COMPUTER: SC-LEARNING
Description:
The application server management job for the service instance Microsoft. Office. server. Search. Administration. searchadminsharedwebserviceinstance (c120ac07-596e-4f86-a929-9c534cd3f7c8) failed.
Cause: Try to read or write the protected memory. This usually indicates that other memory is damaged.
Technical support details:
System. accessviolationexception: attempts to read or write data to protected memory. This usually indicates that other memory is damaged.
Server stack trace:
In system. directoryservices. InterOP. unsafenativemethods. iadscontainer. GetObject (string classname, string relativename)
In system. directoryservices. directoryentries. Find (string name, string schemaclassname)
In Microsoft. Sharepoint. administrationoperation. metabase. metabaseobjectcollection '1. Find (string name)
In Microsoft. Sharepoint. administrationoperation. metabase. metabaseobjectcollection '1. get_item (string name)
In Microsoft. Sharepoint. administrationoperation. spprovisioningassistant. provisioniisapplicationpool (string name, applicationpoolidentitytype identitytype, string username, securestring password, timespan idletimeout, timespan periodicrestarttime)
In Microsoft. Sharepoint. administrationoperation. spadministrationoperation. doprovisioniisapplicationpool (string name, int32 identitytype, string username, string password, timespan idletimeout, timespan periodicrestarttime)
In system. runtime. remoting. messaging. stackbuildersink. _ privateprocessmessage (intptr MD, object [] ARGs, Object Server, int32 methodptr, Boolean fexecuteincontext, object [] & outargs)
In system. runtime. remoting. messaging. stackbuildersink. privateprocessmessage (runtimemethodhandle MD, object [] ARGs, Object Server, int32 methodptr, Boolean fexecuteincontext, object [] & outargs)
In system. runtime. remoting. messaging. stackbuildersink. syncprocessmessage (iMessage MSG, int32 methodptr, Boolean fexecuteincontext)
exception rethrown at [0]:
in system. runtime. remoting. proxies. realproxy. handlereturnmessage (iMessage reqmsg, iMessage retmsg)
in system. runtime. remoting. proxies. realproxy. privateinvoke (messagedata & msgdata, int32 type)
in Microsoft. sharepoint. administrationoperation. spadministrationoperation. doprovisioniisapplicationpool (string name, int32 identitytype, string username, string password, timespan idletimeout, timespan periodicrestarttime)
in Microsoft. sharepoint. administration. spmetabasemanager. provisioniisapplicationpool (string name, int32 identitytype, string username, securestring password, timespan idletimeout, timespan periodicrestarttime)
in Microsoft. office. server. administration. sharedwebserviceinstance. synchronize ()
in Microsoft. office. server. administration. applicationserverjob. provisionlocalsharedserviceinstances (Boolean isadministrationservicejob)
For more information, see Help and Support Center in http://go.microsoft.com/fwlink/events.asp.
These three errors occur continuously. Online Search error solution.
First: sharepoint2007 problems when creating web applications
Solution: First restart the timer service of SharePoint and then restart the IIS service.
Command:
Net stop sptimerv3
Net start sptimerv3
Iisreset
Second: solution to SharePoint, event ID: 6482 (I used this method)
To Microsoft KB found the following hotfix for http://support.microsoft.com/kb/946517/zh-cn
After the download and installation, install the hotfix and restart the server. After a period of time, the event viewer does not display these error messages again. Enable IIS to work properly, and then create a web application to successfully create and solve the problem.
Reprinted from: http://www.cnblogs.com/Bear-Study-Hard/archive/2009/05/15/1457525.html