Usuário com melhor resposta
OWA Codigo de Erro 500

Pergunta
-
Sr(es) alguém ja vivenciou esse erro? Tenho um Exchange com todas as roles e no acesso ao OWA retorna o erro 500, já reinstalei o CAS, já reinstalei o IIS, e mesmo assim continua. É um Windows SBS 2011 com Exchange 2010
Log Name: System
Source: Microsoft-Windows-WinRM
Date: 08/12/2011 10:15:46 AM
Event ID: 10153
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: SRV11BRASSCOM.brasscom.local
Description:
The WSMan IIS module failed to read configuration. The error received was -2144108477: %%-2144108477
The configuration XML is not valid. The XML element: "Plugin" is expected but not found..User Action
Make sure both the schema and validation files are present and valid.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-WinRM" Guid="{A7975C8F-AC13-49F1-87DA-5A984A4AB417}" EventSourceName="WinRM" />
<EventID Qualifiers="7">10153</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2011-08-12T13:15:46.000000000Z" />
<EventRecordID>34377</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>SRV11BRASSCOM.brasscom.local</Computer>
<Security />
</System>
<EventData>
<Data Name="errorcode">-2144108477</Data>
<Data Name="errordetail">The configuration XML is not valid. The XML element: "Plugin" is expected but not found.</Data>
</EventData>
</Event>
André Cangussu
Respostas
-
André, você ja tentou recriar um novo Web
New-OwaVirtualDirectory -Name "Contoso" -WebSite "Contoso.com"
E tente acessar.
att
- Marcado como Resposta André Cangussu sexta-feira, 12 de agosto de 2011 19:59
Todas as Respostas
-
-
O unico evento de erro no event viewr é esse abaixo, e o IIS estão todos no enable.
Log Name: System
Source: Microsoft-Windows-WinRM
Date: 08/12/2011 10:15:46 AM
Event ID: 10153
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: SRV11BRASSCOM.brasscom.local
Description:
The WSMan IIS module failed to read configuration. The error received was -2144108477: %%-2144108477
The configuration XML is not valid. The XML element: "Plugin" is expected but not found..User Action
Make sure both the schema and validation files are present and valid.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-WinRM" Guid="{A7975C8F-AC13-49F1-87DA-5A984A4AB417}" EventSourceName="WinRM" />
<EventID Qualifiers="7">10153</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2011-08-12T13:15:46.000000000Z" />
<EventRecordID>34377</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>SRV11BRASSCOM.brasscom.local</Computer>
<Security />
</System>
<EventData>
<Data Name="errorcode">-2144108477</Data>
<Data Name="errordetail">The configuration XML is not valid. The XML element: "Plugin" is expected but not found.</Data>
</EventData>
</Event>
André Cangussu -
Teste a conexão com os diretorios virtuais
Test-OwaConnectivity -ClientAccessServer:ClientAccessServer
Referencia do cmdlet
-
-
André, você ja tentou recriar um novo Web
New-OwaVirtualDirectory -Name "Contoso" -WebSite "Contoso.com"
E tente acessar.
att
- Marcado como Resposta André Cangussu sexta-feira, 12 de agosto de 2011 19:59
-