Server Error in '/owa' Application

hello;

win08r2 sp1

exchange 2010 sp1 /hosting

server crashed, and rebuilt from backups.

email flow is working fine, but now getting errors on owa.


error:

Server Error in '/owa' Application.

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed.

Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="On" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration..........


i am also getting an application event error:

Log Name:      Application
Source:        ASP.NET 2.0.50727.0
Date:          7/8/2013 12:27:13 PM
Event ID:      1310
Task Category: Web Event
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      xch1.mydomain.ca
Description:
Event code: 3008
Event message: A configuration error has occurred.
Event time: 7/8/2013 12:27:13 PM
Event time (UTC): 7/8/2013 6:27:13 PM
Event ID: 3c8ca21fed9542c58640a668c791a793
Event sequence: 1
Event occurrence: 1
Event detail code: 0
 
Application information:
    Application domain: /LM/W3SVC/1/ROOT/owa-47-130177816332404548
    Trust level: Full
    Application Virtual Path: /owa
    Application Path: C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\owa\
    Machine name: WEB1
 
Process information:
    Process ID: 5324
    Process name: w3wp.exe
    Account name: NT AUTHORITY\SYSTEM
 
Exception information:
    Exception type: HttpException
    Exception message: Could not load file or assembly 'Microsoft.Exchange.InstantMessaging, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
 
Request information:
    Request URL: https://localhost:443/owa/auth/logon.aspx?replaceCurrent=1&url=https7/8/2013 12:27:13 PMaA configuration error has occurred.fA configuration error has occurred.flocalhostA configuration error has occurred.fowaA configuration error has occurred.f
    Request path: /owa/auth/logon.aspx
    User host address: ::1
    User: 
    Is authenticated: False
    Authentication Type: 
    Thread account name: NT AUTHORITY\SYSTEM
 
Thread information:
    Thread ID: 10
    Thread account name: NT AUTHORITY\SYSTEM
    Is impersonating: False
    Stack trace:    at System.Web.Compilation.BuildManager.ReportTopLevelCompilationException()
   at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)
 
 
Custom event details:

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="ASP.NET 2.0.50727.0" />
    <EventID Qualifiers="32768">1310</EventID>
    <Level>3</Level>
    <Task>3</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-07-08T18:27:13.000000000Z" />
    <EventRecordID>757895</EventRecordID>
    <Channel>Application</Channel>
    <Computer>xch1.mydomain.ca</Computer>
    <Security />
  </System>
  <EventData>
    <Data>3008</Data>
    <Data>A configuration error has occurred.</Data>
    <Data>7/8/2013 12:27:13 PM</Data>
    <Data>7/8/2013 6:27:13 PM</Data>
    <Data>3c8ca21fed9542c58640a668c791a793</Data>
    <Data>1</Data>
    <Data>1</Data>
    <Data>0</Data>
    <Data>/LM/W3SVC/1/ROOT/owa-47-130177816332404548</Data>
    <Data>Full</Data>
    <Data>/owa</Data>
    <Data>C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\owa\</Data>
    <Data>WEB1</Data>
    <Data>
    </Data>
    <Data>5324</Data>
    <Data>w3wp.exe</Data>
    <Data>NT AUTHORITY\SYSTEM</Data>
    <Data>HttpException</Data>
    <Data>Could not load file or assembly 'Microsoft.Exchange.InstantMessaging, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))</Data>
    <Data>https://localhost:443/owa/auth/logon.aspx?replaceCurrent=1&amp;url=https%3a%2f%2flocalhost%2fowa%2f</Data>
    <Data>/owa/auth/logon.aspx</Data>
    <Data>::1</Data>
    <Data>
    </Data>
    <Data>False</Data>
    <Data>
    </Data>
    <Data>NT AUTHORITY\SYSTEM</Data>
    <Data>10</Data>
    <Data>NT AUTHORITY\SYSTEM</Data>
    <Data>False</Data>
    <Data>   at System.Web.Compilation.BuildManager.ReportTopLevelCompilationException()
   at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)
</Data>
  </EventData>
</Event>

any help would be greatly appreciated..
cheers;

July 8th, 2013 2:56pm

Hello,

I recommend you recreate owa virtual directory.

Before recreating owa virtual directory, please remove your owa virtual directory at first.

Remove-OwaVirtualDirectory

http://technet.microsoft.com/en-us/library/aa998237(v=exchg.141).aspx

If you have any feedback on our support, please click here

Free Windows Admin Tool Kit Click here and download it now
July 9th, 2013 4:09am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics