Sharepoint application pool suffered a fatal communication error with the Windows Process Activation Service

I am using form based Sharepoint servers and received below error.  Is there any way to solve this?
Sharepoint 2010 in Windows 2008 R2 Server.
A process serving application pool 'Sharepoint-2' suffered a fatal communication error with the Windows Process Activation Service. The process id was '11516'. The data field contains the error number.

I don't see any number provided in the event log. I got this through Sharepoint diagnostic tool.  below is the log.
Log Name:      System
Source:        Microsoft-Windows-WAS
Date:          12/17/2013 5:16:34 AM
Event ID:      5011
Task Category: None
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      525531-WEB03.dfw.intensive.int
Description:
A process serving application pool 'Sharepoint-2' suffered a fatal communication error with the Windows Process Activation Service. The process id was '8180'. The data field contains the error number.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-WAS" Guid="{524B5D04-133C-4A62-8362-64E8EDB9CE40}" EventSourceName="WAS" />
    <EventID Qualifiers="32768">5011</EventID>
    <Version>0</Version>
    <Level>3</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-12-17T10:16:34.000000000Z" />
    <EventRecordID>23515</EventRecordID>
    <Correlation />
    <Execution ProcessID="0" ThreadID="0" />
    <Channel>System</Channel>
    <Computer>525531-WEB03.dfw.intensive.int</Computer>
    <Security />
  </System>
  <EventData>
    <Data Name="AppPoolID">Sharepoint-2</Data>
    <Data Name="ProcessID">8180</Data>
    <Binary>6D000780</Binary>
  </EventData>
</Event>

Similar Messages

  • CF11 is crashing ( application pool suffered a fatal communication error with the Windows Process Activation Service)

    I have a cluster of 2 IIS web servers on Windows Server 2008 R2. They had been running on CF10 for over a year (if not two) with no problems. I upgraded one server to CF11 and now that server is crashing while the CF10 servers is still running fine.
    In the Windows event log I'm seeing 4 instances of this error:
    "A process serving application pool '******' suffered a fatal communication error with the Windows Process Activation Service. The process id was '4652'. The data field contains the error number."
    Then finally:
    "Application pool '******' is being automatically disabled due to a series of failures in the process(es) serving that application pool.".
    Looking at the application pool in the IIS admin it is stopped. Restarting will resolve but it will eventually crash.
    What could be the issue?
    -Phil

    I'm seeing in the CF logs leading up to the crash:
    Jun 04, 2014 11:11:31 AM org.apache.coyote.ajp.AjpProcessor getRealPathFromServer
    SEVERE: Error in getRealPathFromConn
    java.net.SocketException: Connection reset by peer: socket write error
      at java.net.SocketOutputStream.socketWrite0(Native Method)
      at java.net.SocketOutputStream.socketWrite(Unknown Source)
      at java.net.SocketOutputStream.write(Unknown Source)
      at org.apache.coyote.ajp.AjpProcessor.getRealPathFromServer(AjpProcessor.java:402)
      at org.apache.coyote.ajp.AbstractAjpProcessor.getRealPath(AbstractAjpProcessor.java:1276)
      at org.apache.naming.resources.FileDirContext.doGetRealPath(FileDirContext.java:202)
      at org.apache.naming.resources.BaseDirContext.getRealPath(BaseDirContext.java:424)
      at org.apache.catalina.core.StandardContext.getRealPath(StandardContext.java:4660)
      at org.apache.catalina.core.ApplicationContext.getRealPath(ApplicationContext.java:432)
      at org.apache.catalina.core.ApplicationContextFacade.getRealPath(ApplicationContextFacade.ja va:333)
      at coldfusion.runtime.ServletContextWrapper.doGetRealPath(ServletContextWrapper.java:184)
      at coldfusion.runtime.ServletContextWrapper._doGetRealPath(ServletContextWrapper.java:116)
      at coldfusion.runtime.ServletContextWrapper.getRealPath(ServletContextWrapper.java:98)
      at coldfusion.filter.FusionContext.getRealPath(FusionContext.java:999)
      at coldfusion.filter.FusionContext.getRealPath(FusionContext.java:937)
      at coldfusion.runtime.RuntimeServiceImpl.resolveTemplatePath(RuntimeServiceImpl.java:866)
      at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:420)
      at cfApplication2ecfc1835967654.runPage(C:\Data\http\domain\apps\Application.cfc:3)
      at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:246)
      at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
      at coldfusion.runtime.TemplateProxyFactory.resolveComponentHelper(TemplateProxyFactory.java: 538)
      at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:248)
      at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:159)
      at coldfusion.runtime.TemplateProxyFactory.resolveFile(TemplateProxyFactory.java:120)
      at coldfusion.cfc.CFCProxy.<init>(CFCProxy.java:138)
      at coldfusion.cfc.CFCProxy.<init>(CFCProxy.java:84)
      at coldfusion.runtime.AppEventInvoker.<init>(AppEventInvoker.java:64)
      at coldfusion.filter.PathFilter.resolveApplicationScope(PathFilter.java:195)
      at coldfusion.filter.PathFilter.invoke(PathFilter.java:124)
      at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:94)
      at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
      at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
      at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:58)
      at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
      at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
      at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
      at coldfusion.CfmServlet.service(CfmServlet.java:219)
      at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:303)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
      at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
      at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:241)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
      at sun.reflect.GeneratedMethodAccessor118.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at com.intergral.fusionreactor.j2ee.filterchain.WrappedFilterChain.doFilter(WrappedFilterCha in.java:97)
      at com.intergral.fusionreactor.j2ee.filter.FusionReactorRequestHandler.doNext(FusionReactorR equestHandler.java:472)
      at com.intergral.fusionreactor.j2ee.filter.FusionReactorRequestHandler.doHttpServletRequest( FusionReactorRequestHandler.java:312)
      at com.intergral.fusionreactor.j2ee.filter.FusionReactorRequestHandler.doFusionRequest(Fusio nReactorRequestHandler.java:192)
      at com.intergral.fusionreactor.j2ee.filter.FusionReactorRequestHandler.handle(FusionReactorR equestHandler.java:507)
      at com.intergral.fusionreactor.j2ee.filter.FusionReactorCoreFilter.doFilter(FusionReactorCor eFilter.java:36)
      at sun.reflect.GeneratedMethodAccessor117.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at com.intergral.fusionreactor.j2ee.filterchain.WrappedFilterChain.doFilter(WrappedFilterCha in.java:79)
      at sun.reflect.GeneratedMethodAccessor116.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at com.intergral.fusionreactor.agent.filter.FusionReactorStaticFilter.doFilter(FusionReactor StaticFilter.java:53)
      at com.intergral.fusionreactor.agent.pointcuts.NewFilterChainPointCut$1.invoke(NewFilterChai nPointCut.java:41)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:422)
      at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:198)
      at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:607)
      at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)

  • 'MSExchangeSyncAppPool' suffered a fatal communication error

    We receive the following error from SCOM2007 R2 for our Exchange 2010 SP2 RU4v2 CAS. I don't see anything in the event logs. I ran across the below KB but it really doesn't apply to our environment as we have no Exchange 2003. We are still running
    a mixed 2007 environment though. However, that won't be for much longer.
    http://support.microsoft.com/kb/2639150
    Alert: Application Pool worker process is unresponsive
    Source: MSExchangeSyncAppPool
    Path: CAS04.dir.contoso.com
    Last modified by: Auto-resolve
    Last modified time: 2/3/2013 4:00:04 AM
    Alert description: A process serving application pool 'MSExchangeSyncAppPool' suffered a fatal communication error with the Windows Process Activation Service. The process id was '7384'. The data field contains the error number.
    Alert Severity: 1
    Alert Priority: 1

    We receive the following error from SCOM2007 R2 for our Exchange 2010 SP2 RU4v2 CAS. I don't see anything in the event logs. I ran across the below KB but it really doesn't apply to our environment as we have no Exchange 2003. We are still running
    a mixed 2007 environment though. However, that won't be for much longer.
    http://support.microsoft.com/kb/2639150
    Alert: Application Pool worker process is unresponsive
    Source: MSExchangeSyncAppPool
    Path: CAS04.dir.contoso.com
    Last modified by: Auto-resolve
    Last modified time: 2/3/2013 4:00:04 AM
    Alert description: A process serving application pool 'MSExchangeSyncAppPool' suffered a fatal communication error with the Windows Process Activation Service. The process id was '7384'. The data field contains the error number.
    Alert Severity: 1
    Alert Priority: 1
    and is the MSExchangeSyncAppPool still running? You can check in IIS. If the App pool is restarting , it will show
    in the System Logs. If things are working and no one is complaining, then I would simply continue to monitor
    Twitter:

  • Communication error with the opmn server local port

    Working on 64-bit R12.0.6 on AIX 5L
    Application services are not being started properly. They are being started with status 2(sometimes with 4).
    Autocinfig is being successfully completed.
    Please help me how I can get rid of this error. Following are some of the environment setting details:
    ons.conf
    nodes=appaix02.us.oracle.com:15007
    opmn.xml
    <opmn xmlns="http://www.oracle.com/ias-instance">
    <notification-server>
    <port local="15006" remote="15007" request="15005"/>
    opmn.log
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    ons.log
    07/01/11 13:12:02 [4] ONS server initiated
    07/01/11 13:12:52 [4] Logging disabled
    07/01/11 13:12:53 [4] ONS server initiated
    07/01/11 13:13:04 [4] Logging disabled
    07/01/11 13:13:04 [4] ONS server initiated
    07/01/11 13:13:17 [4] Logging disabled
    07/01/11 13:13:28 [4] ONS server initiated
    07/01/11 13:13:40 [4] Logging disabled
    07/01/11 13:13:41 [4] ONS server initiated
    07/01/11 13:14:20 [4] Logging disabled
    07/01/11 13:14:21 [4] ONS server initiated
    07/01/11 13:14:29 [4] Logging disabled
    07/01/11 13:14:29 [4] ONS server initiated
    07/01/11 13:14:34 [4] Logging disabled
    07/01/11 13:14:34 [4] ONS server initiated
    07/01/11 13:15:53 [4] Logging disabled
    adopmnctl.txt
    10/08/10-23:30:43 :: adopmnctl.sh version 120.4.12000000.3
    10/08/10-23:30:43 :: adopmnctl.sh: Stopping Oracle Process Manager (OPMN) and t
    he managed processes
    opmnctl: stopping opmn and all managed processes...
    10/09/10-11:13:41 :: adopmnctl.sh version 120.4.12000000.3
    10/09/10-11:13:41 :: adopmnctl.sh: Starting Oracle Process Manager (OPMN)
    opmnctl: opmn start failed.
    10/09/10-11:15:09 :: adopmnctl.sh: exiting with status 2
    adformsctl.txt
    opmnctl: stopping opmn managed processes...
    10/09/10-11:18:11 :: adformsctl.sh version 120.12.12000000.5
    10/09/10-11:18:11 :: adformsctl.sh: starting OPMN if it is not running
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    opmnctl: opmn start failed.
    Please help.

    "A point to add"
    I just noticed that following message is being continously receiving in the database alert_log:
    Sat Oct 9 16:04:52 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:05:32 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:06:30 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:07:10 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:09:35 2010
    Incremental checkpoint up to RBA [0x1d.1f9928.0], current log tail at RBA [0x1d.1f9a79.0]
    Sat Oct 9 16:11:52 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:29:40 2010
    Incremental checkpoint up to RBA [0x1d.1f9b87.0], current log tail at RBA [0x1d.1f9bf4.0]
    ~
    Please help.

  • Getting Communication error with the external tax system(VERTEX_MS0018)

    Hi All,
    I am a new SAP HCM self learner. I am practicing it on company's sandbox system. When I am trying to create a company and saving the address, it is returning Communication error with the external tax system(VERTEX_MS0018). I have already tried to solve is issue by going thru previous related to same issue like
    Communication error with the external tax system (VERTEX_MS0018) ...Urgent
    but coudn't solve the issue.
    Please help. Is this issue coming as I am using a training environment? any alternate approach?

    Hi Ravi,
    To disable the connection to Vertex:
    Goto tcode  SPRO > Cross Application Components > Transaction Tax Engine >
    Technical Settings> Define External Tax System
    Here an RFC would be defined. Remove it and try again.
    Also in SPRO > Cross Application Components > Tax Determination based on Jurisdiction Codes > External Tax Jurisdiction > Activate External Tax Jurisdiction.
    Remove the entry 'V' here.
    Regards,
    Srikishan

  • Communication error with the external tax system(vertex_ms0018)

    Hi All
    I have installed ECC6 IDES S/W on my PC. I have activated SAP Insurance module (FS-CD). When I try to create business partner using FPP1 with US address, It is throwing error as follows:
    "communication error with the external tax system(vertex_ms0018)"
    I dont want to use any external Tax system like Vertex etc. because I am not calculating any taxes.
    I gave correct US address with valid ZIP etc. but no use.
    Please help me if any one of you has idea. How to overcome this error. How to deactivate connection to external tax system.
    Your help will be greatly appreciated.
    Thanks
    Giri

    Hi Giri,
    I've notice that you took the 'V' from the configuration but you left the RFC destination.
    Clearly the RFC destination is not working thus the reason you get the error (in your case, your server can't determine a valid IP address for the host iwdf8334.wdf.sap.corp).
    To sort out the problem you got I can think of at least two ways:
    1. Get the RFC connection working (get the correct setup for it) using transaction SM59
    2. Or if you don't really need the external tax calculations, remove the RFC configuration from TAXUJ under Assign RFC Destination to Country on the Cross-Application SPRO entry.
    3. You can always add TAXUS to transaction OBBG if you require it (as it comes out of the box).
    This should fix the problem you are having but I'm assuming you don't need the external tax calculations.
    If you do, just fix the connection using SM59 (you may want to ask for help from your Basis team if you don't know how to do it).
    Cheers
    Jorge Laranjo
    [email protected]
    +44 741 847 5946

  • Communication error with the LOCAL_EXEC Function BAPI_PTMGREXTATTABS_CHECK

    Hello,
    We use timesheet (CATS) in a separate SAP system from the SAP system in which HR resides.
    I found out how the loosely coupled scenario with CATS works with a SAP HR system. We transfer the workschedule and absence data with report RPTIMEOVERVIEW_REPLICATE to the SAP system in which CATS is used. This data is then available in the PTIMEOV1 table to perform time checks in CATS. The distribution model for ALE takes care of the fact that the data is posted into table PTIMEOV1. With BD97 I set up that the BAPI: PTMGREXTATTABS.CHECK has RFCdestination for synchronous calls  = LOCAL_EXEC.
    When I want to record on an attendance code without clock times then the above works fine. The SAP system in which CATS resides looks into table PTIMEOV1. So far so good.
    However, when I want to record hours WITH clock times then I cannot save the data. The error message HRTIM00CATS667 shows up:
    "Communication error with the LOCAL_EXEC Function BAPI_PTMGREXTATTABS_CHECK is no t available  system"
    Diagnosis
    An error has occured during communication with the HR System. The HR data in the time sheet cannot be validated.
    From the error message description it seems that it wants to check the SAP HR system instead of looking for the check in the SAP system in which CATS resides.....
    When I change the value from LOCAL_EXEC to the system in which HR resides then the error disappears, but then it really checks into the SAP HR system (synchronous check with that SAP HR system) and that is not what the customer wants. The check should be local on the PTIMEOV1 table (in case the SAP HR system is down).
    I did not find any OSS notes on the topic....or other info on SDN.
    Can anyone help me out concerning this starnge error message, at least for me?
    Thanks very much in advance,
    Kind regards,
    Mirko

    "A point to add"
    I just noticed that following message is being continously receiving in the database alert_log:
    Sat Oct 9 16:04:52 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:05:32 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:06:30 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:07:10 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:09:35 2010
    Incremental checkpoint up to RBA [0x1d.1f9928.0], current log tail at RBA [0x1d.1f9a79.0]
    Sat Oct 9 16:11:52 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:29:40 2010
    Incremental checkpoint up to RBA [0x1d.1f9b87.0], current log tail at RBA [0x1d.1f9bf4.0]
    ~
    Please help.

  • Event ID: 7024 Windows Process Activation Service will not start error %%-2147467243

    Reside on a network that contains network GPOs.  We are given authority to create unique GPOs for our specific LAN Web server.  Our Intranet web page requires Windows Process Activation Service and another service to open.  Before creating
    the local GPO, the two services were in Disabled mode, but we could set them to Manual and start them.  The network GPOs would reset them at random every few hours, but again we could reset them.  After creating the local GPO, the WPAS is set to
    Manual and will not start at all with the Title errors being generated.  Administrator previously completed successful GPO mods in WinSvr2003.  Is there a different way of doing GPOs in WinSvr2008R2?  I cannot provide logs or further details
    other than the above.  Any ideas would be helpful.

    > open.  Before creating the local GPO, the two services were in Disabled
    > mode, but we could set them to Manual and start them.  The network GPOs
    > would reset them at random every few hours,
    Then you should adjust your "network" GPOs which we usually call "domain
    gpos"...
    > them.  After creating the local GPO, the WPAS is set to Manual and will
    > not start at all with the Title errors being generated.
    # for hex 0x80004015 / decimal -2147467243 :
      CO_E_WRONG_SERVER_IDENTITY
    winerror.h
    # The class is configured to run as a security id different
    # from the caller
    # 1 matches found for "80004015"
    Seems you screwed up the service account or service security or
    something like that...
    > previously completed successful GPO mods in WinSvr2003.  Is there a
    > different way of doing GPOs in WinSvr2008R2?
    No.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Installation Error - Windows Process Activation Service (WAS) and WWW Publi

    Hi all,
    I am a newbie to UPK..
    Just tried installing UPK Developer Server + Client on my local machine, and hit upon the following error that I have no idea of !!
    Service status check
    Setup cannot determine if Windows Process Activation Service (WAS) and World Wide Web Publishing are installed on the computer.
    Confirm that Windows Process Activation Service (WAS) and World Wide Web Publishing are installed and running on the computer.
    Please select another configuration.
    OK
    I am using Win 7 Ultimate.. 32 bit.. ran the Installer with Administrator privileges already !!
    Any help from you, in case you have the solution, would be highly appreciated.. :)
    Besties..
    Sahil

    Hi Sahil,
    Couple of things here - The server component on UPK can only be installed on Windows Server 2003 or 2008 - so it seems as if you are choosing the incorrect installation option when running the setup. There are normally a few options when you run the setup for UPK - these include the following:
    1. Developer Client
    2. Developer Server
    3. Developer Server and Client
    4. Developer Single User
    5. Knowledge Center
    You should be selecting option 4 - Developer Single user. This will install all binaries required (including the database) to your local machine. This option is not used as a multi-user environment, but rather for sole use on your PC/laptop. If you intend on installing on a multi-user environment, you will need to review the Tech Specs for UPK to ensure that you meet the Hardware and Software requirements.
    The errors you are receiving about WAS is related to IIS. You need to ensure that the role for IIS is installed on your machine - The webserver component of UPK utilises IIS.
    Hope this all helps.
    Regards,
    Greig

  • Cannot add/ change user account - error with Microsoft-Windows-User Profiles Service

    Hello
    A few days ago my computer went wierd.
    I cannot update windows because I get no results when I use "Windows Search"
    My metro UI doesnt work properly. I cannot use it. 
    Somebody said that it could be that my User Account could be corrupted.
    I tried to create I new one, but I could do the first steps, because the computer doesnt respond when I click "Change my account" in controlpanel.
    I get errorlogs like this:
    Loggnamn:      Application
    Källa:         Microsoft-Windows-User Profiles Service
    Datum:         2015-04-29 12:03:16
    Händelse-ID:   1542
    Aktivitetskategori:Ingen
    Nivå:          Fel
    Nyckelord:     
    Användare:     SYSTEM
    Dator:         Baddarn
    Beskrivning:
    Det går inte att läsa in registerfilen för klasser.
     INFORMATION - The system cannot find the file specified.
    Händelsens XML-data:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-User Profiles Service" Guid="{89B1E9F0-5AFF-44A6-9B44-0A07A7CE5845}" />
        <EventID>1542</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-29T10:03:16.571099200Z" />
        <EventRecordID>91382</EventRecordID>
        <Correlation />
        <Execution ProcessID="1128" ThreadID="2524" />
        <Channel>Application</Channel>
        <Computer>Baddarn</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="Error">The system cannot find the file specified.
    </Data>
      </EventData>
    </Event>
    What can I do?

    Hi Intesabra,
    Have you made any modifications to the machine before the issue?
    First of all ,I would suggest you to update the machine manually.
    Control Panel\All Control Panel Items\Windows Update\Check for updates.
    I also suggest you to perform a full scan with the antivirus software to eliminate the virus issue considering this issue is a little wierd. We can do this in safe mode to improve the scanning quality.
    Run "services.msc" to check the status of "User Profiles Service" and ensure it is running.
    Run "dism /online /cleanup-image /restorehealth" or "sfc /scannow" to check the health of the whole system files.
    Considering this issue occurred recently, we can perform a system restore to recover the machine to a previous point.
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Transferring photos from my Nikon coolpix s7c  to my mac causes a "communications error" with the camera and will not transfer photos as it has done in the past. Seems to have stopped working with my Mac Lion upgrade?

    iphoto has stopped transferring my photos from my Nikno coolpix s7c camera. Seems like it stopped when I upgraded to Lion? It continues to work with a PC?

    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • Exchange 2013 CU 1 - Windows process activation errors

    Hi,
    after upgrading to Exchange 2013 CU1, I get the following errors in the eventlog for all Exchange Application pools. These errors show up every 5 to 10 minutes:
    A process serving application pool 'MSExchangeECPAppPool' suffered a fatal communication error with the Windows Process Activation Service. The process id was '8068'. The data field contains the error number.
    A process serving application pool 'MSExchangeOWAAppPool' suffered a fatal communication error with the Windows Process Activation Service. The process id was '8248'. The data field contains the error number.
    A process serving application pool 'MSExchangePowerShellFrontEndAppPool' terminated unexpectedly. The process id was '8652'. The process exit code was '0xffffffff'.
    Exchange 2013 CU1 is running on Windows 2012.
    Franc.

    Hi,
    It is a IIS error. Please check the Windows Process Activation service in the Exchange server. Make sure the service is started. 
    Please have a try to restart the server then change the issue again.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
    Sean Xiao
    TechNet Community Support

  • Fatal Communication Error

    Hello, everyone.
    I am fairly new to the world of SQL server, so I apologize for any newbie errors in my question. I am also not sure if this is an SQL, IIS, or Windows Server issue.
    The Environment:
    One physical server running Hyper-V
    Physical server is acting as domain controller, Hyper-v host and DNS server
    All servers are part of the same domain.
    Server version is 2012 R2 in all instances.
    SQL version is 2014 in all instances.
    .NET version is 4.5
    All software is fully updated.
    The Virtual Servers:
    SQL Server
    IIS Web Server
    Test Server with IIS and SQL
    The Problem:
    The IIS Web Server cannot connect to the SQL Server without the application pool crashing.
    The SQL Server logs show the login from the web server was successful.
    The web server’s event logs show a “fatal communication error with the Windows Process Activation service.”
    Other Facts:
    When the IIS server and SQL server are on the same “machine” (the test server mentioned above) there are no issues at all – everything runs normally.
    The website code is identical in both cases, as is the SQL configuration, including users and permissions.
    If the connection on the test (previously working) is changed to connect to the standalone SQL server, the problem triggers, the app pool crashes, and the error message in the event log is the same as in the standalone web server.
    For testing, the firewalls have been turned off on all servers and it makes no difference.
    Windows authentication and SQL authentication both have the same results.
    Using a standalone UDL file, a connection CAN be made to the SQL server from any other server, including the IIS Web Server where the app. pool crashes.
    I realize I am no providing actual examples, but based on the information above, I am hoping to get some direction on where to look for a problem. Most of the information I have found on the error deals with Sharepoint, which is not a variable in my case.
    Since the firewalls have been turned off, the problem only happens when attempting to connect to SQL from an outside server, and only happens through IIS, I am at a loss on what else to check.
    Thank you in advance for any relevant advice.

    Hello,
    By your description, it sounds like an issue with the IIS server. The fact you can connect to SQL Server using all methods except through IIS (where it crashes) means that connectivity is good and SQL Server isn't throwing any errors. My other thought is
    that there may be an issue with DNS and the way you have the virtual switches configured with the host.
    Unfortunately I don't know all that much about IIS or Hyper-V specific host configurations for something such as this. Someone here may be able to help you further, or it could be moved the IIS/Hyper-V specific forums. I'd be willing to continue to help
    out from the SQL Server side if that was to become the case.
    Sean Gallardy | Blog |
    Twitter

  • Communication error with external system ( VERTEX )

    Hi Folks,
    While creation the Credit memo request or Sales order /invoice system giving the error message " COmmunication error with external system ( VERTEX ) " and stopping to proceed further and even not able to post the accounting document.
    Please help  me out here.
    Answers will be appreciated and rewared.
    Regards,
    Ram.

    Hi,
    check this below thread
    Communication error with the external tax system (VERTEX_MS0018)
    OR
    Remove V from the Extrernal System at the location IMG->financial Accounting->Financial Accounting Global Settings->Tax on Sales/Purchases->Basic Settings->External Tax Calculation->Activate External Tax Calculation
    Reg,
    JJ
    Edited by: Jagsap on Mar 5, 2010 1:15 PM

  • Informatica -   FATAL ERROR : Aborting the DTM process

    Hi there,
    One of our informatica session was running fine for months, but all of sudden it got failed with error:
    Message: *********** FATAL ERROR : Caught a fatal signal or exception. ***********
    FATAL ERROR : Aborting the DTM process due to fatal signal or exception
    Message: *********** FATAL ERROR : Signal Received: SIGSEGV (11) ***********
    So I have increased 'DTM Buffer Size' to 1GB and 'Default buffer block size' to 256000 bytes.
    Still I got the same error.
    Can someone pls help me with this?
    Thanks,
    Raghu

    Hi,
    Here is a link for Troubleshooting: Common Error Messages
    https://community.informatica.com/docs/DOC-1619
    “[DTM_10004] The DTM process terminated unexpectedly.
    This means that the engine could not accomplish the first step in your task. Generally, this indicates that your source file or database is unreadable by the engine (even though you could preview data).  Check your source columns for spaces, dashes, or
    special characters. It could also mean that a virus scanner, content filter, or proxy server is blocking agent access to the source.”
    Meanwhile, this issue is related to informatica cloud. Please understand that we has the very limited resources about the third party program. For quick and accurate answers to your questions, it is recommended that you initial a new thread in the informatica
    forum via the below link:
    https://community.informatica.com/community/products/informatica_cloud
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Hope the issue will be resolved soon.
    Tracy Cai
    TechNet Community Support

Maybe you are looking for